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
Misc
on
b575044
User selector
All users
All time
Commit history
Commits on May 28, 2016
Issue 25926: Clarify that the pure python equivalents are only approximate.
rhettinger
committed
b15e589
View commit details
Copy full SHA for b15e589
View code at this point
Browse repository at this point
Commits on May 27, 2016
Issue #27138: Fix the doc comment for FileFinder.find_spec().
ericsnowcurrently
committed
fc76e41
View commit details
Copy full SHA for fc76e41
View code at this point
Browse repository at this point
Commits on May 26, 2016
Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionError
zooba
committed
78644cf
View commit details
Copy full SHA for 78644cf
View code at this point
Browse repository at this point
Issue #18383: Avoid adding duplicate filters when warnings is reloaded
Show description for f6ffab7
vadmium
committed
f6ffab7
View commit details
Copy full SHA for f6ffab7
View code at this point
Browse repository at this point
Issue #27076: Doc, comment and tests spelling fixes
Show description for 1ce5716
vadmium
committed
1ce5716
View commit details
Copy full SHA for 1ce5716
View code at this point
Browse repository at this point
Commits on May 22, 2016
Fix minor inconsistencies with Issue #N references in NEWS and HISTORY
vadmium
committed
e4e6992
View commit details
Copy full SHA for e4e6992
View code at this point
Browse repository at this point
Commits on May 20, 2016
Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N"
Show description for c18e768
serhiy-storchaka
committed
c18e768
View commit details
Copy full SHA for c18e768
View code at this point
Browse repository at this point
Commits on May 19, 2016
Back out pathlib.Path.path attr. (Merge 3.4->3.5)
gvanrossum
committed
94894bd
View commit details
Copy full SHA for 94894bd
View code at this point
Browse repository at this point
Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289.
Show description for 7ce9f8e
gvanrossum
committed
7ce9f8e
View commit details
Copy full SHA for 7ce9f8e
View code at this point
Browse repository at this point
Issue #27053: Updates make_zip.py to correctly generate library ZIP file.
zooba
committed
5ab17e3
View commit details
Copy full SHA for 5ab17e3
View code at this point
Browse repository at this point
Fix os.set_inheritable() on Android
Show description for 3500394
vstinner
committed
3500394
View commit details
Copy full SHA for 3500394
View code at this point
Browse repository at this point
Commits on May 18, 2016
Fix #27014 -- infinite recursion using typing.py.
gvanrossum
committed
8ceb5b3
View commit details
Copy full SHA for 8ceb5b3
View code at this point
Browse repository at this point
Commits on May 17, 2016
fix possible refleak in MAKE_FUNCTION (closes #26991)
Show description for 189ddf5
benjaminp
committed
189ddf5
View commit details
Copy full SHA for 189ddf5
View code at this point
Browse repository at this point
Commits on May 16, 2016
Issue #27041: asyncio: Add loop.create_future method
Yury Selivanov
committed
83dd5a6
View commit details
Copy full SHA for 83dd5a6
View code at this point
Browse repository at this point
Issue #27040: Add loop.get_exception_handler method
Yury Selivanov
committed
59961e2
View commit details
Copy full SHA for 59961e2
View code at this point
Browse repository at this point
Issue #27039: Fixed bytearray.remove() for values greater than 127.
Show description for c34a42a
serhiy-storchaka
committed
c34a42a
View commit details
Copy full SHA for c34a42a
View code at this point
Browse repository at this point
Issue #17214: Percent-encode non-ASCII bytes in redirect targets
Show description for 66bbffc
vadmium
committed
66bbffc
View commit details
Copy full SHA for 66bbffc
View code at this point
Browse repository at this point
Issue #14132: Fix redirect handling when target is just a query string
vadmium
committed
e6a2872
View commit details
Copy full SHA for e6a2872
View code at this point
Browse repository at this point
Issue #26807: mock_open 'files' no longer error on readline at end of file.
Show description for f97cff4
rbtcollins
committed
f97cff4
View commit details
Copy full SHA for f97cff4
View code at this point
Browse repository at this point
Commits on May 13, 2016
Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input.
Yury Selivanov
committed
32348b5
View commit details
Copy full SHA for 32348b5
View code at this point
Browse repository at this point
Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler.
Show description for 5bbd35e
orsenthil
committed
5bbd35e
View commit details
Copy full SHA for 5bbd35e
View code at this point
Browse repository at this point
Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li
vadmium
committed
905c8f4
View commit details
Copy full SHA for 905c8f4
View code at this point
Browse repository at this point
Commits on May 12, 2016
Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses.
serhiy-storchaka
committed
46059a2
View commit details
Copy full SHA for 46059a2
View code at this point
Browse repository at this point
Commits on May 11, 2016
Removed duplicated NEWS entity for issue #26881.
serhiy-storchaka
committed
486776e
View commit details
Copy full SHA for 486776e
View code at this point
Browse repository at this point
NEWS message for issue #26977.
stevendaprano
committed
8337b16
View commit details
Copy full SHA for 8337b16
View code at this point
Browse repository at this point
Commits on May 8, 2016
Issue #25745: Fixed leaking a userptr in curses panel destructor.
serhiy-storchaka
committed
37cb875
View commit details
Copy full SHA for 37cb875
View code at this point
Browse repository at this point
Issue #26881: The modulefinder module now supports extended opcode arguments.
serhiy-storchaka
committed
27aa6a2
View commit details
Copy full SHA for 27aa6a2
View code at this point
Browse repository at this point
Issue #23815: Fixed crashes related to directly created instances of types in
Show description for 0365ede
serhiy-storchaka
committed
0365ede
View commit details
Copy full SHA for 0365ede
View code at this point
Browse repository at this point
Fix typos in comments, documentation and test method names
vadmium
committed
cdbe148
View commit details
Copy full SHA for cdbe148
View code at this point
Browse repository at this point
Commits on May 7, 2016
Issue #17765: weakref.ref() no longer silently ignores keyword arguments.
Show description for c47855f
serhiy-storchaka
committed
c47855f
View commit details
Copy full SHA for c47855f
View code at this point
Browse repository at this point
Issue #26736: Used HTTPS for external links in the documentation if possible.
serhiy-storchaka
committed
f9801ca
View commit details
Copy full SHA for f9801ca
View code at this point
Browse repository at this point
Commits on May 4, 2016
Issue #26811: gc.get_objects() no longer contains a broken tuple with NULL
Show description for 4b21270
serhiy-storchaka
committed
4b21270
View commit details
Copy full SHA for 4b21270
View code at this point
Browse repository at this point
Issue #20120: Use RawConfigParser for .pypirc parsing, removing support for interpolation unintentionally added with move to Python 3. Behavior no longer does any interpolation in .pypirc files, ma…
Show description for 8af80f6
jaraco
committed
8af80f6
View commit details
Copy full SHA for 8af80f6
View code at this point
Browse repository at this point
Issue #26873: xmlrpc now raises ResponseError on unsupported type tags
Show description for 85262e4
serhiy-storchaka
committed
85262e4
View commit details
Copy full SHA for 85262e4
View code at this point
Browse repository at this point
Commits on May 1, 2016
Issue #26711: Fixed the comparison of plistlib.Data with other types.
serhiy-storchaka
committed
b4b1a34
View commit details
Copy full SHA for b4b1a34
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.