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 }}
fireattack
/
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
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 12, 2017
bpo-29723: Add missing NEWS entry (#638)
ncoghlan
authored
27abb0e
View commit details
Copy full SHA for 27abb0e
Browse repository at this point
bpo-28692: Deprecate using non-integer value for selecting a plural form in gettext. (#507)
serhiy-storchaka
authored
f659598
View commit details
Copy full SHA for f659598
Browse repository at this point
bpo-20185: Convert the resource moduel to Argument Clinic. (#545)
Show description for 1989763
serhiy-storchaka
authored
1989763
View commit details
Copy full SHA for 1989763
Browse repository at this point
bpo-29723: Consistently configure sys.path[0] (#575)
Show description for d2977a3
ncoghlan
authored
d2977a3
View commit details
Copy full SHA for d2977a3
Browse repository at this point
bpo-29798: Handle git worktree in `make patchcheck` (#629)
Show description for 6a6d090
ncoghlan
authored
6a6d090
View commit details
Copy full SHA for 6a6d090
Browse repository at this point
bpo-15695: Implemented StgDict.__sizeof__(). (#509)
serhiy-storchaka
authored
8999cae
View commit details
Copy full SHA for 8999cae
Browse repository at this point
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
serhiy-storchaka
authored
202fda5
View commit details
Copy full SHA for 202fda5
Browse repository at this point
bpo-20185: Convert the marshal module to Argument Clinic. (#541)
Show description for 0767ad4
serhiy-storchaka
authored
0767ad4
View commit details
Copy full SHA for 0767ad4
Browse repository at this point
bpo-29746: Update marshal docs to Python 3. (#547)
serhiy-storchaka
authored
c611a5b
View commit details
Copy full SHA for c611a5b
Browse repository at this point
bpo-29763: Use support.unlink instead of os.unlink (GH-624)
Show description for 93710c1
zware
authored
93710c1
View commit details
Copy full SHA for 93710c1
Browse repository at this point
bpo-29656: Handle PR branches in 'make patchcheck' (#302)
ncoghlan
authored
482f7a2
View commit details
Copy full SHA for 482f7a2
Browse repository at this point
Commits on Mar 11, 2017
bpo-26121: Use C library implementation for math functions: (#515)
Show description for 97553fd
serhiy-storchaka
authored and
mdickinson
committed
97553fd
View commit details
Copy full SHA for 97553fd
Browse repository at this point
Only trigger AppVeyor on code or config changes (GH-611)
zware
authored
c5d3bfe
View commit details
Copy full SHA for c5d3bfe
Browse repository at this point
tempfile.rst: Fix some typos (GH-610)
JelleZijlstra
authored and
Mariatta
committed
d3b8f98
View commit details
Copy full SHA for d3b8f98
Browse repository at this point
bpo-20185: Convert float object implementation to Argument Clinic. (#543)
Show description for b5c51d3
serhiy-storchaka
authored
b5c51d3
View commit details
Copy full SHA for b5c51d3
Browse repository at this point
bpo-20185: Convert list object implementation to Argument Clinic. (#542)
serhiy-storchaka
authored
fdd42c4
View commit details
Copy full SHA for fdd42c4
Browse repository at this point
bpo-29770: remove outdated PYO related info (GH-590)
zhangyangyu
authored
0710d75
View commit details
Copy full SHA for 0710d75
Browse repository at this point
bpo-29784: Fix the reference to shutil.copy in the docs (GH-602)
Mariatta
authored
70ee0cd
View commit details
Copy full SHA for 70ee0cd
Browse repository at this point
Commits on Mar 10, 2017
bpo-28810: Document changes to CALL_FUNCTION opcodes (GH-250)
ilevkivskyi
authored and
brettcannon
committed
4b2a2a4
View commit details
Copy full SHA for 4b2a2a4
Browse repository at this point
bpo-29741: Clean up C implementations of BytesIO and StringIO. (#606)
Show description for 7400254
orenmn
authored and
serhiy-storchaka
committed
7400254
View commit details
Copy full SHA for 7400254
Browse repository at this point
bpo-28810: Document BUILD_TUPLE_UNPACK_WITH_CALL bytecode added in 3.6 (GH-239)
ilevkivskyi
authored and
brettcannon
committed
7e52c3e
View commit details
Copy full SHA for 7e52c3e
Browse repository at this point
bpo-28739: Document that f-strings cannot be used as docstring (GH-592)
Mariatta
authored
d4e8928
View commit details
Copy full SHA for d4e8928
Browse repository at this point
Ignore Include/pydtrace_probes.h (#597)
Show description for 50da40f
ambv
authored and
vstinner
committed
50da40f
View commit details
Copy full SHA for 50da40f
Browse repository at this point
Commits on Mar 9, 2017
bpo-29773: Add more cases for testing string to float conversion errors. (#580)
serhiy-storchaka
authored
9e6ac83
View commit details
Copy full SHA for 9e6ac83
Browse repository at this point
bpo-29619: Convert st_ino using unsigned integer (#557)
Show description for 0f6d733
vstinner
authored
0f6d733
View commit details
Copy full SHA for 0f6d733
Browse repository at this point
bpo-29774: Improve error reporting for corrupted extra field in ZIP file. (#583)
serhiy-storchaka
authored and
vstinner
committed
feccdb2
View commit details
Copy full SHA for feccdb2
Browse repository at this point
bpo-28298: make array 'Q', 'L' and 'I' accept big intables as elements (#570)
orenmn
authored and
serhiy-storchaka
committed
964281a
View commit details
Copy full SHA for 964281a
Browse repository at this point
bpo-29768: Fixed compile-time check for expat version. (#574)
serhiy-storchaka
authored
22e707f
View commit details
Copy full SHA for 22e707f
Browse repository at this point
bpo-29749: Update int() docstring (GH-565)
Show description for 390a096
soolabettu
authored and
brettcannon
committed
390a096
View commit details
Copy full SHA for 390a096
Browse repository at this point
Commits on Mar 8, 2017
Use Py_RETURN_FALSE/Py_RETURN_TRUE rather than PyBool_FromLong(0)/PyBool_FromLong(1). (#567)
serhiy-storchaka
authored
370fd20
View commit details
Copy full SHA for 370fd20
Browse repository at this point
Fix the only non-C90 comment to be C90 compatible. (#566)
ndparker
authored and
serhiy-storchaka
committed
f7eda38
View commit details
Copy full SHA for f7eda38
Browse repository at this point
Exit Travis when only Misc/* is changed. (#564)
Show description for 4a2ffce
serhiy-storchaka
authored
4a2ffce
View commit details
Copy full SHA for 4a2ffce
Browse repository at this point
bpo-29645: Speed up importing the webbrowser module. (#484)
serhiy-storchaka
authored
a7cba27
View commit details
Copy full SHA for a7cba27
Browse repository at this point
bpo-28231: The zipfile module now accepts path-like objects for external paths. (#511)
serhiy-storchaka
authored
8606e95
View commit details
Copy full SHA for 8606e95
Browse repository at this point
bpo-28331: fix impl-detail label is removed when content is translated. (GH-195)
methane
authored
c351ce6
View commit details
Copy full SHA for c351ce6
Browse repository at this point
Previous
Next
You can’t perform that action at this time.