| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -22/+22 |
| | | |||||
| * | 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 |
| | | | | | EOL 80 limit and supply more alternatives in warning messages. | ||||
| * | Add py3k warnings for code and method inequality comparisons. This should ↵ | Steven Bethard | 2008-03-18 | 1 | -1/+67 |
| | | | | | resolve issue 2373. The codeobject.c and methodobject.c changes are both just backports of the Python 3 code. | ||||
| * | PEP 3123: Provide forward compatibility with Python 3.0, while keeping | Martin v. Löwis | 2007-07-21 | 1 | -2/+1 |
| | | | | | | backwards compatibility. Add Py_Refcnt, Py_Type, Py_Size, and PyVarObject_HEAD_INIT. | ||||
| * | Fix uninitialized memory read reported by Valgrind when running doctest. | Neal Norwitz | 2006-07-12 | 1 | -0/+1 |
| | | | | | This could happen if size == 0. | ||||
| * | Merge from rjones-funccall branch. | Richard Jones | 2006-05-23 | 1 | -0/+3 |
| | | | | | | | Applied patch zombie-frames-2.diff from sf patch 876206 with updates for Python 2.5 and also modified to retain the free_list to avoid the 67% slow-down in pybench recursion test. 5% speed up in function call pybench. | ||||
| * | 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 |
| This change implements a new bytecode compiler, based on a transformation of the parse tree to an abstract syntax defined in Parser/Python.asdl. The compiler implementation is not complete, but it is in stable enough shape to run the entire test suite excepting two disabled tests. | |||||
