FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GH-92123: Move _elementtree heap types to module state by erlend-aasland · Pull Request #101187 · 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-92123: Move _elementtree heap types to module state
- #101187
#101187
Merged
erlend-aasland
merged 28 commits into
python:main
python/cpython:main
from
erlend-aasland:etree/move-heap-types-to-state
erlend-aasland/cpython:etree/move-heap-types-to-state
Copy head branch name to clipboard
Jan 21, 2023
Conversation
Commits
28
(28)
Checks
Files changed
Merged
GH-92123: Move _elementtree heap types to module state
#101187
erlend-aasland
merged 28 commits into
python:main
python/cpython:main
from
erlend-aasland:etree/move-heap-types-to-state
erlend-aasland/cpython:etree/move-heap-types-to-state
Copy head branch name to clipboard
Commits
Commits on Jan 11, 2021
Prepare init function
Erlend E. Aasland
committed
76641a3
View commit details
Copy full SHA for 76641a3
Browse repository at this point
Convert element type to heap type
Erlend E. Aasland
committed
5cbbe16
View commit details
Copy full SHA for 5cbbe16
Browse repository at this point
Convert element iter type to heap type
Erlend E. Aasland
committed
116fa39
View commit details
Copy full SHA for 116fa39
Browse repository at this point
Convert tree builder type to heap type
Erlend E. Aasland
committed
a792fcf
View commit details
Copy full SHA for a792fcf
Browse repository at this point
Convert xml parser type to heap type
Erlend E. Aasland
committed
341a92d
View commit details
Copy full SHA for 341a92d
Browse repository at this point
Update clinic
Erlend E. Aasland
committed
f35c604
View commit details
Copy full SHA for f35c604
Browse repository at this point
Add NEWS
Erlend E. Aasland
committed
b6573b1
View commit details
Copy full SHA for b6573b1
Browse repository at this point
Use PyModule_AddObjectRef
Erlend E. Aasland
committed
404b398
View commit details
Copy full SHA for 404b398
Browse repository at this point
Create module before creating types
Erlend E. Aasland
committed
6e53e92
View commit details
Copy full SHA for 6e53e92
Browse repository at this point
Fetch type before GC
Erlend E. Aasland
committed
525cfaf
View commit details
Copy full SHA for 525cfaf
Browse repository at this point
Add initialisation guard
Erlend E. Aasland
committed
2448e93
View commit details
Copy full SHA for 2448e93
Browse repository at this point
Address Heime's review: Don't define globals twice
Erlend E. Aasland
committed
959a225
View commit details
Copy full SHA for 959a225
Browse repository at this point
Visit type in type traverse functions
Erlend E. Aasland
committed
9210a36
View commit details
Copy full SHA for 9210a36
Browse repository at this point
Fix NEWS formatting
Erlend E. Aasland
committed
a6c6fea
View commit details
Copy full SHA for a6c6fea
Browse repository at this point
Commits on Nov 7, 2022
Sync with main
erlend-aasland
committed
e039922
View commit details
Copy full SHA for e039922
Browse repository at this point
Commits on Jan 12, 2023
Sync with main
erlend-aasland
committed
b02b18e
View commit details
Copy full SHA for b02b18e
Browse repository at this point
Commits on Jan 18, 2023
Merge branch 'main' into isolate-elementtree
erlend-aasland
authored
744be65
View commit details
Copy full SHA for 744be65
Browse repository at this point
Address review: make types immutable
erlend-aasland
committed
c8a3c67
View commit details
Copy full SHA for c8a3c67
Browse repository at this point
Commits on Jan 19, 2023
Disallow instantiation for the iter type
erlend-aasland
committed
2175f66
View commit details
Copy full SHA for 2175f66
Browse repository at this point
PEP 687: Move types to state struct
erlend-aasland
committed
1ef41e1
View commit details
Copy full SHA for 1ef41e1
Browse repository at this point
Commits on Jan 20, 2023
Sync with main
erlend-aasland
committed
dbc4417
View commit details
Copy full SHA for dbc4417
Browse repository at this point
refactor: replace query with parameter
Show description for 24794dd
erlend-aasland
committed
24794dd
View commit details
Copy full SHA for 24794dd
Browse repository at this point
refactor: replace query with parameter
Show description for 6bb6511
erlend-aasland
committed
6bb6511
View commit details
Copy full SHA for 6bb6511
Browse repository at this point
refactor: replace query with parameter
Show description for 8dccc5a
erlend-aasland
committed
8dccc5a
View commit details
Copy full SHA for 8dccc5a
Browse repository at this point
Readability improvement
erlend-aasland
committed
d10ecd0
View commit details
Copy full SHA for d10ecd0
Browse repository at this point
Commits on Jan 21, 2023
Merge branch 'main' into etree/move-heap-types-to-state
kumaraditya303
authored
04807e0
View commit details
Copy full SHA for 04807e0
Browse repository at this point
Update Modules/_elementtree.c
Show description for 78d1676
erlend-aasland
and
kumaraditya303
authored
78d1676
View commit details
Copy full SHA for 78d1676
Browse repository at this point
Address review: remove etree types from globals-to-fix.tsv
erlend-aasland
committed
40fb571
View commit details
Copy full SHA for 40fb571
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL