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
Objects
on
tkinter_docs
User selector
All users
All time
Commit history
Commits on May 17, 2018
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 8, 2018
Fix typo in __mul__ and __rmul__ docstring (GH-6674)
grantjenks
authored and
serhiy-storchaka
committed
0904f76
View commit details
Copy full SHA for 0904f76
View code at this point
Browse repository at this point
Commits on May 2, 2018
bpo-33391: Fix refleak in set_symmetric_difference (GH-6670)
lekma
authored and
methane
committed
491bbed
View commit details
Copy full SHA for 491bbed
View code at this point
Browse repository at this point
Commits on Apr 30, 2018
bpo-33012: Fix invalid function casts for long_long. (GH-6652)
Show description for 6405fee
serhiy-storchaka
authored
6405fee
View commit details
Copy full SHA for 6405fee
View code at this point
Browse repository at this point
Commits on Apr 29, 2018
bpo-33330: Write exceptions occurred in PyImport_Cleanup() to stderr. (GH-6606)
Show description for c1a6832
serhiy-storchaka
authored
c1a6832
View commit details
Copy full SHA for c1a6832
View code at this point
Browse repository at this point
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
Commits on Apr 27, 2018
bpo-33041: Fix downcast warning on Windows (#6595)
Show description for 078c4e3
vstinner
authored
078c4e3
View commit details
Copy full SHA for 078c4e3
View code at this point
Browse repository at this point
Commits on Apr 20, 2018
Spelling fixes to docs, docstrings, and comments (GH-6374)
scop
authored and
terryjreedy
committed
61f82e0
View commit details
Copy full SHA for 61f82e0
View code at this point
Browse repository at this point
bpo-33312: Fix clang ubsan out of bounds warnings in dict. (GH-6537)
Show description for 397f1b2
gpshead
authored
397f1b2
View commit details
Copy full SHA for 397f1b2
View code at this point
Browse repository at this point
Commits on Apr 19, 2018
bpo-33299: Return an object itself for some types in _PyCode_ConstantKey(). (GH-6513)
serhiy-storchaka
authored
b7e1eff
View commit details
Copy full SHA for b7e1eff
View code at this point
Browse repository at this point
Commits on Apr 17, 2018
bpo-33205: dict: Change GROWTH_RATE to `used*3` (GH-6350)
methane
authored
5fbc511
View commit details
Copy full SHA for 5fbc511
View code at this point
Browse repository at this point
Commits on Apr 14, 2018
bpo-33176: Add a toreadonly() method to memoryviews. (GH-6466)
pitrou
authored
480ab05
View commit details
Copy full SHA for 480ab05
View code at this point
Browse repository at this point
Commits on Apr 9, 2018
bpo-33031: Remove dead code in C implementation of OrderedDict. (GH-6120)
Show description for 827d49f
serhiy-storchaka
authored
827d49f
View commit details
Copy full SHA for 827d49f
View code at this point
Browse repository at this point
Commits on Apr 3, 2018
bpo-33199: Initialize ma_version_tag in PyDict_Copy (GH-6341)
methane
authored
d1c82c5
View commit details
Copy full SHA for d1c82c5
View code at this point
Browse repository at this point
Commits on Mar 26, 2018
Fix typo and edit for clarity in the docstrings of sys.float_info. (GH-2251)
taschini
authored and
serhiy-storchaka
committed
0301c9b
View commit details
Copy full SHA for 0301c9b
View code at this point
Browse repository at this point
Commits on Mar 23, 2018
bpo-30953: Improve error messages and add tests for jumping (GH-6196)
Show description for 397466d
serhiy-storchaka
authored
397466d
View commit details
Copy full SHA for 397466d
View code at this point
Browse repository at this point
bpo-33041: Rework compiling an "async for" loop. (#6142)
Show description for 702f8f3
serhiy-storchaka
authored
702f8f3
View commit details
Copy full SHA for 702f8f3
View code at this point
Browse repository at this point
Commits on Mar 17, 2018
bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)
Show description for c2b0b12
Marcel Plch
authored and
ncoghlan
committed
c2b0b12
View commit details
Copy full SHA for c2b0b12
View code at this point
Browse repository at this point
Commits on Mar 13, 2018
bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-6107)
Show description for b8e9d6c
xdegaye
authored and
serhiy-storchaka
committed
b8e9d6c
View commit details
Copy full SHA for b8e9d6c
View code at this point
Browse repository at this point
Commits on Mar 11, 2018
bpo-33026: Fix jumping out of "with" block by setting f_lineno. (#6026)
serhiy-storchaka
authored
26c9f56
View commit details
Copy full SHA for 26c9f56
View code at this point
Browse repository at this point
Commits on Mar 4, 2018
closes bpo-32980 Remove _PyFrame_Init (GH-5965)
ApproximateIdentity
authored and
benjaminp
committed
7023644
View commit details
Copy full SHA for 7023644
View code at this point
Browse repository at this point
Commits on Feb 24, 2018
remove vestigal locking from obmalloc (GH-5805)
Show description for b18f8bc
benjaminp
authored
b18f8bc
View commit details
Copy full SHA for b18f8bc
View code at this point
Browse repository at this point
Commits on Feb 22, 2018
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006)
Show description for 520b7ae
3 people
authored
520b7ae
View commit details
Copy full SHA for 520b7ae
View code at this point
Browse repository at this point
closes bpo-32898: Fix debug build crash with COUNT_ALLOCS (GH-5800)
eduardo-elizondo
authored and
benjaminp
committed
745dc65
View commit details
Copy full SHA for 745dc65
View code at this point
Browse repository at this point
Commits on Feb 13, 2018
bpo-29803: remove a redandunt op and fix a comment in unicodeobject.c (#660)
zhangyangyu
authored
2b77a92
View commit details
Copy full SHA for 2b77a92
View code at this point
Browse repository at this point
bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)
orenmn
authored and
methane
committed
d019bc8
View commit details
Copy full SHA for d019bc8
View code at this point
Browse repository at this point
bpo-32827: Fix usage of _PyUnicodeWriter_Prepare() in decoding errors handler. (GH-5636)
serhiy-storchaka
authored
b7e2d67
View commit details
Copy full SHA for b7e2d67
View code at this point
Browse repository at this point
Commits on Feb 4, 2018
bpo-32746: Fix multiple typos (GH-5144)
Show description for c3d9508
Leo Arias
authored and
terryjreedy
committed
c3d9508
View commit details
Copy full SHA for c3d9508
View code at this point
Browse repository at this point
Commits on Feb 2, 2018
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
oldk1331
authored and
serhiy-storchaka
committed
aa0735f
View commit details
Copy full SHA for aa0735f
View code at this point
Browse repository at this point
Commits on Jan 31, 2018
bpo-32583: Fix possible crashing in builtin Unicode decoders (#5325)
Show description for 2c7fd46
zhangyangyu
authored
2c7fd46
View commit details
Copy full SHA for 2c7fd46
View code at this point
Browse repository at this point
Commits on Jan 29, 2018
bpo-32703: Fix coroutine resource warning in case where there's an error (GH-5410)
Show description for 2a2270d
Yury Selivanov
authored
2a2270d
View commit details
Copy full SHA for 2a2270d
View code at this point
Browse repository at this point
bpo-28685: Fix compiler warning (GH-5423)
vstinner
authored
8017b80
View commit details
Copy full SHA for 8017b80
View code at this point
Browse repository at this point
bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (#582)
embg
authored and
rhettinger
committed
1e34da4
View commit details
Copy full SHA for 1e34da4
View code at this point
Browse repository at this point
Commits on Jan 28, 2018
bpo-32690: Preserve order of locals() (#5379)
rhettinger
authored
a4d0001
View commit details
Copy full SHA for a4d0001
View code at this point
Browse repository at this point
bpo-32685: Improve suggestion for print statement (GH-5375)
Show description for 43c0f1a
nitishch
authored and
ncoghlan
committed
43c0f1a
View commit details
Copy full SHA for 43c0f1a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.