summaryrefslogtreecommitdiffstats
path: root/Python/sysmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #10601: sys.displayhook uses 'backslashreplace' error handler onVictor Stinner2010-12-041-2/+76
* Remove redundant includes of headers that are already included by Python.h.Georg Brandl2010-11-301-1/+0
* Include structseq.h in Python.h, and remove now-redundant includes in individ...Georg Brandl2010-11-301-1/+0
* sys_update_path(): update sys.path even if argc==0Victor Stinner2010-10-251-2/+0
* follow up to #9778: define and use an unsigned hash typeBenjamin Peterson2010-10-231-1/+1
* Issue #10089: Add support for arbitrary -X options on the command-line.Antoine Pitrou2010-10-211-0/+60
* make hashes always the size of pointers; introduce Py_hash_t #9778Benjamin Peterson2010-10-171-1/+1
* First (uncontroversial) part of issue 9807.Barry Warsaw2010-10-161-0/+4
* _Py_wrealpath() requires the size of the output bufferVictor Stinner2010-10-071-1/+1
* Create fileutils.c/.hVictor Stinner2010-10-071-28/+1
* _wrealpath() and _Py_wreadlink() support surrogates (PEP 383)Victor Stinner2010-10-071-3/+4
* Create a subfunction for PySys_SetArgvEx()Victor Stinner2010-10-061-78/+94
* Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODINGVictor Stinner2010-09-101-21/+0
* Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding()Antoine Pitrou2010-09-011-20/+0
* Issue #8202: Set sys.argv[0] to -m rather than -c while searching for the mod...Nick Coghlan2010-08-171-3/+7
* Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr()Victor Stinner2010-08-161-15/+67
* - sysmodule.c (get_hash_info): Define as static function.Matthias Klose2010-07-061-1/+1
* sys_pyfile_write() does nothing if file is NULLVictor Stinner2010-06-081-0/+3
* Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s#Victor Stinner2010-06-071-1/+1
* Issue #8188: Introduce a new scheme for computing hashes of numbersMark Dickinson2010-05-231-0/+56
* Merged revisions 81398 via svnmerge fromAntoine Pitrou2010-05-211-2/+8
* Issue #8589: Decode PYTHONWARNINGS environment variable with the file systemVictor Stinner2010-05-191-8/+13
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-985/+985
* Issue #8124: PySys_WriteStdout() and PySys_WriteStderr() don't executeVictor Stinner2010-04-231-2/+45
* Merged revisions 78620 via svnmerge fromFlorent Xicluna2010-03-031-1/+1
* Merged revisions 77763 via svnmerge fromEric Smith2010-01-271-13/+62
* Remove obsolete comment.Antoine Pitrou2009-11-101-1/+0
* Merge in the new GIL.Antoine Pitrou2009-11-101-2/+62
* Merged revisions 73665,73693,73704-73705,73707,73712-73713,73824 via svnmerge...Alexandre Vassalotti2009-07-171-10/+12
* Merged revisions 72907 via svnmerge fromBenjamin Peterson2009-05-251-4/+6
* Merged revisions 72871-72872 via svnmerge fromBenjamin Peterson2009-05-231-1/+1
* Merged revisions 72508 via svnmerge fromBenjamin Peterson2009-05-091-12/+8
* Issue #1580: use short float repr where possible.Mark Dickinson2009-04-161-0/+10
* Issue #4258: Make it possible to use 30-bit digits for PyLongs:Mark Dickinson2009-03-181-0/+3
* Merged revisions 69331 via svnmerge fromEric Smith2009-02-061-22/+79
* Merged revisions 68540 via svnmerge fromMartin v. Löwis2009-01-121-3/+12
* Issue 3723: Fixed initialization of subinterpretersChristian Heimes2008-10-301-1/+1
* Benjamin Peterson's patch to fix bug 3661, sys.call_tracing segfaults.Barry Warsaw2008-10-171-1/+1
* Apply Martin's patch for bug 3685, Crash while compiling Python 3000 inBarry Warsaw2008-10-171-1/+1
* Issue #3187: Add sys.setfilesystemencoding.Martin v. Löwis2008-10-031-0/+19
* Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,...Georg Brandl2008-07-161-17/+0
* Make these files to compile again under Windows.Thomas Heller2008-07-151-1/+2
* correct docstringBenjamin Peterson2008-07-151-1/+1
* Merged revisions 64842,64853,64856,64945 via svnmerge fromRobert Schuppenies2008-07-141-16/+47
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-1/+15
* Fix sys.flags sequence behavior and add a test case.Georg Brandl2008-06-061-2/+2
* Merged revisions 63856-63857,63859-63860 via svnmerge fromMartin v. Löwis2008-06-041-0/+35
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-4/+2
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-041-2/+4
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-4/+2