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
Type
/
to 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 }}
OtherSystems
/
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
Python
on
patch-1
User selector
All users
All time
Commit history
Commits on Apr 12, 2021
bpo-43680: _pyio.open() becomes a static method (GH-25354)
Show description for 77d668b
vstinner
authored
77d668b
View commit details
Copy full SHA for 77d668b
View code at this point
Browse repository at this point
Commits on Apr 10, 2021
bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227)
Show description for 09bbebe
vstinner
authored
09bbebe
View commit details
Copy full SHA for 09bbebe
View code at this point
Browse repository at this point
bpo-43798: Add source location attributes to alias (GH-25324)
Show description for 75a06f0
3 people
authored
75a06f0
View commit details
Copy full SHA for 75a06f0
View code at this point
Browse repository at this point
Commits on Apr 8, 2021
bpo-43760: Streamline dispatch sequence for machines without computed gotos. (GH-25244)
Show description for 28d28e0
markshannon
authored
28d28e0
View commit details
Copy full SHA for 28d28e0
View code at this point
Browse repository at this point
Commits on Apr 7, 2021
bpo-42923: Fix _Py_DumpExtensionModules() for NULL sysdict (GH-25262)
Show description for 3d55aa9
vstinner
authored
3d55aa9
View commit details
Copy full SHA for 3d55aa9
View code at this point
Browse repository at this point
bpo-43244: Rename pycore_ast.h functions to _PyAST_xxx() (GH-25252)
Show description for d27f8d2
vstinner
authored
d27f8d2
View commit details
Copy full SHA for d27f8d2
View code at this point
Browse repository at this point
bpo-43495 : Push missing frame block in compile.c (GH-24865)
tomKPZ
authored
7a7ba3d
View commit details
Copy full SHA for 7a7ba3d
View code at this point
Browse repository at this point
bpo-43244: Remove Yield macro from pycore_ast.h (GH-25243)
Show description for d36d6a9
vstinner
authored
d36d6a9
View commit details
Copy full SHA for d36d6a9
View code at this point
Browse repository at this point
Correct micro release number and add a couple of asserts. (GH-25224)
markshannon
authored
67969f5
View commit details
Copy full SHA for 67969f5
View code at this point
Browse repository at this point
bpo-43105: Importlib now resolves relative paths when creating module spec objects from file locations (GH-25121)
zooba
authored
04732ca
View commit details
Copy full SHA for 04732ca
View code at this point
Browse repository at this point
Commits on Apr 6, 2021
bump the bytecode magic number (GH-25225)
sweeneyde
authored
5061622
View commit details
Copy full SHA for 5061622
View code at this point
Browse repository at this point
bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-25169)
brettcannon
authored
57c6cb5
View commit details
Copy full SHA for 57c6cb5
View code at this point
Browse repository at this point
bpo-43683: Handle generator entry in bytecode (GH-25138)
Show description for b37181e
markshannon
authored
b37181e
View commit details
Copy full SHA for b37181e
View code at this point
Browse repository at this point
bpo-42128: __match_args__ can't be a list anymore (GH-25203)
brandtbucher
authored
f84d5a1
View commit details
Copy full SHA for f84d5a1
View code at this point
Browse repository at this point
Commits on Apr 4, 2021
bpo-27129: Update magic numbers and bootstrapping for GH-25069 (GH-25172)
Show description for c368ce7
sweeneyde
and
terryjreedy
authored
c368ce7
View commit details
Copy full SHA for c368ce7
View code at this point
Browse repository at this point
Commits on Apr 2, 2021
bpo-43672: raise ImportWarning when calling find_loader() (GH-25119)
brettcannon
authored
f97dc80
View commit details
Copy full SHA for f97dc80
View code at this point
Browse repository at this point
bpo-43687: Py_Initialize() creates singletons earlier (GH-25147)
Show description for 442ad74
vstinner
authored
442ad74
View commit details
Copy full SHA for 442ad74
View code at this point
Browse repository at this point
Commits on Apr 1, 2021
bpo-27129: Use instruction offsets, not byte offsets, in bytecode and internally. (GH-25069)
Show description for fcb55c0
markshannon
authored
fcb55c0
View commit details
Copy full SHA for fcb55c0
View code at this point
Browse repository at this point
bpo-42955: Add _overlapped to sys.stdlib_module_names (GH-25122)
vstinner
authored
ad493ed
View commit details
Copy full SHA for ad493ed
View code at this point
Browse repository at this point
Commits on Mar 30, 2021
bpo-42134: Raise ImportWarning when calling find_module() in the import system (GH-25044)
brettcannon
authored
a7ff6df
View commit details
Copy full SHA for a7ff6df
View code at this point
Browse repository at this point
Commits on Mar 29, 2021
bpo-43660: Fix crash when displaying exceptions with custom values for sys.stderr (GH-25075)
pablogsal
authored
09b90a0
View commit details
Copy full SHA for 09b90a0
View code at this point
Browse repository at this point
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Show description for 4827483
methane
authored
4827483
View commit details
Copy full SHA for 4827483
View code at this point
Browse repository at this point
Commits on Mar 26, 2021
bpo-42136: Deprecate module_repr() as found in importlib (GH-25022)
brettcannon
authored
1899087
View commit details
Copy full SHA for 1899087
View code at this point
Browse repository at this point
Commits on Mar 25, 2021
Move big block of macros out of function to improve readability. (GH-25020)
markshannon
authored
d41bddd
View commit details
Copy full SHA for d41bddd
View code at this point
Browse repository at this point
Commits on Mar 24, 2021
Only check evalbreaker after calls and on backwards egdes. Makes sure that __exit__ or __aexit__ is called in with statments in case of interrupt. (GH-18334)
markshannon
authored
4958f5d
View commit details
Copy full SHA for 4958f5d
View code at this point
Browse repository at this point
bpo-42137: have ModuleType.__repr__ prefer __spec__ over module_repr() (GH-24953)
Show description for 9cb31d6
brettcannon
authored
9cb31d6
View commit details
Copy full SHA for 9cb31d6
View code at this point
Browse repository at this point
bpo-31861: Fix reference leak in builtin_anext_impl() (GH-25008)
pablogsal
authored
a02683a
View commit details
Copy full SHA for a02683a
View code at this point
Browse repository at this point
bpo-43244: Remove the pyarena.h header (GH-25007)
Show description for 8370e07
vstinner
authored
8370e07
View commit details
Copy full SHA for 8370e07
View code at this point
Browse repository at this point
bpo-43244: Remove parser_interface.h header file (GH-25001)
Show description for 57364ce
vstinner
authored
57364ce
View commit details
Copy full SHA for 57364ce
View code at this point
Browse repository at this point
Commits on Mar 23, 2021
bpo-43244: Add pycore_compile.h header file (GH-25000)
Show description for a81fca6
vstinner
authored
a81fca6
View commit details
Copy full SHA for a81fca6
View code at this point
Browse repository at this point
bpo-31861: Add aiter and anext to builtins (#23847)
Show description for f0a6fde
3 people
authored
f0a6fde
View commit details
Copy full SHA for f0a6fde
View code at this point
Browse repository at this point
bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
Show description for 94faa07
vstinner
authored
94faa07
View commit details
Copy full SHA for 94faa07
View code at this point
Browse repository at this point
Commits on Mar 22, 2021
Revert "bpo-40521: Make dtoa bigint free list per-interpreter (GH-24821)" (GH-24964)
Show description for 39f6436
vstinner
authored
39f6436
View commit details
Copy full SHA for 39f6436
View code at this point
Browse repository at this point
bpo-43575: Use PEP 590 vectorcall to speed up map() (GH-24955)
corona10
authored
86883d4
View commit details
Copy full SHA for 86883d4
View code at this point
Browse repository at this point
bpo-43551: Fix PyImport_Import() for subinterpreters (GH-24929)
Show description for 88d9983
junyixie
authored
88d9983
View commit details
Copy full SHA for 88d9983
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.