Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
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
33.7k
Star
70.4k
Code
Issues
5k+
Pull requests
2.1k
Actions
Projects
28
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
c57e30c
User selector
All users
Datepicker
All time
Commit History
Commits on Sep 7, 2021
Update Modules/_struct.c
Show description for c57e30c
sobolevn
and
serhiy-storchaka
authored
c57e30c
Copy full SHA for c57e30c
Adds "Nikita Sobolev" to `Misc/ACKS`
sobolevn
authored
3f8cf50
Copy full SHA for 3f8cf50
Commits on Sep 6, 2021
Fixes `np_short` error message
sobolevn
committed
3df6652
Copy full SHA for 3df6652
Update Modules/_struct.c
Show description for 9f285bb
sobolevn
and
mdickinson
authored
9f285bb
Copy full SHA for 9f285bb
Update Modules/_struct.c
Show description for fba681c
sobolevn
and
mdickinson
authored
fba681c
Copy full SHA for fba681c
Commits on Sep 5, 2021
bpo-45034: Fixes how upper limit is formatted for `struct.pack("H", ...)`
sobolevn
committed
2a96a7b
Copy full SHA for 2a96a7b
bpo-41031: Match C and Python code formatting of unprintable exceptions and exceptions in the __main__ module. (GH-28139)
iritkatriel
authored
9e31b39
Copy full SHA for 9e31b39
Extract visitors from the grammar nodes and call makers in the peg generator (GH-28172)
Show description for b01fd53
pablogsal
authored
b01fd53
Copy full SHA for b01fd53
bpo-45102: unittest: add tests for skipping and errors in cleanup (GH-28166)
serhiy-storchaka
authored
2826426
Copy full SHA for 2826426
bpo-44571: Add itertool recipe for a variant of takewhile() (GH-28167)
rhettinger
authored
91be41a
Copy full SHA for 91be41a
Remove unused macros from Modules/_sqlite/microprotocols.h (GH-28171)
Erlend Egeberg Aasland
authored
65c5756
Copy full SHA for 65c5756
Commits on Sep 4, 2021
bpo-45042: Now test classes decorated with `requires_hashdigest` are not skipped (GH-28060)
Show description for dd7b816
sobolevn
and
serhiy-storchaka
authored
dd7b816
Copy full SHA for dd7b816
Add What's New for dataclass keyword-only parameters. (GH-28158)
ericvsmith
authored
a1ba359
Copy full SHA for a1ba359
bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000)
Show description for 936f6a1
serhiy-storchaka
authored
936f6a1
Copy full SHA for 936f6a1
bpo-45097: Add more tests for shutdown_asyncgens() (GH-28154)
serhiy-storchaka
authored
c2970fd
Copy full SHA for c2970fd
Check that 'configure' is generated by GNU Autoconf 2.69 (GH-28152)
pablogsal
authored
6beaf2f
Copy full SHA for 6beaf2f
Handle different string hash algorithms correctly (#28147)
brandtbucher
authored
3beef86
Copy full SHA for 3beef86
Commits on Sep 3, 2021
bpo-45075: distinguish between frame and FrameSummary in traceback mo… (GH-28112)
iritkatriel
authored
0b58e86
Copy full SHA for 0b58e86
bpo-45022: Update libffi to 3.4.2 in Windows build (GH-28146)
zooba
authored
6f8bc46
Copy full SHA for 6f8bc46
bpo-42255: Deprecate webbrowser.MacOSX from Python 3.11 (GH-27837)
Show description for bc1c49f
corona10
and
ambv
authored
bc1c49f
Copy full SHA for bc1c49f
bpo-43950: support positions for dis.Instructions created through dis.Bytecode (GH-28142)
isidentical
authored
85ea2d6
Copy full SHA for 85ea2d6
bpo-45094: Add Py_NO_INLINE macro (GH-28140)
Show description for 7974c30
vstinner
authored
7974c30
Copy full SHA for 7974c30
bpo-34602: Quadruple stack size on macOS when compiling with UBSAN (GH-27309)
ambv
authored
be9de87
Copy full SHA for be9de87
bpo-45083: Include the exception class qualname when formatting an exception (GH-28119)
Show description for b4b6342
iritkatriel
and
Erlend Egeberg Aasland
authored
b4b6342
Copy full SHA for b4b6342
Commits on Sep 2, 2021
bpo-45082: Cleanup ctypes.c_buffer alias (GH-28129)
Show description for a1e15a7
vstinner
authored
a1e15a7
Copy full SHA for a1e15a7
bpo-45081: Fix __init__ method generation when inheriting from Protocol (GH-28121)
Show description for 0635e20
uriyyo
and
Fidget-Spinner
authored
0635e20
Copy full SHA for 0635e20
[doc] Reword sentinel object summary in dataclasses (GH-27792)
Show description for 767a17f
ypcs
and
ambv
authored
767a17f
Copy full SHA for 767a17f
bpo-40360: [doc] Rephrase deprecation note about lib2to3 (GH-28122)
ambv
authored
f0b63d5
Copy full SHA for f0b63d5
bpo-43613: Faster implementation of gzip.compress and gzip.decompress (GH-27941)
Show description for ea23e78
rhpvorderman
and
ambv
authored
ea23e78
Copy full SHA for ea23e78
[doc] Link to deprecation policy PEP from the DeprecationWarning documentation (GH-28123)
ambv
authored
a7ef15a
Copy full SHA for a7ef15a
bpo-45056: Remove trailing unused constants from co_consts (GH-28109)
methane
authored
55c4a92
Copy full SHA for 55c4a92
bpo-37330: open() no longer accept 'U' in file mode (GH-28118)
Show description for 19ba212
vstinner
authored
19ba212
Copy full SHA for 19ba212
bpo-45085: Remove the binhex module (GH-28117)
Show description for a806608
vstinner
authored
a806608
Copy full SHA for a806608
bpo-40360: Deprecate the lib2to3 package (GH-28116)
vstinner
authored
d589a7e
Copy full SHA for d589a7e
Commits on Sep 1, 2021
bpo-44895: libregrtest: refleak check clears types later (GH-28113)
Show description for 679cb47
vstinner
and
iritkatriel
authored
679cb47
Copy full SHA for 679cb47
Pagination
Previous
Next
You can’t perform that action at this time.