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 }}
native-api
/
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 Jun 2, 2018
bpo-33615: Re-enable a subinterpreter test. (gh-7251)
Show description for 6379913
ericsnowcurrently
authored
6379913
View commit details
Copy full SHA for 6379913
Browse repository at this point
Commits on Jun 1, 2018
bpo-33642: IDLE: Use variable number of lines in CodeContext. (GH-7106)
Show description for 29996a1
csabella
authored and
terryjreedy
committed
29996a1
View commit details
Copy full SHA for 29996a1
Browse repository at this point
bpo-33724: Use the right format code for int64_t in subinterpreters code. (gh-7330)
ericsnowcurrently
authored
6854e80
View commit details
Copy full SHA for 6854e80
Browse repository at this point
bpo-29235: Make cProfile.Profile a context manager (GH-6808)
Scott Sanderson
authored and
brettcannon
committed
2e01b75
View commit details
Copy full SHA for 2e01b75
Browse repository at this point
bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7319)
Show description for 252f6ab
vstinner
authored
252f6ab
View commit details
Copy full SHA for 252f6ab
Browse repository at this point
bpo-33540: Fix socketserver.ThreadingMixIn if block_on_close=False (GH-7310)
Show description for 829fcd0
vstinner
authored
829fcd0
View commit details
Copy full SHA for 829fcd0
Browse repository at this point
bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146)
pkerling
authored and
pitrou
committed
e905c84
View commit details
Copy full SHA for e905c84
Browse repository at this point
bpo-33400: Removed references to RFC3339 and ISO8601 from the logging documentation. (GH-7297)
vsajip
authored
23cee80
View commit details
Copy full SHA for 23cee80
Browse repository at this point
bpo-32519: Removed misleading sentence from EnvBuilder documentation. (GH-7296)
vsajip
authored
c0d341d
View commit details
Copy full SHA for c0d341d
Browse repository at this point
bpo-33718: regrtest: enhance "running:" formatting (GH-7292)
Show description for 7ad16eb
vstinner
authored
7ad16eb
View commit details
Copy full SHA for 7ad16eb
Browse repository at this point
bpo-33692: pythoninfo detect libedit on Python 3.6 (GH-7293)
Show description for ef634b5
vstinner
authored
ef634b5
View commit details
Copy full SHA for ef634b5
Browse repository at this point
bpo-33606: improve logging performance when logger is disabled (GH-7285)
Show description for 6e3ca64
timofurrer
authored and
vsajip
committed
6e3ca64
View commit details
Copy full SHA for 6e3ca64
Browse repository at this point
Commits on May 31, 2018
bpo-33718: regrtest keeps filters to re-run fails (GH-7291)
Show description for 9e24930
vstinner
authored
9e24930
View commit details
Copy full SHA for 9e24930
Browse repository at this point
bpo-33717: pythoninfo: add CC --version (#7290)
Show description for 5601321
vstinner
authored
5601321
View commit details
Copy full SHA for 5601321
Browse repository at this point
bpo-33615: Temporarily disable a test that is triggering crashes on a few buildbots. (gh-7288)
Show description for 110bc01
ericsnowcurrently
authored
110bc01
View commit details
Copy full SHA for 110bc01
Browse repository at this point
bpo-33706: Fix pymain_parse_cmdline_impl() (GH-7283)
Show description for 58d1683
vstinner
authored
58d1683
View commit details
Copy full SHA for 58d1683
Browse repository at this point
bpo-32911: Add the historical note about the magic number. (GH-7273)
serhiy-storchaka
authored
941ec21
View commit details
Copy full SHA for 941ec21
Browse repository at this point
Fix "ditribution" typo in NEWS entry. (GH-7274)
ned-deily
authored
126869f
View commit details
Copy full SHA for 126869f
Browse repository at this point
Adds new upload script for Windows releases (GH-7268)
zooba
authored
e1c54f4
View commit details
Copy full SHA for e1c54f4
Browse repository at this point
bpo-33641: Convert RFC references into links. (GH-7103)
Show description for 0a36ac1
serhiy-storchaka
authored
0a36ac1
View commit details
Copy full SHA for 0a36ac1
Browse repository at this point
bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196)
serhiy-storchaka
authored
a5c4228
View commit details
Copy full SHA for a5c4228
Browse repository at this point
bpo-33532: Fix multiprocessing test_ignore() (#7262)
Show description for 5d6c7ed
vstinner
authored
5d6c7ed
View commit details
Copy full SHA for 5d6c7ed
Browse repository at this point
Commits on May 30, 2018
bpo-31368: Enhance os.preadv() documentation (GH-7254)
pablogsal
authored and
vstinner
committed
02e2a08
View commit details
Copy full SHA for 02e2a08
Browse repository at this point
3.6 what's new: fix a reference to PEP 528 (#7113)
mitya57
authored and
Yury Selivanov
committed
495e567
View commit details
Copy full SHA for 495e567
Browse repository at this point
bpo-33696: Install python-docs-theme even if SPHINXBUILD is defined (GH-7242)
andresdelfino
authored and
zooba
committed
05f1c89
View commit details
Copy full SHA for 05f1c89
Browse repository at this point
bpo-33691: Add _PyAST_GetDocString(). (GH-7236)
serhiy-storchaka
authored
143ce5c
View commit details
Copy full SHA for 143ce5c
Browse repository at this point
Improve ensurepip's --help (GH-4686)
Show description for e9537ad
mineo
authored and
encukou
committed
e9537ad
View commit details
Copy full SHA for e9537ad
Browse repository at this point
bpo-33238: Add InvalidStateError to concurrent.futures. (GH-7056)
Show description for 0a28c0d
jhaydaman
authored and
asvetlov
committed
0a28c0d
View commit details
Copy full SHA for 0a28c0d
Browse repository at this point
Revert "A better fix for asyncio test_stdin_broken_pipe (GH-7221)" (GH-7235)
Show description for bb9474f
Yury Selivanov
authored
bb9474f
View commit details
Copy full SHA for bb9474f
Browse repository at this point
A better fix for asyncio test_stdin_broken_pipe (#7221)
Yury Selivanov
authored
ad74d50
View commit details
Copy full SHA for ad74d50
Browse repository at this point
Revert "bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)" (#7232)
Show description for 99279ad
Yury Selivanov
authored
99279ad
View commit details
Copy full SHA for 99279ad
Browse repository at this point
Fix typo introduced in GH-7217 (#7230)
elprans
authored and
Yury Selivanov
committed
dec947c
View commit details
Copy full SHA for dec947c
Browse repository at this point
Commits on May 29, 2018
bpo-32684: Fix nits in tests (GH-7225)
Yury Selivanov
authored
6f75bae
View commit details
Copy full SHA for 6f75bae
Browse repository at this point
Fix whatsnew entry about ThreadedHTTPServer. (GH-7220)
JulienPalard
authored
a34e424
View commit details
Copy full SHA for a34e424
Browse repository at this point
bpo-23859: Document that asyncio.wait() does not cancel its futures (#7217)
Show description for f9aeca2
elprans
authored and
Yury Selivanov
committed
f9aeca2
View commit details
Copy full SHA for f9aeca2
Browse repository at this point
Previous
Next
You can’t perform that action at this time.