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 }}
parikpython
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Include
on
3.9
User selector
All users
All time
Commit history
Commits on Nov 26, 2021
bpo-39026: Fix Python.h when building with Xcode (GH-29488) (GH-29776)
Show description for 92631a4
vstinner
authored
92631a4
View commit details
Copy full SHA for 92631a4
View code at this point
Browse repository at this point
Commits on Nov 19, 2021
[3.9] bpo-45806: Fix recovery from stack overflow for 3.9. Again. (GH-29640)
Show description for 4296396
markshannon
and
ambv
authored
4296396
View commit details
Copy full SHA for 4296396
View code at this point
Browse repository at this point
Commits on Nov 15, 2021
Post 3.9.9
ambv
committed
3bb2566
View commit details
Copy full SHA for 3bb2566
View code at this point
Browse repository at this point
Python 3.9.9
ambv
committed
ccb0e6a
View commit details
Copy full SHA for ccb0e6a
View code at this point
Browse repository at this point
Commits on Nov 5, 2021
Post 3.9.8
ambv
committed
5fdf791
View commit details
Copy full SHA for 5fdf791
View code at this point
Browse repository at this point
Python 3.9.8
ambv
committed
bb3fdcf
View commit details
Copy full SHA for bb3fdcf
View code at this point
Browse repository at this point
Commits on Oct 14, 2021
bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944) (GH-28953)
Show description for 6848602
serhiy-storchaka
authored
6848602
View commit details
Copy full SHA for 6848602
View code at this point
Browse repository at this point
[3.9] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939) (GH-28945)
Show description for 7c722e3
serhiy-storchaka
authored
7c722e3
View commit details
Copy full SHA for 7c722e3
View code at this point
Browse repository at this point
Commits on Oct 7, 2021
[3.9] Fix typos in the Include directory (GH-28745) (GH-28788)
Show description for 6c97b03
cclauss
authored
6c97b03
View commit details
Copy full SHA for 6c97b03
View code at this point
Browse repository at this point
Commits on Oct 3, 2021
[3.9] Remove trailing spaces (GH-28710)
serhiy-storchaka
authored
e9ce081
View commit details
Copy full SHA for e9ce081
View code at this point
Browse repository at this point
Commits on Sep 29, 2021
closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH-27394)
Show description for 9626ac8
miss-islington
and
geofft
authored
9626ac8
View commit details
Copy full SHA for 9626ac8
View code at this point
Browse repository at this point
Commits on Sep 22, 2021
[3.9] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28512)
Show description for 5482db5
ambv
and
mohamadmansourX
authored
5482db5
View commit details
Copy full SHA for 5482db5
View code at this point
Browse repository at this point
Commits on Sep 3, 2021
[3.9] bpo-45083: Include the exception class qualname when formatting an exception (GH-28119) (GH-28135)
Show description for 41c2374
3 people
authored
41c2374
View commit details
Copy full SHA for 41c2374
View code at this point
Browse repository at this point
Commits on Aug 30, 2021
Post 3.9.7
ambv
committed
9ab2b48
View commit details
Copy full SHA for 9ab2b48
View code at this point
Browse repository at this point
Python 3.9.7
ambv
committed
1016ef3
View commit details
Copy full SHA for 1016ef3
View code at this point
Browse repository at this point
Commits on Jul 15, 2021
bpo-44184: Fix subtype_dealloc() for freed type (GH-26274)
Show description for 298ee65
miss-islington
and
vstinner
authored
298ee65
View commit details
Copy full SHA for 298ee65
View code at this point
Browse repository at this point
Commits on Jun 28, 2021
Post 3.9.6
ambv
committed
0787a1b
View commit details
Copy full SHA for 0787a1b
View code at this point
Browse repository at this point
Python 3.9.6
ambv
committed
db3ff76
View commit details
Copy full SHA for db3ff76
View code at this point
Browse repository at this point
Commits on Jun 10, 2021
bpo-44363: Get test_capi passing with address sanitizer (GH-26639)
Show description for 8652694
miss-islington
and
markshannon
authored
8652694
View commit details
Copy full SHA for 8652694
View code at this point
Browse repository at this point
Commits on May 21, 2021
[3.9] bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096) (GH-25847)
Show description for d3cc689
kulikjak
authored
d3cc689
View commit details
Copy full SHA for d3cc689
View code at this point
Browse repository at this point
Commits on May 3, 2021
Post 3.9.5
ambv
committed
bf12424
View commit details
Copy full SHA for bf12424
View code at this point
Browse repository at this point
Python 3.9.5
ambv
committed
0a7dcbd
View commit details
Copy full SHA for 0a7dcbd
View code at this point
Browse repository at this point
Commits on Apr 13, 2021
bpo-43816: Add extern "C" to Include/cpython/pyctype.h (GH-25365) (GH-25387)
Show description for 15ad30d
miss-islington
and
aytey
authored
15ad30d
View commit details
Copy full SHA for 15ad30d
View code at this point
Browse repository at this point
Commits on Apr 4, 2021
Post 3.9.4
ambv
committed
c3c43dc
View commit details
Copy full SHA for c3c43dc
View code at this point
Browse repository at this point
Python 3.9.4
ambv
committed
1f2e308
View commit details
Copy full SHA for 1f2e308
View code at this point
Browse repository at this point
[3.9] bpo-43710: Rollback the 3.9 bpo-42500 fix, it broke the ABI in 3.9.3 (#25179)
Show description for c7b0fec
gpshead
authored
c7b0fec
View commit details
Copy full SHA for c7b0fec
View code at this point
Browse repository at this point
Commits on Apr 2, 2021
Post 3.9.3
ambv
committed
9350cc0
View commit details
Copy full SHA for 9350cc0
View code at this point
Browse repository at this point
Python 3.9.3
ambv
committed
e723086
View commit details
Copy full SHA for e723086
View code at this point
Browse repository at this point
Commits on Mar 2, 2021
bpo-42500: Fix recursion in or after except (GH-23568) (#24501)
Show description for 8b795ab
markshannon
authored
8b795ab
View commit details
Copy full SHA for 8b795ab
View code at this point
Browse repository at this point
Commits on Feb 19, 2021
Post 3.9.2
ambv
committed
8cc6e27
View commit details
Copy full SHA for 8cc6e27
View code at this point
Browse repository at this point
Python 3.9.2
ambv
committed
1a79785
View commit details
Copy full SHA for 1a79785
View code at this point
Browse repository at this point
Commits on Feb 16, 2021
Post 3.9.2rc1
ambv
committed
eba45a8
View commit details
Copy full SHA for eba45a8
View code at this point
Browse repository at this point
Python 3.9.2rc1
ambv
committed
4064156
View commit details
Copy full SHA for 4064156
View code at this point
Browse repository at this point
Commits on Feb 5, 2021
bpo-35295: Remove outdated comment. (GH-24453)
Show description for b0b0181
miss-islington
and
methane
authored
b0b0181
View commit details
Copy full SHA for b0b0181
View code at this point
Browse repository at this point
Commits on Jan 31, 2021
bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t (GH-24350)
Show description for 995a6c0
miss-islington
and
serhiy-storchaka
authored
995a6c0
View commit details
Copy full SHA for 995a6c0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.