COMMITS
/ Python/sysmodule.c November 1, 2018
V
bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273)
Victor Stinner committed
V
bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
V
bpo-35081: Move Py_BUILD_CORE code to internal/mem.h (GH-10249)
Victor Stinner committed
October 30, 2018
V
bpo-32030: Make _PySys_AddXOptionWithError() private (GH-10236)
Victor Stinner committed
October 28, 2018
P
bpo-35064 prefix smelly symbols that appear with COUNT_ALLOCS with _Py_ (GH-10152)
Pablo Galindo committed
August 29, 2018
V
bpo-34523: Use _PyCoreConfig instead of globals (GH-9005)
Victor Stinner committed
V
bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963)
Victor Stinner committed
August 3, 2018
V
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Victor Stinner committed
July 9, 2018
S
bpo-22689: Copy the result of getenv() in sys_breakpointhook(). (GH-8194)
Serhiy Storchaka committed
June 16, 2018
C
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
March 25, 2018
N
bpo-33042: Fix pre-initialization sys module configuration (GH-6157)
Nick Coghlan committed
February 2, 2018
O
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
oldk committed
January 21, 2018
N
bpo-32591: Add native coroutine origin tracking (#5250)
Nathaniel J. Smith committed
December 15, 2017
S
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
Serhiy Storchaka committed
V
bpo-32030: Add _PyMainInterpreterConfig.executable (#4876)
Victor Stinner committed
December 13, 2017
V
bpo-32030: Add _PyPathConfig_ComputeArgv0() (#4845)
Victor Stinner committed
V
pymain_set_sys_argv() now copies argv (#4838)
Victor Stinner committed
V
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
Victor Stinner committed
December 12, 2017
S
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748)
Serhiy Storchaka committed
December 6, 2017
V
bpo-32030: Add pymain_get_global_config() (#4735)
Victor Stinner committed
November 30, 2017
V
bpo-32101: Add PYTHONDEVMODE environment variable (#4624)
Victor Stinner committed
November 15, 2017
V
bpo-32030: Split Py_Main() into subfunctions (#4399)
Victor Stinner committed
October 22, 2017
M
Move exc state to generator. Fixes bpo-25612 (#1773)
Mark Shannon committed
October 5, 2017
B
PEP 553 built-in breakpoint() function (bpo-31353) (#3355)
Barry Warsaw committed
September 15, 2017
E
bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593)
Eric Snow committed
September 14, 2017
E
bpo-28411: Isolate PyInterpreterState.modules (#3575)
Eric Snow committed
E
bpo-30860: Fix a refleak. (#3567)
Eric Snow committed
E
bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)
Eric Snow committed
September 12, 2017
E
bpo-30860: Fix a refleak. (#3506)
Eric Snow committed
September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
N
bpo-31344: Per-frame control of trace events (GH-3417)
Nick Coghlan committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
September 6, 2017
E
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow committed
E
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow committed
September 4, 2017
E
bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)
Eric Snow committed
June 29, 2017
I
bpo-29585: Fix sysconfig.get_config_var("PYTHONFRAMEWORK") (GH-2483)
INADA Naoki committed
June 28, 2017
I
bpo-29585: optimize site.py startup time (GH-136)
INADA Naoki committed
June 8, 2017
V
bpo-30598: _PySys_EndInit() now duplicates warnoptions (#1998)
Victor Stinner committed
June 4, 2017
S
bpo-30567: Fix refleak in sys.getwindowsversion (#1940)
Segev Finer committed
May 23, 2017
E
bpo-22257: Small changes for PEP 432. (#1728)
Eric Snow committed
March 4, 2017
N
bpo-27593: Get SCM build info from git instead of hg. (#446)
Ned Deily committed
February 15, 2017
Y
bpo-29556: Remove unused #include <langinfo.h> (#98)
Yen Chi Hsuan committed
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
December 8, 2016
V
Use _PyObject_CallMethodIdObjArgs()
Victor Stinner committed
December 6, 2016
V
Use _PyObject_CallNoArg()
Victor Stinner committed
December 5, 2016
V
Issue #28858: Remove _PyObject_CallArg1() macro
Victor Stinner committed
December 4, 2016
V
Backed out changeset b9c9691c72c5
Victor Stinner committed
December 2, 2016
V
Add sys.getandroidapilevel()
Victor Stinner committed