COMMITS
/ Python/sysmodule.c 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
C
Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0],
Christian Heimes committed
June 21, 2013
A
#13226: update references from ctypes/DLFCN modules to os module
Andrew Kuchling committed
December 9, 2012
November 18, 2012
October 17, 2012
C
Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified
Christian Heimes committed
July 9, 2012
B
Issue #15242: Have PyImport_GetMagicTag() return a const char *
Brett Cannon committed
June 22, 2012
D
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues
David Malcolm committed
June 3, 2012
B
Eric Snow's implementation of PEP 421.
Barry Warsaw committed
May 26, 2012
V
Implemented PEP 405 (Python virtual environments).
Vinay Sajip committed
February 20, 2012
G
Merge 3.2: Issue #13703 plus some related test suite fixes.
Georg Brandl committed
G
G
Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime)
Georg Brandl committed
February 2, 2012
P
Merge branch 3.2
Petri Lehtinen committed
P
Document absoluteness of sys.executable
Petri Lehtinen committed
January 22, 2012
B
use the static identifier api for looking up special methods
Benjamin Peterson committed
October 31, 2011
V
Issue #13226: Update sys.setdlopenflags() docstring
Victor Stinner committed
October 14, 2011
M
Port SetAttrString/HasAttrString to SetAttrId/GetAttrId.
Martin v. Löwis committed
M
Rename _Py_identifier to _Py_IDENTIFIER.
Martin v. Löwis committed
October 10, 2011
M
Use identifier API for PyObject_GetAttrString.
Martin v. Löwis committed
October 9, 2011
M
Add API for static strings, primarily good for identifiers.
Martin v. Löwis committed