Final head of the former 2.1 branch
  1. 3c7a3ab Backport this fix: by Barry Warsaw · 22 years ago
  2. 1c7f511 The errno module needs to be statically linked, since it is now needed during by Fred Drake · 23 years ago
  3. cec94a5 Don;t build curses on MacOSX 10.1 or later. This is patch 496905, and by Jack Jansen · 24 years ago
  4. e637074 backport 1.53 - prevent ncurses being built on Mac OS X. by Anthony Baxter · 24 years ago
  5. 98cc791 Backport AMK's checkin 1.42: by Thomas Wouters · 24 years ago
  6. e697091 Patch by Mark Favas to ensure that the zlib we find is 1.1.3 or by Guido van Rossum · 24 years ago
  7. b1d1969 Remove Tix detection from Tkinter part; lib-tk/Tix attempts to load Tix by Martin v. Löwis · 24 years ago
  8. 9b5abcd Tidy up the ordering of include and library directories, putting by Andrew M. Kuchling · 24 years ago
  9. 5dfa137 Disable the dl module by Andrew M. Kuchling · 24 years ago
  10. 3da989c Fix for bug #405007: prefix subdir to scripts in order to build in by Andrew M. Kuchling · 24 years ago
  11. aece427 Install the pydoc script by Andrew M. Kuchling · 24 years ago
  12. b69c758 Fix for bug #404875: fix typo in setup.py by Andrew M. Kuchling · 24 years ago
  13. 6efc6e7 Patch #404680: disables the nis module and enables the dl module when by Andrew M. Kuchling · 24 years ago
  14. 8d7f086 Patch #103899: Don't compile modules configured in Setup. This seems much by Andrew M. Kuchling · 24 years ago
  15. e06337a Patch #103937: Attempt to get the BSDDB autodetection right (or at least by Andrew M. Kuchling · 24 years ago
  16. cf393f3 Patch #103544: always compile the dl and nis modules on Unix; let's see by Andrew M. Kuchling · 25 years ago
  17. 3c04494 BeOS doesn't have a libm.a, either; noted by Donn Cave by Andrew M. Kuchling · 25 years ago
  18. 3cbdbfb Part of patch #103544: fix detection of BSDDB on BSD systems by Andrew M. Kuchling · 25 years ago
  19. 9a3fd8c Patch #103578 ] _tkinter build fix for he current Debian unstable tcl/tk 8.3 by Andrew M. Kuchling · 25 years ago
  20. d66595f Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call! by Tim Peters · 25 years ago
  21. 5e7cb24 Add minimal interface to symtable: _symtable module. by Jeremy Hylton · 25 years ago
  22. 261b8e2 Whitespace correction... by Marc-André Lemburg · 25 years ago
  23. bc7cbcb Added new Python C API _test module to the build mechanism on Unix. by Marc-André Lemburg · 25 years ago
  24. 2de7471 Add entries for the weakref module to the build control. by Fred Drake · 25 years ago
  25. 66012fe Remove unused import of 'string' Add header comment and __version__ by Andrew M. Kuchling · 25 years ago
  26. 2efc323 Be extra careful with linking against libtermcap. This is now only done by Marc-André Lemburg · 25 years ago
  27. 7c6fcda Fixed setup.py to allow: by Marc-André Lemburg · 25 years ago
  28. 726b78e Patch from Andrew to properly set module source directory. by Neil Schemenauer · 25 years ago
  29. ade711a the ucnhash module is no longer used by Fredrik Lundh · 25 years ago
  30. 34febf5 Modified version of part of patch #102409 for Cygwin: by Andrew M. Kuchling · 25 years ago
  31. 5ddb25f Fix for MacOS X/Darwin: it doesn't need -lm, ever. (Noted by Steven Majewski) by Andrew M. Kuchling · 25 years ago
  32. 14970be unicodedatabase.c is no longer needed thanks to Fredrik's patches. by Marc-André Lemburg · 25 years ago
  33. 1ab29b2 Check for None to decide when pyexpat should not be built. by Martin v. Löwis · 25 years ago
  34. e7c8732 GvR pointed out the correct way to check for statically built modules; by Andrew M. Kuchling · 25 years ago
  35. e3d6e41 Revert a single line of my large change earlier today; this broke the ability by Andrew M. Kuchling · 25 years ago
  36. 5bbc7b9 Patch from Barry: gets rid of two unused imports, by Andrew M. Kuchling · 25 years ago
  37. fbe7376 Sizable reorganization of how header and library files are found by Andrew M. Kuchling · 25 years ago
  38. 6425efe The signal module has to be compiled statically, so add it to Setup.dist by Andrew M. Kuchling · 25 years ago
  39. e7e2ece - compile struct module - get version number from sys.version_info by Neil Schemenauer · 25 years ago
  40. a99202a Fix for bug #129173, reported by Skip Montanaro: by Andrew M. Kuchling · 25 years ago
  41. 4f9e943 Use the extended library search path when looking for readline (simple by Andrew M. Kuchling · 25 years ago
  42. d5c4306 Various clean-ups: by Andrew M. Kuchling · 25 years ago
  43. 00e0f21 [Patch #102588/PEP 229]: by Andrew M. Kuchling · 25 years ago