index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Python
/
sysmodule.c
Commit message (
Expand
)
Author
Age
*
gh-106320: Create pycore_modsupport.h header file (#106355)
Victor Stinner
2023-07-03
*
gh-106023: Remove _PyObject_FastCallTstate() function (#106273)
Victor Stinner
2023-06-30
*
gh-106182: sys: Intern getfilesystemencoding() and getfilesystemencodeerrors(...
Inada Naoki
2023-06-30
*
fix typos (#106247)
Inada Naoki
2023-06-30
*
gh-106023: Update code using _PyObject_FastCall() (#106257)
Victor Stinner
2023-06-30
*
gh-106118: Add O_CLOEXEC preprocessor guard (#106120)
Erlend E. Aasland
2023-06-28
*
gh-106084: Remove old PyObject call aliases (#106085)
Victor Stinner
2023-06-26
*
gh-105673: Fix uninitialized warning in sysmodule.c (#105674)
Nikita Sobolev
2023-06-12
*
gh-105375: Improve error handling in the sys extension module (#105611)
Erlend E. Aasland
2023-06-11
*
gh-100227: Lock Around Adding Global Audit Hooks (gh-105515)
Eric Snow
2023-06-08
*
gh-105145: Remove old functions to config Python init (#105154)
Victor Stinner
2023-06-01
*
gh-104922: Make `PY_SSIZE_T_CLEAN` not mandatory again (#105051)
Inada Naoki
2023-05-31
*
gh-103295: expose API for writing perf map files (#103546)
gsallam
2023-05-21
*
GH-102818: Do not call `PyTraceBack_Here` in sys.settrace trampoline. (GH-10...
Mark Shannon
2023-05-19
*
gh-104341: Adjust tstate_must_exit() to Respect Interpreter Finalization (gh-...
Eric Snow
2023-05-15
*
gh-103323: Remove PyRuntimeState_GetThreadState() (#104171)
Victor Stinner
2023-05-04
*
gh-94673: Properly Initialize and Finalize Static Builtin Types for Each Inte...
Eric Snow
2023-05-01
*
gh-84436: Immortalize in _PyStructSequence_InitBuiltinWithFlags() (gh-104054)
Eric Snow
2023-05-01
*
gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940)
Eric Snow
2023-04-27
*
gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)
Eric Snow
2023-04-24
*
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo
2023-04-22
*
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1...
Mark Shannon
2023-04-12
*
gh-103167: Fix `-Wstrict-prototypes` warnings by using `(void)` for functions...
Nikita Sobolev
2023-04-05
*
gh-102304: Move the Total Refcount to PyInterpreterState (gh-102545)
Eric Snow
2023-03-21
*
gh-102304: Move _Py_RefTotal to _PyRuntimeState (gh-102543)
Eric Snow
2023-03-20
*
gh-102778: Add sys.last_exc, deprecate sys.last_type, sys.last_value,sys.last...
Irit Katriel
2023-03-18
*
gh-102755: Add PyErr_DisplayException(exc) (#102756)
Irit Katriel
2023-03-16
*
gh-102660: Fix Refleaks in import.c (#102744)
Eric Snow
2023-03-15
*
gh-102660: Handle m_copy Specially for the sys and builtins Modules (gh-102661)
Eric Snow
2023-03-14
*
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann
2023-03-09
*
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in...
Irit Katriel
2023-02-28
*
gh-101758: Clean Up Uses of Import State (gh-101919)
Eric Snow
2023-02-15
*
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon
2023-02-08
*
gh-86682: Adds sys._getframemodulename as an alternative to using _getframe (...
Steve Dower
2023-01-13
*
GH-100126: Skip incomplete frames in more places (GH-100613)
Brandt Bucher
2023-01-09
*
Correct CVE-2020-10735 documentation (#100306)
Jeremy Paige
2022-12-18
*
gh-96715 Remove redundant NULL check in `profile_trampoline` function (#96716)
chgnrdv
2022-12-12
*
gh-99537: Use Py_SETREF() function in C code (#99657)
Victor Stinner
2022-11-22
*
gh-87604: Avoid publishing list of active per-interpreter audit hooks via the...
Steve Dower
2022-11-14
*
gh-81057: Move PyImport_Inittab to _PyRuntimeState (gh-99402)
Eric Snow
2022-11-11
*
gh-99300: Use Py_NewRef() in Python/ directory (#99317)
Victor Stinner
2022-11-10
*
GH-98686: Quicken everything (GH-98687)
Brandt Bucher
2022-11-02
*
gh-96143: Improve perf profiler docs (#96445)
Erlend E. Aasland
2022-10-27
*
gh-98417: Store int_max_str_digits on the Interpreter State (GH-98418)
Eric Snow
2022-10-19
*
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-...
Mark Shannon
2022-10-05
*
gh-97670: Remove sys.getdxp() and analyze_dxp.py script (#97671)
Victor Stinner
2022-10-04
*
gh-96512: Move int_max_str_digits setting to PyConfig (#96944)
Gregory P. Smith
2022-10-03
*
gh-89545: Updates platform module to use new internal _wmi module on Windows ...
Steve Dower
2022-09-07
*
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
Gregory P. Smith
2022-09-02
*
gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)
Pablo Galindo Salgado
2022-08-30
[next]