COMMITS
/ Python/sysmodule.c 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
September 1, 2010
A
Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding()
Antoine Pitrou committed
August 17, 2010
August 16, 2010
V
Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr()
Victor Stinner committed
July 6, 2010
M
- sysmodule.c (get_hash_info): Define as static function.
Matthias Klose committed
June 8, 2010
V
Merged revisions 81841 via svnmerge from
Victor Stinner committed
V
sys_pyfile_write() does nothing if file is NULL
Victor Stinner committed