- 03c566a Revert 54813 for 2.5.1 release. Can be applied after 2.5 branch is unfrozen. by Neal Norwitz · 18 years ago
- 16b7b53 SF #1701207: svnversion_init assertion failed by Neal Norwitz · 18 years ago
- 9d9fbb4 Fix a bug when using the __lltrace__ opcode tracer, and a problem sith signed chars in frameobject.c which can occur with opcodes > 127 by Kristján Valur Jónsson · 18 years ago
- 8a10ea4 Patch #1682205: a TypeError while unpacking an iterable is no longer by Georg Brandl · 18 years ago
- 7d9ac78 Patch #1642547: Fix an error/crash when encountering syntax errors in complex if statements. by Collin Winter · 18 years ago
- 2a98ff8 Inline PyImport_GetModulesReloading(). Backport from r54368. by Collin Winter · 18 years ago
- e19d7a3 Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. Fixed by patch #922167. by Collin Winter · 18 years ago
- 15e138a Bug #1674503: close the file opened by execfile() in an error condition. by Georg Brandl · 18 years ago
- 0ea8916 Patch #1674228: when assigning a slice (old-style), check for the by Georg Brandl · 18 years ago
- d882e36 Fix constantification of None. by Raymond Hettinger · 18 years ago
- 036b3be Fix SF bug #1669182. Handle string exceptions even if unraisable (ie in __del__). by Neal Norwitz · 18 years ago
- a5f5f14 Backport 53901 and 53902 to prevent crash when there is an error decoding unicode filenames by Neal Norwitz · 18 years ago
- 601d03a Make PyTraceBack_Here use the current thread, not the by Martin v. Löwis · 19 years ago
- e471317 Backport trunk revision 53527: by Thomas Wouters · 19 years ago
- a7118d3 update to (c) years to include 2007 by Anthony Baxter · 19 years ago
- 7770f9f Backport: by Neal Norwitz · 19 years ago
- 1bc1ab2 Backport of r52862. by Armin Rigo · 19 years ago
- a3ce6aa Backport 52621: Bug #1588287: fix invalid assertion for `1,2` in debug builds. by Neal Norwitz · 19 years ago
- 2f0940b Backport 52504: by Neal Norwitz · 19 years ago
- b5fdf0d Backport 52501: by Neal Norwitz · 19 years ago
- 5f95870 [Bug #1542016] Report PCALL_POP value. This makes the return value of sys.callstats() match its docstring. by Andrew M. Kuchling · 19 years ago
- 62e5804 [Backport of r52452] by Martin v. Löwis · 19 years ago
- a5fe3ef Fix #1569998: no break inside try statement (outside loop) allowed. by Georg Brandl · 19 years ago
- 74284b9 Patch #1542451: fix crash with continue in nested try/finally by Georg Brandl · 19 years ago
- 4b63c21 Forward-port of r52136: a review of overflow-detecting code. by Armin Rigo · 19 years ago
- c57221e Backport rev. 51972: by Georg Brandl · 19 years ago
- b14b59f Backport rev. 51987: superfluous semicola. by Georg Brandl · 19 years ago
- 0bcafac Building with HP's cc on HP-UX turned up a couple of problems. by Neal Norwitz · 19 years ago
- ece448e Properly handle a NULL returned from PyArena_New(). by Neal Norwitz · 19 years ago
- 37a9e57 Bug #1550983: emit better error messages for erroneous relative by Georg Brandl · 19 years ago
- 3b3aae0 Bug #1520864 (again): unpacking singleton tuples in list comprehensions and by Neal Norwitz · 19 years ago
- 8568752 Fix SF #1552093, eval docstring typo (3 ps in mapping) by Neal Norwitz · 19 years ago
- bebdc9e Backport 51443: Handle a few more error conditions. by Neal Norwitz · 19 years ago
- 3cb31ac cpathname could be NULL if it was longer than MAXPATHLEN. Don't try by Neal Norwitz · 19 years ago
- df6a649 Move/copy assert for tstate != NULL before first use. by Neal Norwitz · 19 years ago
- 8a87f5d Patch #1538606, Patch to fix __index__() clipping. by Neal Norwitz · 19 years ago
- 0f7dbf7 PyModule_GetDict() can fail, produce fatal errors if this happens on startup. by Neal Norwitz · 19 years ago
- 421c131 Whoops, how did that get in there. :-) Revert all the parts of 51227 that were not supposed to go it. Only Modules/_ctypes/cfields.c was supposed to be changed by Neal Norwitz · 19 years ago
- 6b4953f Check returned pointer is valid. Klocwork #233 by Neal Norwitz · 19 years ago
- edb2168 This code is actually not used unless WITHOUT_COMPLEX is defined. by Neal Norwitz · 19 years ago
- 43bd4db It's highly unlikely, though possible for PyEval_Get*() to return NULLs. by Neal Norwitz · 19 years ago
- 84167d0 Even though _Py_Mangle() isn't truly public anyone can call it and by Neal Norwitz · 19 years ago
- 6f5ff3f Klocwork made another run and found a bunch more problems. by Neal Norwitz · 19 years ago
- 4643c2f Followup to bug #1069160. by Tim Peters · 19 years ago
- 97ff047 Concatenation on a long string breaks (SF #1526585). by Armin Rigo · 19 years ago
- 209307e Introduce an upper bound on tuple nesting depth in by Georg Brandl · 19 years ago
- 7e3ba2a Bug #1535165: fixed a segfault in input() and raw_input() when by Georg Brandl · 19 years ago
- 74d36f0 On Windows, make PyErr_Warn an exported function again. by Thomas Heller · 19 years ago
- 9a70f95 There were really two issues by Neal Norwitz · 19 years ago
- 0cbd805 Bug #1333982: string/number constants were inappropriately stored by Neal Norwitz · 19 years ago
- 4ffedad Bug #1191458: tracing over for loops now produces a line event by Neal Norwitz · 19 years ago
- c173b48 Add some asserts and update comments by Neal Norwitz · 19 years ago
- 07aadb1 Add PyErr_WarnEx() so C code can pass the stacklevel to warnings.warn(). by Neal Norwitz · 19 years ago
- 0d62a06 Patch #1531113: Fix augmented assignment with yield expressions. by Neal Norwitz · 19 years ago
- f7575d0 Bug #1529871: The speed enhancement patch #921466 broke Python's compliance by Phillip J. Eby · 19 years ago
- bc24eee Bug #1521947: possible bug in mystrtol.c with recent gcc. by Tim Peters · 19 years ago
- 5f13578 Part of bug #1523610: fix miscalculation of buffer length. by Georg Brandl · 19 years ago
- 82247cb bugfix: PyThread_start_new_thread() returns the thread ID, not a flag; by Andrew MacIntyre · 19 years ago
- f71847e If the for loop isn't entered, entryblock will be NULL. If passed by Neal Norwitz · 19 years ago
- 18b6adf Handle more mem alloc issues found with failmalloc by Neal Norwitz · 19 years ago
- b59d08c Fix more memory allocation issues found with failmalloc. by Neal Norwitz · 19 years ago
- d12bd01 Handle more memory allocation failures without crashing. by Neal Norwitz · 19 years ago
- 33722ae Speel initialise write. Tanks Anthony. by Neal Norwitz · 19 years ago
- e1fdb32 Handle allocation failures gracefully. Found with failmalloc. by Neal Norwitz · 19 years ago
- 112aad3 SF bug 1524317: configure --without-threads fails to build by Tim Peters · 19 years ago
- a5e4f22 Reported by Klocwork #151. by Neal Norwitz · 19 years ago
- c0cde4d Fix memory leak under some conditions. by Neal Norwitz · 19 years ago
- 84be93b Bug #1512814, Fix incorrect lineno's when code within a function by Neal Norwitz · 19 years ago
- 9dceedb Accept long options "--help" and "--version". by Georg Brandl · 19 years ago
- a1f1090 Actually change the MAGIC #. Create a new section for 2.5c1 and mention the impact of changing the MAGIC #. by Neal Norwitz · 19 years ago
- edef2be Bug #1520864: unpacking singleton tuples in for loop (for x, in) work again. by Neal Norwitz · 19 years ago
- 249f6b1 Add missing Py_DECREFs. by Thomas Heller · 19 years ago
- 32a8361 After approval from Anthony, merge the tim-current_frames by Tim Peters · 19 years ago
- ed65755 Bug #1512814, Fix incorrect lineno's when code at module scope by Neal Norwitz · 19 years ago
- 28746ab On 64 bit systems, int literals that use less than 64 bits are now ints by Neal Norwitz · 19 years ago
- 6ec6ab0 Fix SF bug 1441486: bad unary minus folding in compiler. by Neil Schemenauer · 19 years ago
- 0e07b60 Fix AST compiler bug #1501934: incorrect LOAD/STORE_GLOBAL generation. by Neil Schemenauer · 19 years ago
- fb48afa Fix SF bug #1519018: 'as' is now validated properly in import statements by Neal Norwitz · 19 years ago
- a4df11d Fix refleaks reported by Shane Hathaway in SF patch #1515361. This change by Neal Norwitz · 19 years ago
- fcfff0a Bug #1417699: Reject locale-specific decimal point in float() and atof(). by Martin v. Löwis · 19 years ago
- e6a1cb9 Bug #1511381: codec_getstreamcodec() in codec.c is corrected to by Hye-Shik Chang · 19 years ago
- 9291332 Patch #1454481: Make thread stack size runtime tunable. by Andrew MacIntyre · 19 years ago
- 245ce8d i and j are initialized below when used. No need to do it twice by Neal Norwitz · 19 years ago
- b9845e7 Get rid of f_restricted too. Doc the other 4 ints that were already removed by Neal Norwitz · 19 years ago
- 2585ad5 Fix indentation of case and a Py_ssize_t issue. by Neal Norwitz · 19 years ago
- 0e8bd7e Patch #1495999: Part two of Windows CE changes. by Martin v. Löwis · 19 years ago
- 98251f8 Argh. "integer" is a very confusing word ;) by Georg Brandl · 19 years ago
- 22ccbbc Bug #1502750: Fix getargs "i" format to use LONG_MIN and LONG_MAX for bounds checking. by Georg Brandl · 19 years ago
- 02f1d0d _PySys_Init(): It's rarely a good idea to size a buffer to the by Tim Peters · 19 years ago
- 4f7a722 Add 3 more bytes to a buffer to cover constants in string and null byte on top of 10 possible digits for an int. by Brett Cannon · 19 years ago
- 28eeefe Revert revisions: by Tim Peters · 19 years ago
- ddbaa66 Patch #1346214: correctly optimize away "if 0"-style stmts by Georg Brandl · 19 years ago
- 63f0db6 clean up function declarations to conform to PEP-7 style. by Andrew MacIntyre · 19 years ago
- 6539d2d Patch #1454481: Make thread stack size runtime tunable. by Andrew MacIntyre · 19 years ago
- 35f6d36 [ 1497053 ] Let dicts propagate the exceptions in user __eq__(). by Armin Rigo · 19 years ago
- bf92f46 Convert more modules to METH_VARARGS. by Georg Brandl · 19 years ago
- 96a8c39 Make use of METH_O and METH_NOARGS where possible. by Georg Brandl · 19 years ago
- 80181e2 Fix compiler warning. by Georg Brandl · 19 years ago
- b569ee4 Handle PyMem_Malloc failure in pystrtod.c. Closes #1494671. by Georg Brandl · 19 years ago
- a1121fa Fix #1494605. by Georg Brandl · 19 years ago