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
Branch selector
master
User selector
All users
All time
Commit history
Commits on May 10, 2017
bpo-30298: Weaken the condition of deprecation warnings for inline modifiers. (#1490)
Show description for 305ccbe
serhiy-storchaka
authored
305ccbe
View commit details
Copy full SHA for 305ccbe
Browse repository at this point
bpo-30320: test_eintr now uses pthread_sigmask() (#1523)
Show description for 211a392
vstinner
authored
211a392
View commit details
Copy full SHA for 211a392
Browse repository at this point
Commits on May 9, 2017
PCbuild/build.bat: pass command line parameters when building PGO (#1510)
Show description for 291557e
char101
authored and
vstinner
committed
291557e
View commit details
Copy full SHA for 291557e
Browse repository at this point
bpo-30285: Optimize case-insensitive matching and searching (#1482)
Show description for 6d336a0
serhiy-storchaka
authored
6d336a0
View commit details
Copy full SHA for 6d336a0
Browse repository at this point
bpo-30024: Circular imports involving absolute imports with binding (#1264)
Show description for f93234b
serhiy-storchaka
authored
f93234b
View commit details
Copy full SHA for f93234b
Browse repository at this point
bpo-30273: update distutils.sysconfig for venv's created from Python (#1515)
Show description for dbdea62
jkloth
authored and
vstinner
committed
dbdea62
View commit details
Copy full SHA for dbdea62
Browse repository at this point
bpo-30258: regrtest: Fix run_tests_multiprocess() (#1479)
Show description for 74683fc
vstinner
authored
74683fc
View commit details
Copy full SHA for 74683fc
Browse repository at this point
bpo-29990: Fix range checking in GB18030 decoder (#1495)
Show description for 9da408d
zhangyangyu
authored
9da408d
View commit details
Copy full SHA for 9da408d
Browse repository at this point
bpo-30289: remove Misc/python-config.sh when make distclean (#1498)
zhangyangyu
authored
fa5abac
View commit details
Copy full SHA for fa5abac
Browse repository at this point
Commits on May 8, 2017
bpo-29979: Rewrite cgi.parse_multipart to make it consistent with FieldStorage (#991)
PierreQuentel
authored and
orsenthil
committed
cc3fa20
View commit details
Copy full SHA for cc3fa20
Browse repository at this point
Fix a trivial typo in global section (#1497)
DimitrisJim
authored and
orsenthil
committed
f34c685
View commit details
Copy full SHA for f34c685
Browse repository at this point
Commits on May 7, 2017
Closes bpo-30168: indent methods in Logger Class (#1295)
DimitrisJim
authored and
vsajip
committed
55ace65
View commit details
Copy full SHA for 55ace65
Browse repository at this point
Commits on May 6, 2017
Revert bpo-26293 for zipfile breakage. See also bpo-29094. (#1484)
serhiy-storchaka
authored
3763ea8
View commit details
Copy full SHA for 3763ea8
Browse repository at this point
Commits on May 5, 2017
bpo-30218: support path-like objects in shutil.unpack_archive() (GH-1367)
Show description for a12df7b
JelleZijlstra
authored and
brettcannon
committed
a12df7b
View commit details
Copy full SHA for a12df7b
Browse repository at this point
bpo-29243: Fix Makefile with respect to --enable-optimizations (#1478)
Show description for a1054c3
torsava
authored and
vstinner
committed
a1054c3
View commit details
Copy full SHA for a1054c3
Browse repository at this point
bpo-29920: Document cgitb.text() and cgitb.html() functions (GH-849)
masklinn
authored and
berkerpeksag
committed
c07b3a1
View commit details
Copy full SHA for c07b3a1
Browse repository at this point
bpo-30279: Remove unused Python/thread_foobar.h (#1473)
Show description for fdaeea6
ma8ma
authored and
vstinner
committed
fdaeea6
View commit details
Copy full SHA for fdaeea6
Browse repository at this point
bpo-30264: ExpatParser closes the source on error (#1451)
Show description for ef9c0e7
vstinner
authored
ef9c0e7
View commit details
Copy full SHA for ef9c0e7
Browse repository at this point
bpo-30277: Replace _sre.getlower() with _sre.ascii_tolower() and _sre.unicode_tolower(). (#1468)
serhiy-storchaka
authored
7186cc2
View commit details
Copy full SHA for 7186cc2
Browse repository at this point
bpo-30243: Fixed the possibility of a crash in _json. (#1420)
Show description for 76a3e51
serhiy-storchaka
authored
76a3e51
View commit details
Copy full SHA for 76a3e51
Browse repository at this point
bpo-30215: Make re.compile() locale agnostic. (#1361)
Show description for 898ff03
serhiy-storchaka
authored
898ff03
View commit details
Copy full SHA for 898ff03
Browse repository at this point
Commits on May 4, 2017
Make code coverage less strict (GH-1438)
Show description for 647c3d3
brettcannon
authored
647c3d3
View commit details
Copy full SHA for 647c3d3
Browse repository at this point
bpo-30273: Update sysconfig (#1464)
Show description for b109a1d
vstinner
authored
b109a1d
View commit details
Copy full SHA for b109a1d
Browse repository at this point
bpo-30185: avoid KeyboardInterrupt tracebacks in forkserver (#1319)
Show description for 6dd4d73
pitrou
authored
6dd4d73
View commit details
Copy full SHA for 6dd4d73
Browse repository at this point
bpo-30263: regrtest: log system load (#1452)
Show description for 3d00568
vstinner
authored
3d00568
View commit details
Copy full SHA for 3d00568
Browse repository at this point
bpo-29956: Improve the math.exp() related documentation. (#1073)
serhiy-storchaka
authored
dbaf746
View commit details
Copy full SHA for dbaf746
Browse repository at this point
bpo-30166: Import command-line parsing modules only when needed. (#1293)
serhiy-storchaka
authored
7e4db2f
View commit details
Copy full SHA for 7e4db2f
Browse repository at this point
Commits on May 3, 2017
bpo-30225: Fix is_valid_fd() on macOS Tiger (#1443)
Show description for 1c4670e
vstinner
authored
1c4670e
View commit details
Copy full SHA for 1c4670e
Browse repository at this point
bpo-30184: Add tests for invalid use of PyArg_ParseTupleAndKeywords. (#1316)
serhiy-storchaka
authored
5f161fd
View commit details
Copy full SHA for 5f161fd
Browse repository at this point
Add myself to mention-bot's alwaysNotifyForPaths for ssl/hashlib (#1425)
Show description for feec3dc
tiran
authored
feec3dc
View commit details
Copy full SHA for feec3dc
Browse repository at this point
Explicitly mention what should (not) be discussed on GitHub (GH-1437)
brettcannon
authored
7fdd309
View commit details
Copy full SHA for 7fdd309
Browse repository at this point
bpo-28315: Improve code examples in docs (GH-1372)
Show description for 8856940
ultimatecoder
authored and
Mariatta
committed
8856940
View commit details
Copy full SHA for 8856940
Browse repository at this point
bpo-23404: make touch becomes make regen-all (#1405)
Show description for a5c62a8
vstinner
authored
a5c62a8
View commit details
Copy full SHA for a5c62a8
Browse repository at this point
bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (#1326)
zhangyangyu
authored
13f1f42
View commit details
Copy full SHA for 13f1f42
Browse repository at this point
Commits on May 2, 2017
Fix tests: getsockname() can return None on OS X on unbound sockets (#1400)
pitrou
authored
0360a9d
View commit details
Copy full SHA for 0360a9d
Browse repository at this point
Previous
Next
You can’t perform that action at this time.