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-List
/
cpython
Public
forked from
idobatter/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
sysmodule.c
on
master
User selector
All users
All time
Commit history
Commits on Apr 25, 2016
Issue #17905: Do not guard locale include with HAVE_LANGINFO_H.
skrah
committed
857411c
View commit details
Copy full SHA for 857411c
View code at this point
Browse repository at this point
Commits on Apr 6, 2016
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
serhiy-storchaka
committed
fa3fc6d
View commit details
Copy full SHA for fa3fc6d
View code at this point
Browse repository at this point
Commits on Mar 14, 2016
Add PYTHONMALLOC env var
Show description for 506c274
vstinner
committed
506c274
View commit details
Copy full SHA for 506c274
View code at this point
Browse repository at this point
Commits on Jan 20, 2016
Merge 3.5
Show description for baee549
vstinner
committed
baee549
View commit details
Copy full SHA for baee549
View code at this point
Browse repository at this point
Add _PyThreadState_UncheckedGet()
Show description for df85859
vstinner
committed
df85859
View commit details
Copy full SHA for df85859
View code at this point
Browse repository at this point
Commits on Jan 5, 2016
Issue #20440: Cleaning up the code by using Py_SETREF.
serhiy-storchaka
committed
dae090d
View commit details
Copy full SHA for dae090d
View code at this point
Browse repository at this point
Commits on Dec 25, 2015
Issue #25923: Added the const qualifier to static constant arrays.
serhiy-storchaka
committed
513f40a
View commit details
Copy full SHA for 513f40a
View code at this point
Browse repository at this point
Commits on Nov 5, 2015
sysmodule.c: reuse Py_STRINGIFY() macro
vstinner
committed
c68070a
View commit details
Copy full SHA for c68070a
View code at this point
Browse repository at this point
Commits on Oct 12, 2015
sys.setrecursionlimit() now raises RecursionError
Show description for 1a1ccb2
vstinner
committed
1a1ccb2
View commit details
Copy full SHA for 1a1ccb2
View code at this point
Browse repository at this point
Commits on Jun 1, 2015
Issue 24017: Make PyEval_(Set|Get)CoroutineWrapper private
Yury Selivanov
committed
b1447bd
View commit details
Copy full SHA for b1447bd
View code at this point
Browse repository at this point
Commits on May 12, 2015
use our normal bracing style
benjaminp
committed
921250e
View commit details
Copy full SHA for 921250e
View code at this point
Browse repository at this point
Issue #24017: Plug ref leak.
Yury Selivanov
committed
5d98745
View commit details
Copy full SHA for 5d98745
View code at this point
Browse repository at this point
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
committed
42d6ffa
View commit details
Copy full SHA for 42d6ffa
View code at this point
Browse repository at this point
Commits on Mar 30, 2015
Issue #23752: _Py_fstat() is now responsible to raise the Python exception
Show description for d7234c2
vstinner
committed
d7234c2
View commit details
Copy full SHA for d7234c2
View code at this point
Browse repository at this point
Commits on Mar 2, 2015
Issue #23451: Update pyconfig.h for Windows to require Vista headers and remove unnecessary version checks.
zooba
committed
7124078
View commit details
Copy full SHA for 7124078
View code at this point
Browse repository at this point
Commits on Feb 21, 2015
Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Windows.
Show description for e1ad8fa
zooba
committed
e1ad8fa
View commit details
Copy full SHA for e1ad8fa
View code at this point
Browse repository at this point
Commits on Jan 18, 2015
Issue #23181: More "codepoint" -> "code point".
serhiy-storchaka
committed
fa2e11f
View commit details
Copy full SHA for fa2e11f
View code at this point
Browse repository at this point
Issue #23181: More "codepoint" -> "code point".
serhiy-storchaka
committed
d310670
View commit details
Copy full SHA for d310670
View code at this point
Browse repository at this point
Commits on Dec 7, 2014
Issue #22696: Add function :func:`sys.is_finalizing` to know about interpreter shutdown.
pitrou
committed
d6a41c8
View commit details
Copy full SHA for d6a41c8
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 7dfc33e
ncoghlan
committed
7dfc33e
View commit details
Copy full SHA for 7dfc33e
View code at this point
Browse repository at this point
Commits on Nov 15, 2014
Issue #22193: Fixed integer overflow error in sys.getsizeof().
Show description for 2a4a19d
serhiy-storchaka
committed
2a4a19d
View commit details
Copy full SHA for 2a4a19d
View code at this point
Browse repository at this point
Commits on Aug 14, 2014
Issue #22193: Added private function _PySys_GetSizeOf() needed to implement
Show description for 50e2887
serhiy-storchaka
committed
50e2887
View commit details
Copy full SHA for 50e2887
View code at this point
Browse repository at this point
Commits on Jul 1, 2014
Issue #21891: remove extraneous semicolon.
ned-deily
committed
f081387
View commit details
Copy full SHA for f081387
View code at this point
Browse repository at this point
Commits on Apr 28, 2014
Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it raises a TypeError.
pitrou
committed
122d323
View commit details
Copy full SHA for 122d323
View code at this point
Browse repository at this point
Commits on Mar 28, 2014
undefine SET_SYS_FROM_STRING_BORROW after its done being used (closes #21089)
benjaminp
committed
72650be
View commit details
Copy full SHA for 72650be
View code at this point
Browse repository at this point
Commits on Feb 9, 2014
Issue #20437: Fixed 22 potential bugs when deleting objects references.
serhiy-storchaka
committed
4781423
View commit details
Copy full SHA for 4781423
View code at this point
Browse repository at this point
Issue #20437: Fixed 21 potential bugs when deleting objects references.
serhiy-storchaka
committed
9bff76e
View commit details
Copy full SHA for 9bff76e
View code at this point
Browse repository at this point
Commits on Dec 21, 2013
Issue #16136: Remove VMS support and VMS-related code
tiran
committed
2221e56
View commit details
Copy full SHA for 2221e56
View code at this point
Browse repository at this point
Commits on Dec 19, 2013
Fix the C definition of the sys._debugmallocstats() function: the function has
Show description for 5987bc3
vstinner
committed
5987bc3
View commit details
Copy full SHA for 5987bc3
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 11aa556
serhiy-storchaka
committed
11aa556
View commit details
Copy full SHA for 11aa556
View code at this point
Browse repository at this point
Issue #16404: Add checks for return value of PyLong_FromLong() in
Show description for b30a632
serhiy-storchaka
committed
b30a632
View commit details
Copy full SHA for b30a632
View code at this point
Browse repository at this point
Fixed leak in sys.flags initialization.
serhiy-storchaka
committed
fd76d7f
View commit details
Copy full SHA for fd76d7f
View code at this point
Browse repository at this point
Fixed leak in sys.flags initialization.
serhiy-storchaka
committed
5103f91
View commit details
Copy full SHA for 5103f91
View code at this point
Browse repository at this point
Commits on Dec 13, 2013
Issue #14432: Remove the thread state field from the frame structure. Fix a
Show description for 1d0a268
vstinner
committed
1d0a268
View commit details
Copy full SHA for 1d0a268
View code at this point
Browse repository at this point
Commits on Nov 20, 2013
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Show description for ac5e6c9
tiran
committed
ac5e6c9
View commit details
Copy full SHA for ac5e6c9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.