COMMITS
/ Python/sysmodule.c June 14, 2016
D
- Issue #23968: Rename the platform directory from plat-$(MACHDEP) to
doko@ubuntu.com committed
April 25, 2016
S
Issue #17905: Do not guard locale include with HAVE_LANGINFO_H.
Stefan Krah committed
April 6, 2016
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
March 14, 2016
V
Add PYTHONMALLOC env var
Victor Stinner committed
January 20, 2016
V
Add _PyThreadState_UncheckedGet()
Victor Stinner committed
January 5, 2016
S
Issue #20440: Cleaning up the code by using Py_SETREF.
Serhiy Storchaka committed
December 25, 2015
S
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka committed
November 5, 2015
V
sysmodule.c: reuse Py_STRINGIFY() macro
Victor Stinner committed
October 12, 2015
V
sys.setrecursionlimit() now raises RecursionError
Victor Stinner committed
June 1, 2015
Y
Issue 24017: Make PyEval_(Set|Get)CoroutineWrapper private
Yury Selivanov committed
May 12, 2015
B
use our normal bracing style
Benjamin Peterson committed
Y
Issue #24017: Plug ref leak.
Yury Selivanov committed
Y
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov committed
March 30, 2015
V
Issue #23752: _Py_fstat() is now responsible to raise the Python exception
Victor Stinner committed
March 2, 2015
February 21, 2015
S
Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Windows.
Steve Dower committed
January 18, 2015
S
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka committed
S
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka committed
December 7, 2014
A
Issue #22696: Add function :func:`sys.is_finalizing` to know about interpreter shutdown.
Antoine Pitrou committed
November 20, 2014
N
Issue #22869: Split pythonrun into two modules
Nick Coghlan committed
November 15, 2014
S
Issue #22193: Fixed integer overflow error in sys.getsizeof().
Serhiy Storchaka committed
August 14, 2014
S
Issue #22193: Added private function _PySys_GetSizeOf() needed to implement
Serhiy Storchaka committed
July 1, 2014
N
Issue #21891: remove extraneous semicolon.
Ned Deily committed
April 28, 2014
A
Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it raises a TypeError.
Antoine Pitrou committed
March 28, 2014
B
undefine SET_SYS_FROM_STRING_BORROW after its done being used (closes #21089)
Benjamin Peterson committed
February 9, 2014
S
Issue #20437: Fixed 22 potential bugs when deleting objects references.
Serhiy Storchaka committed
S
Issue #20437: Fixed 21 potential bugs when deleting objects references.
Serhiy Storchaka committed
December 21, 2013
C
Issue #16136: Remove VMS support and VMS-related code
Christian Heimes committed
December 19, 2013
V
Fix the C definition of the sys._debugmallocstats() function: the function has
Victor Stinner committed
December 17, 2013
S
Issue #16404: Add checks for return value of PyLong_FromLong() in
Serhiy Storchaka committed
S
Issue #16404: Add checks for return value of PyLong_FromLong() in
Serhiy Storchaka committed
S
Fixed leak in sys.flags initialization.
Serhiy Storchaka committed
S
Fixed leak in sys.flags initialization.
Serhiy Storchaka committed
December 13, 2013
V
Issue #14432: Remove the thread state field from the frame structure. Fix a
Victor Stinner committed
November 20, 2013
C
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Christian Heimes committed
November 15, 2013
V
sysmodule.c: fix sys_update_path(), use Py_ARRAY_LENGTH() to get the size of
Victor Stinner committed
V
(Merge 3.3) sysmodule.c: fix sys_update_path(), use Py_ARRAY_LENGTH() to get
Victor Stinner committed
November 7, 2013
V
Issue #19512, #19515: remove shared identifiers, move identifiers where they
Victor Stinner committed
November 6, 2013
V
Issue #19512: add some common identifiers to only create common strings once,
Victor Stinner committed
V
Issue #19512: Add _PySys_GetObjectId() and _PySys_SetObjectId() functions
Victor Stinner committed
V
Issue #19512: sys_displayhook() now uses an identifier for "builtins"
Victor Stinner committed
October 29, 2013
V
Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle
Victor Stinner committed
October 27, 2013
V
Issue #18520: fix reference leak in _PySys_Init()
Victor Stinner committed
August 26, 2013
E
#18839: merge with 3.3.
Ezio Melotti committed
E
#18839: document that sys.exit() will not accept a non-integer numeric value as exit status.
Ezio Melotti committed
August 10, 2013
C
Issue #16400: Add command line option for isolated mode.
Christian Heimes committed
July 22, 2013
V
Issue #18520: Fix _PySys_Init(), handle PyDict_SetItemString() errors
Victor Stinner committed
V
Issue #18520: Add a new PyStructSequence_InitType2() function, same than
Victor Stinner committed
C
Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0],
Christian Heimes committed