index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
sysmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-36301: Add _PyWstrList structure (GH-12343)
Victor Stinner
2019-03-15
1
-21/+22
*
bpo-36142: Add _PyPreConfig.allocator (GH-12181)
Victor Stinner
2019-03-05
1
-1/+1
*
bpo-36142: Add _PyPreConfig.utf8_mode (GH-12174)
Victor Stinner
2019-03-05
1
-1/+1
*
bpo-36142: Add _PyPreConfig structure (GH-12172)
Victor Stinner
2019-03-05
1
-2/+2
*
bpo-35890 : Fix some API calling consistency (GH-11742)
Minmin Gong
2019-02-03
1
-3/+3
*
bpo-33895: Relase GIL while calling functions that acquire Windows loader loc...
Tony Roberts
2019-02-02
1
-0/+2
*
bpo-35713: Reorganize sys module initialization (GH-11658)
Victor Stinner
2019-01-23
1
-19/+80
*
bpo-35713: Rework Python initialization (GH-11647)
Victor Stinner
2019-01-22
1
-16/+0
*
bpo-35742: Fix test_envar_unimportable in test_builtin. (GH-11561)
Serhiy Storchaka
2019-01-15
1
-10/+15
*
bpo-34756: Silence only ImportError and AttributeError in sys.breakpointhook(...
Serhiy Storchaka
2019-01-14
1
-0/+6
*
remove doc-string declaration no longer used after AC conversion (GH-11444)
Tal Einat
2019-01-06
1
-4/+0
*
bpo-20182: AC convert Python/sysmodule.c (GH-11328)
Tal Einat
2018-12-31
1
-405/+477
*
bpo-35452: Make PySys_HasWarnOptions() never raising an exception. (GH-11075)
Serhiy Storchaka
2018-12-10
1
-1/+2
*
bpo-35451: Fix reference counting for sys.warnoptions and sys._xoptions. (GH-...
Serhiy Storchaka
2018-12-10
1
-2/+0
*
bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033)
Zackery Spytz
2018-12-08
1
-1/+1
*
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka
2018-11-27
1
-3/+3
*
bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532)
Victor Stinner
2018-11-16
1
-3/+23
*
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner
2018-11-12
1
-3/+3
*
Simplify sys.breakpointhook implementation (#9519)
Anthony Sottile
2018-11-01
1
-9/+1
*
bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273)
Victor Stinner
2018-11-01
1
-2/+4
*
bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)
Victor Stinner
2018-11-01
1
-9/+9
*
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner
2018-10-31
1
-2/+2
*
bpo-35081: Move Py_BUILD_CORE code to internal/mem.h (GH-10249)
Victor Stinner
2018-10-31
1
-0/+1
*
bpo-32030: Make _PySys_AddXOptionWithError() private (GH-10236)
Victor Stinner
2018-10-30
1
-3/+8
*
bpo-35064 prefix smelly symbols that appear with COUNT_ALLOCS with _Py_ (GH-1...
Pablo Galindo
2018-10-28
1
-2/+2
*
bpo-34523: Use _PyCoreConfig instead of globals (GH-9005)
Victor Stinner
2018-08-29
1
-18/+20
*
bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963)
Victor Stinner
2018-08-29
1
-12/+30
*
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Victor Stinner
2018-08-03
1
-27/+31
*
bpo-22689: Copy the result of getenv() in sys_breakpointhook(). (GH-8194)
Serhiy Storchaka
2018-07-09
1
-1/+14
*
bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (...
Carl Meyer
2018-06-16
1
-0/+6
*
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH...
Siddhesh Poyarekar
2018-04-29
1
-14/+14
*
bpo-33042: Fix pre-initialization sys module configuration (GH-6157)
Nick Coghlan
2018-03-25
1
-0/+162
*
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
oldk
2018-02-02
1
-3/+3
*
bpo-32591: Add native coroutine origin tracking (#5250)
Nathaniel J. Smith
2018-01-21
1
-0/+55
*
bpo-32240: Add the const qualifier to declarations of PyObject* array argumen...
Serhiy Storchaka
2017-12-15
1
-1/+1
*
bpo-32030: Add _PyMainInterpreterConfig.executable (#4876)
Victor Stinner
2017-12-15
1
-13/+30
*
bpo-32030: Add _PyPathConfig_ComputeArgv0() (#4845)
Victor Stinner
2017-12-13
1
-119/+17
*
pymain_set_sys_argv() now copies argv (#4838)
Victor Stinner
2017-12-13
1
-7/+24
*
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
Victor Stinner
2017-12-13
1
-2/+4
*
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#...
Serhiy Storchaka
2017-12-12
1
-3/+3
*
bpo-32030: Add pymain_get_global_config() (#4735)
Victor Stinner
2017-12-06
1
-2/+1
*
bpo-32101: Add PYTHONDEVMODE environment variable (#4624)
Victor Stinner
2017-11-30
1
-1/+4
*
bpo-32030: Split Py_Main() into subfunctions (#4399)
Victor Stinner
2017-11-15
1
-50/+87
*
Move exc state to generator. Fixes bpo-25612 (#1773)
Mark Shannon
2017-10-22
1
-6/+5
*
PEP 553 built-in breakpoint() function (bpo-31353) (#3355)
Barry Warsaw
2017-10-05
1
-0/+80
*
bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593)
Eric Snow
2017-09-15
1
-4/+2
*
bpo-28411: Isolate PyInterpreterState.modules (#3575)
Eric Snow
2017-09-14
1
-3/+4
*
bpo-30860: Fix a refleak. (#3567)
Eric Snow
2017-09-14
1
-23/+18
*
bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)
Eric Snow
2017-09-14
1
-20/+27
*
bpo-30860: Fix a refleak. (#3506)
Eric Snow
2017-09-12
1
-23/+18
[next]