1. 1e3398a ... and fix the name of the sha1 file name. by doko@ubuntu.com · 12 years ago
  2. dca7303 Fix name of the sha1 extension. by doko@ubuntu.com · 12 years ago
  3. 0684a9d Remove references to removed md5.h and md5.c files. by doko@ubuntu.com · 12 years ago
  4. e41f0de Merge 3.2, fix typos. by Florent Xicluna · 13 years ago
  5. 992d9e0 Fix few typos. by Florent Xicluna · 13 years ago
  6. 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 13 years ago
  7. e2dfefb Issue #10924: Adding salt and Modular Crypt Format to crypt library. by Sean Reifscheider · 13 years ago
  8. 64d010c Removing the comment lines for the modules which were made to build statically. by Senthil Kumaran · 14 years ago
  9. 5c87c1a Fix Issue9545 - Adding _collections to static build. by Senthil Kumaran · 14 years ago
  10. cf86e36 Issue #7989: Added pure python implementation of the datetime module. by Alexander Belopolsky · 14 years ago
  11. 22b6f9d - Mention _posixsubprocess.c in Modules/Setup.dist by Matthias Klose · 14 years ago
  12. f371859 Merged revisions 76978 via svnmerge from by Mark Dickinson · 15 years ago
  13. 664b511 Merged revisions 76861 via svnmerge from by Mark Dickinson · 15 years ago
  14. 1158a33 #3791: remove last traces of bsddb. by Georg Brandl · 15 years ago
  15. b747ed3 adjust Setup.dist to build _functools and _locale by Benjamin Peterson · 15 years ago
  16. 8d8d630 Issue 5682: Move _io module into its own subdirectory. by Alexandre Vassalotti · 15 years ago
  17. 21e5fcd - Modules/Setup.dist: Readd the _functools extension, lost in the io-c merge. by Matthias Klose · 15 years ago
  18. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 15 years ago
  19. 131733a - Modules/Setup.dist: Mention _heapq by Matthias Klose · 15 years ago
  20. a58ea4d - Modules/Setup.dist: Add _bisect by Matthias Klose · 16 years ago
  21. fa1885f - Modules/Setup.dist: add datetime, update _elementtree by Matthias Klose · 16 years ago
  22. e605b66 - Modules/Setup.dist: Update pyexpat by Matthias Klose · 16 years ago
  23. bea0081 - Modules/Setup.dist: Fix typo in last checkin by Matthias Klose · 16 years ago
  24. 2a6beb3 - Modules/Setup.dist: Mention _elementtree and _pickle. by Matthias Klose · 16 years ago
  25. e8068ed - Fix typo in last checkin by Matthias Klose · 16 years ago
  26. 8aea286 Merge 67349 from the trunk: by Matthias Klose · 16 years ago
  27. 9bc9351 Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,66538,66544,66546 via svnmerge from by Benjamin Peterson · 16 years ago
  28. 791dc2f compile _bytesio and _stringio into the binary and initalize stdio before site fixing #3279 by Benjamin Peterson · 16 years ago
  29. 86b2fb9 Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,64744-64746,64756-64761,64767-64769,64771-64772,64774-64775,64788,64793,64835-64836 via svnmerge from by Georg Brandl · 16 years ago
  30. 0312494 Remove last traces of cStringIO. by Georg Brandl · 16 years ago
  31. 0a7ac7d Create the dbm package from PEP 3108. #2881. by Georg Brandl · 16 years ago
  32. 6e47a33 Tkinter, step 5: remove lib-tk subdirectory and update all places where it was mentioned. by Georg Brandl · 16 years ago
  33. 6cf49cf Remove the dl module per PEP 3108. by Neal Norwitz · 16 years ago
  34. 3b8cb17 #1061 (mainly by Thomas Wouters): use weak sets for abc caches. by Georg Brandl · 17 years ago
  35. 9cfc62c cPickle was removed by Neal Norwitz · 17 years ago
  36. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
  37. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  38. 78c1c4d Link _fileio statically -- it is needed during initialization. by Guido van Rossum · 17 years ago
  39. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  40. ebe3e16 Merged revisions 55342-55406 via svnmerge from by Guido van Rossum · 17 years ago
  41. 0368b72 Merged revisions 55225-55227,55229-55269 via svnmerge from by Guido van Rossum · 17 years ago
  42. 670e692 Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also, reimplement atexit in C so it can take advantage of this private API. by Collin Winter · 17 years ago
  43. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  44. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  45. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  46. cd4d1e8 [ 959576 ] Can't build Python on POSIX w/o $HOME by Georg Brandl · 19 years ago
  47. 2a2385d SF bug #1160187: Setup file needs entries for collections, itertools, strop by Raymond Hettinger · 19 years ago
  48. c300175 Patch #579435: Shadow Password Support Module by Martin v. Löwis · 19 years ago
  49. 4e699d5 Remove mpz, rotor, xreadlines modules by Andrew M. Kuchling · 20 years ago
  50. 014f103 SF bug #999776, zlib home page wrong by Neal Norwitz · 20 years ago
  51. 8fbefe2 Patch #993173: Enable audioop on 64-bit platforms. by Martin v. Löwis · 20 years ago
  52. 2bb146f Bring CJKCodecs 1.1 into trunk. This completely reorganizes source by Hye-Shik Chang · 20 years ago
  53. 141d4e5 Add missed entry for cjkcodecs._iso_2022_kr. by Hye-Shik Chang · 20 years ago
  54. 3e2a306 Add CJK codecs support as discussed on python-dev. (SF #873597) by Hye-Shik Chang · 21 years ago
  55. ce59c04 Remove support for SunOS 4. by Skip Montanaro · 21 years ago
  56. 19d1734 Patch #752671: NetBSD needs to link libintl to _locale.so. by Martin v. Löwis · 21 years ago
  57. 3d5cbea Fixed minor typo in Setup.dist. by Gustavo Niemeyer · 21 years ago
  58. 7fb697b Revert Patch #670715: iconv support. by Martin v. Löwis · 21 years ago
  59. 2497982 add _csv build line by Skip Montanaro · 21 years ago
  60. 7b59b42 Added a define EXTRAMACHDEPPATH which can be used to add sys.path items by Jack Jansen · 21 years ago
  61. 727fe66 Add _iconv_codec to Setup.dist. Use PyModule_ functions. by Martin v. Löwis · 21 years ago
  62. 52e14d6 PEP 302 + zipimport: by Just van Rossum · 22 years ago
  63. b28de0d Patch to make _codecs a builtin module. This is necessary since by Marc-André Lemburg · 22 years ago
  64. 5664367 correct wording of comments about old bsddb (now bsddb185) module by Skip Montanaro · 22 years ago
  65. 21645fc Don't try to use unsupported DB versions. by Martin v. Löwis · 22 years ago
  66. 6aa4a1f Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185. by Martin v. Löwis · 22 years ago
  67. 9d416a7 Update the text on the Expat module and library. by Fred Drake · 22 years ago
  68. 5f8a23f Since the errno module is needed by os._execvpe(), and that is used by the by Fred Drake · 22 years ago
  69. bea18cc SF patch 568629 by Oren Tirosh: types made callable. by Guido van Rossum · 22 years ago
  70. bbeb1e6 Document the build process more precisely. Suggested by Hugh Sasse. by Martin v. Löwis · 22 years ago
  71. 2e1c09c Removed old Digital Creations copyright/license notices (with by Guido van Rossum · 22 years ago
  72. a5d2b4c Break SSL support out of _socket module and place it into a new by Marc-André Lemburg · 22 years ago
  73. a25d995 The Python symtable module depends on .h files that setup.py doesn't track. by Jeremy Hylton · 23 years ago
  74. 60f0188 Merge changes from r22a2-branch back into trunk. Also, change patch by Barry Warsaw · 23 years ago
  75. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  76. 8652522 Update the Tix version (long overdue :-). by Guido van Rossum · 23 years ago
  77. ab354bb Mention setup.py in the instructions by Andrew M. Kuchling · 23 years ago
  78. b995509 Remove soundex module, as stated by GvR. by Andrew M. Kuchling · 23 years ago
  79. 39c4ed6 Move the signal module back into Setup.config.in so it can be enabled by Andrew M. Kuchling · 23 years ago
  80. 76192ee Support older PYTHON_API_VERSIONs for backwards compatibility. by Martin v. Löwis · 23 years ago
  81. f36fb69 Another _testXXX -> _testcapiXXX renaming. by Tim Peters · 23 years ago
  82. bc7cbcb Added new Python C API _test module to the build mechanism on Unix. by Marc-André Lemburg · 23 years ago
  83. 2de7471 Add entries for the weakref module to the build control. by Fred Drake · 23 years ago
  84. e7c6691 Add back most of the old contents of Setup.dist, with all the modules by Andrew M. Kuchling · 23 years ago
  85. 93b747e Bug #129904: Put back the path component for the Tkinter modules by Andrew M. Kuchling · 23 years ago
  86. 6425efe The signal module has to be compiled statically, so add it to Setup.dist by Andrew M. Kuchling · 24 years ago
  87. 33b4d50 strop doesn't actually seem to be needed by Andrew M. Kuchling · 24 years ago
  88. 3712d39 Patch #102588 / PEP 229: The final piece of this change... by Andrew M. Kuchling · 24 years ago
  89. a888540 Eric the half-a-wit, driven to berserk rage after repeatedly doing by Eric S. Raymond · 24 years ago
  90. a57b89b Committing patch #103216, autodetect of dbmmodule support and building by Barry Warsaw · 24 years ago
  91. ade1607 Move the _socket module closer to the SSL-_socket line (mmap and by Thomas Wouters · 24 years ago
  92. 3d15bd8 Adapted version of Eric Raymond's patches to automatically configure by Guido van Rossum · 24 years ago
  93. ea3375d Jeff Epler's xreadlines module, with slight reformatting and some by Guido van Rossum · 24 years ago
  94. 1a86cbb Add _curses_panel to Setup by Andrew M. Kuchling · 24 years ago
  95. cfc4cf6 Add URL with info for PIL. by Guido van Rossum · 24 years ago
  96. cf3bc8c Rename Setup.in to Setup.dist, and assume that configure will create by Fred Drake · 24 years ago[Renamed (98%) from Modules/Setup.in]
  97. 8f176ac Update the comments for the BSD DB module, including a new pointer to by Fred Drake · 24 years ago
  98. 0422e7f Remove comment about -lucb for the mmap module -- the module has been by Fred Drake · 24 years ago
  99. e64572b Some systems need -lucb to compile the mmap module. Add a comment to by Fred Drake · 24 years ago
  100. c9cb847 Skip Montanaro <skip@mojam.com>: by Fred Drake · 24 years ago