1. 001a395 Add support for weak references to code objects. This will be used by an optimization in the incoming Python 3 JIT. by Collin Winter · 14 years ago
  2. 655d835 Issue #6042: by Jeffrey Yasskin · 15 years ago
  3. f7f858d Issue 5954, PyFrame_GetLineNumber: by Jeffrey Yasskin · 15 years ago
  4. 1aa4700 PyCode_NewEmpty: by Jeffrey Yasskin · 15 years ago
  5. 3c60833 Patch #2477: Added from __future__ import unicode_literals by Christian Heimes · 16 years ago
  6. 7c47894 Backport of the print function, using a __future__ import. by Eric Smith · 16 years ago
  7. 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 · 17 years ago
  8. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  9. ca460d9 with and as are now keywords. There are some generated files I can't recreate. by Neal Norwitz · 18 years ago
  10. 271d593 Move peephole optimizer to separate file. (Forgot .h in previous checkin.) by Jeremy Hylton · 18 years ago
  11. 7c88dcc Merge from rjones-funccall branch. by Richard Jones · 18 years ago
  12. a4ebc13 Refactor: Move code that uses co_lnotab from ceval to codeobject by Jeremy Hylton · 18 years ago
  13. cbce280 Don't abbreviate ABS, use long name ABSOLUTE. by Neal Norwitz · 18 years ago
  14. 34aa7ba from __future__ import with_statement addon for 'with', mostly written by Neal. by Thomas Wouters · 18 years ago
  15. f7f438b SF patch #1438387, PEP 328: relative and absolute imports. by Thomas Wouters · 18 years ago
  16. ab51f5f Per discussion on python-dev, remove CO_GENERATOR_ALLOWED. Leave comment about not removing yet. by Neal Norwitz · 18 years ago
  17. 0090a4c Generators have been permanent for a while. This comment is no longer applicable. by Neal Norwitz · 18 years ago
  18. 58a7985 Use the newer names for APIs after the AST merge by Neal Norwitz · 19 years ago
  19. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago