|  | Commit message (Expand) | Author | Age | Files | Lines | 
|---|
| * | Try harder to stay within the 79-column limit. There's still two places that ... | Thomas Wouters | 2007-09-20 | 1 | -44/+55 | 
|  |  | 
| * | Whitespace cleanup. | Thomas Wouters | 2007-09-19 | 1 | -27/+27 | 
|  |  | 
| * | PEP 3123: Provide forward compatibility with Python 3.0, while keeping | Martin v. Löwis | 2007-07-21 | 1 | -1/+1 | 
|  |  | 
| * | Patch #1686487: you can now pass any mapping after '**' in function calls. | Georg Brandl | 2007-05-21 | 1 | -10/+29 | 
|  |  | 
| * | Remove an XXX that is unnecessary. | Georg Brandl | 2007-05-11 | 1 | -1/+0 | 
|  |  | 
| * | Fix a bug when using the __lltrace__ opcode tracer, and a problem sith signed... | Kristján Valur Jónsson | 2007-04-13 | 1 | -1/+1 | 
|  |  | 
| * | Patch #1682205: a TypeError while unpacking an iterable is no longer | Georg Brandl | 2007-03-21 | 1 | -5/+3 | 
|  |  | 
| * | Patch #1674228: when assigning a slice (old-style), check for the | Georg Brandl | 2007-03-05 | 1 | -1/+1 | 
|  |  | 
| * | 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 | 
|  |  | 
| * | No more raising of string exceptions! | Brett Cannon | 2007-01-30 | 1 | -13/+34 | 
|  |  | 
| * | SF# 1409443:  Expand comment to cover the interaction between f->f_lasti and ... | Raymond Hettinger | 2007-01-06 | 1 | -1/+10 | 
|  |  | 
| * | Forgot a case where the locals can now be a general mapping | Armin Rigo | 2006-11-29 | 1 | -1/+3 | 
|  |  | 
| * | [Bug #1542016] Report PCALL_POP value.  This makes the return value of sys.ca... | Andrew M. Kuchling | 2006-10-27 | 1 | -2/+2 | 
|  |  | 
| * | 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 | 
|  |  | 
| * | Whoops, how did that get in there. :-)  Revert all the parts of 51227 that we... | Neal Norwitz | 2006-08-12 | 1 | -9/+0 | 
|  |  | 
| * | Check returned pointer is valid. | Neal Norwitz | 2006-08-12 | 1 | -0/+9 | 
|  |  | 
| * | Concatenation on a long string breaks (SF #1526585). | Armin Rigo | 2006-08-09 | 1 | -3/+9 | 
|  |  | 
| * | i and j are initialized below when used.  No need to do it twice | Neal Norwitz | 2006-06-12 | 1 | -1/+1 | 
|  |  | 
| * | Get rid of f_restricted too.  Doc the other 4 ints that were already removed | Neal Norwitz | 2006-06-12 | 1 | -1/+1 | 
|  |  | 
| * | Patch #1495999: Part two of Windows CE changes. | Martin v. Löwis | 2006-06-10 | 1 | -1/+1 | 
|  |  | 
| * | [ 1497053 ] Let dicts propagate the exceptions in user __eq__(). | Armin Rigo | 2006-06-01 | 1 | -2/+13 | 
|  |  | 
| * | needforspeed: backed out the Py_LOCAL-isation of ceval; the massive in- | Fredrik Lundh | 2006-05-27 | 1 | -60/+55 | 
|  |  | 
| * | Patch 1145039. | Tim Peters | 2006-05-26 | 1 | -41/+56 | 
|  |  | 
| * | Py_LOCAL shouldn't be used for data; it works for some .NET 2003 compilers, | Fredrik Lundh | 2006-05-26 | 1 | -1/+1 | 
|  |  | 
| * | needforspeed: added PY_LOCAL_AGGRESSIVE macro to enable "aggressive" | Fredrik Lundh | 2006-05-26 | 1 | -15/+23 | 
|  |  | 
| * | needforspeed: added Py_LOCAL macro, based on the LOCAL macro used | Fredrik Lundh | 2006-05-26 | 1 | -53/+53 | 
|  |  | 
| * | Replace PyObject_CallFunction calls with only object args | Georg Brandl | 2006-05-25 | 1 | -1/+1 | 
|  |  | 
| * | Applied patch 1337051 by Neal Norwitz, saving 4 ints on frame objects. | Richard Jones | 2006-05-23 | 1 | -17/+17 | 
|  |  | 
| * | Fix #132 from Coverity, retval could have been derefed | Neal Norwitz | 2006-05-19 | 1 | -0/+4 | 
|  |  | 
| * | Micro optimization.  In the first case, we know that frame->f_exc_type | Neal Norwitz | 2006-05-09 | 1 | -3/+1 | 
|  |  | 
| * | Fix more ssize_t issues. | Martin v. Löwis | 2006-04-22 | 1 | -2/+2 | 
|  |  | 
| * | Teach Python/ceval.c's inlining of 'str += str' about Py_ssize_t sizes; this | Thomas Wouters | 2006-04-19 | 1 | -2/+2 | 
|  |  | 
| * | Refactor: Move code that uses co_lnotab from ceval to codeobject | Jeremy Hylton | 2006-04-18 | 1 | -117/+14 | 
|  |  | 
| * | low-hanging fruit in Python/ - g++ still hates all the enum_kind declarations | Anthony Baxter | 2006-04-11 | 1 | -2/+2 | 
|  |  | 
| * | SF Patch #1463867: Improved generator finalization to allow generators | Phillip J. Eby | 2006-04-10 | 1 | -0/+3 | 
|  |  | 
| * | answer a question from a comment | Armin Rigo | 2006-03-28 | 1 | -3/+3 | 
|  |  | 
| * | Fix a ssize_t issue | Neal Norwitz | 2006-03-23 | 1 | -1/+1 | 
|  |  | 
| * | Um, I thought I'd already checked this in. | Guido van Rossum | 2006-03-10 | 1 | -22/+25 | 
|  |  | 
| * | Checking in the code for PEP 357. | Guido van Rossum | 2006-03-07 | 1 | -46/+22 | 
|  |  | 
| * | SF #1444030: Fix several potential defects found by Coverity. | Hye-Shik Chang | 2006-03-07 | 1 | -1/+4 | 
|  |  | 
| * | Use Py_ssize_t since we are working with list size below | Neal Norwitz | 2006-03-02 | 1 | -1/+1 | 
|  |  | 
| * | Put back the essence of Jeremy's original XXX comment. | Thomas Wouters | 2006-03-01 | 1 | -1/+3 | 
|  |  | 
| * | PEP 352 implementation.  Creates a new base class, BaseException, which has an | Brett Cannon | 2006-03-01 | 1 | -5/+5 | 
|  |  | 
| * | Updates to the with-statement: | Guido van Rossum | 2006-02-28 | 1 | -6/+20 | 
|  |  | 
| * | SF patch #1438387, PEP 328: relative and absolute imports. | Thomas Wouters | 2006-02-28 | 1 | -6/+17 | 
|  |  | 
| * | Check the return code for PyErr_Warn() when warning about raising string | Brett Cannon | 2006-02-27 | 1 | -4/+5 | 
|  |  | 
| * | PEP 343 -- the with-statement. | Guido van Rossum | 2006-02-27 | 1 | -7/+42 | 
|  |  |