1. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 16 years ago
  2. a22e8bd Added all PyTypeObjects to the appropriate header files. by Christian Heimes · 16 years ago
  3. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  4. 4ad9421 Rename test_xrange.py to test_range.py and fix the type name in various spots. by Walter Dörwald · 17 years ago
  5. 6651748 Remove PyRange_New(). by Raymond Hettinger · 19 years ago
  6. 89a3946 Wrote down the invariants of some common objects whose structure is by Armin Rigo · 20 years ago
  7. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  8. efafcea Re-add 'advanced' xrange features, adding DeprecationWarnings as discussed by Thomas Wouters · 23 years ago
  9. 3f56166 Rip out the fancy behaviors of xrange that nobody uses: repeat, slice, by Guido van Rossum · 23 years ago
  10. 3d10b34 Wrap with extern "C". Fixes bug #428419. by Martin v. Löwis · 23 years ago
  11. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  12. 3cf4d2b ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  13. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  14. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  15. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 25 years ago
  16. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  17. 051ab12 make the type a parameter of the DL_IMPORT macro, for Borland C by Guido van Rossum · 29 years ago
  18. 9381782 new names for lots of new functions by Guido van Rossum · 29 years ago
  19. caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 29 years ago
  20. 5799b52 Added 1995 copyright. by Guido van Rossum · 29 years ago
  21. e89bc75 Changes for dynamic linking under NT by Guido van Rossum · 30 years ago
  22. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  23. 7d6aa51 * rangeobject.[ch], bltinmodule.c: incorporate new version of range by Guido van Rossum · 30 years ago
  24. 2586bf0 * rangeobject.{c,h}, bltinmodule.c: removed non-essential ops from range by Guido van Rossum · 31 years ago
  25. 12d12c5 * compile.[ch]: support for lambda() by Guido van Rossum · 31 years ago