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-88279: Fix compiler warning for using deprecated PySys_SetArgvEx (#92428)
Serhiy Storchaka
2022-05-07
*
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Victor Stinner
2022-05-06
*
gh-84461: Add sys._emscripten_info, improve docs and build (gh-91781)
Christian Heimes
2022-04-23
*
bpo-35134: Remove the Include/code.h header file (GH-32385)
Victor Stinner
2022-04-07
*
bpo-47000: Make `io.text_encoding()` respects UTF-8 mode (GH-32003)
Inada Naoki
2022-04-04
*
bpo-47164: Add _PyCFunction_CAST() macro (GH-32192)
Victor Stinner
2022-03-31
*
bpo-42197: Don't create `f_locals` dictionary unless we actually need it. (GH...
Mark Shannon
2022-03-25
*
bpo-46850: Remove _PyEval_GetCoroutineOriginTrackingDepth() (GH-32018)
Victor Stinner
2022-03-21
*
bpo-46850: Remove _PyEval_SetAsyncGenFinalizer() (GH-32017)
Victor Stinner
2022-03-21
*
bpo-46987: Remove _PySys_GetObjectId / _PySys_GetObjectId (GH-31835)
Dong-hee Na
2022-03-14
*
bpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (GH-31583)
Victor Stinner
2022-02-25
*
bpo-45412: Add _PY_SHORT_FLOAT_REPR macro (GH-31171)
Victor Stinner
2022-02-23
*
bpo-46765: Replace Locally Cached Strings with Statically Initialized Objects...
Eric Snow
2022-02-22
*
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...
Eric Snow
2022-02-08
*
bpo-46072: Merge dxpairs into py_stats. (GH-31197)
Mark Shannon
2022-02-07
*
bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736)
Victor Stinner
2022-01-21
*
bpo-46417: Finalize structseq types at exit (GH-30645)
Victor Stinner
2022-01-21
*
bpo-46328: Add sys.exception() (GH-30514)
Irit Katriel
2022-01-13
*
bpo-45582: Fix test_embed failure during a PGO build on Windows (GH-30014)
neonene
2021-12-10
*
bpo-45947: Place dict and values pointer at fixed (negative) offset just befo...
Mark Shannon
2021-12-07
*
bpo-45711: use exc_value instead of exc_type to determine if exc_info is vali...
Irit Katriel
2021-11-25
*
bpo-45753: Make recursion checks more efficient. (GH-29524)
Mark Shannon
2021-11-16
*
bpo-45637: Store the frame pointer in the cframe (GH-29267)
Mark Shannon
2021-10-28
*
bpo-43760: Add PyThreadState_EnterTracing() (GH-28542)
Victor Stinner
2021-10-15
*
bpo-45482: Rename namespaceobject.h to pycore_namespace.h (GH-28975)
Victor Stinner
2021-10-15
*
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Victor Stinner
2021-10-12
*
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Victor Stinner
2021-10-12
*
bpo-43760: Check for tracing using 'bitwise or' instead of branch in dispatch...
Mark Shannon
2021-10-05
*
bpo-45211: Remember the stdlib dir during startup. (gh-28586)
Eric Snow
2021-09-28
*
bpo-44590: Lazily allocate frame objects (GH-27077)
Mark Shannon
2021-07-26
*
Remove sys._deactivate_opcache() now that is not needed (GH-27154)
Pablo Galindo Salgado
2021-07-15
*
bpo-44187: Quickening infrastructure (GH-26264)
Mark Shannon
2021-06-07
*
bpo-44113: Fix compiler warning in PySys_AddWarnOption() (GH-26084)
Victor Stinner
2021-05-13
*
bpo-43916: Move the _PyStructSequence_InitType function to the internal API (...
Pablo Galindo
2021-05-03
*
bpo-43916: PyStdPrinter_Type uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25749)
Victor Stinner
2021-04-30
*
bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)
Victor Stinner
2021-04-30
*
bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493)
Raymond Hettinger
2021-04-22
*
bpo-43760: Speed up check for tracing in interpreter dispatch (#25276)
Mark Shannon
2021-04-13
*
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki
2021-03-29
*
bpo-37146: Deactivate opcode cache only when using huntrleaks in the test sui...
Pablo Galindo
2021-02-28
*
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Victor Stinner
2021-02-19
*
bpo-43268: Remove abusive usage of tstate in sysmodule.c (#24581)
Victor Stinner
2021-02-19
*
bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332)
Victor Stinner
2021-01-25
*
bpo-42955: Add sys.modules_names (GH-24238)
Victor Stinner
2021-01-25
*
Fix typos in sysmodule (GH-23883)
Joannah Nanjekye
2020-12-22
*
bpo-42500: Fix recursion in or after except (GH-23568)
Mark Shannon
2020-12-02
*
bpo-42260: Initialize time and warnings earlier at startup (GH-23249)
Victor Stinner
2020-11-12
*
bpo-42260: Compute the path config in the main init (GH-23211)
Victor Stinner
2020-11-10
*
bpo-42260: Add _PyConfig_FromDict() (GH-23167)
Victor Stinner
2020-11-05
*
bpo-42260: Main init modify sys.flags in-place (GH-23150)
Victor Stinner
2020-11-04
[next]