FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
[WIP] gh-141510: PEP 814: Add built-in frozendict type by vstinner · Pull Request #141508 · 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
[WIP] gh-141510: PEP 814: Add built-in frozendict type
- #141508
#141508
Closed
vstinner
wants to merge 25 commits into
python:main
python/cpython:main
from
vstinner:frozendict
vstinner/cpython:frozendict
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Closed
[WIP] gh-141510: PEP 814: Add built-in frozendict type
#141508
vstinner
wants to merge 25 commits into
python:main
python/cpython:main
from
vstinner:frozendict
vstinner/cpython:frozendict
Copy head branch name to clipboard
Commits
Commits on Nov 13, 2025
[WIP] PEP 814: Add built-in frozendict type
Show description for 1637c04
committed
1637c04
View commit details
Copy full SHA for 1637c04
Browse repository at this point
Update Tools/build/generate_token.py for token.py
vstinner
committed
49aca48
View commit details
Copy full SHA for 49aca48
Browse repository at this point
Try to fix build on Ubuntu and macOS
vstinner
committed
3299299
View commit details
Copy full SHA for 3299299
Browse repository at this point
Fix make check-c-globals
vstinner
committed
18ce520
View commit details
Copy full SHA for 18ce520
Browse repository at this point
Add PyFrozenDict_Type to static_types
vstinner
committed
1a72eec
View commit details
Copy full SHA for 1a72eec
Browse repository at this point
Update Doc/library/stdtypes.rst
Show description for 9d6ca58
vstinner
and
nineteendo
authored
9d6ca58
View commit details
Copy full SHA for 9d6ca58
Browse repository at this point
Replace PyDict_Check() with _PyAnyDict_Check()
vstinner
committed
439c98c
View commit details
Copy full SHA for 439c98c
Browse repository at this point
copy: support frozendict
vstinner
committed
4a1a504
View commit details
Copy full SHA for 4a1a504
Browse repository at this point
Fix frozendict.__reduce_ex__()
vstinner
committed
302767b
View commit details
Copy full SHA for 302767b
Browse repository at this point
exec(): accept frozendict for globals
vstinner
committed
07b3510
View commit details
Copy full SHA for 07b3510
Browse repository at this point
Make PyAnyDict_Check() public
vstinner
committed
04f66ad
View commit details
Copy full SHA for 04f66ad
Browse repository at this point
Commits on Nov 14, 2025
Optimize frozendict.copy()
vstinner
committed
6fca6d1
View commit details
Copy full SHA for 6fca6d1
Browse repository at this point
Fix frozendict merge ("|=" operator); add tests
vstinner
committed
6727967
View commit details
Copy full SHA for 6727967
Browse repository at this point
copy: use _copy_atomic_types instead; add tests
vstinner
committed
d231cdb
View commit details
Copy full SHA for d231cdb
Browse repository at this point
frozendict
vstinner
committed
3a07c46
View commit details
Copy full SHA for 3a07c46
Browse repository at this point
pprint supports frozendict
vstinner
committed
bc25bb2
View commit details
Copy full SHA for bc25bb2
Browse repository at this point
change json.tool._group_to_theme_color formatting
vstinner
committed
0acff5e
View commit details
Copy full SHA for 0acff5e
Browse repository at this point
json: use PyAnyDict_Check()
vstinner
committed
e90156e
View commit details
Copy full SHA for e90156e
Browse repository at this point
_pickle: fix refleak
vstinner
committed
fe7e7f5
View commit details
Copy full SHA for fe7e7f5
Browse repository at this point
frozendict_hash: use atomic load/store
vstinner
committed
4c5c8d2
View commit details
Copy full SHA for 4c5c8d2
Browse repository at this point
Update Lib/pydoc_data/topics.py
Show description for 0a57448
vstinner
and
kalvdans
authored
0a57448
View commit details
Copy full SHA for 0a57448
Browse repository at this point
Commits on Nov 17, 2025
Fix test_copy: remove duplicated test
vstinner
committed
fc66056
View commit details
Copy full SHA for fc66056
Browse repository at this point
Commits on Dec 12, 2025
frozendict | {} returns the same frozendict
Show description for c1f5055
vstinner
committed
c1f5055
View commit details
Copy full SHA for c1f5055
Browse repository at this point
Fix frozendict_or()
vstinner
committed
6ff9c67
View commit details
Copy full SHA for 6ff9c67
Browse repository at this point
Moar frozendict|frozendict optimizations
vstinner
committed
9a64439
View commit details
Copy full SHA for 9a64439
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL