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
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 }}
xiaolanpython
/
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
Breadcrumbs
History for
cpython
Tools
scripts
on
master
User selector
All users
All time
Commit history
Commits on Apr 20, 2017
bpo-30109: Fix reindent.py (GH-1207)
Show description for 58f3c9d
Mariatta
authored
58f3c9d
View commit details
Copy full SHA for 58f3c9d
View code at this point
Browse repository at this point
Commits on Apr 9, 2017
Issue #29798: Handle git worktree in patchcheck (#1058)
Show description for 2abfdf5
ncoghlan
authored
2abfdf5
View commit details
Copy full SHA for 2abfdf5
View code at this point
Browse repository at this point
Commits on Mar 12, 2017
bpo-29798: Handle git worktree in `make patchcheck` (#629)
Show description for 6a6d090
ncoghlan
authored
6a6d090
View commit details
Copy full SHA for 6a6d090
View code at this point
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
View code at this point
Browse repository at this point
Commits on Nov 28, 2016
Reintroduce Python2 support in generate_opcode_h.py
Show description for 213cc38
vstinner
committed
213cc38
View commit details
Copy full SHA for 213cc38
View code at this point
Browse repository at this point
Commits on Nov 25, 2016
Fix a ResourceWarning in generate_opcode_h.py
Show description for 6193ecd
vstinner
committed
6193ecd
View commit details
Copy full SHA for 6193ecd
View code at this point
Browse repository at this point
Commits on Sep 21, 2016
regrtest: add -u for unbuffered stdout/stderr
vstinner
committed
3e56c23
View commit details
Copy full SHA for 3e56c23
View code at this point
Browse repository at this point
Commits on Sep 14, 2016
Issue #26830: Refactor Tools/scripts/google.py
Show description for 1cd53f6
berkerpeksag
committed
1cd53f6
View commit details
Copy full SHA for 1cd53f6
View code at this point
Browse repository at this point
Commits on Sep 11, 2016
Issue #27952: Merge fixcid.py from 3.5
vadmium
committed
bdb847a
View commit details
Copy full SHA for bdb847a
View code at this point
Browse repository at this point
Issue #27952: Get fixcid.py working with the re module
vadmium
committed
b766538
View commit details
Copy full SHA for b766538
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
Remove legacy "from __future__ import with_statement" lines.
gpshead
committed
a68c1bc
View commit details
Copy full SHA for a68c1bc
View code at this point
Browse repository at this point
#27364: fix "incorrect" uses of escape character in the stdlib.
Show description for 44b548d
bitdancer
committed
44b548d
View commit details
Copy full SHA for 44b548d
View code at this point
Browse repository at this point
Commits on Jun 4, 2016
Issue #24225: Fix additional renamed module references.
ned-deily
committed
622b2f6
View commit details
Copy full SHA for 622b2f6
View code at this point
Browse repository at this point
Commits on Apr 24, 2016
Removed unused imports.
serhiy-storchaka
committed
ccd047e
View commit details
Copy full SHA for ccd047e
View code at this point
Browse repository at this point
Commits on Mar 20, 2016
Issue #26581: Use the first coding cookie on a line, not the last one.
serhiy-storchaka
committed
a051bf3
View commit details
Copy full SHA for a051bf3
View code at this point
Browse repository at this point
Issue #26581: Use the first coding cookie on a line, not the last one.
serhiy-storchaka
committed
e431d3c
View commit details
Copy full SHA for e431d3c
View code at this point
Browse repository at this point
Commits on Feb 11, 2016
Issue #25985: sys.version_info is now used instead of sys.version
Show description for 885bdc4
serhiy-storchaka
committed
885bdc4
View commit details
Copy full SHA for 885bdc4
View code at this point
Browse repository at this point
Commits on Nov 30, 2015
Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure
vadmium
committed
b4ce1fc
View commit details
Copy full SHA for b4ce1fc
View code at this point
Browse repository at this point
Commits on Oct 30, 2015
Merge with 3.5
terryjreedy
committed
4df4296
View commit details
Copy full SHA for 4df4296
View code at this point
Browse repository at this point
Merge with 3.4
terryjreedy
committed
3f209b6
View commit details
Copy full SHA for 3f209b6
View code at this point
Browse repository at this point
Issue #25505: Remove unused buggy method.
terryjreedy
committed
a05e7f6
View commit details
Copy full SHA for a05e7f6
View code at this point
Browse repository at this point
Commits on Oct 27, 2015
Fix a variable typo by switching to a f-string.
brettcannon
committed
dd1e670
View commit details
Copy full SHA for dd1e670
View code at this point
Browse repository at this point
Commits on Oct 26, 2015
Issue #25154: Make the file argument apply to the print function and
Show description for f1c47e4
brettcannon
committed
f1c47e4
View commit details
Copy full SHA for f1c47e4
View code at this point
Browse repository at this point
Commits on Oct 16, 2015
Issue #25154: Deprecate the pyvenv script.
Show description for 9b63868
brettcannon
committed
9b63868
View commit details
Copy full SHA for 9b63868
View code at this point
Browse repository at this point
Commits on Jul 3, 2015
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
Yury Selivanov
committed
f488fb4
View commit details
Copy full SHA for f488fb4
View code at this point
Browse repository at this point
Commits on May 27, 2015
Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs.
serhiy-storchaka
committed
3028c95
View commit details
Copy full SHA for 3028c95
View code at this point
Browse repository at this point
Commits on May 20, 2015
Issue #16261: Converted some bare except statements to except statements
Show description for ba9ac5b
serhiy-storchaka
committed
ba9ac5b
View commit details
Copy full SHA for ba9ac5b
View code at this point
Browse repository at this point
Commits on May 3, 2015
Issue #23330: h2py now supports arbitrary filenames in #include.
serhiy-storchaka
committed
d2a694c
View commit details
Copy full SHA for d2a694c
View code at this point
Browse repository at this point
Issue #23330: h2py now supports arbitrary filenames in #include.
serhiy-storchaka
committed
b9c04db
View commit details
Copy full SHA for b9c04db
View code at this point
Browse repository at this point
Commits on Apr 23, 2015
Issue #24031: make patchcheck now supports git checkouts, too.
tiran
committed
c314e28
View commit details
Copy full SHA for c314e28
View code at this point
Browse repository at this point
Issue #24031: make patchcheck now supports git checkouts, too.
tiran
committed
d98c677
View commit details
Copy full SHA for d98c677
View code at this point
Browse repository at this point
Commits on Apr 3, 2015
Removed trailing whitespaces in miscalenous files.
serhiy-storchaka
committed
45ec328
View commit details
Copy full SHA for 45ec328
View code at this point
Browse repository at this point
Commits on Feb 14, 2015
Closes #23437: Make user scripts directory versioned on Windows (patch by pmoore)
zooba
committed
17be514
View commit details
Copy full SHA for 17be514
View code at this point
Browse repository at this point
Commits on Dec 30, 2014
merge 3.4 (#23130)
benjaminp
committed
864d57c
View commit details
Copy full SHA for 864d57c
View code at this point
Browse repository at this point
merge 3.3 (#23130)
benjaminp
committed
3cd1af5
View commit details
Copy full SHA for 3cd1af5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.