1. e93237d #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. by Christian Heimes · 18 years ago
  2. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 18 years ago
  3. ca460d9 with and as are now keywords. There are some generated files I can't recreate. by Neal Norwitz · 19 years ago
  4. 271d593 Move peephole optimizer to separate file. (Forgot .h in previous checkin.) by Jeremy Hylton · 19 years ago
  5. 7c88dcc Merge from rjones-funccall branch. by Richard Jones · 19 years ago
  6. a4ebc13 Refactor: Move code that uses co_lnotab from ceval to codeobject by Jeremy Hylton · 19 years ago
  7. cbce280 Don't abbreviate ABS, use long name ABSOLUTE. by Neal Norwitz · 19 years ago
  8. 34aa7ba from __future__ import with_statement addon for 'with', mostly written by Neal. by Thomas Wouters · 19 years ago
  9. f7f438b SF patch #1438387, PEP 328: relative and absolute imports. by Thomas Wouters · 19 years ago
  10. ab51f5f Per discussion on python-dev, remove CO_GENERATOR_ALLOWED. Leave comment about not removing yet. by Neal Norwitz · 19 years ago
  11. 0090a4c Generators have been permanent for a while. This comment is no longer applicable. by Neal Norwitz · 19 years ago
  12. 58a7985 Use the newer names for APIs after the AST merge by Neal Norwitz · 20 years ago
  13. 3e0055f Merge ast-branch to head by Jeremy Hylton · 20 years ago