1. 4de9791 - Modules/Setup.dist: Update _elementtree, add _bisect, datetime by Matthias Klose · 17 years ago
  2. b0c3c02 - Modules/Setup.dist: Update pyexpat by Matthias Klose · 17 years ago
  3. 7fab0dc - Modules/Setup.dist: Mention _elementtree and _pickle. by Matthias Klose · 17 years ago
  4. 75bfcba - Fix typo in last checkin by Matthias Klose · 17 years ago
  5. 225d60c - Modules/Setup.dist: Mention _functools in section "Modules that should by Matthias Klose · 17 years ago
  6. a438c85 #3897: _collections now has an underscore. by Georg Brandl · 17 years ago
  7. 0422292 Add commented out #_sha256 and #_sha512 lines per issue 3183. by Gregory P. Smith · 17 years ago
  8. b61d801 Put Lib/lib-old back on to sys.path for module renames. by Brett Cannon · 17 years ago
  9. dc48b74 Remove the rgbimg module. It has been deprecated since Python 2.5. by Brett Cannon · 18 years ago
  10. 534fe18 Bug #1535081: A leading underscore has been added to the names of by Georg Brandl · 19 years ago
  11. 7ccc95a patch #1493701: performance enhancements for struct module by Bob Ippolito · 19 years ago
  12. 27abce5 revert #1493701 by Bob Ippolito · 19 years ago
  13. fb8b84a Patch #1493701: performance enhancements for struct module. by Bob Ippolito · 19 years ago
  14. 7392811 - add missing chunk for patch #1117961 by Matthias Klose · 19 years ago
  15. cd4d1e8 [ 959576 ] Can't build Python on POSIX w/o $HOME by Georg Brandl · 20 years ago
  16. 2a2385d SF bug #1160187: Setup file needs entries for collections, itertools, strop by Raymond Hettinger · 20 years ago
  17. c300175 Patch #579435: Shadow Password Support Module by Martin v. Löwis · 21 years ago
  18. 4e699d5 Remove mpz, rotor, xreadlines modules by Andrew M. Kuchling · 21 years ago
  19. 014f103 SF bug #999776, zlib home page wrong by Neal Norwitz · 21 years ago
  20. 8fbefe2 Patch #993173: Enable audioop on 64-bit platforms. by Martin v. Löwis · 21 years ago
  21. 2bb146f Bring CJKCodecs 1.1 into trunk. This completely reorganizes source by Hye-Shik Chang · 21 years ago
  22. 141d4e5 Add missed entry for cjkcodecs._iso_2022_kr. by Hye-Shik Chang · 22 years ago
  23. 3e2a306 Add CJK codecs support as discussed on python-dev. (SF #873597) by Hye-Shik Chang · 22 years ago
  24. ce59c04 Remove support for SunOS 4. by Skip Montanaro · 22 years ago
  25. 19d1734 Patch #752671: NetBSD needs to link libintl to _locale.so. by Martin v. Löwis · 22 years ago
  26. 3d5cbea Fixed minor typo in Setup.dist. by Gustavo Niemeyer · 22 years ago
  27. 7fb697b Revert Patch #670715: iconv support. by Martin v. Löwis · 22 years ago
  28. 2497982 add _csv build line by Skip Montanaro · 22 years ago
  29. 7b59b42 Added a define EXTRAMACHDEPPATH which can be used to add sys.path items by Jack Jansen · 22 years ago
  30. 727fe66 Add _iconv_codec to Setup.dist. Use PyModule_ functions. by Martin v. Löwis · 23 years ago
  31. 52e14d6 PEP 302 + zipimport: by Just van Rossum · 23 years ago
  32. b28de0d Patch to make _codecs a builtin module. This is necessary since by Marc-André Lemburg · 23 years ago
  33. 5664367 correct wording of comments about old bsddb (now bsddb185) module by Skip Montanaro · 23 years ago
  34. 21645fc Don't try to use unsupported DB versions. by Martin v. Löwis · 23 years ago
  35. 6aa4a1f Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185. by Martin v. Löwis · 23 years ago
  36. 9d416a7 Update the text on the Expat module and library. by Fred Drake · 23 years ago
  37. 5f8a23f Since the errno module is needed by os._execvpe(), and that is used by the by Fred Drake · 23 years ago
  38. bea18cc SF patch 568629 by Oren Tirosh: types made callable. by Guido van Rossum · 23 years ago
  39. bbeb1e6 Document the build process more precisely. Suggested by Hugh Sasse. by Martin v. Löwis · 23 years ago
  40. 2e1c09c Removed old Digital Creations copyright/license notices (with by Guido van Rossum · 23 years ago
  41. a5d2b4c Break SSL support out of _socket module and place it into a new by Marc-André Lemburg · 23 years ago
  42. a25d995 The Python symtable module depends on .h files that setup.py doesn't track. by Jeremy Hylton · 24 years ago
  43. 60f0188 Merge changes from r22a2-branch back into trunk. Also, change patch by Barry Warsaw · 24 years ago
  44. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 24 years ago
  45. 8652522 Update the Tix version (long overdue :-). by Guido van Rossum · 24 years ago
  46. ab354bb Mention setup.py in the instructions by Andrew M. Kuchling · 24 years ago
  47. b995509 Remove soundex module, as stated by GvR. by Andrew M. Kuchling · 24 years ago
  48. 39c4ed6 Move the signal module back into Setup.config.in so it can be enabled by Andrew M. Kuchling · 24 years ago
  49. 76192ee Support older PYTHON_API_VERSIONs for backwards compatibility. by Martin v. Löwis · 25 years ago
  50. f36fb69 Another _testXXX -> _testcapiXXX renaming. by Tim Peters · 25 years ago
  51. bc7cbcb Added new Python C API _test module to the build mechanism on Unix. by Marc-André Lemburg · 25 years ago
  52. 2de7471 Add entries for the weakref module to the build control. by Fred Drake · 25 years ago
  53. e7c6691 Add back most of the old contents of Setup.dist, with all the modules by Andrew M. Kuchling · 25 years ago
  54. 93b747e Bug #129904: Put back the path component for the Tkinter modules by Andrew M. Kuchling · 25 years ago
  55. 6425efe The signal module has to be compiled statically, so add it to Setup.dist by Andrew M. Kuchling · 25 years ago
  56. 33b4d50 strop doesn't actually seem to be needed by Andrew M. Kuchling · 25 years ago
  57. 3712d39 Patch #102588 / PEP 229: The final piece of this change... by Andrew M. Kuchling · 25 years ago
  58. a888540 Eric the half-a-wit, driven to berserk rage after repeatedly doing by Eric S. Raymond · 25 years ago
  59. a57b89b Committing patch #103216, autodetect of dbmmodule support and building by Barry Warsaw · 25 years ago
  60. ade1607 Move the _socket module closer to the SSL-_socket line (mmap and by Thomas Wouters · 25 years ago
  61. 3d15bd8 Adapted version of Eric Raymond's patches to automatically configure by Guido van Rossum · 25 years ago
  62. ea3375d Jeff Epler's xreadlines module, with slight reformatting and some by Guido van Rossum · 25 years ago
  63. 1a86cbb Add _curses_panel to Setup by Andrew M. Kuchling · 25 years ago
  64. cfc4cf6 Add URL with info for PIL. by Guido van Rossum · 25 years ago
  65. cf3bc8c Rename Setup.in to Setup.dist, and assume that configure will create by Fred Drake · 25 years ago[Renamed (98%) from Modules/Setup.in]
  66. 8f176ac Update the comments for the BSD DB module, including a new pointer to by Fred Drake · 25 years ago
  67. 0422e7f Remove comment about -lucb for the mmap module -- the module has been by Fred Drake · 25 years ago
  68. e64572b Some systems need -lucb to compile the mmap module. Add a comment to by Fred Drake · 25 years ago
  69. c9cb847 Skip Montanaro <skip@mojam.com>: by Fred Drake · 25 years ago
  70. 65f39ad Adjust the name for the socket module in the SSL line. by Thomas Wouters · 25 years ago
  71. b526e5f The socket module is now _socket on all platforms. by Fred Drake · 25 years ago
  72. 61b49b3 Removed the comment about the thread module. by Barry Warsaw · 25 years ago
  73. a22a0b3 pyexpat notes: add the name of the archive to the ar command by Jeremy Hylton · 25 years ago
  74. 3de16f3 Improve explanation of how to build the pyexpat module. by Fred Drake · 25 years ago
  75. 2dabf69 Marc-Andre Lemburg <mal@lemburg.com>: Added new ucnhash module by Bill Tutt. by Marc-André Lemburg · 25 years ago
  76. b7f198e Renamed the C extension for ncurses support from 'curses' to '_curses'. by Andrew M. Kuchling · 25 years ago
  77. 753131c Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 25 years ago
  78. b1387aa The _exceptions module is moved to the Python subdirectory. by Barry Warsaw · 25 years ago
  79. cfa2dba Added the _exceptions module, implementing the built-in class-based by Barry Warsaw · 25 years ago
  80. 2808b74 Remove all references to stdwin. by Guido van Rossum · 25 years ago
  81. 8de1693 This module's name should be linuxaudio*dev*.c by Guido van Rossum · 25 years ago
  82. d1bda0c Added some clarifications to pyexpat. by Guido van Rossum · 25 years ago
  83. b7f1053 Added Python interface to Expat XML parser. by Andrew M. Kuchling · 25 years ago
  84. e567935 Added the _sre module. It is always on. by Guido van Rossum · 25 years ago
  85. aaf0ab2 Add linuxaudio module. by Guido van Rossum · 25 years ago
  86. 1ed7d2d Added mmap module -- map a view of a file into memory on Win32 and Unix. by Andrew M. Kuchling · 25 years ago
  87. c7de91b Marc-Andre Lemburg: Add _codecs and unicodedata modules. by Guido van Rossum · 25 years ago
  88. 61b705a Patch by Fred Gansevles (the module's original author). by Guido van Rossum · 25 years ago
  89. cbdff76 OpenSSL support. This is based on patches for a version of SSLeay by by Guido van Rossum · 26 years ago
  90. 29d2acc Added Greg Stein and Andrew Kuchling's sha module. by Guido van Rossum · 26 years ago
  91. b71c570 Document *static* -- in two places! by Guido van Rossum · 26 years ago
  92. 7d83a5e The variable TESTPATH should be initialized to empty. by Guido van Rossum · 27 years ago
  93. 8bf6dc7 Rearrange the -I flags for compiling _tkinter.c so that by Guido van Rossum · 27 years ago
  94. 3f200d7 Add note about compiling FORMS with -Dclear=__GLclear. by Guido van Rossum · 27 years ago
  95. 605b93d On a recommendation from Sjoerd Mullender, add -Dclear=__GLclear to by Guido van Rossum · 27 years ago
  96. 7fef86e Clarify sharedinstall comment by Guido van Rossum · 27 years ago
  97. 0db4c94 Enable the 'new' module by default. by Guido van Rossum · 27 years ago
  98. bcc2074 Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 27 years ago
  99. 5d30e74 Delete reference to reopmodule.c. Add comment about soundex' obsolescence. by Guido van Rossum · 27 years ago
  100. 74a4347 Looks like mention of http://quest.jpl.nasa.gov/zlib/ got added but by Ken Manheimer · 27 years ago