summaryrefslogtreecommitdiffstats
path: root/Python/sysmodule.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merged revisions 62774-62775,62785,62787-62788 via svnmerge fromChristian Heimes2008-05-061-4/+4
* Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-...Christian Heimes2008-04-191-3/+3
* Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,...Christian Heimes2008-04-131-0/+8
* Change command line processing API to use wchar_t.Martin v. Löwis2008-04-051-41/+67
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-041-13/+31
* Merged revisions 60441-60474 via svnmerge fromChristian Heimes2008-01-311-23/+18
* Merged revisions 60364-60378 via svnmerge fromChristian Heimes2008-01-271-0/+13
* Merged revisions 60124-60142 via svnmerge fromChristian Heimes2008-01-201-0/+42
* Merged revisions 59952-59984 via svnmerge fromGuido van Rossum2008-01-151-2/+2
* Merged revisions 59933-59951 via svnmerge fromChristian Heimes2008-01-141-3/+88
* Merged revisions 59822-59841 via svnmerge fromChristian Heimes2008-01-071-0/+3
* Fix thoroughly misleading commentNick Coghlan2007-12-211-1/+1
* Fixed #1630Christian Heimes2007-12-151-1/+2
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-2/+0
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-10/+10
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-4/+4
* Merged revisions 59245-59254 via svnmerge fromChristian Heimes2007-12-011-0/+2
* Added some additional checks for sys.std?? is None, see #1440Christian Heimes2007-11-151-1/+1
* Paths and file names from the fs should always be decoded with PyUnicode_Deco...Christian Heimes2007-11-141-3/+4
* No need to include windows.h twiceAmaury Forgeot d'Arc2007-11-101-5/+1
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-7/+2
* Fixed a bug in PyUnicode_DecodeFSDefault. strcmp() returns 0 on success.Christian Heimes2007-11-041-1/+1
* Try to fix some of the failing tests on Win64. PY_SSIZE_T_MAX (8 bytes)Neal Norwitz2007-10-261-1/+1
* Remove the simple slicing API. All slicing is now done with slice objects.Thomas Wouters2007-08-301-0/+3
* PEP 3101: Removed _formatter_xxx routines from sysmodule, and made them unico...Eric Smith2007-08-271-51/+0
* Fix refleaks in test_unicode and test_string related to the new format code.Neal Norwitz2007-08-271-4/+4
* PEP 3101: Completed string.Formatter class. Reimplemented field_name to obje...Eric Smith2007-08-261-13/+14
* Implementation of PEP 3101, Advanced String Formatting.Eric Smith2007-08-251-0/+50
* Use unicodeNeal Norwitz2007-08-251-4/+4
* Add const to input string parametersNeal Norwitz2007-08-251-6/+6
* Patch #1774414: make it possible to use SVK to develop Python.Collin Winter2007-08-221-28/+30
* Remove RISCOS supportSkip Montanaro2007-08-161-4/+0
* Make sys.path and sys.argv into lists of strings.Guido van Rossum2007-06-151-6/+6