summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge fromBenjamin Peterson2008-08-171-4/+9
* Merged revisions 65654 via svnmerge fromMartin v. Löwis2008-08-132-12/+113
* Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-...Georg Brandl2008-08-122-1/+15
* Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg2008-08-0714-41/+41
* Merged revisions 65339-65340,65342 via svnmerge fromAmaury Forgeot d'Arc2008-08-011-2/+2
* Correct one of the "MemoryError oddities":Amaury Forgeot d'Arc2008-07-311-0/+10
* Merged revisions 65320 via svnmerge fromBenjamin Peterson2008-07-311-3/+12
* Merged revisions 65240-65242 via svnmerge fromAntoine Pitrou2008-07-251-26/+36
* Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-...Georg Brandl2008-07-231-6/+7
* #3368: free string allocated by "es" ParseTuple format.Georg Brandl2008-07-191-0/+2
* Merged revisions 65125 via svnmerge fromEric Smith2008-07-191-0/+4
* Merger 65032 to py3kJesse Noller2008-07-171-0/+20
* Fix uninitialized memory read for cases like def(f, *): passJeremy Hylton2008-07-171-5/+11
* Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,...Georg Brandl2008-07-164-23/+26
* Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,...Georg Brandl2008-07-162-23/+25
* Make these files to compile again under Windows.Thomas Heller2008-07-152-3/+5
* implement chained exception tracebacksBenjamin Peterson2008-07-154-101/+202
* correct docstringBenjamin Peterson2008-07-151-1/+1
* Merged revisions 64842,64853,64856,64945 via svnmerge fromRobert Schuppenies2008-07-141-16/+47
* Docstring typoMark Dickinson2008-07-051-1/+1
* Correct a typo during previous checkin.Amaury Forgeot d'Arc2008-07-041-1/+1
* Issue #3280: like chr() already does, the "%c" format now accepts the full un...Amaury Forgeot d'Arc2008-07-041-11/+2
* #3191: fix round() docs and docstring.Georg Brandl2008-07-011-2/+2
* Merged revisions 64622 via svnmerge fromBenjamin Peterson2008-07-011-1/+9
* Merged revisions 64549 via svnmerge fromBrett Cannon2008-06-271-5/+13
* Rename a variable to be more in line with the name of the module.Brett Cannon2008-06-271-2/+2
* Merged revisions 64491 via svnmerge fromEric Smith2008-06-241-2/+2
* Merged revisions 64114 via svnmerge fromAmaury Forgeot d'Arc2008-06-183-8/+63
* Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,...Amaury Forgeot d'Arc2008-06-171-1/+1
* improvements to the fix for #3114Benjamin Peterson2008-06-151-14/+24
* #3114 fix a bus error when deallocated exceptions were usedBenjamin Peterson2008-06-151-6/+6
* Implicit exception chaining via __context__ (PEP 3134).Guido van Rossum2008-06-142-6/+37
* Merged revisions 64212 via svnmerge fromBenjamin Peterson2008-06-131-0/+31
* #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