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
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 }}
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.4k
Star
76.5k
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
Commits
Breadcrumbs
History for
cpython
PC
on
edc3cba
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 4, 2014
Copyright year update, add version to licenses.
birkenfeld
committed
edc3cba
View commit details
Copy full SHA for edc3cba
View code at this point
Browse repository at this point
Commits on Mar 25, 2013
merge with main repo 3.2 branch
birkenfeld
committed
4eb5f1a
View commit details
Copy full SHA for 4eb5f1a
View code at this point
Browse repository at this point
Commits on Mar 24, 2013
Issue #17425: Build with openssl 1.0.0k on Windows.
loewis
committed
5be6d74
View commit details
Copy full SHA for 5be6d74
View code at this point
Browse repository at this point
Commits on Mar 23, 2013
Copyright update to 2013.
birkenfeld
committed
a7d2f00
View commit details
Copy full SHA for a7d2f00
View code at this point
Browse repository at this point
Commits on Dec 27, 2012
Fix #16759. Convert DWORD registry values using PyLong_FromUnsignedLong.
Show description for 172e422
briancurtin
committed
172e422
View commit details
Copy full SHA for 172e422
View code at this point
Browse repository at this point
Fix #14420. Use PyLong_AsUnsignedLong to support the full range of DWORD.
Show description for 12706f2
briancurtin
committed
12706f2
View commit details
Copy full SHA for 12706f2
View code at this point
Browse repository at this point
Commits on Oct 29, 2012
Fix #16197. Update docstrings and documentation to match winreg code.
Show description for e9aeca7
briancurtin
committed
e9aeca7
View commit details
Copy full SHA for e9aeca7
View code at this point
Browse repository at this point
Commits on Jun 23, 2012
The build target of this makefile is python3.dll, not python32.dll.
loewis
committed
7349eb2
View commit details
Copy full SHA for 7349eb2
View code at this point
Browse repository at this point
Commits on May 18, 2012
Upgrade OpenSSL to 1.0.0j
loewis
committed
3407dfb
View commit details
Copy full SHA for 3407dfb
View code at this point
Browse repository at this point
Commits on May 14, 2012
Upgrade bzip2 to 1.0.6.
loewis
committed
87960da
View commit details
Copy full SHA for 87960da
View code at this point
Browse repository at this point
Commits on Apr 15, 2012
Make all socket related modules link with ws2_32.lib on windows, like
Show description for 473fde6
Kristján Valur Jónsson
committed
473fde6
View commit details
Copy full SHA for 473fde6
View code at this point
Browse repository at this point
Commits on Apr 13, 2012
Issue14559: Fix build files old Microft compilers.
Show description for a9d33a2
amauryfa
committed
a9d33a2
View commit details
Copy full SHA for a9d33a2
View code at this point
Browse repository at this point
Commits on Apr 2, 2012
Issue #14471: Fix a possible buffer overrun in the winreg module.
Kristján Valur Jónsson
committed
984dfa7
View commit details
Copy full SHA for 984dfa7
View code at this point
Browse repository at this point
Commits on Mar 14, 2012
merge 3.1
doko42
committed
d83be23
View commit details
Copy full SHA for d83be23
View code at this point
Browse repository at this point
- rename configure.in to configure.ac
Show description for 0f4c16e
doko42
committed
0f4c16e
View commit details
Copy full SHA for 0f4c16e
View code at this point
Browse repository at this point
Commits on Mar 11, 2012
Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited.
pitrou
committed
1f9a835
View commit details
Copy full SHA for 1f9a835
View code at this point
Browse repository at this point
Commits on Feb 23, 2012
Update copyright year.
birkenfeld
committed
2142ee8
View commit details
Copy full SHA for 2142ee8
View code at this point
Browse repository at this point
Commits on Oct 17, 2011
Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are now available on Windows.
nvawda
committed
bcb86c5
View commit details
Copy full SHA for bcb86c5
View code at this point
Browse repository at this point
Commits on Oct 7, 2011
Issue #13063: the Windows error ERROR_NO_DATA (numbered 232 and described
Show description for 586bfe4
pitrou
committed
586bfe4
View commit details
Copy full SHA for 586bfe4
View code at this point
Browse repository at this point
Commits on Oct 6, 2011
Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists.
Show description for eeb7eea
pitrou
committed
eeb7eea
View commit details
Copy full SHA for eeb7eea
View code at this point
Browse repository at this point
Commits on Sep 1, 2011
Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now
Show description for a762285
pitrou
committed
a762285
View commit details
Copy full SHA for a762285
View code at this point
Browse repository at this point
Commits on Mar 16, 2011
#11565: Merge with 3.1.
ezio-melotti
committed
3b3499b
View commit details
Copy full SHA for 3b3499b
View code at this point
Browse repository at this point
#11565: Fix several typos. Patch by Piotr Kasprzyk.
ezio-melotti
committed
1392500
View commit details
Copy full SHA for 1392500
View code at this point
Browse repository at this point
Commits on Mar 15, 2011
#11515: Merge with 3.1.
ezio-melotti
committed
4969f70
View commit details
Copy full SHA for 4969f70
View code at this point
Browse repository at this point
#11515: fix several typos. Patch by Piotr Kasprzyk.
ezio-melotti
committed
42da663
View commit details
Copy full SHA for 42da663
View code at this point
Browse repository at this point
Commits on Mar 6, 2011
Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that the files
Show description for bb3e937
loewis
committed
bb3e937
View commit details
Copy full SHA for bb3e937
View code at this point
Browse repository at this point
Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that the files
Show description for 21967d0
loewis
committed
21967d0
View commit details
Copy full SHA for 21967d0
View code at this point
Browse repository at this point
Commits on Mar 5, 2011
Add updated .hgeol file and fix newlines in the 3.2 branch.
birkenfeld
committed
49857f8
View commit details
Copy full SHA for 49857f8
View code at this point
Browse repository at this point
Add updated .hgeol file and fix newlines in the 3.1 branch.
birkenfeld
committed
5537d29
View commit details
Copy full SHA for 5537d29
View code at this point
Browse repository at this point
Commits on Feb 5, 2011
Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check
Show description for 738236d
loewis
committed
738236d
View commit details
Copy full SHA for 738236d
View code at this point
Browse repository at this point
Commits on Feb 4, 2011
Issue #11118: Fix bogus export of None in python3.dll.
loewis
committed
d77520a
View commit details
Copy full SHA for d77520a
View code at this point
Browse repository at this point
Commits on Jan 6, 2011
Remove buffer API from stable ABI for now, see #10181.
loewis
committed
c83bc3c
View commit details
Copy full SHA for c83bc3c
View code at this point
Browse repository at this point
Commits on Dec 31, 2010
Happy New Year! (CET edition)
birkenfeld
committed
ed13853
View commit details
Copy full SHA for ed13853
View code at this point
Browse repository at this point
Commits on Dec 9, 2010
Merged revisions 85071-85072,85894,87132 via svnmerge from
Show description for ba466cd
Hirokazu Yamamoto
committed
ba466cd
View commit details
Copy full SHA for ba466cd
View code at this point
Browse repository at this point
Commits on Dec 8, 2010
Mention NASM which is needed to build openssl-1.0.0a original source.
Show description for 3405de0
Hirokazu Yamamoto
committed
3405de0
View commit details
Copy full SHA for 3405de0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.