Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 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 }}
AdaCore
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
3
Star
0
Code
Pull requests
5
Actions
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Security
Insights
Commits
Branch selector
133fc89
User selector
All users
Datepicker
All time
Commit History
Commits on May 15, 2019
bpo-36799: Fix typo in ctypes.rst (GH-13104)
sehnsucht13
authored and
matrixise
committed
133fc89
Copy full SHA for 133fc89
bpo-36763: InitConfigTests tests all core config (GH-13331)
Show description for 5eb8b07
vstinner
authored
5eb8b07
Copy full SHA for 5eb8b07
Commits on May 14, 2019
bpo-36801: Temporarily fix regression in writer.drain() (#13330)
asvetlov
authored
54b74fe
Copy full SHA for 54b74fe
bpo-36763: Add test for _PyCoreConfig_SetString() (GH-13275)
Show description for 91c9987
vstinner
authored
91c9987
Copy full SHA for 91c9987
bpo-36760: Clarify subprocess capture_output docs. (GH-13322)
Show description for e883091
gpshead
authored
e883091
Copy full SHA for e883091
bpo-36618: Don't add -fmax-type-align=8 flag for clang (GH-13320)
Show description for d97adfb
vstinner
authored
d97adfb
Copy full SHA for d97adfb
bpo-33529, email: Fix infinite loop in email header encoding (GH-12020)
wojcikk2903
authored and
vstinner
committed
c1f5667
Copy full SHA for c1f5667
json.tool: use stdin and stdout in default cmdlne arguments (GH-11992)
Show description for 4d45a3b
4383
authored and
vstinner
committed
4d45a3b
Copy full SHA for 4d45a3b
bpo-36916: asyncio: Swallow unhandled write() exception (GH-13313)
asvetlov
authored and
vstinner
committed
f12ba7c
Copy full SHA for f12ba7c
bpo-36900: Replace global conf vars with config (GH-13299)
Show description for c96be81
vstinner
authored
c96be81
Copy full SHA for c96be81
bpo-36915: regrtest always remove tempdir of worker processes (GH-13312)
Show description for 3c93153
vstinner
authored
3c93153
Copy full SHA for 3c93153
Change WriterObj.writeline to WriterObj.write (GH-12344)
Show description for 2bc158f
Rémi Lapeyre
authored and
miss-islington
committed
2bc158f
Copy full SHA for 2bc158f
bpo-32995 - Added context variable in glossary (GH-9741)
vinu2003
authored and
csabella
committed
c0a1a07
Copy full SHA for c0a1a07
bpo-36797: Prune more legacy distutils documentation (GH-13092)
Show description for dae1229
ncoghlan
authored
dae1229
Copy full SHA for dae1229
Doc: Update pip and setuptools when creating the virtual environment (GH-13307)
Show description for 0a52d73
matrixise
authored and
miss-islington
committed
0a52d73
Copy full SHA for 0a52d73
bpo-36845: validate integer network prefix when constructing IP networks (GH-13298)
niconorsk
authored and
methane
committed
5e48e3d
Copy full SHA for 5e48e3d
bpo-27987: pymalloc: align by 16bytes on 64bit platform (GH-12850)
methane
authored
f0be4bb
Copy full SHA for f0be4bb
bpo-36719: Fix regrtest MultiprocessThread (GH-13301)
Show description for c923c34
vstinner
authored
c923c34
Copy full SHA for c923c34
Simplify the ``LastUpdatedOrderedDict`` example recipe (GH-13296)
wimglenn
authored and
rhettinger
committed
1a10a6b
Copy full SHA for 1a10a6b
bpo-34424: Handle different policy.linesep lengths correctly. (#8803)
jenstroeger
authored and
bitdancer
committed
45b2f88
Copy full SHA for 45b2f88
Commits on May 13, 2019
bpo-35138: Added an example for timeit.timeit with callable arguments (GH-9787)
Show description for 8da5ebe
boxed
authored and
vstinner
committed
8da5ebe
Copy full SHA for 8da5ebe
bpo-36895: Undocument removed time.clock (GH-13286)
Carreau
authored and
vstinner
committed
b6a09ae
Copy full SHA for b6a09ae
bpo-36867: Create the resource_tracker before launching SharedMemoryManagers (GH-13276)
pierreglaser
authored and
pitrou
committed
b1dfcad
Copy full SHA for b1dfcad
Docs: Add bz2 usage examples (GH-13258)
Show description for be6939f
bsolomon1124
authored and
gpshead
committed
be6939f
Copy full SHA for be6939f
bpo-36894: Fix regression in test_multiprocessing_spawn (no tests run on Windows) (GH-13290)
pitrou
authored
95da83d
Copy full SHA for 95da83d
bpo-36867: DOC update multiprocessing.rst (GH-13289)
Show description for 50466c6
pierreglaser
authored and
pitrou
committed
50466c6
Copy full SHA for 50466c6
bpo-36719: regrtest -jN no longer stops on crash (GH-13231)
Show description for b0917df
vstinner
authored
b0917df
Copy full SHA for b0917df
Fix typo in NEWS item about IDLE (os.flush() should be os.fsync()) (#13284)
gvanrossum
authored and
terryjreedy
committed
85c69d5
Copy full SHA for 85c69d5
bpo-36900: import.c uses PyInterpreterState.core_config (GH-13278)
Show description for 410b85a
vstinner
authored
410b85a
Copy full SHA for 410b85a
bpo-36903: Fix ResourceWarning in test_logging (GH-13283)
tirkarthi
authored and
vstinner
committed
2c10538
Copy full SHA for 2c10538
bpo-36728: Remove PyEval_ReInitThreads documentation (GH-13282)
vstinner
authored
c1f7262
Copy full SHA for c1f7262
bpo-34682: Wording and grammatical changes to the doc(https://docs.python.org/3) (GH-13120)
Show description for 778a910
divyag9
authored and
miss-islington
committed
778a910
Copy full SHA for 778a910
bpo-36807: When saving a file in IDLE, call flush and fsync (#13102)
gvanrossum
authored and
terryjreedy
committed
4f098b3
Copy full SHA for 4f098b3
bpo-36008: Doc update for 3.8 migration (GH-12887)
utkarsh2102
authored and
csabella
committed
3e2afd7
Copy full SHA for 3e2afd7
Changes to the documentation of normcase (GH-4725)
kianasun
authored and
csabella
committed
32d1458
Copy full SHA for 32d1458
Pagination
Previous
Next
You can’t perform that action at this time.