| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #1682205: a TypeError while unpacking an iterable is no longer | Georg Brandl | 2007-03-21 | 1 | -5/+3 |
|
|
* | Remove unused file spotted by Paul Hankin | Neal Norwitz | 2007-03-21 | 1 | -27/+0 |
|
|
* | Clean up formatting of this file. | Jeremy Hylton | 2007-03-16 | 1 | -2029/+2048 |
|
|
* | Patch #1642547: Fix an error/crash when encountering syntax errors in complex... | Collin Winter | 2007-03-16 | 1 | -14/+26 |
|
|
* | Inline PyImport_GetModulesReloading(). | Collin Winter | 2007-03-13 | 1 | -11/+8 |
|
|
* | Patch #1444529: the builtin compile() now accepts keyword arguments. | Georg Brandl | 2007-03-13 | 1 | -4/+7 |
|
|
* | Typo and grammar fixes. | Georg Brandl | 2007-03-13 | 1 | -1/+1 |
|
|
* | Fix some style nits: | Neal Norwitz | 2007-03-13 | 1 | -13/+15 |
|
|
* | Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. ... | Collin Winter | 2007-03-12 | 3 | -2/+41 |
|
|
* | Bug #1678647: write a newline after printing an exception in any | Georg Brandl | 2007-03-12 | 1 | -2/+2 |
|
|
* | Backport from Py3k branch: | Georg Brandl | 2007-03-12 | 1 | -9/+10 |
|
|
* | Typos. | Georg Brandl | 2007-03-10 | 1 | -1/+1 |
|
|
* | Patch #703779: unset __file__ in __main__ after running a file. This | Georg Brandl | 2007-03-07 | 1 | -3/+11 |
|
|
* | Variant of patch #697613: don't exit the interpreter on a SystemExit | Georg Brandl | 2007-03-07 | 1 | -0/+6 |
|
|
* | Bug #1674503: close the file opened by execfile() in an error condition. | Georg Brandl | 2007-03-06 | 1 | -2/+2 |
|
|
* | Patch #1674228: when assigning a slice (old-style), check for the | Georg Brandl | 2007-03-05 | 1 | -1/+1 |
|
|
* | Fix embarrassing typo and fix constantification of None | Raymond Hettinger | 2007-03-02 | 1 | -6/+10 |
|
|
* | tabify | Jeremy Hylton | 2007-02-27 | 2 | -2039/+2039 |
|
|
* | Fix long-standing bug in name mangling for package imports | Jeremy Hylton | 2007-02-27 | 1 | -2/+12 |
|
|
* | SF #1669182, 2.5 was already fixed. Just assert in 2.6 since string exceptions | Neal Norwitz | 2007-02-26 | 1 | -2/+3 |
|
|
* | When printing an unraisable error, don't print exceptions. before the name. | Neal Norwitz | 2007-02-26 | 1 | -1/+2 |
|
|
* | Fix a couple of problems in generating the AST code: | Neal Norwitz | 2007-02-26 | 1 | -166/+56 |
|
|
* | Reformat long lines. | Jeremy Hylton | 2007-02-26 | 1 | -2/+4 |
|
|
* | Put declarations before code. | Jeremy Hylton | 2007-02-25 | 1 | -1/+1 |
|
|
* | Fix crash in exec when unicode filename can't be decoded. | Jeremy Hylton | 2007-02-25 | 1 | -0/+2 |
|
|
* | Modify Parser/asdl_c.py so that the __version__ number for Python/Python-ast.c | Brett Cannon | 2007-02-12 | 1 | -1/+10 |
|
|
* | Check in changed Python-ast.c from a cosmetic change to Python.asdl (in | Brett Cannon | 2007-02-11 | 1 | -1/+1 |
|
|
* | No more raising of string exceptions! | Brett Cannon | 2007-01-30 | 1 | -13/+34 |
|
|
* | Make PyTraceBack_Here use the current thread, not the | Martin v. Löwis | 2007-01-23 | 1 | -1/+1 |
|
|
* | SF patch #1630975: Fix crash when replacing sys.stdout in sitecustomize | Thomas Wouters | 2007-01-23 | 2 | -6/+9 |
|
|
* | update to (c) years to include 2007 | Anthony Baxter | 2007-01-06 | 1 | -1/+1 |
|
|
* | SF# 1409443: Expand comment to cover the interaction between f->f_lasti and ... | Raymond Hettinger | 2007-01-06 | 1 | -1/+10 |
|
|
* | Prevent crash on shutdown which can occur if we are finalizing | Neal Norwitz | 2007-01-05 | 1 | -1/+2 |
|
|
* | Forgot a case where the locals can now be a general mapping | Armin Rigo | 2006-11-29 | 1 | -1/+3 |
|
|
* | Bug #1588287: fix invalid assertion for `1,2` in debug builds. | Neal Norwitz | 2006-11-04 | 1 | -0/+1 |
|
|
* | Update comments, remove commented out code. | Neal Norwitz | 2006-10-29 | 1 | -87/+31 |
|
|
* | Clean up a leftover from old listcomp generation code. | Georg Brandl | 2006-10-29 | 1 | -7/+1 |
|
|
* | Fix bug #1565514, SystemError not raised on too many nested blocks. | Neal Norwitz | 2006-10-28 | 1 | -1/+4 |
|
|
* | Add some asserts. In sysmodule, I think these were to try to silence | Neal Norwitz | 2006-10-28 | 1 | -0/+4 |
|
|
* | [Bug #1542016] Report PCALL_POP value. This makes the return value of sys.ca... | Andrew M. Kuchling | 2006-10-27 | 1 | -2/+2 |
|
|
* | Patch #1549049: Rewrite type conversion in structmember. | Martin v. Löwis | 2006-10-27 | 1 | -53/+91 |
|
|
* | 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 |
|
|