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 · 17 years ago
  2. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  3. 6651748 Remove PyRange_New(). by Raymond Hettinger · 20 years ago
  4. 89a3946 Wrote down the invariants of some common objects whose structure is by Armin Rigo · 20 years ago
  5. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  6. efafcea Re-add 'advanced' xrange features, adding DeprecationWarnings as discussed by Thomas Wouters · 23 years ago
  7. 3f56166 Rip out the fancy behaviors of xrange that nobody uses: repeat, slice, by Guido van Rossum · 23 years ago
  8. 3d10b34 Wrap with extern "C". Fixes bug #428419. by Martin v. Löwis · 23 years ago
  9. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  10. 3cf4d2b ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  11. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  12. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  13. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
  14. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  15. 051ab12 make the type a parameter of the DL_IMPORT macro, for Borland C by Guido van Rossum · 29 years ago
  16. 9381782 new names for lots of new functions by Guido van Rossum · 30 years ago
  17. caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 30 years ago
  18. 5799b52 Added 1995 copyright. by Guido van Rossum · 30 years ago
  19. e89bc75 Changes for dynamic linking under NT by Guido van Rossum · 30 years ago
  20. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  21. 7d6aa51 * rangeobject.[ch], bltinmodule.c: incorporate new version of range by Guido van Rossum · 31 years ago
  22. 2586bf0 * rangeobject.{c,h}, bltinmodule.c: removed non-essential ops from range by Guido van Rossum · 31 years ago
  23. 12d12c5 * compile.[ch]: support for lambda() by Guido van Rossum · 31 years ago