COMMITS
/ Python/sysmodule.c 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
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 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 81029 via svnmerge from
Antoine Pitrou committed
April 23, 2010
V
Issue #8124: PySys_WriteStdout() and PySys_WriteStderr() don't execute
Victor Stinner committed
March 3, 2010
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
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
October 30, 2008
C
Issue 3723: Fixed initialization of subinterpreters
Christian Heimes committed
October 17, 2008
B
Benjamin Peterson's patch to fix bug 3661, sys.call_tracing segfaults.
Barry Warsaw committed
B
Apply Martin's patch for bug 3685, Crash while compiling Python 3000 in
Barry Warsaw committed
October 3, 2008
M
Issue #3187: Add sys.setfilesystemencoding.
Martin v. Löwis committed
July 16, 2008
July 15, 2008
T
Make these files to compile again under Windows.
Thomas Heller committed
B
correct docstring
Benjamin Peterson committed
July 14, 2008
R
Merged revisions 64842,64853,64856,64945 via svnmerge from
Robert Schuppenies committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
June 6, 2008
G
Fix sys.flags sequence behavior and add a test case.
Georg Brandl committed
June 4, 2008
M
Merged revisions 63856-63857,63859-63860 via svnmerge from
Martin v. Löwis committed
G
Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.
Georg Brandl committed
G
Revert r63934 -- it was mixing two patches.
Georg Brandl committed