summaryrefslogtreecommitdiff
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* Set subversion version identification to empty strings if this is not a subve...Martin v. Löwis2011-03-211-2/+7
* Backport of r64212Martin v. Löwis2008-12-131-0/+31
* Backport issue 4597 to python 2.5.3: Fixed several opcodes that weren't alwaysJeffrey Yasskin2008-12-101-3/+14
* Backported issue #4589 to Python 2.5.3: Propagated an exception thrown by aJeffrey Yasskin2008-12-101-3/+9
* backport r67373: checking for errors from NEW_IDENTIFIERBenjamin Peterson2008-11-251-25/+65
* Backport of r65032 from trunkGregory P. Smith2008-08-171-0/+20
* Backport r60148 and r65481: sanity checks to avoid infinite loops.Georg Brandl2008-08-122-1/+25
* Issue #3360: Fix incorrect parsing of '020000000000.0'.Mark Dickinson2008-07-161-10/+1
* #3242: fix a crash in "print", if sys.stdout is set to a custom object,Amaury Forgeot d'Arc2008-07-011-0/+2
* Issue #3116 and #1792: Fix quadratic behavior in marshal.dumps().Raymond Hettinger2008-06-161-1/+4
* #3117: backport r55087, fixes segfault with lambda (None,): None.Georg Brandl2008-06-151-0/+4
* - Issue #2588, #2589: Fix potential integer underflow and overflowGregory P. Smith2008-06-021-5/+17
* 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