Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
sth
/
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
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
format-strings
User selector
All users
Datepicker
All time
Commit History
Commits on Mar 10, 2019
Update 2019-03-09-18-01-24.bpo-36251.zOp9l0.rst
serhiy-storchaka
authored
7acc926
Copy full SHA for 7acc926
Commits on Mar 9, 2019
Add NEWS entry
sth
committed
ebbc37a
Copy full SHA for ebbc37a
Fix format string in StdPrinter repr
Show description for 496648a
sth
committed
496648a
Copy full SHA for 496648a
Fix format string in MatchObject repr
Show description for 2ba088d
sth
committed
2ba088d
Copy full SHA for 2ba088d
Simplify DISPATCH by hoisting eval_breaker ahead of time. (gh-12243)
ericsnowcurrently
authored
7bda9de
Copy full SHA for 7bda9de
Commits on Mar 8, 2019
bpo-35661: Store the venv prompt in pyvenv.cfg (GH-11440)
csabella
authored
d5a70c6
Copy full SHA for d5a70c6
Fix the Py_atomic_* macros. (#12240)
Show description for 2aab5d3
ericsnowcurrently
authored
2aab5d3
Copy full SHA for 2aab5d3
bpo-35843: Implement __getitem__ for _NamespacePath (GH-11690)
asottile
authored and
miss-islington
committed
ab9b31f
Copy full SHA for ab9b31f
bpo-34162: Add entries for idlelib/NEWS.txt (#12232)
terryjreedy
authored
8a1bab9
Copy full SHA for 8a1bab9
Fix typo (double 'the') in CODEOWNERS (GH-12227)
benediktwerner
authored and
miss-islington
committed
f2320b3
Copy full SHA for f2320b3
Commits on Mar 7, 2019
bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)
Show description for 495da29
gvanrossum
authored and
miss-islington
committed
495da29
Copy full SHA for 495da29
bpo-36140: Fix an incorrect check in msidb_getsummaryinformation() (GH-12074)
ZackerySpytz
authored and
zooba
committed
bf94cc7
Copy full SHA for bf94cc7
bpo-36108: Avoid failing the build on race condition in clean (GH-12217)
zooba
authored
2f8f564
Copy full SHA for 2f8f564
NormalDist.overlap() only needs one example (GH-12218)
rhettinger
authored and
miss-islington
committed
14bab7a
Copy full SHA for 14bab7a
bpo-36216: Add check for characters in netloc that normalize to separators (GH-12201)
zooba
authored
16e6f7d
Copy full SHA for 16e6f7d
Refine statistics.NormalDist documentation and improve test coverage (GH-12208)
rhettinger
authored and
miss-islington
committed
1f58f4f
Copy full SHA for 1f58f4f
bpo-36169 : Add overlap() method to statistics.NormalDist (GH-12149)
rhettinger
authored
318d537
Copy full SHA for 318d537
Fix the documentation for set.copy() (GH-12176)
Show description for e942e7b
andresdelfino
authored and
serhiy-storchaka
committed
e942e7b
Copy full SHA for e942e7b
bpo-36185: Fix typo in Doc/c-api/objbuffer.rst. (GH-12204)
eamanu
authored and
serhiy-storchaka
committed
ecc161d
Copy full SHA for ecc161d
Commits on Mar 6, 2019
bpo-36139: Fix mmap_object_dealloc(): hold the GIL to call PyMem_Free() (GH-12199)
sorcio
authored and
vstinner
committed
dc07894
Copy full SHA for dc07894
bpo-9566: Fix compiler warnings in gcmodule.c (GH-11010)
Show description for edad38e
jkloth
authored and
vstinner
committed
edad38e
Copy full SHA for edad38e
closes bpo-36139: release GIL around munmap(). (GH-12073)
sorcio
authored and
benjaminp
committed
bb9593a
Copy full SHA for bb9593a
bpo-36209: Fix typo on hashlib error message (GH-12194)
eamanu
authored and
vstinner
committed
b71e28e
Copy full SHA for b71e28e
bpo-36142: PYTHONMALLOC overrides PYTHONDEV (GH-12191)
Show description for 25d13f3
vstinner
authored
25d13f3
Copy full SHA for 25d13f3
bpo-35807: Upgrade ensurepip bundled pip and setuptools (GH-12189)
Show description for 01e0f43
pradyunsg
authored and
dstufft
committed
01e0f43
Copy full SHA for 01e0f43
Add more tests for pdf() and cdf() (GH-12190)
rhettinger
authored and
miss-islington
committed
18ee50d
Copy full SHA for 18ee50d
bpo-36142: _PyPreConfig_Read() sets LC_CTYPE (GH-12188)
Show description for 4fffd38
vstinner
authored
4fffd38
Copy full SHA for 4fffd38
bpo-36142: Add _PyPreConfig_SetAllocator() (GH-12187)
Show description for c656e25
vstinner
authored
c656e25
Copy full SHA for c656e25
Commits on Mar 5, 2019
bpo-36142: _PyPreConfig_Write() sets the allocator (GH-12186)
Show description for 7d2ef3e
vstinner
authored
7d2ef3e
Copy full SHA for 7d2ef3e
bpo-36142: Add _PyMem_GetDebugAllocatorsName() (GH-12185)
Show description for a9df651
vstinner
authored
a9df651
Copy full SHA for a9df651
bpo-36187: Remove NamedStore. (GH-12167)
Show description for d8b3a98
serhiy-storchaka
authored
d8b3a98
Copy full SHA for d8b3a98
Fix the C function signature for _collections._tuplegetter.__reduce__. (GH-12180)
Show description for adfffc7
serhiy-storchaka
authored
adfffc7
Copy full SHA for adfffc7
bpo-36142: Add _PyPreConfig.allocator (GH-12181)
Show description for b35be4b
vstinner
authored
b35be4b
Copy full SHA for b35be4b
bpo-33012: Fix compilation warnings in memoryobject.c and _collectionsmodule.c (GH-12179)
Show description for 359a2f3
matrixise
authored and
vstinner
committed
359a2f3
Copy full SHA for 359a2f3
bpo-36142: Add _PyPreConfig.utf8_mode (GH-12174)
Show description for 5a02e0d
vstinner
authored
5a02e0d
Copy full SHA for 5a02e0d
Pagination
Previous
Next
You can’t perform that action at this time.