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
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.2k
Star
74.3k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
on
fe4ef39
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 Jan 20, 2014
Issue #19036: Including locale.h should not depend on HAVE_LANGINFO_H.
Stefan Krah
committed
6c01e38
View commit details
Copy full SHA for 6c01e38
View code at this point
Browse repository at this point
Commits on Jan 1, 2014
update copyright year
benjaminp
committed
fa10ae0
View commit details
Copy full SHA for fa10ae0
View code at this point
Browse repository at this point
Commits on Dec 17, 2013
Issue #16404: Add checks for return value of PyLong_FromLong() in
Show description for 48d761e
serhiy-storchaka
committed
48d761e
View commit details
Copy full SHA for 48d761e
View code at this point
Browse repository at this point
Fixed leak in sys.flags initialization.
serhiy-storchaka
committed
87a854d
View commit details
Copy full SHA for 87a854d
View code at this point
Browse repository at this point
Commits on Dec 7, 2013
document that compile() can take bytes (closes #19910)
benjaminp
committed
933142a
View commit details
Copy full SHA for 933142a
View code at this point
Browse repository at this point
Commits on Nov 26, 2013
Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float.
mdickinson
committed
f45bbb6
View commit details
Copy full SHA for f45bbb6
View code at this point
Browse repository at this point
Commits on Nov 15, 2013
fileutils.c: use MAXPATHLEN instead of PATH_MAX
Show description for b11d6cb
vstinner
committed
b11d6cb
View commit details
Copy full SHA for b11d6cb
View code at this point
Browse repository at this point
sysmodule.c: fix sys_update_path(), use Py_ARRAY_LENGTH() to get the size of
Show description for 2384714
vstinner
committed
2384714
View commit details
Copy full SHA for 2384714
View code at this point
Browse repository at this point
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 31, 2013
make string literal const
benjaminp
committed
7f69dca
View commit details
Copy full SHA for 7f69dca
View code at this point
Browse repository at this point
Commits on Oct 30, 2013
update comment
benjaminp
committed
8f16948
View commit details
Copy full SHA for 8f16948
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 Oct 7, 2013
Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at least one place so as to avoid regressions.
pitrou
committed
59c900d
View commit details
Copy full SHA for 59c900d
View code at this point
Browse repository at this point
Commits on Oct 6, 2013
Closes #15213: update comment for _PyOS_URandom
birkenfeld
committed
c6a2c9b
View commit details
Copy full SHA for c6a2c9b
View code at this point
Browse repository at this point
Commits on Oct 3, 2013
[issue19152] Revert 832579dbafd6.
ericsnowcurrently
committed
5c4b4c5
View commit details
Copy full SHA for 5c4b4c5
View code at this point
Browse repository at this point
[issue19152] Add ExtensionFileLoader.get_filename().
ericsnowcurrently
committed
af8566c
View commit details
Copy full SHA for af8566c
View code at this point
Browse repository at this point
[issue19151] Fix docstring and use of _get_suppported_file_loaders() to reflect 2-tuples.
ericsnowcurrently
committed
efbc475
View commit details
Copy full SHA for efbc475
View code at this point
Browse repository at this point
Commits on Sep 27, 2013
don't scale compiler stack frames if the recursion limit is huge (closes #19098)
benjaminp
committed
305e5aa
View commit details
Copy full SHA for 305e5aa
View code at this point
Browse repository at this point
Commits on Sep 4, 2013
Issue #16826: Revert fix while Windows issues are being worked out.
meadori
committed
c9e1dcd
View commit details
Copy full SHA for c9e1dcd
View code at this point
Browse repository at this point
Commits on Sep 3, 2013
Issue #16826: Don't check for PYTHONCASEOK when using -E.
Show description for d151da9
meadori
committed
d151da9
View commit details
Copy full SHA for d151da9
View code at this point
Browse repository at this point
Commits on Aug 27, 2013
Issue #18783: Removed existing mentions of Python long type in docstrings,
Show description for 9594942
serhiy-storchaka
committed
9594942
View commit details
Copy full SHA for 9594942
View code at this point
Browse repository at this point
Commits on Aug 26, 2013
#18839: document that sys.exit() will not accept a non-integer numeric value as exit status.
ezio-melotti
committed
4af4d27
View commit details
Copy full SHA for 4af4d27
View code at this point
Browse repository at this point
Commits on Aug 16, 2013
Issue #18756: Improve error reporting in os.urandom() when the failure is due to something else than /dev/urandom not existing.
pitrou
committed
ec34ab5
View commit details
Copy full SHA for ec34ab5
View code at this point
Browse repository at this point
Commits on Jul 27, 2013
Issue #15893: Remove dead code
vstinner
committed
da2cbb4
View commit details
Copy full SHA for da2cbb4
View code at this point
Browse repository at this point
Commits on Jul 26, 2013
Issue #15893: frozenmain.c now handles PyMem_Malloc() failure
vstinner
committed
36577e4
View commit details
Copy full SHA for 36577e4
View code at this point
Browse repository at this point
Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object().
tiran
committed
70c94e7
View commit details
Copy full SHA for 70c94e7
View code at this point
Browse repository at this point
Parser/asdl_c.py: use Py_CLEAR()
vstinner
committed
1acc129
View commit details
Copy full SHA for 1acc129
View code at this point
Browse repository at this point
According to the PEP 7, C code must "use 4-space indents"
Show description for ce72e1c
vstinner
committed
ce72e1c
View commit details
Copy full SHA for ce72e1c
View code at this point
Browse repository at this point
Issue #18560: Fix potential NULL pointer dereference in sum()
tiran
committed
704e2d3
View commit details
Copy full SHA for 704e2d3
View code at this point
Browse repository at this point
Commits on Jul 24, 2013
Fix potential NULL pointer dereferencing in ast module
Show description for 72f562f
tiran
committed
72f562f
View commit details
Copy full SHA for 72f562f
View code at this point
Browse repository at this point
Commits on Jul 23, 2013
return NULL here
benjaminp
committed
7d28b6b
View commit details
Copy full SHA for 7d28b6b
View code at this point
Browse repository at this point
Commits on Jul 22, 2013
Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0],
Show description for 60a6067
tiran
committed
60a6067
View commit details
Copy full SHA for 60a6067
View code at this point
Browse repository at this point
Commits on Jul 21, 2013
fix spacing
benjaminp
committed
0f9b7d3
View commit details
Copy full SHA for 0f9b7d3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.