1. f8387af Issue #4688: Add a heuristic so that tuples and dicts containing only by Antoine Pitrou · 15 years ago
  2. 3b718a7 Implemented Martin's suggestion to clear the free lists during the garbage collection of the highest generation. by Christian Heimes · 16 years ago
  3. 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
  4. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  5. ee3a1b5 Variation of patch # 1624059 to speed up checking if an object is a subclass by Neal Norwitz · 17 years ago
  6. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  7. 89a3946 Wrote down the invariants of some common objects whose structure is by Armin Rigo · 20 years ago
  8. cb2da43 Extended tuple's C API to include a new function, PyTuple_Pack() that is by Raymond Hettinger · 21 years ago
  9. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  10. 4c3a0a3 More on SF bug [#460020] bug or feature: unicode() and subclasses. by Tim Peters · 23 years ago
  11. 5eef77a Make the Py<type>_Check() macro use PyObject_TypeCheck(). by Guido van Rossum · 23 years ago
  12. 4324aa3 Cruft cleanup: Removed the unused last_is_sticky argument from the internal by Tim Peters · 23 years ago
  13. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  14. 3cf4d2b ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  15. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  16. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  17. c6e87a2 Got rid of silly "123456789-..." lines in comments. by Guido van Rossum · 24 years ago
  18. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
  19. 9c5494a added PyTuple_GET_SIZE macro by Barry Warsaw · 28 years ago
  20. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  21. 107c747 DL_IMPORT needs an argument. by Sjoerd Mullender · 29 years ago
  22. 5dbc723 DL_IMPORT macro was called in a funny way (and MW barfed on it) by Jack Jansen · 29 years ago
  23. 599de5a addet SETTUPLEITEM and added cast to GETTUPLEITEM by Guido van Rossum · 29 years ago
  24. 051ab12 make the type a parameter of the DL_IMPORT macro, for Borland C by Guido van Rossum · 29 years ago
  25. 9381782 new names for lots of new functions by Guido van Rossum · 30 years ago
  26. caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 30 years ago
  27. 5799b52 Added 1995 copyright. by Guido van Rossum · 30 years ago
  28. e89bc75 Changes for dynamic linking under NT by Guido van Rossum · 30 years ago
  29. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  30. 615194a Fixed bugs in resizetuple and extended the interface. by Sjoerd Mullender · 31 years ago
  31. 12d12c5 * compile.[ch]: support for lambda() by Guido van Rossum · 31 years ago
  32. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
  33. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  34. 5113f5f Copyright for 1992 added by Guido van Rossum · 32 years ago
  35. 7c36ad7 New function gettupleslice(v, i, j). by Guido van Rossum · 33 years ago
  36. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  37. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago
  38. 85a5fbb Initial revision by Guido van Rossum · 34 years ago