1. 1aa4700 PyCode_NewEmpty: by Jeffrey Yasskin · 15 years ago
  2. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  3. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  4. f19a7b9 A little reformating of Py3k warnings by Benjamin Peterson · 16 years ago
  5. 9f4f481 Use PyErr_WarnPy3k throughout by Benjamin Peterson · 16 years ago
  6. d5b635f Make Py3k warnings consistent w.r.t. punctuation; also respect the by Georg Brandl · 17 years ago
  7. 6a644f9 Add py3k warnings for code and method inequality comparisons. This should resolve issue 2373. The codeobject.c and methodobject.c changes are both just backports of the Python 3 code. by Steven Bethard · 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. 7e49c6e Fix uninitialized memory read reported by Valgrind when running doctest. by Neal Norwitz · 18 years ago
  10. 7c88dcc Merge from rjones-funccall branch. by Richard Jones · 18 years ago
  11. a4ebc13 Refactor: Move code that uses co_lnotab from ceval to codeobject by Jeremy Hylton · 19 years ago
  12. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
  13. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago