COMMITS
/ Python/sysmodule.c December 17, 2013
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
November 15, 2013
V
sysmodule.c: fix sys_update_path(), use Py_ARRAY_LENGTH() to get the size of
Victor Stinner committed
August 26, 2013
E
#18839: document that sys.exit() will not accept a non-integer numeric value as exit status.
Ezio Melotti committed
July 22, 2013
C
Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0],
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
December 28, 2010
G
Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric in #1772833.
Georg Brandl committed
December 4, 2010
V
Issue #10601: sys.displayhook uses 'backslashreplace' error handler on
Victor Stinner committed
November 30, 2010
G
Remove redundant includes of headers that are already included by Python.h.
Georg Brandl committed
G
Include structseq.h in Python.h, and remove now-redundant includes in individual sources.
Georg Brandl committed
October 25, 2010
V
sys_update_path(): update sys.path even if argc==0
Victor Stinner committed
October 23, 2010
B
follow up to #9778: define and use an unsigned hash type
Benjamin Peterson committed
October 21, 2010
A
Issue #10089: Add support for arbitrary -X options on the command-line.
Antoine Pitrou committed
October 17, 2010
B
make hashes always the size of pointers; introduce Py_hash_t #9778
Benjamin Peterson committed
October 16, 2010
B
First (uncontroversial) part of issue 9807.
Barry Warsaw committed
October 7, 2010
V
_Py_wrealpath() requires the size of the output buffer
Victor Stinner committed
V
Create fileutils.c/.h
Victor Stinner committed
V
_wrealpath() and _Py_wreadlink() support surrogates (PEP 383)
Victor Stinner committed
October 6, 2010
V
Create a subfunction for PySys_SetArgvEx()
Victor Stinner committed
September 10, 2010
V
Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODING
Victor Stinner committed