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
.
pythonStudy2017
/
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
pythonrun.c
on
3.3
User selector
All users
All time
Commit history
Commits on Jan 21, 2014
Issue #2382: SyntaxError cursor "^" now is written at correct position in most
Show description for 65fd059
serhiy-storchaka
committed
65fd059
View commit details
Copy full SHA for 65fd059
View code at this point
Browse repository at this point
Commits on Nov 15, 2013
pythonrun.c: fix Py_GetPythonHome(), use Py_ARRAY_LENGTH() to get the size of
Show description for 2f5bbc6
vstinner
committed
2f5bbc6
View commit details
Copy full SHA for 2f5bbc6
View code at this point
Browse repository at this point
Commits on Oct 22, 2013
Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the
Show description for 49e6180
tiran
committed
49e6180
View commit details
Copy full SHA for 49e6180
View code at this point
Browse repository at this point
Commits on Oct 13, 2013
Issue #18776: atexit callbacks now display their full traceback when they raise an exception.
pitrou
committed
24201d4
View commit details
Copy full SHA for 24201d4
View code at this point
Browse repository at this point
Commits on May 5, 2013
Fix crash caused by 8c1385205a35
Show description for fd417cc
pitrou
committed
fd417cc
View commit details
Copy full SHA for fd417cc
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 Apr 29, 2013
ignore errors when trying to fetch sys.stdin.encoding (closes #17863)
benjaminp
committed
fe1b22a
View commit details
Copy full SHA for fe1b22a
View code at this point
Browse repository at this point
Commits on Nov 7, 2012
Issue #15001: fix segfault on "del sys.module['__main__']"
Show description for 33363f4
hynek
committed
33363f4
View commit details
Copy full SHA for 33363f4
View code at this point
Browse repository at this point
Issue #15001: fix segfault on "del sys.module['__main__']"
Show description for 5c6b3e2
hynek
committed
5c6b3e2
View commit details
Copy full SHA for 5c6b3e2
View code at this point
Browse repository at this point
Commits on Nov 1, 2012
Issue #16218: Support non ascii characters in python launcher.
Show description for 90c0eb2
asvetlov
committed
90c0eb2
View commit details
Copy full SHA for 90c0eb2
View code at this point
Browse repository at this point
Commits on Sep 11, 2012
Issue #15895: my analysis was slightly off. The FILE pointer is only leaked when set_main_loader() fails for a pyc file with closeit=0. In the success case run_pyc_file() does its own cleanup of th…
Show description for 04ac4c1
tiran
committed
04ac4c1
View commit details
Copy full SHA for 04ac4c1
View code at this point
Browse repository at this point
Issue #15895: Fix FILE pointer leak in PyRun_SimpleFileExFlags() when filename points to a pyc/pyo file and closeit is false.
tiran
committed
eeb5635
View commit details
Copy full SHA for eeb5635
View code at this point
Browse repository at this point
Commits on Aug 3, 2012
Close #13119: use "\r\n" newline for sys.stdout/err on Windows
Show description for 90ef747
vstinner
committed
90ef747
View commit details
Copy full SHA for 90ef747
View code at this point
Browse repository at this point
Close #13119: use "\r\n" newline for sys.stdout/err on Windows
Show description for 7b3f0fa
vstinner
committed
7b3f0fa
View commit details
Copy full SHA for 7b3f0fa
View code at this point
Browse repository at this point
Commits on Jul 31, 2012
Fix initialization of the faulthandler module
Show description for d5698cb
vstinner
committed
d5698cb
View commit details
Copy full SHA for d5698cb
View code at this point
Browse repository at this point
Commits on Jul 15, 2012
Refcounting fixes
ncoghlan
committed
b7a5894
View commit details
Copy full SHA for b7a5894
View code at this point
Browse repository at this point
Make set_main_loader static (noticed by Antoine Pitrou)
ncoghlan
committed
ceda83c
View commit details
Copy full SHA for ceda83c
View code at this point
Browse repository at this point
Actually initialize __main__.__loader__ with loader instances, not the corresponding type objects
ncoghlan
committed
3f94cbf
View commit details
Copy full SHA for 3f94cbf
View code at this point
Browse repository at this point
Take the first step in resolving the messy pkgutil vs importlib edge cases by basing pkgutil explicitly on importlib, deprecating its internal import emulation and setting __main__.__loader__ corre…
Show description for 85e729e
ncoghlan
committed
85e729e
View commit details
Copy full SHA for 85e729e
View code at this point
Browse repository at this point
Commits on Jul 5, 2012
Issue #15020: The program name used to search for Python's path is now python3 under Unix, not python.
pitrou
committed
74de153
View commit details
Copy full SHA for 74de153
View code at this point
Browse repository at this point
Issue #15020: The program name used to search for Python's path is now "python3" under Unix, not "python".
pitrou
committed
01cca5e
View commit details
Copy full SHA for 01cca5e
View code at this point
Browse repository at this point
Commits on Jun 22, 2012
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues
davidmalcolm
committed
49526f4
View commit details
Copy full SHA for 49526f4
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 May 15, 2012
PEP 415: Implement suppression of __context__ display with an exception attribute
Show description for d5a1c44
benjaminp
committed
d5a1c44
View commit details
Copy full SHA for d5a1c44
View code at this point
Browse repository at this point
Commits on Apr 29, 2012
Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py.
Show description for 62228db
brettcannon
committed
62228db
View commit details
Copy full SHA for 62228db
View code at this point
Browse repository at this point
Commits on Apr 26, 2012
Issue #14605: Make explicit the entries on sys.path_hooks that used to
Show description for e0d88a1
brettcannon
committed
e0d88a1
View commit details
Copy full SHA for e0d88a1
View code at this point
Browse repository at this point
Commits on Apr 15, 2012
Issue #13959: Rename imp to _imp and add Lib/imp.py and begin
Show description for 6f44d66
brettcannon
committed
6f44d66
View commit details
Copy full SHA for 6f44d66
View code at this point
Browse repository at this point
Plug a refleak.
brettcannon
committed
fc9ca27
View commit details
Copy full SHA for fc9ca27
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 Apr 3, 2012
merge 3.2
benjaminp
committed
0a9a636
View commit details
Copy full SHA for 0a9a636
View code at this point
Browse repository at this point
fix parse_syntax_error to clean up its resources
benjaminp
committed
80d5042
View commit details
Copy full SHA for 80d5042
View code at this point
Browse repository at this point
Commits on Feb 26, 2012
Close issue #6210: Implement PEP 409
ncoghlan
committed
ab7bf21
View commit details
Copy full SHA for ab7bf21
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
Previous
Next
You can’t perform that action at this time.