COMMITS
/ Python/sysmodule.c November 15, 2013
V
(Merge 3.3) sysmodule.c: fix sys_update_path(), use Py_ARRAY_LENGTH() to get
Victor Stinner committed
V
sysmodule.c: fix sys_update_path(), use Py_ARRAY_LENGTH() to get the size of
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
September 28, 2011
V
Use the new Py_ARRAY_LENGTH macro
Victor Stinner committed
E
#13054: sys.maxunicode is now always 0x10FFFF.
Ezio Melotti committed
April 30, 2011
V
Issue #11223: Replace threading._info() by sys.thread_info
Victor Stinner committed
April 20, 2011
J
MERGE: Up-port changeset 5cf8f6da8743 (closes #11890)
Jesus Cea committed
J
Up-port changeset 5cf8f6da8743 (closes #11890)
Jesus Cea committed
March 31, 2011
V
Merge 3.2: sys.getfilesystemencoding() raises a RuntimeError if
Victor Stinner committed
V
sys.getfilesystemencoding() raises a RuntimeError if initfsencoding() was not
Victor Stinner committed
March 26, 2011
É
Remove traces of division_warning left over from Python 2 (#10998)
Éric Araujo committed
March 15, 2011
E
#11515: Merge with 3.1.
Ezio Melotti committed
E
#11515: Merge with 3.2.
Ezio Melotti committed
March 6, 2011
G
Remove sys.subversion and svn build identification leftovers.
Georg Brandl committed
G
Merge build identification to default branch.
Georg Brandl committed
G
Merge build identification to 3.2 branch.
Georg Brandl committed
March 5, 2011
G
Commit the hg build identification patch from the pymigr repo.
Georg Brandl committed
February 22, 2011
B
Issue #8914: fix various warnings from the Clang static analyzer v254.
Brett Cannon committed
January 5, 2011
R
Fix count of flag fields. Being one short caused the 'quiet' option not to print.
Raymond Hettinger committed