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 }}
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
Modules
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on May 9, 2017
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on May 5, 2017
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on May 3, 2017
bpo-30184: Add tests for invalid use of PyArg_ParseTupleAndKeywords. (#1316)
serhiy-storchaka
authored
5f161fd
View commit details
Copy full SHA for 5f161fd
View code at this point
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
View code at this point
Browse repository at this point
Commits on May 2, 2017
bpo-30205: Fix getsockname() for unbound AF_UNIX sockets on Linux (#1370)
Show description for 495b502
pitrou
authored
495b502
View commit details
Copy full SHA for 495b502
View code at this point
Browse repository at this point
bpo-30228: FileIO seek() and tell() set seekable (#1384)
Show description for 9997073
vstinner
authored
9997073
View commit details
Copy full SHA for 9997073
View code at this point
Browse repository at this point
Commits on May 1, 2017
restore *data* parameter of binascii.b2a_base64 to positional-only (#1352)
zhangyangyu
authored
1374dbb
View commit details
Copy full SHA for 1374dbb
View code at this point
Browse repository at this point
Commits on Apr 26, 2017
bpo-30101: Add support for curses.A_ITALIC. (#1015)
Eijebong
authored and
zhangyangyu
committed
ab7886b
View commit details
Copy full SHA for ab7886b
View code at this point
Browse repository at this point
timemodule.c: Cast PyUnicode_AsUTF8() to char* (#1294)
Show description for 6e67695
vstinner
authored
6e67695
View commit details
Copy full SHA for 6e67695
View code at this point
Browse repository at this point
Commits on Apr 24, 2017
tmtotuple(): use time_t for gmtoff (#1276)
Show description for 0d659e5
vstinner
authored
0d659e5
View commit details
Copy full SHA for 0d659e5
View code at this point
Browse repository at this point
Commits on Apr 22, 2017
bpo-29960 _random.Random corrupted on exception in setstate(). (#1019)
bladebryan
authored and
serhiy-storchaka
committed
9616a82
View commit details
Copy full SHA for 9616a82
View code at this point
Browse repository at this point
Commits on Apr 21, 2017
bpo-30125: Fix faulthandler.disable() on Windows (#1240)
Show description for 46c2b81
vstinner
authored
46c2b81
View commit details
Copy full SHA for 46c2b81
View code at this point
Browse repository at this point
remove configure test for inline keyword (#1231)
Show description for 791dc83
benjaminp
authored
791dc83
View commit details
Copy full SHA for 791dc83
View code at this point
Browse repository at this point
Commits on Apr 20, 2017
bpo-29802: Fix reference counting in module-level struct functions (#1213)
Show description for 40db90c
serhiy-storchaka
authored
40db90c
View commit details
Copy full SHA for 40db90c
View code at this point
Browse repository at this point
Only define get_zone() and get_gmtoff() if needed (#1193)
Show description for 8f5cdfa
vstinner
authored
8f5cdfa
View commit details
Copy full SHA for 8f5cdfa
View code at this point
Browse repository at this point
Commits on Apr 19, 2017
bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (#1110)
serhiy-storchaka
authored
66bffd1
View commit details
Copy full SHA for 66bffd1
View code at this point
Browse repository at this point
bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (#1131)
serhiy-storchaka
authored
a79f4c2
View commit details
Copy full SHA for a79f4c2
View code at this point
Browse repository at this point
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)
Show description for bf623ae
serhiy-storchaka
authored
bf623ae
View commit details
Copy full SHA for bf623ae
View code at this point
Browse repository at this point
Commits on Apr 16, 2017
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
serhiy-storchaka
authored
55fe1ae
View commit details
Copy full SHA for 55fe1ae
View code at this point
Browse repository at this point
bpo-10076: Compiled regular expression and match objects now are copyable. (#1000)
serhiy-storchaka
authored
fdbd011
View commit details
Copy full SHA for fdbd011
View code at this point
Browse repository at this point
bpo-28765: Use concrete types API in _sre.c. (#1009)
serhiy-storchaka
authored
cd85d0b
View commit details
Copy full SHA for cd85d0b
View code at this point
Browse repository at this point
Commits on Apr 15, 2017
bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is present (#1130)
zhangyangyu
authored
026435c
View commit details
Copy full SHA for 026435c
View code at this point
Browse repository at this point
bpo-29738: Fix memory leak in _get_crl_dp (GH-526)
Show description for 2849cc3
olivielpeau
authored and
Mariatta
committed
2849cc3
View commit details
Copy full SHA for 2849cc3
View code at this point
Browse repository at this point
Commits on Apr 13, 2017
convert from long long to PyLong loselessly (#1106)
benjaminp
authored and
vstinner
committed
2c134c3
View commit details
Copy full SHA for 2c134c3
View code at this point
Browse repository at this point
Commits on Apr 8, 2017
Expand the PySlice_GetIndicesEx macro. (#1023)
serhiy-storchaka
authored
b879fe8
View commit details
Copy full SHA for b879fe8
View code at this point
Browse repository at this point
Commits on Apr 5, 2017
bpo-29962: add math.remainder (#950)
Show description for a0ce375
mdickinson
authored
a0ce375
View commit details
Copy full SHA for a0ce375
View code at this point
Browse repository at this point
Commits on Apr 4, 2017
bpo-29649: Improve struct.pack_into() boundary error messages (#424)
andrewnester
authored and
serhiy-storchaka
committed
f78b119
View commit details
Copy full SHA for f78b119
View code at this point
Browse repository at this point
Commits on Apr 3, 2017
Correct typo (#976)
agoose77
authored and
skrah
committed
8614b59
View commit details
Copy full SHA for 8614b59
View code at this point
Browse repository at this point
Commits on Mar 31, 2017
bpo-29953: Fix memory leaks in the replace() method of datetime and time (#927)
Show description for 314d6fc
serhiy-storchaka
authored
314d6fc
View commit details
Copy full SHA for 314d6fc
View code at this point
Browse repository at this point
suppress compiler warnings in _ctypes_test (#902)
Show description for 164d30e
benjaminp
authored and
vsajip
committed
164d30e
View commit details
Copy full SHA for 164d30e
View code at this point
Browse repository at this point
Commits on Mar 30, 2017
bpo-29946: Fix "sqrtpi defined but not used" (#908)
louisom
authored and
serhiy-storchaka
committed
7a26464
View commit details
Copy full SHA for 7a26464
View code at this point
Browse repository at this point
bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#889)
Show description for 5466d4a
Yhg1s
authored
5466d4a
View commit details
Copy full SHA for 5466d4a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.