FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-102500: Implement PEP 688 by JelleZijlstra · Pull Request #102521 · 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-102500: Implement PEP 688
- #102521
#102521
Merged
JelleZijlstra
merged 51 commits into
python:main
python/cpython:main
from
JelleZijlstra:pep688v2
JelleZijlstra/cpython:pep688v2
Copy head branch name to clipboard
May 4, 2023
Conversation
Commits
51
(51)
Checks
Files changed
Merged
gh-102500: Implement PEP 688
#102521
JelleZijlstra
merged 51 commits into
python:main
python/cpython:main
from
JelleZijlstra:pep688v2
JelleZijlstra/cpython:pep688v2
Copy head branch name to clipboard
Commits
Commits on Oct 2, 2022
try 1
JelleZijlstra
committed
ca76251
View commit details
Copy full SHA for ca76251
Browse repository at this point
Commits on Oct 3, 2022
progress
JelleZijlstra
committed
901b459
View commit details
Copy full SHA for 901b459
Browse repository at this point
Commits on Oct 4, 2022
this is better
JelleZijlstra
committed
c5407c7
View commit details
Copy full SHA for c5407c7
Browse repository at this point
this seems to work
JelleZijlstra
committed
86f2000
View commit details
Copy full SHA for 86f2000
Browse repository at this point
Commits on Oct 5, 2022
one more test
JelleZijlstra
committed
ac10887
View commit details
Copy full SHA for ac10887
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into pep688v2
JelleZijlstra
committed
2563016
View commit details
Copy full SHA for 2563016
Browse repository at this point
additions
JelleZijlstra
committed
530a160
View commit details
Copy full SHA for 530a160
Browse repository at this point
Commits on Oct 12, 2022
Merge remote-tracking branch 'upstream/main' into pep688v2
JelleZijlstra
committed
de3a4bc
View commit details
Copy full SHA for de3a4bc
Browse repository at this point
Commits on Oct 21, 2022
Merge remote-tracking branch 'upstream/main' into pep688v2
JelleZijlstra
committed
116f72e
View commit details
Copy full SHA for 116f72e
Browse repository at this point
introduce __mutable_buffer__ (rather hackily)
JelleZijlstra
committed
207d2fd
View commit details
Copy full SHA for 207d2fd
Browse repository at this point
Commits on Nov 6, 2022
Merge remote-tracking branch 'upstream/main' into pep688v2
JelleZijlstra
committed
aee2c33
View commit details
Copy full SHA for aee2c33
Browse repository at this point
Rip out __mutable_buffer__
JelleZijlstra
committed
007fdc1
View commit details
Copy full SHA for 007fdc1
Browse repository at this point
Commits on Nov 8, 2022
__release_buffer__ calls mv.release()
JelleZijlstra
committed
46a9239
View commit details
Copy full SHA for 46a9239
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into pep688v2
JelleZijlstra
committed
3020fee
View commit details
Copy full SHA for 3020fee
Browse repository at this point
additional test
JelleZijlstra
committed
be9bf45
View commit details
Copy full SHA for be9bf45
Browse repository at this point
undo stray change
JelleZijlstra
committed
a6bf0e8
View commit details
Copy full SHA for a6bf0e8
Browse repository at this point
Commits on Dec 18, 2022
Merge remote-tracking branch 'upstream/main' into pep688v2
JelleZijlstra
committed
04d267e
View commit details
Copy full SHA for 04d267e
Browse repository at this point
throw an error if already released
JelleZijlstra
committed
04d0a42
View commit details
Copy full SHA for 04d0a42
Browse repository at this point
Commits on Mar 8, 2023
Merge remote-tracking branch 'upstream/main' into pep688v2
JelleZijlstra
committed
bb6d076
View commit details
Copy full SHA for bb6d076
Browse repository at this point
Fix compiler warning
JelleZijlstra
committed
5f755fe
View commit details
Copy full SHA for 5f755fe
Browse repository at this point
news
JelleZijlstra
committed
0b02e63
View commit details
Copy full SHA for 0b02e63
Browse repository at this point
fix some tests
JelleZijlstra
committed
8e4db43
View commit details
Copy full SHA for 8e4db43
Browse repository at this point
Commits on Mar 10, 2023
More tests. Add flags= argument to memoryview
JelleZijlstra
committed
6c863bc
View commit details
Copy full SHA for 6c863bc
Browse repository at this point
Commits on Mar 11, 2023
Make memoryview flags arg private
JelleZijlstra
committed
3b4b7d6
View commit details
Copy full SHA for 3b4b7d6
Browse repository at this point
regen global objects
JelleZijlstra
committed
f295012
View commit details
Copy full SHA for f295012
Browse repository at this point
Commits on Apr 5, 2023
Merge remote-tracking branch 'upstream/main' into pep688v2
JelleZijlstra
committed
1660ae4
View commit details
Copy full SHA for 1660ae4
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into pep688v2
JelleZijlstra
committed
0af94ac
View commit details
Copy full SHA for 0af94ac
Browse repository at this point
Ignore new C globals for now
JelleZijlstra
committed
b5ea908
View commit details
Copy full SHA for b5ea908
Browse repository at this point
not static (should not have committed this)
JelleZijlstra
committed
b22bfa9
View commit details
Copy full SHA for b22bfa9
Browse repository at this point
Use tabs not spaces
JelleZijlstra
authored
69e8f7c
View commit details
Copy full SHA for 69e8f7c
Browse repository at this point
Commits on Apr 10, 2023
Address Kumar's feedback
JelleZijlstra
committed
4ca7a7c
View commit details
Copy full SHA for 4ca7a7c
Browse repository at this point
Merge branch 'main' into pep688v2
JelleZijlstra
authored
fd2d716
View commit details
Copy full SHA for fd2d716
Browse repository at this point
Commits on Apr 13, 2023
Address another piece of feedback
JelleZijlstra
committed
a70e12d
View commit details
Copy full SHA for a70e12d
Browse repository at this point
Use a classmethod instead of a new arg to the memoryview constructor
JelleZijlstra
committed
96c9253
View commit details
Copy full SHA for 96c9253
Browse repository at this point
fix typo
JelleZijlstra
committed
1f7f7a0
View commit details
Copy full SHA for 1f7f7a0
Browse repository at this point
Commits on Apr 25, 2023
Merge branch 'main' into pep688v2
JelleZijlstra
authored
7665dde
View commit details
Copy full SHA for 7665dde
Browse repository at this point
Commits on Apr 26, 2023
Merge branch 'main' into pep688v2
JelleZijlstra
authored
e99c188
View commit details
Copy full SHA for e99c188
Browse repository at this point
Add Py_SAFE_DOWNCAST
JelleZijlstra
committed
33691ea
View commit details
Copy full SHA for 33691ea
Browse repository at this point
Add some test cases (thanks Shantanu)
JelleZijlstra
committed
8f5073f
View commit details
Copy full SHA for 8f5073f
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into pep688v2
JelleZijlstra
committed
b69dc7c
View commit details
Copy full SHA for b69dc7c
Browse repository at this point
Commits on Apr 29, 2023
Merge remote-tracking branch 'upstream/main' into pep688v2
JelleZijlstra
committed
9d33003
View commit details
Copy full SHA for 9d33003
Browse repository at this point
Remove spurious global strings
JelleZijlstra
committed
cecb6a5
View commit details
Copy full SHA for cecb6a5
Browse repository at this point
Commits on May 4, 2023
Merge branch 'main' into pep688v2
JelleZijlstra
authored
9b941a0
View commit details
Copy full SHA for 9b941a0
Browse repository at this point
Merge branch 'main' of https://github.com/python/cpython into pep688v2
kumaraditya303
committed
b22d66f
View commit details
Copy full SHA for b22d66f
Browse repository at this point
fixup global objects
kumaraditya303
committed
0f77bbb
View commit details
Copy full SHA for 0f77bbb
Browse repository at this point
minor fixes
kumaraditya303
committed
61f54ce
View commit details
Copy full SHA for 61f54ce
Browse repository at this point
newlines
JelleZijlstra
committed
9f2d16b
View commit details
Copy full SHA for 9f2d16b
Browse repository at this point
Rename variable
JelleZijlstra
committed
5e0d2de
View commit details
Copy full SHA for 5e0d2de
Browse repository at this point
Check for INT_MAX
JelleZijlstra
committed
b380632
View commit details
Copy full SHA for b380632
Browse repository at this point
Remove tp_new
JelleZijlstra
committed
8502b98
View commit details
Copy full SHA for 8502b98
Browse repository at this point
regen-all
JelleZijlstra
committed
b51465f
View commit details
Copy full SHA for b51465f
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL