1. 796720b Mac _Scrap module is now carbon-compliant, so build it on OSX. by Jack Jansen · 22 years ago
  2. 39230b3 Apply a variant of patch by Michael W. Hudson · 22 years ago
  3. 9322727 Patch #497126: Always compile dl. by Martin v. Löwis · 23 years ago
  4. 8efd6ce Update comments about mpz, pointing to gmpy and mxNumber rather than by Guido van Rossum · 23 years ago
  5. e9039b1 build CoreGraphics under darwin by Just van Rossum · 23 years ago
  6. dd67a8e Build _CarbonEvt module on Mac OS X. Still gives a couple of warnings by Jack Jansen · 23 years ago
  7. edeea04 Mods to make WASTE module compile and link for MachoPython. Not tested by Jack Jansen · 23 years ago
  8. 9028d0a Visious hackery to solve a build-control problem related to our use of by Fred Drake · 23 years ago
  9. 38419c0 Wrap some long lines. by Fred Drake · 23 years ago
  10. e7ffbb2 [Bug #480882] Remove now-pointless check for existence for _curses_panel.c; by Andrew M. Kuchling · 23 years ago
  11. 244e761 As of OS X 10.1.1 the version numbering scheme has changed. Convert all "darwin*" to "darwin" and use that for testing. by Jack Jansen · 23 years ago
  12. f5c7677 Support bsddb 3.2. Fixes #483653. by Martin v. Löwis · 23 years ago
  13. f49c6f9 The import check in setup.py fails on Mac OS X for Carbon-based modules by Jack Jansen · 23 years ago
  14. 666b1e7 Link the core with CoreServices, not with Carbon, and don't use any Carbon by Jack Jansen · 23 years ago
  15. c3ffef6 - Build dbm module using libdb1 if it's available. This fixes SF bug "[ by Neil Schemenauer · 23 years ago
  16. a25d995 The Python symtable module depends on .h files that setup.py doesn't track. by Jeremy Hylton · 23 years ago
  17. 3a40f32 Add entry for HotShot. by Fred Drake · 23 years ago
  18. 2f20dab Do not add -shared to linker_so. Any necessary options should already be by Martin v. Löwis · 23 years ago
  19. 57fc210 Fix a spelling error that has been bugging me for longer than I care to admit. by Greg Ward · 23 years ago
  20. 89fb72d [Patch #462258] On Cygwin, don't build Tkinter unless the X header files by Andrew M. Kuchling · 23 years ago
  21. fda3c3d [Patch #462255, from Jason Tishler] Re-enables building the resouce by Andrew M. Kuchling · 23 years ago
  22. 02fac83 Comment tweak: point to Robin Dunn's pybsddb project on SourceForge. by Greg Ward · 23 years ago
  23. 2f760c3 On MacOSX built the toolbox extension modules iff we're building with by Jack Jansen · 23 years ago
  24. 4ca5f38 Disabled _curses modules on MacOSX. The curses version is a 1994 BSD by Jack Jansen · 23 years ago
  25. 60f0188 Merge changes from r22a2-branch back into trunk. Also, change patch by Barry Warsaw · 23 years ago
  26. e81f447 This is supposed to help configure better sort out the various libdb by Skip Montanaro · 23 years ago
  27. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  28. 5aa3c4a Link readline module with ncurses in preference to termcap. [Bug ##441580] by Andrew M. Kuchling · 23 years ago
  29. df82e58 On OSX we should not pass the -shared option to ld: it make the build by Jack Jansen · 23 years ago
  30. 3e4b0e8 Get OPT from the environment to build the CCSHARED command. by Martin v. Löwis · 23 years ago
  31. 194e13c Commented out most of the MacPython modules. There is a discussion on the by Jack Jansen · 23 years ago
  32. 144ebcc Replace moddir and incdir by by Jack Jansen · 23 years ago
  33. 76f373d Repair more now-obsolete references to config.h. by Tim Peters · 23 years ago
  34. 3db5b8c Patch #443669: Permit _tkinter to build on cygwin32. by Martin v. Löwis · 23 years ago
  35. 9eb27a8 Fix bug #437487: "2.1 build on Solaris fails if CC is set" by Andrew M. Kuchling · 23 years ago
  36. 6268669 Patch #411055 from MvL: import each extension after building it, and by Andrew M. Kuchling · 23 years ago
  37. 185bd6f Trim out some cruft by Andrew M. Kuchling · 23 years ago
  38. f52d27e Fix bug #232619: fix misleading warning on installing to lib-dynload by Andrew M. Kuchling · 23 years ago
  39. e697091 Patch by Mark Favas to ensure that the zlib we find is 1.1.3 or by Guido van Rossum · 23 years ago
  40. b1d1969 Remove Tix detection from Tkinter part; lib-tk/Tix attempts to load Tix by Martin v. Löwis · 23 years ago
  41. 9b5abcd Tidy up the ordering of include and library directories, putting by Andrew M. Kuchling · 23 years ago
  42. 5dfa137 Disable the dl module by Andrew M. Kuchling · 23 years ago
  43. 3da989c Fix for bug #405007: prefix subdir to scripts in order to build in by Andrew M. Kuchling · 23 years ago
  44. aece427 Install the pydoc script by Andrew M. Kuchling · 23 years ago
  45. b69c758 Fix for bug #404875: fix typo in setup.py by Andrew M. Kuchling · 23 years ago
  46. 6efc6e7 Patch #404680: disables the nis module and enables the dl module when by Andrew M. Kuchling · 23 years ago
  47. 8d7f086 Patch #103899: Don't compile modules configured in Setup. This seems much by Andrew M. Kuchling · 23 years ago
  48. e06337a Patch #103937: Attempt to get the BSDDB autodetection right (or at least by Andrew M. Kuchling · 23 years ago
  49. cf393f3 Patch #103544: always compile the dl and nis modules on Unix; let's see by Andrew M. Kuchling · 23 years ago
  50. 3c04494 BeOS doesn't have a libm.a, either; noted by Donn Cave by Andrew M. Kuchling · 23 years ago
  51. 3cbdbfb Part of patch #103544: fix detection of BSDDB on BSD systems by Andrew M. Kuchling · 23 years ago
  52. 9a3fd8c Patch #103578 ] _tkinter build fix for he current Debian unstable tcl/tk 8.3 by Andrew M. Kuchling · 23 years ago
  53. d66595f Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call! by Tim Peters · 23 years ago
  54. 5e7cb24 Add minimal interface to symtable: _symtable module. by Jeremy Hylton · 23 years ago
  55. 261b8e2 Whitespace correction... by Marc-André Lemburg · 23 years ago
  56. bc7cbcb Added new Python C API _test module to the build mechanism on Unix. by Marc-André Lemburg · 23 years ago
  57. 2de7471 Add entries for the weakref module to the build control. by Fred Drake · 23 years ago
  58. 66012fe Remove unused import of 'string' Add header comment and __version__ by Andrew M. Kuchling · 23 years ago
  59. 2efc323 Be extra careful with linking against libtermcap. This is now only done by Marc-André Lemburg · 23 years ago
  60. 7c6fcda Fixed setup.py to allow: by Marc-André Lemburg · 23 years ago
  61. 726b78e Patch from Andrew to properly set module source directory. by Neil Schemenauer · 23 years ago
  62. ade711a the ucnhash module is no longer used by Fredrik Lundh · 23 years ago
  63. 34febf5 Modified version of part of patch #102409 for Cygwin: by Andrew M. Kuchling · 23 years ago
  64. 5ddb25f Fix for MacOS X/Darwin: it doesn't need -lm, ever. (Noted by Steven Majewski) by Andrew M. Kuchling · 23 years ago
  65. 14970be unicodedatabase.c is no longer needed thanks to Fredrik's patches. by Marc-André Lemburg · 23 years ago
  66. 1ab29b2 Check for None to decide when pyexpat should not be built. by Martin v. Löwis · 23 years ago
  67. e7c8732 GvR pointed out the correct way to check for statically built modules; by Andrew M. Kuchling · 23 years ago
  68. e3d6e41 Revert a single line of my large change earlier today; this broke the ability by Andrew M. Kuchling · 23 years ago
  69. 5bbc7b9 Patch from Barry: gets rid of two unused imports, by Andrew M. Kuchling · 23 years ago
  70. fbe7376 Sizable reorganization of how header and library files are found by Andrew M. Kuchling · 23 years ago
  71. 6425efe The signal module has to be compiled statically, so add it to Setup.dist by Andrew M. Kuchling · 23 years ago
  72. e7e2ece - compile struct module - get version number from sys.version_info by Neil Schemenauer · 23 years ago
  73. a99202a Fix for bug #129173, reported by Skip Montanaro: by Andrew M. Kuchling · 23 years ago
  74. 4f9e943 Use the extended library search path when looking for readline (simple by Andrew M. Kuchling · 23 years ago
  75. d5c4306 Various clean-ups: by Andrew M. Kuchling · 23 years ago
  76. 00e0f21 [Patch #102588/PEP 229]: by Andrew M. Kuchling · 23 years ago