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
Type
/
to 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 }}
pythonicca
/
cpython
Public
forked from
idobatter/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
Modules
Setup.dist
on
master
User selector
All users
All time
Commit history
Commits on Oct 15, 2016
Issue #28428: Rename _futures module to _asyncio.
Show description for 496f166
methane
committed
496f166
View commit details
Copy full SHA for 496f166
View code at this point
Browse repository at this point
Commits on Oct 11, 2016
- Modules/Setup.dist: Add the _blake2 module
doko42
committed
dcdd5db
View commit details
Copy full SHA for dcdd5db
View code at this point
Browse repository at this point
Commits on Oct 9, 2016
Issue #26801: Added C implementation of asyncio.Future.
Show description for 9b319d8
methane
committed
9b319d8
View commit details
Copy full SHA for 9b319d8
View code at this point
Browse repository at this point
Commits on Sep 9, 2016
remove --with(out)-signal-module, since the signal module is non-optional
benjaminp
committed
642e028
View commit details
Copy full SHA for 642e028
View code at this point
Browse repository at this point
Commits on Apr 13, 2015
- merge 3.4
doko42
committed
bca1c21
View commit details
Copy full SHA for bca1c21
View code at this point
Browse repository at this point
- Use PLATDIR for the platform directory everywhere (refactoring only)
doko42
committed
6bb4406
View commit details
Copy full SHA for 6bb4406
View code at this point
Browse repository at this point
Commits on Apr 11, 2015
- Modules/Setup.dist: remove time extension duplicate, introduced by the fix for #5309.
doko42
committed
280fd6b
View commit details
Copy full SHA for 280fd6b
View code at this point
Browse repository at this point
Commits on Sep 26, 2014
Issue #5309: distutils' build and build_ext commands now accept a ``-j``
Show description for 7771826
pitrou
committed
7771826
View commit details
Copy full SHA for 7771826
View code at this point
Browse repository at this point
Commits on Nov 23, 2013
Issue #18874: Implement the PEP 454 (tracemalloc)
vstinner
committed
3f6d857
View commit details
Copy full SHA for 3f6d857
View code at this point
Browse repository at this point
Commits on Jun 22, 2013
Issue #11016: Add C implementation of the stat module as _stat
tiran
committed
71a4484
View commit details
Copy full SHA for 71a4484
View code at this point
Browse repository at this point
Commits on Jun 5, 2013
Add reference implementation for PEP 443
Show description for ee2adca
ambv
committed
ee2adca
View commit details
Copy full SHA for ee2adca
View code at this point
Browse repository at this point
Commits on Apr 20, 2013
Issue #16694: Add a pure Python implementation of the operator module.
Show description for b488343
pitrou
committed
b488343
View commit details
Copy full SHA for b488343
View code at this point
Browse repository at this point
Commits on Jun 21, 2012
... and fix the name of the sha1 file name.
doko42
committed
d38437b
View commit details
Copy full SHA for d38437b
View code at this point
Browse repository at this point
Fix name of the sha1 extension.
doko42
committed
b9a249f
View commit details
Copy full SHA for b9a249f
View code at this point
Browse repository at this point
Remove references to removed md5.h and md5.c files.
doko42
committed
dc0b896
View commit details
Copy full SHA for dc0b896
View code at this point
Browse repository at this point
Commits on Nov 11, 2011
Merge 3.2, fix typos.
florentx
committed
2754cfe
View commit details
Copy full SHA for 2754cfe
View code at this point
Browse repository at this point
Fix few typos.
florentx
committed
4fdb154
View commit details
Copy full SHA for 4fdb154
View code at this point
Browse repository at this point
Commits on Mar 30, 2011
Issue #11393: Add the new faulthandler module
Victor Stinner
committed
d3c216b
View commit details
Copy full SHA for d3c216b
View code at this point
Browse repository at this point
Commits on Feb 22, 2011
Issue #10924: Adding salt and Modular Crypt Format to crypt library.
Sean Reifscheider
committed
4d4534d
View commit details
Copy full SHA for 4d4534d
View code at this point
Browse repository at this point
Commits on Aug 15, 2010
Removing the comment lines for the modules which were made to build statically.
orsenthil
committed
f1f7fac
View commit details
Copy full SHA for f1f7fac
View code at this point
Browse repository at this point
Commits on Aug 9, 2010
Fix Issue9545 - Adding _collections to static build.
orsenthil
committed
39e1914
View commit details
Copy full SHA for 39e1914
View code at this point
Browse repository at this point
Commits on Jul 23, 2010
Issue #7989: Added pure python implementation of the datetime module.
abalkin
committed
a89c16f
View commit details
Copy full SHA for a89c16f
View code at this point
Browse repository at this point
Commits on Apr 22, 2010
- Mention _posixsubprocess.c in Modules/Setup.dist
doko42
committed
6713b54
View commit details
Copy full SHA for 6713b54
View code at this point
Browse repository at this point
Commits on Dec 21, 2009
Merged revisions 76978 via svnmerge from
Show description for 55c2beb
mdickinson
committed
55c2beb
View commit details
Copy full SHA for 55c2beb
View code at this point
Browse repository at this point
Commits on Dec 16, 2009
Merged revisions 76861 via svnmerge from
Show description for 0348fce
mdickinson
committed
0348fce
View commit details
Copy full SHA for 0348fce
View code at this point
Browse repository at this point
Commits on Jun 4, 2009
#3791: remove last traces of bsddb.
birkenfeld
committed
1b6461a
View commit details
Copy full SHA for 1b6461a
View code at this point
Browse repository at this point
Commits on May 23, 2009
adjust Setup.dist to build _functools and _locale
benjaminp
committed
21537c5
View commit details
Copy full SHA for 21537c5
View code at this point
Browse repository at this point
Commits on Apr 4, 2009
Issue 5682: Move _io module into its own subdirectory.
Show description for 6357379
avassalotti
committed
6357379
View commit details
Copy full SHA for 6357379
View code at this point
Browse repository at this point
Commits on Mar 22, 2009
- Modules/Setup.dist: Readd the _functools extension, lost in the io-c merge.
doko42
committed
166b739
View commit details
Copy full SHA for 166b739
View code at this point
Browse repository at this point
Commits on Mar 4, 2009
merge the io-c branch: C implementation of the io module
Show description for a796e13
benjaminp
committed
a796e13
View commit details
Copy full SHA for a796e13
View code at this point
Browse repository at this point
Commits on Feb 22, 2009
- Modules/Setup.dist: Mention _heapq
doko42
committed
3cd2902
View commit details
Copy full SHA for 3cd2902
View code at this point
Browse repository at this point
Commits on Nov 27, 2008
- Modules/Setup.dist: Add _bisect
doko42
committed
f11be3f
View commit details
Copy full SHA for f11be3f
View code at this point
Browse repository at this point
- Modules/Setup.dist: add datetime, update _elementtree
doko42
committed
a3d82b0
View commit details
Copy full SHA for a3d82b0
View code at this point
Browse repository at this point
- Modules/Setup.dist: Update pyexpat
doko42
committed
7f725a9
View commit details
Copy full SHA for 7f725a9
View code at this point
Browse repository at this point
Commits on Nov 26, 2008
- Modules/Setup.dist: Fix typo in last checkin
doko42
committed
b20dc56
View commit details
Copy full SHA for b20dc56
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.