FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
bpo-40077: Convert arraymodule to use heap types and establish module state by erlend-aasland · Pull Request #23124 · 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
bpo-40077: Convert arraymodule to use heap types and establish module state
- #23124
#23124
Merged
encukou
merged 14 commits into
python:master
python/cpython:master
from
erlend-aasland:bpo-40077/array
erlend-aasland/cpython:bpo-40077/array
Copy head branch name to clipboard
Jan 2, 2021
Conversation
Commits
14
(14)
Checks
Files changed
Merged
bpo-40077: Convert arraymodule to use heap types and establish module state
#23124
encukou
merged 14 commits into
python:master
python/cpython:master
from
erlend-aasland:bpo-40077/array
erlend-aasland/cpython:bpo-40077/array
Copy head branch name to clipboard
Commits
Commits on Nov 3, 2020
Convert array type to heap type
Erlend E. Aasland
committed
75e7622
View commit details
Copy full SHA for 75e7622
Browse repository at this point
Convert array iter type to heap type
Erlend E. Aasland
committed
7b8e273
View commit details
Copy full SHA for 7b8e273
Browse repository at this point
Establish global state and add types to it
Erlend E. Aasland
committed
3f78766
View commit details
Copy full SHA for 3f78766
Browse repository at this point
Remove unused check macro
Erlend E. Aasland
committed
23a582a
View commit details
Copy full SHA for 23a582a
Browse repository at this point
Use local state variables iso. calling get_array_state() all the time
Erlend E. Aasland
committed
1869a3a
View commit details
Copy full SHA for 1869a3a
Browse repository at this point
Normalize array type names
Erlend E. Aasland
committed
88d1928
View commit details
Copy full SHA for 88d1928
Browse repository at this point
Update clinic
Erlend E. Aasland
committed
d0ed2f7
View commit details
Copy full SHA for d0ed2f7
Browse repository at this point
Add NEWS
Erlend E. Aasland
committed
a5798e2
View commit details
Copy full SHA for a5798e2
Browse repository at this point
Use PyModule_AddType()
Erlend E. Aasland
committed
c3dfade
View commit details
Copy full SHA for c3dfade
Browse repository at this point
Migrate from global to module state
Erlend E. Aasland
committed
aa3bd22
View commit details
Copy full SHA for aa3bd22
Browse repository at this point
Fix NEWS
Erlend E. Aasland
committed
656c5d0
View commit details
Copy full SHA for 656c5d0
Browse repository at this point
Commits on Nov 4, 2020
Address review comment: adjust naming to reflect time complexity
Erlend E. Aasland
committed
72434ad
View commit details
Copy full SHA for 72434ad
Browse repository at this point
Commits on Dec 16, 2020
Merge branch 'master' into bpo-40077/array
Erlend Egeberg Aasland
authored
b86185d
View commit details
Copy full SHA for b86185d
Browse repository at this point
Commits on Dec 30, 2020
Address review: Wrap state exclusively used in asserts in #ifndef NDEBUG
Erlend E. Aasland
committed
f864969
View commit details
Copy full SHA for f864969
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL