| Commit message (Expand) | Author | Age | Files | Lines |
* | make hashes always the size of pointers; introduce Py_hash_t #9778 | Benjamin Peterson | 2010-10-17 | 1 | -1/+1 |
|
|
* | First (uncontroversial) part of issue 9807. | Barry Warsaw | 2010-10-16 | 1 | -0/+4 |
|
|
* | _Py_wrealpath() requires the size of the output buffer | Victor Stinner | 2010-10-07 | 1 | -1/+1 |
|
|
* | Create fileutils.c/.h | Victor Stinner | 2010-10-07 | 1 | -28/+1 |
|
|
* | _wrealpath() and _Py_wreadlink() support surrogates (PEP 383) | Victor Stinner | 2010-10-07 | 1 | -3/+4 |
|
|
* | Create a subfunction for PySys_SetArgvEx() | Victor Stinner | 2010-10-06 | 1 | -78/+94 |
|
|
* | Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODING | Victor Stinner | 2010-09-10 | 1 | -21/+0 |
|
|
* | Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding() | Antoine Pitrou | 2010-09-01 | 1 | -20/+0 |
|
|
* | Issue #8202: Set sys.argv[0] to -m rather than -c while searching for the mod... | Nick Coghlan | 2010-08-17 | 1 | -3/+7 |
|
|
* | Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr() | Victor Stinner | 2010-08-16 | 1 | -15/+67 |
|
|
* | - sysmodule.c (get_hash_info): Define as static function. | Matthias Klose | 2010-07-06 | 1 | -1/+1 |
|
|
* | sys_pyfile_write() does nothing if file is NULL | Victor Stinner | 2010-06-08 | 1 | -0/+3 |
|
|
* | Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s# | Victor Stinner | 2010-06-07 | 1 | -1/+1 |
|
|
* | Issue #8188: Introduce a new scheme for computing hashes of numbers | Mark Dickinson | 2010-05-23 | 1 | -0/+56 |
|
|
* | Merged revisions 81398 via svnmerge from | Antoine Pitrou | 2010-05-21 | 1 | -2/+8 |
|
|
* | Issue #8589: Decode PYTHONWARNINGS environment variable with the file system | Victor Stinner | 2010-05-19 | 1 | -8/+13 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -985/+985 |
|
|
* | Issue #8124: PySys_WriteStdout() and PySys_WriteStderr() don't execute | Victor Stinner | 2010-04-23 | 1 | -2/+45 |
|
|
* | Merged revisions 78620 via svnmerge from | Florent Xicluna | 2010-03-03 | 1 | -1/+1 |
|
|
* | Merged revisions 77763 via svnmerge from | Eric Smith | 2010-01-27 | 1 | -13/+62 |
|
|
* | Remove obsolete comment. | Antoine Pitrou | 2009-11-10 | 1 | -1/+0 |
|
|
* | Merge in the new GIL. | Antoine Pitrou | 2009-11-10 | 1 | -2/+62 |
|
|
* | Merged revisions 73665,73693,73704-73705,73707,73712-73713,73824 via svnmerge... | Alexandre Vassalotti | 2009-07-17 | 1 | -10/+12 |
|
|
* | Merged revisions 72907 via svnmerge from | Benjamin Peterson | 2009-05-25 | 1 | -4/+6 |
|
|
* | Merged revisions 72871-72872 via svnmerge from | Benjamin Peterson | 2009-05-23 | 1 | -1/+1 |
|
|
* | Merged revisions 72508 via svnmerge from | Benjamin Peterson | 2009-05-09 | 1 | -12/+8 |
|
|
* | Issue #1580: use short float repr where possible. | Mark Dickinson | 2009-04-16 | 1 | -0/+10 |
|
|
* | Issue #4258: Make it possible to use 30-bit digits for PyLongs: | Mark Dickinson | 2009-03-18 | 1 | -0/+3 |
|
|
* | Merged revisions 69331 via svnmerge from | Eric Smith | 2009-02-06 | 1 | -22/+79 |
|
|
* | Merged revisions 68540 via svnmerge from | Martin v. Löwis | 2009-01-12 | 1 | -3/+12 |
|
|
* | Issue 3723: Fixed initialization of subinterpreters | Christian Heimes | 2008-10-30 | 1 | -1/+1 |
|
|
* | Benjamin Peterson's patch to fix bug 3661, sys.call_tracing segfaults. | Barry Warsaw | 2008-10-17 | 1 | -1/+1 |
|
|
* | Apply Martin's patch for bug 3685, Crash while compiling Python 3000 in | Barry Warsaw | 2008-10-17 | 1 | -1/+1 |
|
|
* | Issue #3187: Add sys.setfilesystemencoding. | Martin v. Löwis | 2008-10-03 | 1 | -0/+19 |
|
|
* | Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,... | Georg Brandl | 2008-07-16 | 1 | -17/+0 |
|
|
* | Make these files to compile again under Windows. | Thomas Heller | 2008-07-15 | 1 | -1/+2 |
|
|
* | correct docstring | Benjamin Peterson | 2008-07-15 | 1 | -1/+1 |
|
|
* | Merged revisions 64842,64853,64856,64945 via svnmerge from | Robert Schuppenies | 2008-07-14 | 1 | -16/+47 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -1/+15 |
|
|
* | Fix sys.flags sequence behavior and add a test case. | Georg Brandl | 2008-06-06 | 1 | -2/+2 |
|
|
* | Merged revisions 63856-63857,63859-63860 via svnmerge from | Martin v. Löwis | 2008-06-04 | 1 | -0/+35 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -4/+2 |
|
|
* | Revert r63934 -- it was mixing two patches. | Georg Brandl | 2008-06-04 | 1 | -2/+4 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -4/+2 |
|
|
* | Merged revisions 62774-62775,62785,62787-62788 via svnmerge from | Christian Heimes | 2008-05-06 | 1 | -4/+4 |
|
|
* | Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-... | Christian Heimes | 2008-04-19 | 1 | -3/+3 |
|
|
* | Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,... | Christian Heimes | 2008-04-13 | 1 | -0/+8 |
|
|
* | Change command line processing API to use wchar_t. | Martin v. Löwis | 2008-04-05 | 1 | -41/+67 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-04 | 1 | -13/+31 |
|
|
* | Merged revisions 60441-60474 via svnmerge from | Christian Heimes | 2008-01-31 | 1 | -23/+18 |
|
|