1. f8ca836 Patch implementing bz2 module. by Gustavo Niemeyer · 22 years ago
  2. e0fea6c [SF bug 620364] by Guido van Rossum · 22 years ago
  3. fa82181 Disable building of the fpectl module -- it's dangerous or useless by Guido van Rossum · 22 years ago
  4. 770acd3 Only build the 'dl' extension when sys.maxint equals 2**31-1. by Guido van Rossum · 22 years ago
  5. 983258e Revived the Carbon.Help module, but implementing the MacHelp API in stead by Jack Jansen · 22 years ago
  6. ccfdde8 Slight reordering of directories searched for BerkDB libs and include files. by Skip Montanaro · 22 years ago
  7. d28216b Patch #588564: _locale library patch by Jason Tishler · 22 years ago
  8. 259b1e1 Regress Guido's change of 2002/08/06 to check for the zlib version by Barry Warsaw · 22 years ago
  9. 8cdc03d Update the URL for getting zlib, and update the minimal required by Guido van Rossum · 22 years ago
  10. 5f8a23f Since the errno module is needed by os._execvpe(), and that is used by the by Fred Drake · 22 years ago
  11. a30d144 Build the _IBCarbon module. by Jack Jansen · 22 years ago
  12. c4c7180 Revert last checkin. Man, that was stupid. by Michael W. Hudson · 22 years ago
  13. 210f558 Another fix for: by Michael W. Hudson · 22 years ago
  14. 90b8e4d Fix for by Michael W. Hudson · 22 years ago
  15. d1b2045 The readme file said that OSX Carbon modules were only built for by Jack Jansen · 22 years ago
  16. 73aa1ff More fixes for building MacPython extension modules. It now actually succeeds by Jack Jansen · 22 years ago
  17. 4439b7c Fixed a few showstoppers in the process of making MacPython use setup.py to build it's exension modules (in stead of relying on a private mechanism). It definitely doesn't work yet, but it looks promising. by Jack Jansen · 22 years ago
  18. 6fe3d70 In the Extension() call, add runtime_library_dirs so that a useful by Barry Warsaw · 22 years ago
  19. 0b06be7 Patch #557719 by Tony Lownds, slightly massaged by me: streamline the by Jack Jansen · 22 years ago
  20. fc8341d Update description of the Expat library. Closes SF bug #556370. by Fred Drake · 22 years ago
  21. 57454e5 This introduces stricter library/header file checking for the Berkeley DB by Skip Montanaro · 22 years ago
  22. 340043e Munge depends files to have absolute paths. by Jeremy Hylton · 22 years ago
  23. df1e092 Get rid of accidentally checked-in reference to "bits". by Guido van Rossum · 22 years ago
  24. 47d3a7a Add dependencies on socketmodule.h. by Guido van Rossum · 22 years ago
  25. f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 22 years ago
  26. 16c8d70 When using a Python that has not been installed to build 3rd-party by Fred Drake · 22 years ago
  27. 24cf776 Patch #491107: Cygwin setup.py import workaround patch by Jason Tishler · 22 years ago
  28. 2e1c09c Removed old Digital Creations copyright/license notices (with by Guido van Rossum · 22 years ago
  29. 03ffbcd Fix SF # 532618 517704, install problems when building modules fail. by Neal Norwitz · 22 years ago
  30. 0c46c0c Apply Jack's patch attached to by Michael W. Hudson · 22 years ago
  31. 7113d96 Changes to what we do to modules that don't import, as discussed on python-dev. by Michael W. Hudson · 22 years ago
  32. a5d2b4c Break SSL support out of _socket module and place it into a new by Marc-André Lemburg · 22 years ago
  33. 8301256 Compute expat -I directives from srcdir. Fixes #517214. by Martin v. Löwis · 22 years ago
  34. 8fef47b Define VERSION in expat.h. by Martin v. Löwis · 22 years ago
  35. cf453fe Use included Expat library. Drop support for older expat versions. by Martin v. Löwis · 22 years ago
  36. af14289 Fix for by Michael W. Hudson · 22 years ago
  37. 5b10910 Sjoerd Mullender pointed out that setup.py contained some tabs, by Michael W. Hudson · 22 years ago
  38. 796720b Mac _Scrap module is now carbon-compliant, so build it on OSX. by Jack Jansen · 22 years ago
  39. 39230b3 Apply a variant of patch by Michael W. Hudson · 22 years ago
  40. 9322727 Patch #497126: Always compile dl. by Martin v. Löwis · 22 years ago
  41. 8efd6ce Update comments about mpz, pointing to gmpy and mxNumber rather than by Guido van Rossum · 23 years ago
  42. e9039b1 build CoreGraphics under darwin by Just van Rossum · 23 years ago
  43. dd67a8e Build _CarbonEvt module on Mac OS X. Still gives a couple of warnings by Jack Jansen · 23 years ago
  44. edeea04 Mods to make WASTE module compile and link for MachoPython. Not tested by Jack Jansen · 23 years ago
  45. 9028d0a Visious hackery to solve a build-control problem related to our use of by Fred Drake · 23 years ago
  46. 38419c0 Wrap some long lines. by Fred Drake · 23 years ago
  47. e7ffbb2 [Bug #480882] Remove now-pointless check for existence for _curses_panel.c; by Andrew M. Kuchling · 23 years ago
  48. 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
  49. f5c7677 Support bsddb 3.2. Fixes #483653. by Martin v. Löwis · 23 years ago
  50. f49c6f9 The import check in setup.py fails on Mac OS X for Carbon-based modules by Jack Jansen · 23 years ago
  51. 666b1e7 Link the core with CoreServices, not with Carbon, and don't use any Carbon by Jack Jansen · 23 years ago
  52. c3ffef6 - Build dbm module using libdb1 if it's available. This fixes SF bug "[ by Neil Schemenauer · 23 years ago
  53. a25d995 The Python symtable module depends on .h files that setup.py doesn't track. by Jeremy Hylton · 23 years ago
  54. 3a40f32 Add entry for HotShot. by Fred Drake · 23 years ago
  55. 2f20dab Do not add -shared to linker_so. Any necessary options should already be by Martin v. Löwis · 23 years ago
  56. 57fc210 Fix a spelling error that has been bugging me for longer than I care to admit. by Greg Ward · 23 years ago
  57. 89fb72d [Patch #462258] On Cygwin, don't build Tkinter unless the X header files by Andrew M. Kuchling · 23 years ago
  58. fda3c3d [Patch #462255, from Jason Tishler] Re-enables building the resouce by Andrew M. Kuchling · 23 years ago
  59. 02fac83 Comment tweak: point to Robin Dunn's pybsddb project on SourceForge. by Greg Ward · 23 years ago
  60. 2f760c3 On MacOSX built the toolbox extension modules iff we're building with by Jack Jansen · 23 years ago
  61. 4ca5f38 Disabled _curses modules on MacOSX. The curses version is a 1994 BSD by Jack Jansen · 23 years ago
  62. 60f0188 Merge changes from r22a2-branch back into trunk. Also, change patch by Barry Warsaw · 23 years ago
  63. e81f447 This is supposed to help configure better sort out the various libdb by Skip Montanaro · 23 years ago
  64. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  65. 5aa3c4a Link readline module with ncurses in preference to termcap. [Bug ##441580] by Andrew M. Kuchling · 23 years ago
  66. df82e58 On OSX we should not pass the -shared option to ld: it make the build by Jack Jansen · 23 years ago
  67. 3e4b0e8 Get OPT from the environment to build the CCSHARED command. by Martin v. Löwis · 23 years ago
  68. 194e13c Commented out most of the MacPython modules. There is a discussion on the by Jack Jansen · 23 years ago
  69. 144ebcc Replace moddir and incdir by by Jack Jansen · 23 years ago
  70. 76f373d Repair more now-obsolete references to config.h. by Tim Peters · 23 years ago
  71. 3db5b8c Patch #443669: Permit _tkinter to build on cygwin32. by Martin v. Löwis · 23 years ago
  72. 9eb27a8 Fix bug #437487: "2.1 build on Solaris fails if CC is set" by Andrew M. Kuchling · 23 years ago
  73. 6268669 Patch #411055 from MvL: import each extension after building it, and by Andrew M. Kuchling · 23 years ago
  74. 185bd6f Trim out some cruft by Andrew M. Kuchling · 23 years ago
  75. f52d27e Fix bug #232619: fix misleading warning on installing to lib-dynload by Andrew M. Kuchling · 23 years ago
  76. e697091 Patch by Mark Favas to ensure that the zlib we find is 1.1.3 or by Guido van Rossum · 23 years ago
  77. b1d1969 Remove Tix detection from Tkinter part; lib-tk/Tix attempts to load Tix by Martin v. Löwis · 23 years ago
  78. 9b5abcd Tidy up the ordering of include and library directories, putting by Andrew M. Kuchling · 23 years ago
  79. 5dfa137 Disable the dl module by Andrew M. Kuchling · 23 years ago
  80. 3da989c Fix for bug #405007: prefix subdir to scripts in order to build in by Andrew M. Kuchling · 23 years ago
  81. aece427 Install the pydoc script by Andrew M. Kuchling · 23 years ago
  82. b69c758 Fix for bug #404875: fix typo in setup.py by Andrew M. Kuchling · 23 years ago
  83. 6efc6e7 Patch #404680: disables the nis module and enables the dl module when by Andrew M. Kuchling · 23 years ago
  84. 8d7f086 Patch #103899: Don't compile modules configured in Setup. This seems much by Andrew M. Kuchling · 23 years ago
  85. e06337a Patch #103937: Attempt to get the BSDDB autodetection right (or at least by Andrew M. Kuchling · 23 years ago
  86. cf393f3 Patch #103544: always compile the dl and nis modules on Unix; let's see by Andrew M. Kuchling · 23 years ago
  87. 3c04494 BeOS doesn't have a libm.a, either; noted by Donn Cave by Andrew M. Kuchling · 23 years ago
  88. 3cbdbfb Part of patch #103544: fix detection of BSDDB on BSD systems by Andrew M. Kuchling · 23 years ago
  89. 9a3fd8c Patch #103578 ] _tkinter build fix for he current Debian unstable tcl/tk 8.3 by Andrew M. Kuchling · 23 years ago
  90. d66595f Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call! by Tim Peters · 23 years ago
  91. 5e7cb24 Add minimal interface to symtable: _symtable module. by Jeremy Hylton · 23 years ago
  92. 261b8e2 Whitespace correction... by Marc-André Lemburg · 23 years ago
  93. bc7cbcb Added new Python C API _test module to the build mechanism on Unix. by Marc-André Lemburg · 23 years ago
  94. 2de7471 Add entries for the weakref module to the build control. by Fred Drake · 23 years ago
  95. 66012fe Remove unused import of 'string' Add header comment and __version__ by Andrew M. Kuchling · 23 years ago
  96. 2efc323 Be extra careful with linking against libtermcap. This is now only done by Marc-André Lemburg · 23 years ago
  97. 7c6fcda Fixed setup.py to allow: by Marc-André Lemburg · 23 years ago
  98. 726b78e Patch from Andrew to properly set module source directory. by Neil Schemenauer · 23 years ago
  99. ade711a the ucnhash module is no longer used by Fredrik Lundh · 23 years ago
  100. 34febf5 Modified version of part of patch #102409 for Cygwin: by Andrew M. Kuchling · 23 years ago