1. 0b27ff9 SF patch #712367, get build working on AIX by Neal Norwitz · 21 years ago
  2. 718d307 Get locale module to build on aix4 by Neal Norwitz · 21 years ago
  3. ba9e978 build _csv extension module by Skip Montanaro · 21 years ago
  4. 7a251db Build the OSATerminology module on MacOSX. by Jack Jansen · 21 years ago
  5. d792848 _CG module only needs the ApplicationServices framework, not Carbon. by Jack Jansen · 21 years ago
  6. 6e2d1c7 Just pointed out the code was better written with by Neal Norwitz · 21 years ago
  7. 3f5fcc8 Fix SF bug #690012 (among others), iconv_codec stops build by Neal Norwitz · 21 years ago
  8. 9ce623f That fix was bogus, undone. The problem is that the iconv include file by Jack Jansen · 21 years ago
  9. 70ec40b The test for iconv_incs tested explicitly for None, but [] is returned by Jack Jansen · 21 years ago
  10. c3bbeb3 ossaudiodev has been building, so remove unnecessary pass and invalid comment by Neal Norwitz · 21 years ago
  11. 14ee89c Add PEP 301 metadata. by Guido van Rossum · 21 years ago
  12. 12471d6 Don't use self.announce() in a function that's not a method. by Guido van Rossum · 21 years ago
  13. 0feb8c3 Don't try to build dl on darwin. It doesn't build out of the box, and it by Jack Jansen · 21 years ago
  14. 0c016a9 Re-enable compiling ossaudiodev now that it seems to work again. by Guido van Rossum · 21 years ago
  15. 6c7438e Add compilation instructions for xxmodule.c. by Guido van Rossum · 21 years ago
  16. 9181c94 This patch reverts the following: by Jason Tishler · 21 years ago
  17. cccac1a This patch enables Cygwin Python to build _tkinter against Tcl/Tk 8.4. by Jason Tishler · 21 years ago
  18. d156c2d Get ossaudiodev to compile on freebsd 4.7 by Neal Norwitz · 21 years ago
  19. 96ef811 Move itertools module from the sandbox and into production. by Raymond Hettinger · 21 years ago
  20. 2c60f7a Whitespace normalization. by Tim Peters · 21 years ago
  21. 9789aef Patch #670715: Universal Unicode Codec for POSIX iconv. by Martin v. Löwis · 21 years ago
  22. fc03a94 Incorporate Expat 1.95.6. by Martin v. Löwis · 21 years ago
  23. 81d40d6 ossaudiodev.c currently gives compilation errors, and Greg doesn't fix by Guido van Rossum · 21 years ago
  24. 0a6355e Add reminder that ossaudiodev can/should also be built on FreeBSD. by Greg Ward · 21 years ago
  25. dca3f2f Enable building and testing of ossaudiodev for Linux. by Guido van Rossum · 21 years ago
  26. 5a47e5b The bsddb3 library does not build w/ Berkeley DB 3.0. 3.1 is the earliest by Skip Montanaro · 21 years ago
  27. decc6a4 Split OPT make variable into OPT and BASECFLAGS. The latter contains those by Skip Montanaro · 21 years ago
  28. bbe8961 Patch #660485: Cygwin _tkinter Tcl/Tk 8.3 patch by Jason Tishler · 21 years ago
  29. 40819d5 Search for and use BerkeleyDB 4.1 if it's available. Python's by Barry Warsaw · 21 years ago
  30. 40f6217 SF patch 658251: Install a C implementation of the Mersenne Twister as the by Raymond Hettinger · 22 years ago
  31. 6810f92 The extension module macfs has been replaced by a pure Python version. by Jack Jansen · 22 years ago
  32. 529a505 This is J. Lewis Muir's patch: by Michael W. Hudson · 22 years ago
  33. a29d508 Build the datetime module for *n*x. by Guido van Rossum · 22 years ago
  34. 427a290 Patch #629126: Detect BLT by also looking for libBLT. by Martin v. Löwis · 22 years ago
  35. b28de0d Patch to make _codecs a builtin module. This is necessary since by Marc-André Lemburg · 22 years ago
  36. a37d61f Correct db3 /opt/sfw library path. Link ndbm with libc only if ndbm.h by Martin v. Löwis · 22 years ago
  37. 05d4d56 Search in standard library and include dirs for Sleepycat stuff. Fixes #590377. by Martin v. Löwis · 22 years ago
  38. a246d9f [Patch #641685] setup.py contained code for finding libraries, instead by Andrew M. Kuchling · 22 years ago
  39. 05ced6a Don't disable building Mac-specific modules for a non-framework build: by Just van Rossum · 22 years ago
  40. d0e59fb Added the alias manager too. The interface isn't perfect yet: the alias by Jack Jansen · 22 years ago
  41. e2ba873 Got angry and added support for pretty much the whole file and folder by Jack Jansen · 22 years ago
  42. 21645fc Don't try to use unsupported DB versions. by Martin v. Löwis · 22 years ago
  43. 6aa4a1f Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185. by Martin v. Löwis · 22 years ago
  44. cc40ced Look in db4 directories when checking for db4. by Martin v. Löwis · 22 years ago
  45. 15628fe Simply delete the fpectl module, instead of leaving it commented out; by Andrew M. Kuchling · 22 years ago
  46. f8ca836 Patch implementing bz2 module. by Gustavo Niemeyer · 22 years ago
  47. e0fea6c [SF bug 620364] by Guido van Rossum · 22 years ago
  48. fa82181 Disable building of the fpectl module -- it's dangerous or useless by Guido van Rossum · 22 years ago
  49. 770acd3 Only build the 'dl' extension when sys.maxint equals 2**31-1. by Guido van Rossum · 22 years ago
  50. 983258e Revived the Carbon.Help module, but implementing the MacHelp API in stead by Jack Jansen · 22 years ago
  51. ccfdde8 Slight reordering of directories searched for BerkDB libs and include files. by Skip Montanaro · 22 years ago
  52. d28216b Patch #588564: _locale library patch by Jason Tishler · 22 years ago
  53. 259b1e1 Regress Guido's change of 2002/08/06 to check for the zlib version by Barry Warsaw · 22 years ago
  54. 8cdc03d Update the URL for getting zlib, and update the minimal required by Guido van Rossum · 22 years ago
  55. 5f8a23f Since the errno module is needed by os._execvpe(), and that is used by the by Fred Drake · 22 years ago
  56. a30d144 Build the _IBCarbon module. by Jack Jansen · 22 years ago
  57. c4c7180 Revert last checkin. Man, that was stupid. by Michael W. Hudson · 22 years ago
  58. 210f558 Another fix for: by Michael W. Hudson · 22 years ago
  59. 90b8e4d Fix for by Michael W. Hudson · 22 years ago
  60. d1b2045 The readme file said that OSX Carbon modules were only built for by Jack Jansen · 22 years ago
  61. 73aa1ff More fixes for building MacPython extension modules. It now actually succeeds by Jack Jansen · 22 years ago
  62. 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
  63. 6fe3d70 In the Extension() call, add runtime_library_dirs so that a useful by Barry Warsaw · 22 years ago
  64. 0b06be7 Patch #557719 by Tony Lownds, slightly massaged by me: streamline the by Jack Jansen · 22 years ago
  65. fc8341d Update description of the Expat library. Closes SF bug #556370. by Fred Drake · 22 years ago
  66. 57454e5 This introduces stricter library/header file checking for the Berkeley DB by Skip Montanaro · 22 years ago
  67. 340043e Munge depends files to have absolute paths. by Jeremy Hylton · 22 years ago
  68. df1e092 Get rid of accidentally checked-in reference to "bits". by Guido van Rossum · 22 years ago
  69. 47d3a7a Add dependencies on socketmodule.h. by Guido van Rossum · 22 years ago
  70. f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 22 years ago
  71. 16c8d70 When using a Python that has not been installed to build 3rd-party by Fred Drake · 22 years ago
  72. 24cf776 Patch #491107: Cygwin setup.py import workaround patch by Jason Tishler · 22 years ago
  73. 2e1c09c Removed old Digital Creations copyright/license notices (with by Guido van Rossum · 22 years ago
  74. 03ffbcd Fix SF # 532618 517704, install problems when building modules fail. by Neal Norwitz · 22 years ago
  75. 0c46c0c Apply Jack's patch attached to by Michael W. Hudson · 22 years ago
  76. 7113d96 Changes to what we do to modules that don't import, as discussed on python-dev. by Michael W. Hudson · 22 years ago
  77. a5d2b4c Break SSL support out of _socket module and place it into a new by Marc-André Lemburg · 22 years ago
  78. 8301256 Compute expat -I directives from srcdir. Fixes #517214. by Martin v. Löwis · 22 years ago
  79. 8fef47b Define VERSION in expat.h. by Martin v. Löwis · 22 years ago
  80. cf453fe Use included Expat library. Drop support for older expat versions. by Martin v. Löwis · 22 years ago
  81. af14289 Fix for by Michael W. Hudson · 22 years ago
  82. 5b10910 Sjoerd Mullender pointed out that setup.py contained some tabs, by Michael W. Hudson · 22 years ago
  83. 796720b Mac _Scrap module is now carbon-compliant, so build it on OSX. by Jack Jansen · 22 years ago
  84. 39230b3 Apply a variant of patch by Michael W. Hudson · 22 years ago
  85. 9322727 Patch #497126: Always compile dl. by Martin v. Löwis · 22 years ago
  86. 8efd6ce Update comments about mpz, pointing to gmpy and mxNumber rather than by Guido van Rossum · 23 years ago
  87. e9039b1 build CoreGraphics under darwin by Just van Rossum · 23 years ago
  88. dd67a8e Build _CarbonEvt module on Mac OS X. Still gives a couple of warnings by Jack Jansen · 23 years ago
  89. edeea04 Mods to make WASTE module compile and link for MachoPython. Not tested by Jack Jansen · 23 years ago
  90. 9028d0a Visious hackery to solve a build-control problem related to our use of by Fred Drake · 23 years ago
  91. 38419c0 Wrap some long lines. by Fred Drake · 23 years ago
  92. e7ffbb2 [Bug #480882] Remove now-pointless check for existence for _curses_panel.c; by Andrew M. Kuchling · 23 years ago
  93. 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
  94. f5c7677 Support bsddb 3.2. Fixes #483653. by Martin v. Löwis · 23 years ago
  95. f49c6f9 The import check in setup.py fails on Mac OS X for Carbon-based modules by Jack Jansen · 23 years ago
  96. 666b1e7 Link the core with CoreServices, not with Carbon, and don't use any Carbon by Jack Jansen · 23 years ago
  97. c3ffef6 - Build dbm module using libdb1 if it's available. This fixes SF bug "[ by Neil Schemenauer · 23 years ago
  98. a25d995 The Python symtable module depends on .h files that setup.py doesn't track. by Jeremy Hylton · 23 years ago
  99. 3a40f32 Add entry for HotShot. by Fred Drake · 23 years ago
  100. 2f20dab Do not add -shared to linker_so. Any necessary options should already be by Martin v. Löwis · 23 years ago