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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
githubink
/
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
Include
pythonrun.h
on
master
User selector
All users
All time
Commit history
Commits on Jun 17, 2019
bpo-37189: Export old PyRun_XXX() functions (#14142)
Show description for 343ed0f
vstinner
authored
343ed0f
View commit details
Copy full SHA for 343ed0f
View code at this point
Browse repository at this point
Commits on May 28, 2019
bpo-37001: Makes symtable.symtable have parity with compile for input (#13483)
Show description for 4154069
DinoV
authored
4154069
View commit details
Copy full SHA for 4154069
View code at this point
Browse repository at this point
Commits on Apr 18, 2019
bpo-36071 Add support for Windows ARM32 in ctypes/libffi (GH-12059)
paulmon
authored and
zooba
committed
11efd79
View commit details
Copy full SHA for 11efd79
View code at this point
Browse repository at this point
Commits on May 23, 2017
bpo-22257: Small changes for PEP 432. (#1728)
Show description for 6b4be19
ericsnowcurrently
authored
6b4be19
View commit details
Copy full SHA for 6b4be19
View code at this point
Browse repository at this point
Commits on Dec 27, 2016
Issue #29058: All stable API extensions added after Python 3.2 are now
Show description for 34d0ac8
serhiy-storchaka
committed
34d0ac8
View commit details
Copy full SHA for 34d0ac8
View code at this point
Browse repository at this point
Commits on May 8, 2016
Merge typo fixes from 3.5
vadmium
committed
1ce738e
View commit details
Copy full SHA for 1ce738e
View code at this point
Browse repository at this point
Corrections for a/an in code comments and documentation
vadmium
committed
4c35964
View commit details
Copy full SHA for 4c35964
View code at this point
Browse repository at this point
Commits on Dec 25, 2015
Issue #25923: Added more const qualifiers to signatures of static and private functions.
serhiy-storchaka
committed
ef1585e
View commit details
Copy full SHA for ef1585e
View code at this point
Browse repository at this point
Commits on May 9, 2015
PEP 479: Change StopIteration handling inside generators.
Show description for 8170e8c
Yury Selivanov
committed
8170e8c
View commit details
Copy full SHA for 8170e8c
View code at this point
Browse repository at this point
Commits on Nov 20, 2014
Issue #22869: Split pythonrun into two modules
Show description for d600951
ncoghlan
committed
d600951
View commit details
Copy full SHA for d600951
View code at this point
Browse repository at this point
Commits on Jan 3, 2014
Issue #19526: Exclude all new API from the stable ABI.
loewis
committed
1c0689c
View commit details
Copy full SHA for 1c0689c
View code at this point
Browse repository at this point
Commits on Nov 6, 2013
Issue #19512: Add PyRun_InteractiveOneObject() function
Show description for 95701bd
vstinner
committed
95701bd
View commit details
Copy full SHA for 95701bd
View code at this point
Browse repository at this point
Commits on Oct 19, 2013
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
serhiy-storchaka
committed
c679227
View commit details
Copy full SHA for c679227
View code at this point
Browse repository at this point
Commits on Oct 18, 2013
Issue #16129: Py_SetStandardStreamEncoding cleanups
Show description for 1805a62
ncoghlan
committed
1805a62
View commit details
Copy full SHA for 1805a62
View code at this point
Browse repository at this point
Commits on Oct 17, 2013
Issue #16129: Move Py_SetStandardStreamEncoding declaration
ncoghlan
committed
a0f074f
View commit details
Copy full SHA for a0f074f
View code at this point
Browse repository at this point
Issue #16129: Add `Py_SetStandardStreamEncoding`
Show description for 7d270ee
ncoghlan
committed
7d270ee
View commit details
Copy full SHA for 7d270ee
View code at this point
Browse repository at this point
Commits on Aug 30, 2013
Issue #18756: os.urandom() now uses a lazily-opened persistent file descriptor, so as to avoid using many file descriptors when run in parallel from multiple threads.
pitrou
committed
4879a96
View commit details
Copy full SHA for 4879a96
View code at this point
Browse repository at this point
Commits on Aug 26, 2013
Close #11619: The parser and the import machinery do not encode Unicode
Show description for 14e461d
vstinner
committed
14e461d
View commit details
Copy full SHA for 14e461d
View code at this point
Browse repository at this point
Commits on Jul 22, 2013
Issue #18520: Add a new PyStructSequence_InitType2() function, same than
Show description for 1c8f059
vstinner
committed
1c8f059
View commit details
Copy full SHA for 1c8f059
View code at this point
Browse repository at this point
Commits on May 6, 2013
Issue #1545463: Global variables caught in reference cycles are now garbage-collected at shutdown.
pitrou
committed
5f454a0
View commit details
Copy full SHA for 5f454a0
View code at this point
Browse repository at this point
Commits on May 4, 2013
Issue #17408: Avoid using an obsolete instance of the copyreg module when the interpreter is shutdown and then started again.
pitrou
committed
957a23b
View commit details
Copy full SHA for 957a23b
View code at this point
Browse repository at this point
Commits on Jun 19, 2012
Issue #14928: Fix importlib bootstrap issues by using a custom executable (Modules/_freeze_importlib) to build Python/importlib.h.
pitrou
committed
e67f48c
View commit details
Copy full SHA for e67f48c
View code at this point
Browse repository at this point
Commits on Jun 3, 2012
Issue #14090: fix some minor C API problems in default branch (3.3)
eliben
committed
0813168
View commit details
Copy full SHA for 0813168
View code at this point
Browse repository at this point
Commits on Apr 14, 2012
Issue #2377: Make importlib the implementation of __import__().
Show description for fd07415
brettcannon
committed
fd07415
View commit details
Copy full SHA for fd07415
View code at this point
Browse repository at this point
Commits on Feb 21, 2012
Fix test failure in test_cmd_line by initializing the hash secret at the earliest point.
pitrou
committed
528b54b
View commit details
Copy full SHA for 528b54b
View code at this point
Browse repository at this point
Fix test failure in test_cmd_line by initializing the hash secret at the earliest point.
pitrou
committed
86838b0
View commit details
Copy full SHA for 86838b0
View code at this point
Browse repository at this point
Commits on Feb 20, 2012
Merge 3.2: Issue #13703 plus some related test suite fixes.
birkenfeld
committed
2fb477c
View commit details
Copy full SHA for 2fb477c
View code at this point
Browse repository at this point
Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime)
Show description for 09a7c72
birkenfeld
committed
09a7c72
View commit details
Copy full SHA for 09a7c72
View code at this point
Browse repository at this point
Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime)
Show description for 2daf6ae
birkenfeld
committed
2daf6ae
View commit details
Copy full SHA for 2daf6ae
View code at this point
Browse repository at this point
Commits on Nov 18, 2011
Issue #10227: Add an allocation cache for a single slice object.
Show description for f34a0cd
pitrou
committed
f34a0cd
View commit details
Copy full SHA for f34a0cd
View code at this point
Browse repository at this point
Commits on May 4, 2011
Issue #1856: Avoid crashes and lockups when daemon threads run while the
Show description for fc20b0c
pitrou
committed
fc20b0c
View commit details
Copy full SHA for fc20b0c
View code at this point
Browse repository at this point
Issue #1856: Avoid crashes and lockups when daemon threads run while the
Show description for 0d5e52d
pitrou
committed
0d5e52d
View commit details
Copy full SHA for 0d5e52d
View code at this point
Browse repository at this point
Commits on Mar 6, 2011
Remove sys.subversion and svn build identification leftovers.
birkenfeld
committed
776e586
View commit details
Copy full SHA for 776e586
View code at this point
Browse repository at this point
Merge build identification to 3.2 branch.
birkenfeld
committed
13039c8
View commit details
Copy full SHA for 13039c8
View code at this point
Browse repository at this point
Commits on Mar 5, 2011
Commit the hg build identification patch from the pymigr repo.
birkenfeld
committed
1ca2e79
View commit details
Copy full SHA for 1ca2e79
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.