1. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  2. 5cbd833 Issue #24221: Small optimizations for heapq. by Raymond Hettinger · 9 years ago
  3. 1a2cf9a remove tab (closes #21587) by Benjamin Peterson · 10 years ago
  4. 49526f4 Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues by David Malcolm · 12 years ago
  5. 9a812cb Issue #13389: Full garbage collection passes now clear the freelists for by Antoine Pitrou · 13 years ago
  6. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 13 years ago
  7. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 16 years ago
  8. a22e8bd Added all PyTypeObjects to the appropriate header files. by Christian Heimes · 17 years ago
  9. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  10. 27d517b Merged revisions 53875-53911 via svnmerge from by Thomas Wouters · 17 years ago
  11. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  12. 89a3946 Wrote down the invariants of some common objects whose structure is by Armin Rigo · 20 years ago
  13. 4ecd8cd Fix typo in comment by Neal Norwitz · 20 years ago
  14. 93677f0 * drop the unreasonable list invariant that ob_item should never come back by Armin Rigo · 20 years ago
  15. 51b4ade Fix obscure breakage (relative to 2.3) in listsort: the test for list by Tim Peters · 20 years ago
  16. a995a2d Document what the members of PyListObject are used for, and the crucial by Tim Peters · 20 years ago
  17. 8ca92ae Eliminate a big block of duplicate code in PySequence_List() by by Raymond Hettinger · 20 years ago
  18. 4bb9540 * Optimized list appends and pops by making fewer calls the underlying system by Raymond Hettinger · 20 years ago
  19. 204b000 Revert improvement to list.append() checked in before it was ready. by Raymond Hettinger · 20 years ago
  20. 06353f7 Let reversed() work with itself. by Raymond Hettinger · 20 years ago
  21. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  22. b1c4698 Introduced the oddly-missing PyList_CheckExact(), and used it to replace by Tim Peters · 23 years ago
  23. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  24. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  25. ea9cb5a ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  26. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  27. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  28. c6e87a2 Got rid of silly "123456789-..." lines in comments. by Guido van Rossum · 24 years ago
  29. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 25 years ago
  30. a937d14 Fred's right -- we need PyList_SET_ITEM(). by Guido van Rossum · 26 years ago
  31. 1f2bd07 added PyList_GET_SIZE macro by Barry Warsaw · 27 years ago
  32. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  33. 051ab12 make the type a parameter of the DL_IMPORT macro, for Borland C by Guido van Rossum · 29 years ago
  34. 855d0b3 corrected two unconverted names by Guido van Rossum · 29 years ago
  35. 9381782 new names for lots of new functions by Guido van Rossum · 29 years ago
  36. caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 29 years ago
  37. 5799b52 Added 1995 copyright. by Guido van Rossum · 29 years ago
  38. e89bc75 Changes for dynamic linking under NT by Guido van Rossum · 30 years ago
  39. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  40. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
  41. 234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. by Guido van Rossum · 31 years ago
  42. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  43. 5113f5f Copyright for 1992 added by Guido van Rossum · 32 years ago
  44. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  45. 3f5da24 "Compiling" version by Guido van Rossum · 33 years ago
  46. 14da580 Added prototype for sortlist(). by Guido van Rossum · 34 years ago
  47. 85a5fbb Initial revision by Guido van Rossum · 34 years ago