summaryrefslogtreecommitdiff
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* Revert 54813 for 2.5.1 release. Can be applied after 2.5 branch is unfrozen.Neal Norwitz2007-04-161-1/+1
* SF #1701207: svnversion_init assertion failedNeal Norwitz2007-04-161-2/+0
* Fix a bug when using the __lltrace__ opcode tracer, and a problem sith signed...Kristján Valur Jónsson2007-04-131-1/+1
* Patch #1682205: a TypeError while unpacking an iterable is no longerGeorg Brandl2007-03-211-5/+3
* Patch #1642547: Fix an error/crash when encountering syntax errors in complex...Collin Winter2007-03-161-14/+26
* Inline PyImport_GetModulesReloading(). Backport from r54368.Collin Winter2007-03-131-10/+8
* Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. ...Collin Winter2007-03-123-2/+41
* Bug #1674503: close the file opened by execfile() in an error condition.Georg Brandl2007-03-061-2/+2
* Patch #1674228: when assigning a slice (old-style), check for theGeorg Brandl2007-03-051-1/+1
* Fix constantification of None.Raymond Hettinger2007-03-021-5/+9
* Fix SF bug #1669182. Handle string exceptions even if unraisable (ie in __de...Neal Norwitz2007-02-261-1/+5
* Backport 53901 and 53902 to prevent crash when there is an error decoding uni...Neal Norwitz2007-02-251-0/+2
* Make PyTraceBack_Here use the current thread, not theMartin v. Löwis2007-01-231-1/+1
* Backport trunk revision 53527:Thomas Wouters2007-01-232-6/+9
* update to (c) years to include 2007Anthony Baxter2007-01-061-1/+1
* Backport:Neal Norwitz2007-01-051-1/+2
* Backport of r52862.Armin Rigo2006-11-291-1/+3
* Backport 52621:Neal Norwitz2006-11-041-0/+1
* Backport 52504:Neal Norwitz2006-10-281-1/+4
* Backport 52501:Neal Norwitz2006-10-281-0/+4
* [Bug #1542016] Report PCALL_POP value. This makes the return value of sys.ca...Andrew M. Kuchling2006-10-271-2/+2
* [Backport of r52452]Martin v. Löwis2006-10-271-53/+75
* Fix #1569998: no break inside try statement (outside loop) allowed.Georg Brandl2006-10-081-1/+13
* Patch #1542451: fix crash with continue in nested try/finallyGeorg Brandl2006-10-081-4/+10
* Forward-port of r52136: a review of overflow-detecting code.Armin Rigo2006-10-046-27/+37
* Backport rev. 51972:Georg Brandl2006-09-251-2/+24
* Backport rev. 51987: superfluous semicola.Georg Brandl2006-09-251-1/+1
* Building with HP's cc on HP-UX turned up a couple of problems.Neal Norwitz2006-09-111-1/+6
* Properly handle a NULL returned from PyArena_New().Neal Norwitz2006-09-111-2/+4
* Bug #1550983: emit better error messages for erroneous relativeGeorg Brandl2006-09-061-2/+3
* Bug #1520864 (again): unpacking singleton tuples in list comprehensions andNeal Norwitz2006-09-052-5/+14
* Fix SF #1552093, eval docstring typo (3 ps in mapping)Neal Norwitz2006-09-051-1/+1
* Backport 51443:Neal Norwitz2006-08-211-0/+5
* cpathname could be NULL if it was longer than MAXPATHLEN. Don't tryNeal Norwitz2006-08-131-1/+6
* Move/copy assert for tstate != NULL before first use.Neal Norwitz2006-08-131-1/+7
* Patch #1538606, Patch to fix __index__() clipping.Neal Norwitz2006-08-121-9/+9
* PyModule_GetDict() can fail, produce fatal errors if this happens on startup.Neal Norwitz2006-08-121-0/+4
* Whoops, how did that get in there. :-) Revert all the parts of 51227 that we...Neal Norwitz2006-08-122-12/+0
* Check returned pointer is valid.Neal Norwitz2006-08-122-0/+12
* This code is actually not used unless WITHOUT_COMPLEX is defined.Neal Norwitz2006-08-121-0/+8
* It's highly unlikely, though possible for PyEval_Get*() to return NULLs.Neal Norwitz2006-08-121-2/+2
* Even though _Py_Mangle() isn't truly public anyone can call it andNeal Norwitz2006-08-121-2/+2
* Klocwork made another run and found a bunch more problems.Neal Norwitz2006-08-122-1/+8
* Followup to bug #1069160.Tim Peters2006-08-101-12/+27
* Concatenation on a long string breaks (SF #1526585).Armin Rigo2006-08-091-3/+9
* Introduce an upper bound on tuple nesting depth inGeorg Brandl2006-08-091-0/+3
* Bug #1535165: fixed a segfault in input() and raw_input() whenGeorg Brandl2006-08-061-1/+1
* On Windows, make PyErr_Warn an exported function again.Thomas Heller2006-08-041-1/+1
* There were really two issuesNeal Norwitz2006-08-041-1/+2
* Bug #1333982: string/number constants were inappropriately storedNeal Norwitz2006-08-041-2/+4