summaryrefslogtreecommitdiff
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* Issues #2384 and #3975: Tracebacks were not correctly printed when the source...Amaury Forgeot d'Arc2008-10-091-81/+141
* #4004: Missing newline in some startup error messages.Amaury Forgeot d'Arc2008-10-071-4/+4
* Issue #3187: Add sys.setfilesystemencoding.Martin v. Löwis2008-10-032-3/+41
* Merged revisions 66748 via svnmerge fromChristian Heimes2008-10-021-3/+3
* Merged revisions 66552-66553 via svnmerge fromAndrew MacIntyre2008-09-221-0/+2
* #1688: On Windows, the input() prompt was not correctly displayed if itAmaury Forgeot d'Arc2008-09-211-2/+19
* Merged revisions 66377 via svnmerge fromAmaury Forgeot d'Arc2008-09-101-1/+1
* Revert r33661, which broke all buildbots.Amaury Forgeot d'Arc2008-09-091-7/+4
* #3705: Fix crash when given a non-ascii value on the command line for the "-c...Amaury Forgeot d'Arc2008-09-091-4/+7
* fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap,Gregory P. Smith2008-09-061-4/+4
* compile _bytesio and _stringio into the binary and initalize stdio before sit...Benjamin Peterson2008-09-051-2/+2
* #3773: Check for errors around the use of PyTokenizer_FindEncoding().Amaury Forgeot d'Arc2008-09-041-0/+2
* Fix a memory leak in reloading extension modules #3667Benjamin Peterson2008-09-041-1/+1
* Issue #3696: Error parsing arguments on OpenBSD <= 4.4 and Cygwin.Antoine Pitrou2008-09-031-1/+10
* Issue #3697: "Fatal Python error: Cannot recover from stack overflow"Antoine Pitrou2008-09-031-1/+1
* The _warnings module did not properly handle cases where strings were not beingBrett Cannon2008-09-021-4/+12
* Merge in r66135. Doing also required removing a stale DeprecationWarning alongBrett Cannon2008-09-021-40/+14
* Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-...Benjamin Peterson2008-09-021-1/+4
* #3668: When PyArg_ParseTuple correctly parses a s* format, but raises anAntoine Pitrou2008-08-291-16/+47
* Issue 3611: in some cases (a __del__ re-raising an exception, when called fro...Amaury Forgeot d'Arc2008-08-292-10/+9
* #3706: fix error message for wrong exec() argument type. R=Guido.Georg Brandl2008-08-281-13/+9
* Fix #3651 various memory leaks when using the buffer interfaceBenjamin Peterson2008-08-271-10/+11
* Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as toAntoine Pitrou2008-08-261-2/+3
* #3663: extra DECREF on syntax errors.Antoine Pitrou2008-08-261-1/+4
* Merged revisions 66006 via svnmerge fromNeal Norwitz2008-08-241-3/+7
* fix #3653 Python could segfault if invalid values were passed to sys.excepthookBenjamin Peterson2008-08-231-0/+7
* apply a fix for #3611 where the current exception context was deleted with a ...Benjamin Peterson2008-08-201-1/+1
* allow keyword args after *args in a function callBenjamin Peterson2008-08-192-2/+8
* 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