1. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  2. 8652522 Update the Tix version (long overdue :-). by Guido van Rossum · 23 years ago
  3. ab354bb Mention setup.py in the instructions by Andrew M. Kuchling · 23 years ago
  4. b995509 Remove soundex module, as stated by GvR. by Andrew M. Kuchling · 23 years ago
  5. 39c4ed6 Move the signal module back into Setup.config.in so it can be enabled by Andrew M. Kuchling · 23 years ago
  6. 76192ee Support older PYTHON_API_VERSIONs for backwards compatibility. by Martin v. Löwis · 23 years ago
  7. f36fb69 Another _testXXX -> _testcapiXXX renaming. by Tim Peters · 23 years ago
  8. bc7cbcb Added new Python C API _test module to the build mechanism on Unix. by Marc-André Lemburg · 23 years ago
  9. 2de7471 Add entries for the weakref module to the build control. by Fred Drake · 23 years ago
  10. e7c6691 Add back most of the old contents of Setup.dist, with all the modules by Andrew M. Kuchling · 23 years ago
  11. 93b747e Bug #129904: Put back the path component for the Tkinter modules by Andrew M. Kuchling · 23 years ago
  12. 6425efe The signal module has to be compiled statically, so add it to Setup.dist by Andrew M. Kuchling · 23 years ago
  13. 33b4d50 strop doesn't actually seem to be needed by Andrew M. Kuchling · 24 years ago
  14. 3712d39 Patch #102588 / PEP 229: The final piece of this change... by Andrew M. Kuchling · 24 years ago
  15. a888540 Eric the half-a-wit, driven to berserk rage after repeatedly doing by Eric S. Raymond · 24 years ago
  16. a57b89b Committing patch #103216, autodetect of dbmmodule support and building by Barry Warsaw · 24 years ago
  17. ade1607 Move the _socket module closer to the SSL-_socket line (mmap and by Thomas Wouters · 24 years ago
  18. 3d15bd8 Adapted version of Eric Raymond's patches to automatically configure by Guido van Rossum · 24 years ago
  19. ea3375d Jeff Epler's xreadlines module, with slight reformatting and some by Guido van Rossum · 24 years ago
  20. 1a86cbb Add _curses_panel to Setup by Andrew M. Kuchling · 24 years ago
  21. cfc4cf6 Add URL with info for PIL. by Guido van Rossum · 24 years ago
  22. 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]
  23. 8f176ac Update the comments for the BSD DB module, including a new pointer to by Fred Drake · 24 years ago
  24. 0422e7f Remove comment about -lucb for the mmap module -- the module has been by Fred Drake · 24 years ago
  25. e64572b Some systems need -lucb to compile the mmap module. Add a comment to by Fred Drake · 24 years ago
  26. c9cb847 Skip Montanaro <skip@mojam.com>: by Fred Drake · 24 years ago
  27. 65f39ad Adjust the name for the socket module in the SSL line. by Thomas Wouters · 24 years ago
  28. b526e5f The socket module is now _socket on all platforms. by Fred Drake · 24 years ago
  29. 61b49b3 Removed the comment about the thread module. by Barry Warsaw · 24 years ago
  30. a22a0b3 pyexpat notes: add the name of the archive to the ar command by Jeremy Hylton · 24 years ago
  31. 3de16f3 Improve explanation of how to build the pyexpat module. by Fred Drake · 24 years ago
  32. 2dabf69 Marc-Andre Lemburg <mal@lemburg.com>: Added new ucnhash module by Bill Tutt. by Marc-André Lemburg · 24 years ago
  33. b7f198e Renamed the C extension for ncurses support from 'curses' to '_curses'. by Andrew M. Kuchling · 24 years ago
  34. 753131c Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  35. b1387aa The _exceptions module is moved to the Python subdirectory. by Barry Warsaw · 24 years ago
  36. cfa2dba Added the _exceptions module, implementing the built-in class-based by Barry Warsaw · 24 years ago
  37. 2808b74 Remove all references to stdwin. by Guido van Rossum · 24 years ago
  38. 8de1693 This module's name should be linuxaudio*dev*.c by Guido van Rossum · 24 years ago
  39. d1bda0c Added some clarifications to pyexpat. by Guido van Rossum · 24 years ago
  40. b7f1053 Added Python interface to Expat XML parser. by Andrew M. Kuchling · 24 years ago
  41. e567935 Added the _sre module. It is always on. by Guido van Rossum · 24 years ago
  42. aaf0ab2 Add linuxaudio module. by Guido van Rossum · 24 years ago
  43. 1ed7d2d Added mmap module -- map a view of a file into memory on Win32 and Unix. by Andrew M. Kuchling · 24 years ago
  44. c7de91b Marc-Andre Lemburg: Add _codecs and unicodedata modules. by Guido van Rossum · 24 years ago
  45. 61b705a Patch by Fred Gansevles (the module's original author). by Guido van Rossum · 24 years ago
  46. cbdff76 OpenSSL support. This is based on patches for a version of SSLeay by by Guido van Rossum · 25 years ago
  47. 29d2acc Added Greg Stein and Andrew Kuchling's sha module. by Guido van Rossum · 25 years ago
  48. b71c570 Document *static* -- in two places! by Guido van Rossum · 25 years ago
  49. 7d83a5e The variable TESTPATH should be initialized to empty. by Guido van Rossum · 25 years ago
  50. 8bf6dc7 Rearrange the -I flags for compiling _tkinter.c so that by Guido van Rossum · 25 years ago
  51. 3f200d7 Add note about compiling FORMS with -Dclear=__GLclear. by Guido van Rossum · 26 years ago
  52. 605b93d On a recommendation from Sjoerd Mullender, add -Dclear=__GLclear to by Guido van Rossum · 26 years ago
  53. 7fef86e Clarify sharedinstall comment by Guido van Rossum · 26 years ago
  54. 0db4c94 Enable the 'new' module by default. by Guido van Rossum · 26 years ago
  55. bcc2074 Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
  56. 5d30e74 Delete reference to reopmodule.c. Add comment about soundex' obsolescence. by Guido van Rossum · 26 years ago
  57. 74a4347 Looks like mention of http://quest.jpl.nasa.gov/zlib/ got added but by Ken Manheimer · 26 years ago
  58. 64608cf Updated URL for zlib. by Guido van Rossum · 26 years ago
  59. bef74b5 Add -lld option for AIX to _tkinter rules. by Guido van Rossum · 27 years ago
  60. 9afad04 Move the dbm module around and add an introductory paragraph for dbm, by Guido van Rossum · 27 years ago
  61. a0cbb3d Moved the thread module to its own Setup.thread(.in) file, by Guido van Rossum · 27 years ago
  62. 30e817e Changed the occurrence of *shared* in the example so people won't by Guido van Rossum · 27 years ago
  63. f58575e Comment out crypt by default; it's not used very much and messes up by Guido van Rossum · 27 years ago
  64. 8700fe6 Redone the _tkinter configuration section with support for popular packages. by Guido van Rossum · 27 years ago
  65. 3df69bc Add support for _locale. by Guido van Rossum · 27 years ago
  66. 176bb41 Add the Setup line for the pcre module. by Guido van Rossum · 27 years ago
  67. a9f02b8 Add plat- prefix to MACHDEPPATH, now that it's been removed from MACHDEP. by Guido van Rossum · 27 years ago
  68. ab61c6b Change the names of the subdirectories tkinter and stdwin to by Guido van Rossum · 27 years ago
  69. c7736b9 Added first line to set Emacs makefile mode (pretty colors :-) by Barry Warsaw · 27 years ago
  70. 3f0bff6 Disable the portable multimedia modules (audioop, imageop, rgbimg) by by Guido van Rossum · 27 years ago
  71. fb84255 New version of Vladimir Marangozov's AIX hacks -- simpler etc. by Guido van Rossum · 27 years ago
  72. 0969d36 New mechanism for GNU readline interface, via module by Guido van Rossum · 27 years ago
  73. 7f400be Add pointer to new BSDDB module. by Guido van Rossum · 27 years ago
  74. 007c80e Added reop (moved reop and regex to non-shared section). by Guido van Rossum · 27 years ago
  75. 3b1c89e MACDEPPATH: Remove `sharedmodules' from default value of this variable by Barry Warsaw · 27 years ago
  76. d3d6f8f Add -lgl and -lm for imgfile. Better way to configure zlib. by Guido van Rossum · 27 years ago
  77. 8105821 Added -I$(srcdir) to line for glmodule so we can move cgensupport.h here. by Guido van Rossum · 27 years ago
  78. 7fa3b75 Added cgensupport.c to Setup line for gl module. by Guido van Rossum · 27 years ago
  79. 3d82972 Remove the Emacs shell-script line. It's not a shell script. by Guido van Rossum · 27 years ago
  80. 9722781 The default path components are now all relative instead of absolute paths. by Guido van Rossum · 27 years ago
  81. 159b77f Add Emacs shell-script directive, SunPro version#, and fix typo by Guido van Rossum · 27 years ago
  82. 53bb550 Solaris and IRIX specific instructions for fpectl. by Guido van Rossum · 27 years ago
  83. 10efb05 Add fpectl and fpetest modules. by Guido van Rossum · 27 years ago
  84. 47110d7 Change bsddbmodule.o -> bsddbmodule.c. by Guido van Rossum · 27 years ago
  85. e886ea9 (puremodule.c): New module which exports the Purify and Quantify C API by Barry Warsaw · 28 years ago
  86. 9a0313c Removed _xdr module by Barry Warsaw · 28 years ago
  87. ee88ff9 Add entries for cStringIO and cPickle by Guido van Rossum · 28 years ago
  88. 2e63139 Added Jeremy's resource module. by Guido van Rossum · 28 years ago
  89. 6eed906 Typo (missing _) in _xdr line. by Guido van Rossum · 28 years ago
  90. f00eb71 Get rid of some obsolete modules: by Guido van Rossum · 28 years ago
  91. 613b943 *noconfig* -> *shared*. Add # -lm comment to modules that need it as sharedlib. by Guido van Rossum · 28 years ago
  92. 272841c Changes by Rob Hooft for GMP 2.0.2 by Guido van Rossum · 28 years ago
  93. 73363b5 Added _xdr module by Guido van Rossum · 28 years ago
  94. 82df03e Rationalized instructions for _tkinter.c by Guido van Rossum · 28 years ago
  95. 9e43ae4 Use Tcl/Tk 7.5/4.1 by default. by Guido van Rossum · 28 years ago
  96. 02530b0 Changes for AIX shared libs by Guido van Rossum · 28 years ago
  97. 0c5e3c8 DESTLIB and MACHDESTLIB are now derived from variables set by the Makefile. by Guido van Rossum · 28 years ago
  98. 02ca3ab Remove "." from default path. Also rearrange so that SITEPATH comes by Guido van Rossum · 28 years ago
  99. d3c1bd3 Added operator.c. Moved errno.c. Changes to PYTHONPATH so it includes VERSION by Guido van Rossum · 28 years ago
  100. 4dc6622 Added Sam Rushing's errno module by Guido van Rossum · 28 years ago