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
Breadcrumbs
History for
cpython
Modules
on
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
View code at this point
Browse repository at this point
Commits on Jun 1, 2018
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on May 31, 2018
bpo-33706: Fix pymain_parse_cmdline_impl() (GH-7283)
Show description for 58d1683
vstinner
authored
58d1683
View commit details
Copy full SHA for 58d1683
View code at this point
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
View code at this point
Browse repository at this point
Commits on May 29, 2018
bpo-33622: Add checks for exceptions leaks in the garbage collector. (GH-7126)
Show description for c4653c9
serhiy-storchaka
authored
c4653c9
View commit details
Copy full SHA for c4653c9
View code at this point
Browse repository at this point
Commits on May 28, 2018
bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174)
Yury Selivanov
authored
416c1eb
View commit details
Copy full SHA for 416c1eb
View code at this point
Browse repository at this point
bpo-33623: Fix possible SIGSGV when asyncio.Future is created in __del__ (#7080)
Yury Selivanov
authored
35230d0
View commit details
Copy full SHA for 35230d0
View code at this point
Browse repository at this point
Commits on May 26, 2018
bpo-33644: Fix signatures of tp_finalize handlers in testing code. (GH-7111)
serhiy-storchaka
authored
19de8b3
View commit details
Copy full SHA for 19de8b3
View code at this point
Browse repository at this point
Commits on May 24, 2018
bpo-32493: Fix uuid.uuid1() on FreeBSD. (GH-7099)
Show description for 17d8830
serhiy-storchaka
authored and
vstinner
committed
17d8830
View commit details
Copy full SHA for 17d8830
View code at this point
Browse repository at this point
bpo-33622: Fix issues with handling errors in the GC. (GH-7078)
Show description for 301e3cc
serhiy-storchaka
authored
301e3cc
View commit details
Copy full SHA for 301e3cc
View code at this point
Browse repository at this point
Commits on May 21, 2018
bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021)
methane
authored
1179f4b
View commit details
Copy full SHA for 1179f4b
View code at this point
Browse repository at this point
Commits on May 20, 2018
bpo-33584: Fix several minor bugs in asyncio. (GH-7003)
Show description for 6655354
serhiy-storchaka
authored
6655354
View commit details
Copy full SHA for 6655354
View code at this point
Browse repository at this point
Commits on May 19, 2018
Fix typo in error message when decoding PYTHONPATH. (GH-6981)
carljm
authored and
ned-deily
committed
4857543
View commit details
Copy full SHA for 4857543
View code at this point
Browse repository at this point
Commits on May 17, 2018
Fix Windows build of Python for latest WinSDK. (GH-6874)
carljm
authored and
zooba
committed
c0ee341
View commit details
Copy full SHA for c0ee341
View code at this point
Browse repository at this point
bpo-32604: Implement force-closing channels. (gh-6937)
Show description for 3ab0136
ericsnowcurrently
authored
3ab0136
View commit details
Copy full SHA for 3ab0136
View code at this point
Browse repository at this point
bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH-6915)
Show description for c2f082e
zvezdan
authored and
ned-deily
committed
c2f082e
View commit details
Copy full SHA for c2f082e
View code at this point
Browse repository at this point
Replace _PyGC_REFS macros with higher level macros (GH-6852)
Show description for d852142
methane
authored
d852142
View commit details
Copy full SHA for d852142
View code at this point
Browse repository at this point
Commits on May 16, 2018
bpo-32604: Improve subinterpreter tests. (#6914)
Show description for 6d2cd90
ericsnowcurrently
authored
6d2cd90
View commit details
Copy full SHA for 6d2cd90
View code at this point
Browse repository at this point
Remove an unneeded call into OpenSSL (GH-6887)
alex
authored
55e53c3
View commit details
Copy full SHA for 55e53c3
View code at this point
Browse repository at this point
Commits on May 15, 2018
bpo-33454: Fix arguments parsing in _xxsubinterpreters.channel_close(). (GH-6747)
serhiy-storchaka
authored
d8dcd57
View commit details
Copy full SHA for d8dcd57
View code at this point
Browse repository at this point
bpo-32257: Add ssl.OP_NO_RENEGOTIATION (GH-5904)
Show description for 67c4801
tiran
authored and
ned-deily
committed
67c4801
View commit details
Copy full SHA for 67c4801
View code at this point
Browse repository at this point
Commits on May 14, 2018
bpo-16865: Support arrays >=2GB in ctypes. (GH-3006)
segevfiner
authored and
serhiy-storchaka
committed
735abad
View commit details
Copy full SHA for 735abad
View code at this point
Browse repository at this point
Fixed an unused variable warning introduced in GH-6800 (GH-6816)
alex
authored
00717a4
View commit details
Copy full SHA for 00717a4
View code at this point
Browse repository at this point
Remove `ifdef` check for an OpenSSL version (0.9.6) we don't support (GH-6800)
alex
authored
f042242
View commit details
Copy full SHA for f042242
View code at this point
Browse repository at this point
Commits on May 10, 2018
bpo-20171: Convert the _curses and _curses_panel modules to Argument Clinic. (GH-4251)
serhiy-storchaka
authored
b00854c
View commit details
Copy full SHA for b00854c
View code at this point
Browse repository at this point
Commits on May 9, 2018
bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data type (GH-3859)
orenmn
authored and
zooba
committed
d518d8b
View commit details
Copy full SHA for d518d8b
View code at this point
Browse repository at this point
Commits on May 8, 2018
bpo-33441: Make the sigset_t converter available in other modules. (GH-6720)
Show description for d54cfb1
serhiy-storchaka
authored
d54cfb1
View commit details
Copy full SHA for d54cfb1
View code at this point
Browse repository at this point
Commits on May 4, 2018
bpo-33332: Add signal.valid_signals() (GH-6581)
pitrou
authored
9d3627e
View commit details
Copy full SHA for 9d3627e
View code at this point
Browse repository at this point
Commits on May 1, 2018
bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(). (#6332)
serhiy-storchaka
authored
ef34753
View commit details
Copy full SHA for ef34753
View code at this point
Browse repository at this point
Commits on Apr 30, 2018
bpo-27645, sqlite: Fix integer overflow on sleep (#6594)
Show description for ca40501
vstinner
authored
ca40501
View commit details
Copy full SHA for ca40501
View code at this point
Browse repository at this point
Commits on Apr 29, 2018
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Show description for 55edd0c
siddhesh
authored and
serhiy-storchaka
committed
55edd0c
View commit details
Copy full SHA for 55edd0c
View code at this point
Browse repository at this point
bpo-33383: Fix crash in get() of the dbm.ndbm database object. (#6630)
serhiy-storchaka
authored
2e38cc3
View commit details
Copy full SHA for 2e38cc3
View code at this point
Browse repository at this point
Commits on Apr 23, 2018
bpo-33329: Fix multiprocessing regression on newer glibcs (GH-6575)
Show description for 25038ec
pitrou
authored
25038ec
View commit details
Copy full SHA for 25038ec
View code at this point
Browse repository at this point
Commits on Apr 20, 2018
bpo-32232: by default, Setup modules are no longer built with -DPy_BUILD_CORE (GH-6489)
Show description for 063db62
xdegaye
authored and
ncoghlan
committed
063db62
View commit details
Copy full SHA for 063db62
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.