Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A little reformating of Py3k warnings | Benjamin Peterson | 2008-04-27 | 1 | -2/+2 |
* | Use PyErr_WarnPy3k throughout | Benjamin Peterson | 2008-04-27 | 1 | -4/+2 |
* | Make Py3k warnings consistent w.r.t. punctuation; also respect the | Georg Brandl | 2008-03-25 | 1 | -3/+6 |
* | Add py3k warnings for code and method inequality comparisons. This should res... | Steven Bethard | 2008-03-18 | 1 | -1/+67 |
* | PEP 3123: Provide forward compatibility with Python 3.0, while keeping | Martin v. Löwis | 2007-07-21 | 1 | -2/+1 |
* | Fix uninitialized memory read reported by Valgrind when running doctest. | Neal Norwitz | 2006-07-12 | 1 | -0/+1 |
* | Merge from rjones-funccall branch. | Richard Jones | 2006-05-23 | 1 | -0/+3 |
* | Refactor: Move code that uses co_lnotab from ceval to codeobject | Jeremy Hylton | 2006-04-18 | 1 | -0/+133 |
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -3/+3 |
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 1 | -0/+453 |