COMMITS
/ Python/sysmodule.c 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
sys.getfilesystemencoding() raises a RuntimeError if initfsencoding() was not
Victor Stinner committed
March 15, 2011
E
#11515: Merge with 3.1.
Ezio Melotti committed
March 6, 2011
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
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
June 7, 2010
V
Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s#
Victor Stinner committed
May 23, 2010
M
Issue #8188: Introduce a new scheme for computing hashes of numbers
Mark Dickinson committed
May 21, 2010
A
Merged revisions 81400 via svnmerge from
Antoine Pitrou committed
A
Merged revisions 81398 via svnmerge from
Antoine Pitrou committed
May 19, 2010
V
Issue #8589: Decode PYTHONWARNINGS environment variable with the file system
Victor Stinner committed
May 9, 2010
A
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou committed
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
April 23, 2010
V
Merged revisions 80404 via svnmerge from
Victor Stinner committed
V
Issue #8124: PySys_WriteStdout() and PySys_WriteStderr() don't execute
Victor Stinner committed
March 3, 2010
F
Merged revisions 78622 via svnmerge from
Florent Xicluna committed
F
Merged revisions 78620 via svnmerge from
Florent Xicluna committed
January 27, 2010
E
Merged revisions 77763 via svnmerge from
Eric Smith committed
November 10, 2009
A
Remove obsolete comment.
Antoine Pitrou committed
A
Merge in the new GIL.
Antoine Pitrou committed
August 13, 2009
G
Merged revisions 74062 via svnmerge from
Georg Brandl committed
July 17, 2009
A
Merged revisions 73665,73693,73704-73705,73707,73712-73713,73824 via svnmerge from
Alexandre Vassalotti committed
May 25, 2009
B
Merged revisions 72907 via svnmerge from
Benjamin Peterson committed
May 23, 2009
B
Merged revisions 72871-72872 via svnmerge from
Benjamin Peterson committed
May 9, 2009
B
Merged revisions 72508 via svnmerge from
Benjamin Peterson committed
April 16, 2009
M
Issue #1580: use short float repr where possible.
Mark Dickinson committed
March 18, 2009
M
Issue #4258: Make it possible to use 30-bit digits for PyLongs:
Mark Dickinson committed
February 6, 2009
E
Merged revisions 69331 via svnmerge from
Eric Smith committed
January 12, 2009
M
Merged revisions 68540 via svnmerge from
Martin v. Löwis committed