Skip to content
Navigation Menu
Toggle navigation
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
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
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 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 }}
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
34.8k
Star
73.4k
Code
Issues
5k+
Pull requests
2.3k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
collinw
All time
Commit history
Commits on Apr 17, 2010
Fix the --with-cxx-main build.
collinw
committed
dfa66c1
Copy full SHA for dfa66c1
Commits on Apr 6, 2010
Fix python-config to use the new sysconfig module; silences deprecation warnings.
collinw
committed
6709177
Copy full SHA for 6709177
Commits on Mar 19, 2010
Merged revisions 79082,79084 via svnmerge from
Show description for bf19907
collinw
committed
bf19907
Copy full SHA for bf19907
Make python-config support multiple option flags on the same command line, rather than requiring one invocation per flag.
collinw
committed
a70f349
Copy full SHA for a70f349
Add a separate python-config make target, useful for testing changes to Misc/python-config.in.
collinw
committed
00dd3f5
Copy full SHA for 00dd3f5
Commits on Mar 18, 2010
Merged revisions 79060 via svnmerge from
Show description for 4222e9c
collinw
committed
4222e9c
Copy full SHA for 4222e9c
Add support for weak references to code objects. This will be used by an optimization in the incoming Python 3 JIT.
Show description for 001a395
collinw
committed
001a395
Copy full SHA for 001a395
Merged revisions 79044 via svnmerge from
Show description for b24ef19
collinw
committed
b24ef19
Copy full SHA for b24ef19
Make test_pwd more stable in the face of unusual LDAP/NIS/Kerberos deployments (the old test was flaky on Google buildslaves).
collinw
committed
43fe03a
Copy full SHA for 43fe03a
Commits on Mar 17, 2010
Merged revisions 79038 via svnmerge from
Show description for 8641c56
collinw
committed
8641c56
Copy full SHA for 8641c56
Fix a race condition in test_asynchat uncovered by the Unladen Swallow JIT.
collinw
committed
2227251
Copy full SHA for 2227251
Avoid hardcoding refcounts in tests.
collinw
committed
7864312
Copy full SHA for 7864312
Add tests for overriding and shadowing __import__; these are a useful tripwire for an incoming JIT optimization.
collinw
committed
6498cff
Copy full SHA for 6498cff
Merged revisions 79016 via svnmerge from
Show description for 88e333d
collinw
committed
88e333d
Copy full SHA for 88e333d
Delete unused import.
collinw
committed
8b3f1ce
Copy full SHA for 8b3f1ce
Commit missing merge info from r79014.
collinw
committed
2bebd8f
Copy full SHA for 2bebd8f
Style cleanup in test_import.
collinw
committed
89b4f13
Copy full SHA for 89b4f13
Merged revisions 79013 via svnmerge from
Show description for 58bee59
collinw
committed
58bee59
Copy full SHA for 58bee59
Fix a trivial class of (hypothetical, future) false-positive refleaks, discovered by an optimization in Unladen Swallow's past (which will become CPython's future).
collinw
committed
ac1d931
Copy full SHA for ac1d931
Add some tests for ways users can change or shadow globals and builtins.
collinw
committed
f2bf2b3
Copy full SHA for f2bf2b3
Commits on Feb 3, 2010
Merged revisions 69304 via svnmerge from
Show description for 54c4578
collinw
committed
54c4578
Copy full SHA for 54c4578
Merged revisions 72357,72367 via svnmerge from
Show description for 2905baf
collinw
committed
2905baf
Copy full SHA for 2905baf
Commits on May 26, 2009
Merged revisions 72930 via svnmerge from
Show description for 8ca69de
collinw
committed
8ca69de
Copy full SHA for 8ca69de
Merged revisions 72930 via svnmerge from
Show description for e9a6514
collinw
committed
e9a6514
Copy full SHA for e9a6514
Issue 5794: fix cPickle's unpickling of recursive tuples.
collinw
committed
57bef68
Copy full SHA for 57bef68
Commits on May 25, 2009
Merged revisions 72909 via svnmerge from
Show description for 5c9b02d
collinw
committed
5c9b02d
Copy full SHA for 5c9b02d
Issue 5670: special-case pickling of dicts. This nearly doubles the performance of dict pickling in cPickle.
collinw
committed
179bf21
Copy full SHA for 179bf21
Commits on May 20, 2009
Merged revisions 72792 via svnmerge from
Show description for e6a02d0
collinw
committed
e6a02d0
Copy full SHA for e6a02d0
Merge r72792: POP_MARK was not in pickle protocol 0, SHORT_BINBYTES was not in protocol 1.
collinw
committed
e61d437
Copy full SHA for e61d437
Issue 6066: POP_MARK was not in pickle protocol 0.
collinw
committed
1ef9c83
Copy full SHA for 1ef9c83
Commits on May 18, 2009
Merged revisions 72777 via svnmerge from
Show description for 9a4414d
collinw
committed
9a4414d
Copy full SHA for 9a4414d
Issue 6032: fix refleaks in test_urllib2_localnet.
collinw
committed
f03c42f
Copy full SHA for f03c42f
Commits on May 15, 2009
Merged revisions 72658 via svnmerge from
Show description for a5503d5
collinw
committed
a5503d5
Copy full SHA for a5503d5
Commits on May 14, 2009
Issue 6024: make regrtest.py promote refleaks to test failures.
collinw
committed
0f48974
Copy full SHA for 0f48974
Commits on Apr 16, 2009
Port r71408 to py3k: issue 5665, add more pickling tests.
collinw
committed
771d834
Copy full SHA for 771d834
Previous
Next
You can’t perform that action at this time.