summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* Fix a reference leak found by Georg, when compiling a class nested in another...Amaury Forgeot d'Arc2008-03-281-0/+1
* Back-port of rev 61240 for issue #2238, fixing: Some syntax errors in *argsSean Reifscheider2008-03-201-0/+4
* Update copyright years to 2008. Update README to 2.5.2.Martin v. Löwis2008-02-211-1/+1
* Added checks for integer overflows, contributed by Google. Some areMartin v. Löwis2008-02-144-12/+121
* No need to emit co_lnotab item when both offsets are zeros.Amaury Forgeot d'Arc2008-02-041-0/+3
* backport of r60575 (issue #1750076): Debugger did not step on every iteration...Amaury Forgeot d'Arc2008-02-041-14/+15
* #1920: when considering a block starting by "while 0", the compiler optimized...Amaury Forgeot d'Arc2008-01-241-1/+4
* Fix two crashers (borrowed_ref_[34].py from the trunk).Guido van Rossum2008-01-232-2/+11
* Issue 1678380: fix a bug identifying -0.0 and 0.0Mark Dickinson2008-01-211-1/+14
* Backport of r59241: str.decode fails on very long strings on 64bit platforms.Amaury Forgeot d'Arc2007-11-301-3/+4
* Backport for issue1265 (pdb bug with "with" statement).Amaury Forgeot d'Arc2007-11-131-7/+12
* Backport 58424:Neal Norwitz2007-10-121-0/+2
* Backport 58330:Neal Norwitz2007-10-051-1/+1
* Fix #1169: remove docstrings in functions for -OO.Georg Brandl2007-09-191-1/+1
* Backport fix of #1752175.Georg Brandl2007-08-232-1/+7
* Patch #1733960: Allow T_LONGLONG to accept ints.Martin v. Löwis2007-06-091-24/+18
* Disallow function calls like foo(None=1).Georg Brandl2007-06-071-4/+9
* Bug #1722484: remove docstrings again when running with -OO.Georg Brandl2007-06-011-1/+2
* Drop the max stack depth to something that works in 2.6Neal Norwitz2007-05-181-1/+1
* Fix bug in marshal where bad data would cause a segfault due toNeal Norwitz2007-05-161-69/+156
* Fix NonRecursiveMutex on x64. The signature of the faux-InterlockedCompareEx...Kristján Valur Jónsson2007-05-071-5/+7
* Undefine the Yield macro after including Python_ast.h where it may cause conf...Kristján Valur Jónsson2007-05-022-0/+4
* Fix various minor issues discovered with static analysis using Visual Studio ...Kristján Valur Jónsson2007-04-212-11/+3
* 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