Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
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
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
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
/
Sign in
Sign up
Appearance settings
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 }}
lcretan
/
python.cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 20, 2024
gh-124217, ipaddress: Add RFC 9637 reserved IPv6 block `3fff::/20` (#124240)
Show description for db6eb36
y5c4l3
authored
db6eb36
View commit details
Copy full SHA for db6eb36
Browse repository at this point
Fix typo in XMLParser doc (#124129)
jacobtylerwalls
authored
622368d
View commit details
Copy full SHA for 622368d
Browse repository at this point
gh-124248: Fix crash in struct when processing 0p fields (#124251)
brianschubert
authored
63f1960
View commit details
Copy full SHA for 63f1960
Browse repository at this point
gh-95468: Add more tests for "--" (double dash) in test_argparse (GH-124274)
serhiy-storchaka
authored
baa3550
View commit details
Copy full SHA for baa3550
Browse repository at this point
gh-123880: Allow recursive import of single-phase-init modules (GH-123950)
Show description for aee219f
3 people
authored
aee219f
View commit details
Copy full SHA for aee219f
Browse repository at this point
gh-123797: Check for runtime availability of `ptsname_r` on macos (#123806)
sobolevn
authored
3e36e5a
View commit details
Copy full SHA for 3e36e5a
Browse repository at this point
gh-81691: Fix handling of multiple "--" (double dashes) in argparse (GH-124233)
Show description for aae1267
serhiy-storchaka
authored
aae1267
View commit details
Copy full SHA for aae1267
Browse repository at this point
Commits on Sep 19, 2024
test_cext, test_cppext: enable /W4 warnings on Windows (#124253)
Show description for 7a2d77c
vstinner
authored
7a2d77c
View commit details
Copy full SHA for 7a2d77c
Browse repository at this point
Docs: Update two FAQs for Python 3 (#124247)
Show description for 5f01111
hugovk
and
AlexWaygood
authored
5f01111
View commit details
Copy full SHA for 5f01111
Browse repository at this point
gh-124245: Fix UserWarning in test_argparse (GH-124246)
serhiy-storchaka
authored
992e8f6
View commit details
Copy full SHA for 992e8f6
Browse repository at this point
gh-124160: Pass main_tstate to update_global_state_for_extension() (#124164)
luk1337
authored
7331d0f
View commit details
Copy full SHA for 7331d0f
Browse repository at this point
bpo-41843: Reenable use of sendfile in shutil module on Solaris (GH-23893)
kulikjak
authored
8f82d9a
View commit details
Copy full SHA for 8f82d9a
Browse repository at this point
Support the "pager" binary in _pyrepl (#122878)
Show description for 426569e
stefanor
authored
426569e
View commit details
Copy full SHA for 426569e
Browse repository at this point
gh-124040: Adjust few tests in testHypot/testDist to get exactly computed results (GH-124042)
skirpichev
authored
4420cf4
View commit details
Copy full SHA for 4420cf4
Browse repository at this point
gh-123934: Fix `MagicMock` not to reset magic method return values (#124038)
sobolevn
authored
7628f67
View commit details
Copy full SHA for 7628f67
Browse repository at this point
Commits on Sep 18, 2024
gh-120754: Fix memory leak in FileIO.__init__() (#124225)
Show description for 43cd7aa
vstinner
authored
43cd7aa
View commit details
Copy full SHA for 43cd7aa
Browse repository at this point
gh-124212: Fix undefined variable in error message in venv (GH-124211)
JacekDuszenko
authored
ea7fe1f
View commit details
Copy full SHA for ea7fe1f
Browse repository at this point
gh-124083: Skip test_signal.test_strsignal() on NetBSD (#124084)
Show description for 36682c0
furkanonder
authored
36682c0
View commit details
Copy full SHA for 36682c0
Browse repository at this point
Fix `make htmllive` target (GH-124219)
Show description for 9a6e233
zware
authored
9a6e233
View commit details
Copy full SHA for 9a6e233
Browse repository at this point
gh-116022: Improve `repr()` of AST nodes (#117046)
Show description for 21d2a9a
5 people
authored
21d2a9a
View commit details
Copy full SHA for 21d2a9a
Browse repository at this point
gh-124064: Fix -Wconversion warnings in Parser/string_parser.c (#124204)
Show description for f9fa6ba
vstinner
authored
f9fa6ba
View commit details
Copy full SHA for f9fa6ba
Browse repository at this point
gh-122145: Handle an empty AST body when reporting tracebacks (#122161)
picnixz
authored
5cd50cb
View commit details
Copy full SHA for 5cd50cb
Browse repository at this point
gh-120754: Refactor I/O modules to stash whole stat result rather than individual members (#123412)
Show description for 8b6c7c7
cmaloney
authored
8b6c7c7
View commit details
Copy full SHA for 8b6c7c7
Browse repository at this point
gh-124206: Fix calling get_annotate_function() on static types (#124208)
Show description for 96f619f
JelleZijlstra
authored
96f619f
View commit details
Copy full SHA for 96f619f
Browse repository at this point
gh-102511: Change the `os.path.splitroot` param name from `path` back to `p` (GH-124097)
sobolevn
authored
3b6bfa7
View commit details
Copy full SHA for 3b6bfa7
Browse repository at this point
test: fix _is_perf_version_at_least typo (#124199)
thesamesam
authored
0c4884d
View commit details
Copy full SHA for 0c4884d
Browse repository at this point
gh-118915: Add/fix docs entries for some new 3.13 C API (GH-124134)
encukou
authored
32119fc
View commit details
Copy full SHA for 32119fc
Browse repository at this point
gh-123085: _compile_importlib: Avoid copying sources before compilation (GH-124131)
Show description for 42c8b05
encukou
and
jaraco
authored
42c8b05
View commit details
Copy full SHA for 42c8b05
Browse repository at this point
gh-119771: Set errno on overflows in _Py_c_pow() (#120256)
Show description for 8a284e1
skirpichev
authored
8a284e1
View commit details
Copy full SHA for 8a284e1
Browse repository at this point
gh-124190: Ignore files directories check warning tooling (#124193)
Show description for 81480e6
nohlson
and
blurb-it[bot]
authored
81480e6
View commit details
Copy full SHA for 81480e6
Browse repository at this point
gh-124153: Implement `PyType_GetBaseByToken()` and `Py_tp_token` slot (GH-124163)
neonene
authored
646f16b
View commit details
Copy full SHA for 646f16b
Browse repository at this point
Revert "gh-123974: Fix time.get_clock_info() on NetBSD (#123975)" (GH-124115)
Show description for 79a7410
serhiy-storchaka
authored
79a7410
View commit details
Copy full SHA for 79a7410
Browse repository at this point
gh-124191: Disable -Wconversion in enable safety (gh-124192)
nohlson
authored
29a1a6e
View commit details
Copy full SHA for 29a1a6e
Browse repository at this point
gh-124194: Fix wrong issue number in What's New in Python 3.8 (#124195)
Show description for d8c0fe1
shenanigansd
and
AA-Turner
authored
d8c0fe1
View commit details
Copy full SHA for d8c0fe1
Browse repository at this point
Commits on Sep 17, 2024
gh-122765: make prompt in activate.csh robust against unbalanced quotes and newlines (GH-123751)
JacekDuszenko
authored
a15a584
View commit details
Copy full SHA for a15a584
Browse repository at this point
Previous
Next
You can’t perform that action at this time.