FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-119180: PEP 649 compiler changes by JelleZijlstra · Pull Request #119361 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-119180: PEP 649 compiler changes
- #119361
#119361
Merged
JelleZijlstra
merged 77 commits into
python:main
python/cpython:main
from
JelleZijlstra:pep649-compile
JelleZijlstra/cpython:pep649-compile
Copy head branch name to clipboard
Jun 11, 2024
Conversation
Commits
77
(77)
Checks
Files changed
Merged
gh-119180: PEP 649 compiler changes
#119361
JelleZijlstra
merged 77 commits into
python:main
python/cpython:main
from
JelleZijlstra:pep649-compile
JelleZijlstra/cpython:pep649-compile
Copy head branch name to clipboard
Commits
Commits on May 20, 2024
Add __annotate__ descriptors
JelleZijlstra
committed
985f8df
View commit details
Copy full SHA for 985f8df
Browse repository at this point
fix refleaks
JelleZijlstra
committed
c822ffa
View commit details
Copy full SHA for c822ffa
Browse repository at this point
blurb
JelleZijlstra
committed
e80095e
View commit details
Copy full SHA for e80095e
Browse repository at this point
Fix some tests
JelleZijlstra
committed
90ff2c4
View commit details
Copy full SHA for 90ff2c4
Browse repository at this point
regen globals
JelleZijlstra
committed
026c0ff
View commit details
Copy full SHA for 026c0ff
Browse repository at this point
Some initial work
JelleZijlstra
committed
7968744
View commit details
Copy full SHA for 7968744
Browse repository at this point
Add bytecode for adding annotate
JelleZijlstra
committed
4e54197
View commit details
Copy full SHA for 4e54197
Browse repository at this point
compiler changes
JelleZijlstra
committed
4469b32
View commit details
Copy full SHA for 4469b32
Browse repository at this point
Commits on May 21, 2024
Functions work
JelleZijlstra
committed
47d672e
View commit details
Copy full SHA for 47d672e
Browse repository at this point
Raise AssertionError on the wrong format
JelleZijlstra
committed
ab9359c
View commit details
Copy full SHA for ab9359c
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into pep649-compile
JelleZijlstra
committed
e65d55a
View commit details
Copy full SHA for e65d55a
Browse repository at this point
Modules and classes
JelleZijlstra
committed
e50cd62
View commit details
Copy full SHA for e50cd62
Browse repository at this point
attempts
JelleZijlstra
committed
afae5c0
View commit details
Copy full SHA for afae5c0
Browse repository at this point
Fixes
JelleZijlstra
committed
e5a7b1a
View commit details
Copy full SHA for e5a7b1a
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into pep649-compile
JelleZijlstra
committed
3f26d44
View commit details
Copy full SHA for 3f26d44
Browse repository at this point
Fix code object name
JelleZijlstra
committed
31a4471
View commit details
Copy full SHA for 31a4471
Browse repository at this point
Commits on May 22, 2024
Start fixing test_type_annotations
JelleZijlstra
committed
fbb1d88
View commit details
Copy full SHA for fbb1d88
Browse repository at this point
Fix class scoping
JelleZijlstra
committed
f452eb2
View commit details
Copy full SHA for f452eb2
Browse repository at this point
unyielding
JelleZijlstra
committed
8c4b4e3
View commit details
Copy full SHA for 8c4b4e3
Browse repository at this point
Fix test_typing
JelleZijlstra
committed
cbf9a3d
View commit details
Copy full SHA for cbf9a3d
Browse repository at this point
Fix test_type_parmas
JelleZijlstra
committed
5d182fc
View commit details
Copy full SHA for 5d182fc
Browse repository at this point
Add test, add to inspect
JelleZijlstra
committed
ce98c19
View commit details
Copy full SHA for ce98c19
Browse repository at this point
Use inspect constants
JelleZijlstra
committed
e0578fc
View commit details
Copy full SHA for e0578fc
Browse repository at this point
test_grammar tweaks
JelleZijlstra
committed
ed16167
View commit details
Copy full SHA for ed16167
Browse repository at this point
fix test_positional_only_arg
JelleZijlstra
committed
f38de20
View commit details
Copy full SHA for f38de20
Browse repository at this point
Fix test_module
JelleZijlstra
committed
87baca2
View commit details
Copy full SHA for 87baca2
Browse repository at this point
Fix symtable tests
JelleZijlstra
committed
355d3df
View commit details
Copy full SHA for 355d3df
Browse repository at this point
fix test_pydoc
JelleZijlstra
committed
f9d81b6
View commit details
Copy full SHA for f9d81b6
Browse repository at this point
fix test_traceback
JelleZijlstra
committed
dd1f64a
View commit details
Copy full SHA for dd1f64a
Browse repository at this point
fix test_opcodes
JelleZijlstra
committed
62f5b3b
View commit details
Copy full SHA for 62f5b3b
Browse repository at this point
Merge branch 'main' into pep649-compile
JelleZijlstra
authored
b66ad8b
View commit details
Copy full SHA for b66ad8b
Browse repository at this point
Raise NotImplementedError
JelleZijlstra
committed
1a63f5d
View commit details
Copy full SHA for 1a63f5d
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into pep649-compile
JelleZijlstra
committed
82c0dbc
View commit details
Copy full SHA for 82c0dbc
Browse repository at this point
blurb
JelleZijlstra
committed
a0c39b5
View commit details
Copy full SHA for a0c39b5
Browse repository at this point
Fix test_dis
JelleZijlstra
committed
083bbc5
View commit details
Copy full SHA for 083bbc5
Browse repository at this point
Remove broken tests
JelleZijlstra
committed
de1b235
View commit details
Copy full SHA for de1b235
Browse repository at this point
Commits on May 24, 2024
Merge remote-tracking branch 'upstream/main' into pep649-compile
JelleZijlstra
committed
1c98fe5
View commit details
Copy full SHA for 1c98fe5
Browse repository at this point
No deferred evaluation in interactive mode
JelleZijlstra
committed
5f5cf11
View commit details
Copy full SHA for 5f5cf11
Browse repository at this point
gh-119443: Turn off from __future__ import annotations in REPL
JelleZijlstra
committed
77f3b1c
View commit details
Copy full SHA for 77f3b1c
Browse repository at this point
Fix refleak
JelleZijlstra
committed
4217830
View commit details
Copy full SHA for 4217830
Browse repository at this point
Fix another refleak
JelleZijlstra
committed
13f5d76
View commit details
Copy full SHA for 13f5d76
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into pep649-compile
JelleZijlstra
committed
a121e1a
View commit details
Copy full SHA for a121e1a
Browse repository at this point
Exit scope correctly on error
JelleZijlstra
committed
242301c
View commit details
Copy full SHA for 242301c
Browse repository at this point
fix test
JelleZijlstra
committed
239ba23
View commit details
Copy full SHA for 239ba23
Browse repository at this point
Commits on May 25, 2024
Initialize field
JelleZijlstra
committed
b62e04c
View commit details
Copy full SHA for b62e04c
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into pep649-compile
JelleZijlstra
committed
c8a9294
View commit details
Copy full SHA for c8a9294
Browse repository at this point
self-review
JelleZijlstra
committed
5ae206d
View commit details
Copy full SHA for 5ae206d
Browse repository at this point
Fix crash found by CIFuzz
JelleZijlstra
committed
24fd328
View commit details
Copy full SHA for 24fd328
Browse repository at this point
Commits on May 29, 2024
Merge remote-tracking branch 'upstream/main' into pep649-compile
JelleZijlstra
committed
0f9d0c5
View commit details
Copy full SHA for 0f9d0c5
Browse repository at this point
fix merge
JelleZijlstra
committed
c181864
View commit details
Copy full SHA for c181864
Browse repository at this point
Name the function as __annotate__
JelleZijlstra
committed
0befff5
View commit details
Copy full SHA for 0befff5
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into pep649-compile
JelleZijlstra
committed
ada6573
View commit details
Copy full SHA for ada6573
Browse repository at this point
Replace find_ann()
JelleZijlstra
committed
ae7714c
View commit details
Copy full SHA for ae7714c
Browse repository at this point
fix test
JelleZijlstra
committed
431811a
View commit details
Copy full SHA for 431811a
Browse repository at this point
Remove second compiler pass
JelleZijlstra
committed
7ca24d3
View commit details
Copy full SHA for 7ca24d3
Browse repository at this point
Fix refleak
JelleZijlstra
committed
2ab5d07
View commit details
Copy full SHA for 2ab5d07
Browse repository at this point
Fix a test
JelleZijlstra
committed
3b4a645
View commit details
Copy full SHA for 3b4a645
Browse repository at this point
Fix bug when there are only non-simple annotations
JelleZijlstra
committed
1dfd02b
View commit details
Copy full SHA for 1dfd02b
Browse repository at this point
Fix more tests
JelleZijlstra
committed
daba318
View commit details
Copy full SHA for daba318
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into pep649-compile
JelleZijlstra
committed
0daf0b1
View commit details
Copy full SHA for 0daf0b1
Browse repository at this point
Remove REPL special case
JelleZijlstra
committed
b066b3d
View commit details
Copy full SHA for b066b3d
Browse repository at this point
no docstrings in the repl
JelleZijlstra
committed
7669361
View commit details
Copy full SHA for 7669361
Browse repository at this point
Fix pyrepl test
JelleZijlstra
committed
c6a1b80
View commit details
Copy full SHA for c6a1b80
Browse repository at this point
Commits on May 30, 2024
CR feedback
JelleZijlstra
committed
5cdbdd7
View commit details
Copy full SHA for 5cdbdd7
Browse repository at this point
Commits on May 31, 2024
Merge remote-tracking branch 'upstream/main' into pep649-compile
JelleZijlstra
committed
e748feb
View commit details
Copy full SHA for e748feb
Browse repository at this point
Commits on Jun 1, 2024
Merge remote-tracking branch 'upstream/main' into pep649-compile
JelleZijlstra
committed
a2b4f9e
View commit details
Copy full SHA for a2b4f9e
Browse repository at this point
Still generate __annotate__ if "from __future__ import annotations" is on
Show description for bd469ab
JelleZijlstra
committed
bd469ab
View commit details
Copy full SHA for bd469ab
Browse repository at this point
Regen globals
JelleZijlstra
committed
278de22
View commit details
Copy full SHA for 278de22
Browse repository at this point
Commits on Jun 7, 2024
Merge branch 'main' into pep649-compile
JelleZijlstra
authored
487ea34
View commit details
Copy full SHA for 487ea34
Browse repository at this point
Commits on Jun 8, 2024
Merge remote-tracking branch 'upstream/main' into pep649-compile
JelleZijlstra
committed
8f486ba
View commit details
Copy full SHA for 8f486ba
Browse repository at this point
Feedback from Bénédikt Tran
JelleZijlstra
committed
6b563db
View commit details
Copy full SHA for 6b563db
Browse repository at this point
Commits on Jun 9, 2024
add test
JelleZijlstra
committed
0058b82
View commit details
Copy full SHA for 0058b82
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into pep649-compile
JelleZijlstra
committed
517fb56
View commit details
Copy full SHA for 517fb56
Browse repository at this point
Commits on Jun 11, 2024
Merge remote-tracking branch 'upstream/main' into pep649-compile
JelleZijlstra
committed
21f93b6
View commit details
Copy full SHA for 21f93b6
Browse repository at this point
Undo changes to inspect that we do not want
JelleZijlstra
committed
f72dbca
View commit details
Copy full SHA for f72dbca
Browse repository at this point
fix
JelleZijlstra
committed
8674eab
View commit details
Copy full SHA for 8674eab
Browse repository at this point
Fix more tests
JelleZijlstra
committed
ee11fd9
View commit details
Copy full SHA for ee11fd9
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL