summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* #2630: Implement PEP 3138.Georg Brandl2008-06-112-1/+16
* Issue 1342: Python could not start if installed in a directoryAmaury Forgeot d'Arc2008-06-112-5/+12
* #3021: Antoine Pitrou's Lexical exception handlersBenjamin Peterson2008-06-113-245/+180
* Fix typo.Martin v. Löwis2008-06-111-1/+1
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-1117-278/+397
* Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,...Georg Brandl2008-06-101-5/+17
* Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,...Georg Brandl2008-06-101-2/+2
* Move the codec decode type checks to bytes/bytearray.decode().Marc-André Lemburg2008-06-062-28/+29
* 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-042-35/+4
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-042-4/+35
* Fix uninitialized variable access, release memory.Martin v. Löwis2008-06-021-0/+3
* Forward-port PYTHONIOENCODING.Martin v. Löwis2008-06-021-6/+17
* Refactor and clean up str.format() code (and helpers) in advance of optimizat...Eric Smith2008-05-301-5/+5
* #2957: marshal recursion limit exceeded when importing a large .pyc fileAmaury Forgeot d'Arc2008-05-261-2/+0
* Renamed PyString to PyBytesChristian Heimes2008-05-2614-108/+108
* Renamed PyBytes to PyByteArrayChristian Heimes2008-05-265-16/+16
* #2895: don't crash with bytes as keyword argument names.Georg Brandl2008-05-161-1/+1
* Rename enumerate() kw argument name to "iterable" and fix "sequence"->"iterab...Georg Brandl2008-05-161-6/+6
* Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,...Alexandre Vassalotti2008-05-162-2/+4
* Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-...Alexandre Vassalotti2008-05-161-3/+7
* Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 ...Alexandre Vassalotti2008-05-161-2/+2
* Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,...Alexandre Vassalotti2008-05-161-1/+4
* remove mactoolboxglueBenjamin Peterson2008-05-131-505/+0
* #2798: PyArg_ParseTuple did not correctly handle the "s" code in case of unic...Amaury Forgeot d'Arc2008-05-121-8/+8
* Merged revisions 63078 via svnmerge fromEric Smith2008-05-111-45/+4
* Antoine Pitrou's patch for bug 2507; exception state lives too long inBarry Warsaw2008-05-081-0/+13
* Fixed a memory leak introduced in r62462Christian Heimes2008-05-081-1/+3
* Merged revisions 62774-62775,62785,62787-62788 via svnmerge fromChristian Heimes2008-05-063-11/+44
* Added fast alternate io.BytesIO implementation and its test suite.Alexandre Vassalotti2008-05-061-2/+2
* Merged revisions 62713,62715,62728,62737,62740,62744,62749,62756 via svnmerge...Christian Heimes2008-05-061-3/+1
* Fix merge errorBenjamin Peterson2008-05-041-1/+1
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-043-40/+56
* Issue #1950: Fixed misusage of PyUnicode_AsString().Alexandre Vassalotti2008-05-032-8/+20
* Fix nits in builtin next().Georg Brandl2008-04-301-13/+14
* Merged revisions 62586 via svnmerge fromEric Smith2008-04-301-128/+229
* There is no reason for imp.get_magic() to return a mutable bytearrayAmaury Forgeot d'Arc2008-04-241-1/+1
* Issue 2440: remove the guard around the handling of case 'n' in getargs.c's c...Trent Nelson2008-04-221-4/+1
* Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-...Christian Heimes2008-04-191-3/+3
* Merged revisions 62380,62382-62383 via svnmerge fromChristian Heimes2008-04-192-25/+232
* Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-...Neal Norwitz2008-04-153-6/+9
* Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,...Christian Heimes2008-04-136-147/+929
* Issue 2440: revert r62269 and r62279. These changes were made in an effort t...Trent Nelson2008-04-111-2/+4
* Add a NEWS entry for issue2221.Amaury Forgeot d'Arc2008-04-101-2/+3
* Issue 2440: fix the handling of %n in Python/getargs.c's convertsimple(), ext...Trent Nelson2008-04-101-4/+2
* Change command line processing API to use wchar_t.Martin v. Löwis2008-04-054-72/+144
* Reverted r62128 on Guido's ordersBenjamin Peterson2008-04-051-1/+1
* Issue2221: in Idle, exec('xx') raised a SystemError('error return without exc...Amaury Forgeot d'Arc2008-04-041-0/+7