| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the peephole optimizer to remove more dead code (jumps after returns) | Neal Norwitz | 2006-10-14 | 2 | -5/+17 |
|
|
* | Bug #1283491: follow docstring convention wrt. keyword-able args in sum(). | Georg Brandl | 2006-10-12 | 1 | -2/+3 |
|
|
* | Forward-port of r52136,52138: a review of overflow-detecting code. | Armin Rigo | 2006-10-04 | 6 | -27/+37 |
|
|
* | Fix for SF bug 1569998: break permitted inside try. | Jeremy Hylton | 2006-10-04 | 1 | -1/+13 |
|
|
* | Fix minor typo in a comment. | Brett Cannon | 2006-10-03 | 1 | -1/+1 |
|
|
* | Very minor grammatical fix in a comment. | Brett Cannon | 2006-09-28 | 1 | -1/+1 |
|
|
* | Remove extra semi-colons reported by Johnny Lee on python-dev. Backport if a... | Neal Norwitz | 2006-09-23 | 1 | -1/+1 |
|
|
* | Bug #1557232: fix seg fault with def f((((x)))) and def f(((x),)). | Neal Norwitz | 2006-09-22 | 1 | -2/+24 |
|
|
* | Fix typo. | Walter Dörwald | 2006-09-21 | 1 | -1/+1 |
|
|
* | Forward-port of rev. 51857: | Georg Brandl | 2006-09-11 | 1 | -1/+6 |
|
|
* | Properly handle a NULL returned from PyArena_New(). | Neal Norwitz | 2006-09-11 | 1 | -2/+4 |
|
|
* | with and as are now keywords. There are some generated files I can't recreate. | Neal Norwitz | 2006-09-06 | 3 | -22/+14 |
|
|
* | Bug #1550983: emit better error messages for erroneous relative | Georg Brandl | 2006-09-06 | 1 | -2/+3 |
|
|
* | M-x untabify | Neal Norwitz | 2006-09-05 | 1 | -821/+821 |
|
|
* | Add a comment about some refactoring. (There's probably more that should be ... | Neal Norwitz | 2006-09-05 | 1 | -6/+5 |
|
|
* | Bug #1520864 (again): unpacking singleton tuples in list comprehensions and | Neal Norwitz | 2006-09-05 | 2 | -5/+14 |
|
|
* | Fix SF #1552093, eval docstring typo (3 ps in mapping) | Neal Norwitz | 2006-09-05 | 1 | -1/+1 |
|
|
* | Handle a few more error conditions. | Neal Norwitz | 2006-08-21 | 1 | -0/+5 |
|
|
* | Patch #1542451: disallow continue anywhere under a finally | Neal Norwitz | 2006-08-21 | 1 | -4/+9 |
|
|
* | Add assert to make Klocwork happy (#276) | Neal Norwitz | 2006-08-21 | 1 | -0/+1 |
|
|
* | Move peephole optimizer to separate file. | Jeremy Hylton | 2006-08-21 | 2 | -608/+616 |
|
|
* | Handle PyString_FromInternedString() failing (unlikely, but possible). | Neal Norwitz | 2006-08-19 | 1 | -9/+8 |
|
|
* | cpathname could be NULL if it was longer than MAXPATHLEN. Don't try | Neal Norwitz | 2006-08-13 | 1 | -1/+6 |
|
|
* | Move/copy assert for tstate != NULL before first use. | Neal Norwitz | 2006-08-13 | 1 | -1/+7 |
|
|
* | Patch #1538606, Patch to fix __index__() clipping. | Neal Norwitz | 2006-08-12 | 1 | -9/+9 |
|
|
* | PyModule_GetDict() can fail, produce fatal errors if this happens on startup. | Neal Norwitz | 2006-08-12 | 1 | -0/+4 |
|
|
* | Whoops, how did that get in there. :-) Revert all the parts of 51227 that we... | Neal Norwitz | 2006-08-12 | 2 | -12/+0 |
|
|
* | Check returned pointer is valid. | Neal Norwitz | 2006-08-12 | 2 | -0/+12 |
|
|
* | This code is actually not used unless WITHOUT_COMPLEX is defined. | Neal Norwitz | 2006-08-12 | 1 | -0/+8 |
|
|
* | It's highly unlikely, though possible for PyEval_Get*() to return NULLs. | Neal Norwitz | 2006-08-12 | 1 | -2/+2 |
|
|
* | Even though _Py_Mangle() isn't truly public anyone can call it and | Neal Norwitz | 2006-08-12 | 1 | -2/+2 |
|
|
* | Klocwork made another run and found a bunch more problems. | Neal Norwitz | 2006-08-12 | 2 | -1/+8 |
|
|
* | Followup to bug #1069160. | Tim Peters | 2006-08-10 | 1 | -12/+27 |
|
|
* | Concatenation on a long string breaks (SF #1526585). | Armin Rigo | 2006-08-09 | 1 | -3/+9 |
|
|
* | Introduce an upper bound on tuple nesting depth in | Georg Brandl | 2006-08-09 | 1 | -0/+3 |
|
|
* | Bug #1535165: fixed a segfault in input() and raw_input() when | Georg Brandl | 2006-08-06 | 1 | -1/+1 |
|
|
* | On Windows, make PyErr_Warn an exported function again. | Thomas Heller | 2006-08-04 | 1 | -1/+1 |
|
|
* | There were really two issues | Neal Norwitz | 2006-08-04 | 1 | -1/+2 |
|
|
* | Bug #1333982: string/number constants were inappropriately stored | Neal Norwitz | 2006-08-04 | 1 | -2/+4 |
|
|
* | Bug #1191458: tracing over for loops now produces a line event | Neal Norwitz | 2006-08-04 | 2 | -8/+48 |
|
|
* | Add some asserts and update comments | Neal Norwitz | 2006-07-30 | 2 | -2/+4 |
|
|
* | Add PyErr_WarnEx() so C code can pass the stacklevel to warnings.warn(). | Neal Norwitz | 2006-07-30 | 1 | -2/+13 |
|
|
* | Patch #1531113: Fix augmented assignment with yield expressions. | Neal Norwitz | 2006-07-30 | 2 | -9/+12 |
|
|
* | Bug #1529871: The speed enhancement patch #921466 broke Python's compliance | Phillip J. Eby | 2006-07-28 | 1 | -34/+132 |
|
|
* | Bug #1521947: possible bug in mystrtol.c with recent gcc. | Tim Peters | 2006-07-27 | 1 | -9/+21 |
|
|
* | Part of bug #1523610: fix miscalculation of buffer length. | Georg Brandl | 2006-07-26 | 1 | -2/+10 |
|
|
* | bugfix: PyThread_start_new_thread() returns the thread ID, not a flag; | Andrew MacIntyre | 2006-07-23 | 1 | -7/+4 |
|
|
* | If the for loop isn't entered, entryblock will be NULL. If passed | Neal Norwitz | 2006-07-23 | 1 | -0/+2 |
|
|
* | Handle more mem alloc issues found with failmalloc | Neal Norwitz | 2006-07-23 | 2 | -1/+5 |
|
|
* | Fix more memory allocation issues found with failmalloc. | Neal Norwitz | 2006-07-22 | 4 | -24/+45 |
|
|