1. 29d2acc Added Greg Stein and Andrew Kuchling's sha module. by Guido van Rossum · 25 years ago
  2. b71c570 Document *static* -- in two places! by Guido van Rossum · 25 years ago
  3. 7d83a5e The variable TESTPATH should be initialized to empty. by Guido van Rossum · 25 years ago
  4. 8bf6dc7 Rearrange the -I flags for compiling _tkinter.c so that by Guido van Rossum · 25 years ago
  5. 3f200d7 Add note about compiling FORMS with -Dclear=__GLclear. by Guido van Rossum · 26 years ago
  6. 605b93d On a recommendation from Sjoerd Mullender, add -Dclear=__GLclear to by Guido van Rossum · 26 years ago
  7. 7fef86e Clarify sharedinstall comment by Guido van Rossum · 26 years ago
  8. 0db4c94 Enable the 'new' module by default. by Guido van Rossum · 26 years ago
  9. bcc2074 Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
  10. 5d30e74 Delete reference to reopmodule.c. Add comment about soundex' obsolescence. by Guido van Rossum · 26 years ago
  11. 74a4347 Looks like mention of http://quest.jpl.nasa.gov/zlib/ got added but by Ken Manheimer · 26 years ago
  12. 64608cf Updated URL for zlib. by Guido van Rossum · 26 years ago
  13. bef74b5 Add -lld option for AIX to _tkinter rules. by Guido van Rossum · 27 years ago
  14. 9afad04 Move the dbm module around and add an introductory paragraph for dbm, by Guido van Rossum · 27 years ago
  15. a0cbb3d Moved the thread module to its own Setup.thread(.in) file, by Guido van Rossum · 27 years ago
  16. 30e817e Changed the occurrence of *shared* in the example so people won't by Guido van Rossum · 27 years ago
  17. f58575e Comment out crypt by default; it's not used very much and messes up by Guido van Rossum · 27 years ago
  18. 8700fe6 Redone the _tkinter configuration section with support for popular packages. by Guido van Rossum · 27 years ago
  19. 3df69bc Add support for _locale. by Guido van Rossum · 27 years ago
  20. 176bb41 Add the Setup line for the pcre module. by Guido van Rossum · 27 years ago
  21. a9f02b8 Add plat- prefix to MACHDEPPATH, now that it's been removed from MACHDEP. by Guido van Rossum · 27 years ago
  22. ab61c6b Change the names of the subdirectories tkinter and stdwin to by Guido van Rossum · 27 years ago
  23. c7736b9 Added first line to set Emacs makefile mode (pretty colors :-) by Barry Warsaw · 27 years ago
  24. 3f0bff6 Disable the portable multimedia modules (audioop, imageop, rgbimg) by by Guido van Rossum · 27 years ago
  25. fb84255 New version of Vladimir Marangozov's AIX hacks -- simpler etc. by Guido van Rossum · 27 years ago
  26. 0969d36 New mechanism for GNU readline interface, via module by Guido van Rossum · 27 years ago
  27. 7f400be Add pointer to new BSDDB module. by Guido van Rossum · 27 years ago
  28. 007c80e Added reop (moved reop and regex to non-shared section). by Guido van Rossum · 27 years ago
  29. 3b1c89e MACDEPPATH: Remove `sharedmodules' from default value of this variable by Barry Warsaw · 27 years ago
  30. d3d6f8f Add -lgl and -lm for imgfile. Better way to configure zlib. by Guido van Rossum · 27 years ago
  31. 8105821 Added -I$(srcdir) to line for glmodule so we can move cgensupport.h here. by Guido van Rossum · 27 years ago
  32. 7fa3b75 Added cgensupport.c to Setup line for gl module. by Guido van Rossum · 27 years ago
  33. 3d82972 Remove the Emacs shell-script line. It's not a shell script. by Guido van Rossum · 27 years ago
  34. 9722781 The default path components are now all relative instead of absolute paths. by Guido van Rossum · 27 years ago
  35. 159b77f Add Emacs shell-script directive, SunPro version#, and fix typo by Guido van Rossum · 27 years ago
  36. 53bb550 Solaris and IRIX specific instructions for fpectl. by Guido van Rossum · 27 years ago
  37. 10efb05 Add fpectl and fpetest modules. by Guido van Rossum · 27 years ago
  38. 47110d7 Change bsddbmodule.o -> bsddbmodule.c. by Guido van Rossum · 27 years ago
  39. e886ea9 (puremodule.c): New module which exports the Purify and Quantify C API by Barry Warsaw · 28 years ago
  40. 9a0313c Removed _xdr module by Barry Warsaw · 28 years ago
  41. ee88ff9 Add entries for cStringIO and cPickle by Guido van Rossum · 28 years ago
  42. 2e63139 Added Jeremy's resource module. by Guido van Rossum · 28 years ago
  43. 6eed906 Typo (missing _) in _xdr line. by Guido van Rossum · 28 years ago
  44. f00eb71 Get rid of some obsolete modules: by Guido van Rossum · 28 years ago
  45. 613b943 *noconfig* -> *shared*. Add # -lm comment to modules that need it as sharedlib. by Guido van Rossum · 28 years ago
  46. 272841c Changes by Rob Hooft for GMP 2.0.2 by Guido van Rossum · 28 years ago
  47. 73363b5 Added _xdr module by Guido van Rossum · 28 years ago
  48. 82df03e Rationalized instructions for _tkinter.c by Guido van Rossum · 28 years ago
  49. 9e43ae4 Use Tcl/Tk 7.5/4.1 by default. by Guido van Rossum · 28 years ago
  50. 02530b0 Changes for AIX shared libs by Guido van Rossum · 28 years ago
  51. 0c5e3c8 DESTLIB and MACHDESTLIB are now derived from variables set by the Makefile. by Guido van Rossum · 28 years ago
  52. 02ca3ab Remove "." from default path. Also rearrange so that SITEPATH comes by Guido van Rossum · 28 years ago
  53. d3c1bd3 Added operator.c. Moved errno.c. Changes to PYTHONPATH so it includes VERSION by Guido van Rossum · 28 years ago
  54. 4dc6622 Added Sam Rushing's errno module by Guido van Rossum · 28 years ago
  55. 9687a921 Different lines for bsddb module. by Guido van Rossum · 28 years ago
  56. 919c576 added comments about tcl/tk -l options by Guido van Rossum · 28 years ago
  57. 00bd2e5 adde cmath; added version numbers to tk/tcl libs by Guido van Rossum · 29 years ago
  58. ba0311e Renamed module tkinter to _tkinter, moved source to _tkinter.c by Jack Jansen · 29 years ago
  59. b50667d rename binasciimodule.c -> binascii.c; disable parsermodule.c by Guido van Rossum · 29 years ago
  60. d9e9f9c Fred Drake's new parser module by Guido van Rossum · 29 years ago
  61. 1c20648 added SITEPATH and DESTPATH variables by Guido van Rossum · 29 years ago
  62. f45e586 fix typo in bsddb entry by Guido van Rossum · 29 years ago
  63. d639b45 dbhash -> bsddb by Guido van Rossum · 29 years ago
  64. 7278119 Helper module for uuencode and binhex coders by Jack Jansen · 29 years ago
  65. 37ba0bc split config.c in 1000 parts; new main; new unfinished objective-C module by Guido van Rossum · 29 years ago
  66. f8afdcf improved comments for curses, dbhash by Guido van Rossum · 29 years ago
  67. ae75f49 added dbhash; Tk is now officially at 4.0 by Guido van Rossum · 29 years ago
  68. 31affb2 new modules soundex.c and environment.c by Guido van Rossum · 29 years ago
  69. f4449de small clarifications / lay out by Guido van Rossum · 29 years ago
  70. caffcdf moved some stuff around for fewer confusion by Guido van Rossum · 29 years ago
  71. d4837da added some clarifying comments about -lcrypt and Tk 4.0 by Guido van Rossum · 29 years ago
  72. a3c04b0 cosmetics by Guido van Rossum · 30 years ago
  73. 524b588 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  74. 05bf280 clarifications by Guido van Rossum · 30 years ago
  75. c370607 Add pointer to GPL-free MP library by Guido van Rossum · 30 years ago
  76. 0c57abb Removed this module (will be distributed with Jack's package) by Guido van Rossum · 30 years ago
  77. be9f149 Various layout changes; some extra warnings; for IRIX, IRIX 5 is the default. by Guido van Rossum · 30 years ago
  78. cc1b8d5 Specified libraries for flmodule. by Sjoerd Mullender · 30 years ago
  79. bf677ed Put a comment start symbol at the start of a comment that lacked one. by Sjoerd Mullender · 30 years ago
  80. f5e0ea8 * Modules/Setup.in: define PYTHONPATH using COREPYTHONPATH for by Guido van Rossum · 30 years ago
  81. 7cc5abd Support shared library creation. by Guido van Rossum · 30 years ago
  82. e4485b0 Setup.in: added tkinter; rearranged the definition of PYTHONPATH so by Guido van Rossum · 30 years ago
  83. f6971e2 Lance has converted his modules to the new naming conventions, and by Guido van Rossum · 30 years ago
  84. 794b93e * Modules/Setup.*: removed all except Setup.in (huh? I thought by Guido van Rossum · 30 years ago
  85. 4b4c664 * Modules/{Setup.in, gdbmmodule.c}, Doc/{lib,libgdbm}.tex: added by Guido van Rossum · 30 years ago
  86. c65a525 * Modules/{Setup.in,Makefile.pre.in}: renamed some modules to by Guido van Rossum · 30 years ago
  87. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  88. fba715a Added some files to new module by Guido van Rossum · 31 years ago