1. f9cbf21 Whitespace normalization. by Tim Peters · 20 years ago
  2. ad00913 ossaudiodev is available on FreeBSD 5 too. by Hye-Shik Chang · 20 years ago
  3. 5e4a3b8 Move comment that goes along with audioop by Neal Norwitz · 20 years ago
  4. 8fbefe2 Patch #993173: Enable audioop on 64-bit platforms. by Martin v. Löwis · 20 years ago
  5. e6ddc8b Whitespace normalization. Ran reindent.py over the entire source tree. by Tim Peters · 20 years ago
  6. 2bb146f Bring CJKCodecs 1.1 into trunk. This completely reorganizes source by Hye-Shik Chang · 20 years ago
  7. 84b7447 _localemodule now needs to be linked with CoreFoundation on darwin. by Jack Jansen · 20 years ago
  8. 852f799 Install Barry's smtpd.py daemon. by Skip Montanaro · 20 years ago
  9. 057e720 Add compilation of timemodule.c with datetimemodule.c to get by Brett Cannon · 20 years ago
  10. 642c8a1 Patch #926209: Patch to setup.py to run on x86_64 Linux. by Martin v. Löwis · 20 years ago
  11. f7e836e Don't build the pcre module any more by Andrew M. Kuchling · 20 years ago
  12. c46cb2a * Restore the pure python version of heapq.py. by Raymond Hettinger · 20 years ago
  13. 4c4a45d [Patch #905863] Support the CVS version of Tcl/Tk, which has the version number 8.5 by Andrew M. Kuchling · 20 years ago
  14. 3c0aa7e [Patch #850977] Detect Tcl/Tk libraries on FreeBSD/OpenBSD. Bugfix candidate by Andrew M. Kuchling · 20 years ago
  15. 7209294 a couple other sunos4 support items removed by Skip Montanaro · 20 years ago
  16. 756b3f3 * Move collections.deque() in from the sandbox by Raymond Hettinger · 20 years ago
  17. 3e2a306 Add CJK codecs support as discussed on python-dev. (SF #873597) by Hye-Shik Chang · 20 years ago
  18. 0c41027 SF Patch #864863: Bisect C implementation (Contributed by Dmitry Vasiliev.) by Raymond Hettinger · 20 years ago
  19. fe3fe4a Adding an interface to the high-level Open Scripting Architecture, by Jack Jansen · 21 years ago
  20. 7d0a609 An interface to the LaunchServices API. by Jack Jansen · 21 years ago
  21. b845ef0 remove "support" for BerkeleyDB 3.1, it hasn't worked for a long time by Gregory P. Smith · 21 years ago
  22. b3af181 Convert heapq.py to a C implementation. by Raymond Hettinger · 21 years ago
  23. 7883dc8 [Patch #772077 from Tim Rice] Fix for compiling the readline module on UnixWare; fix goofy comment indent. 2.3 bugfix candidate by Andrew M. Kuchling · 21 years ago
  24. 2d59a49 Provide a bit more information to the compiler when building Expat. by Fred Drake · 21 years ago
  25. 125188c Add BerkeleyDB 4.2 to the library search for the bsddb module. by Gregory P. Smith · 21 years ago
  26. 99f3ba1 Remove possibly-misleading Expat version by Andrew M. Kuchling · 21 years ago
  27. 28df64a patch #764612 - find DB 4.1/4.0/3.x on FreeBSD and systems with similar by Andrew MacIntyre · 21 years ago
  28. 51dead7 Convert some repetitive code into a loop by Neal Norwitz · 21 years ago
  29. 19d1734 Patch #752671: NetBSD needs to link libintl to _locale.so. by Martin v. Löwis · 21 years ago
  30. 373ef37 Install the main script for the new IDLE here. by Guido van Rossum · 21 years ago
  31. ebc198f Somehow ColorPicker has never been included or tested under darwin, but it works just fine. by Just van Rossum · 21 years ago
  32. a950f7f Only look for krb5.h if ssl.h was found. by Martin v. Löwis · 21 years ago
  33. 5072772 set platform properly for OSF/1 by Skip Montanaro · 21 years ago
  34. 9f5178a p.strip(os.sep) can't have possibly worked. It would have stripped both by Skip Montanaro · 21 years ago
  35. 22e00c4 build bsddb185 module in certain restricted circumstances by Skip Montanaro · 21 years ago
  36. e86a59a Change 'and' to 'or' in _tkinter test. by Martin v. Löwis · 21 years ago
  37. 96f7d87 build the new autoGIL module on OSX by Just van Rossum · 21 years ago
  38. 816653f SF Feature #: 719429, Get the SSL module to build on RedHat 9. by Neal Norwitz · 21 years ago
  39. 7fb697b Revert Patch #670715: iconv support. by Martin v. Löwis · 21 years ago
  40. 0b27ff9 SF patch #712367, get build working on AIX by Neal Norwitz · 21 years ago
  41. 718d307 Get locale module to build on aix4 by Neal Norwitz · 21 years ago
  42. ba9e978 build _csv extension module by Skip Montanaro · 21 years ago
  43. 7a251db Build the OSATerminology module on MacOSX. by Jack Jansen · 21 years ago
  44. d792848 _CG module only needs the ApplicationServices framework, not Carbon. by Jack Jansen · 21 years ago
  45. 6e2d1c7 Just pointed out the code was better written with by Neal Norwitz · 21 years ago
  46. 3f5fcc8 Fix SF bug #690012 (among others), iconv_codec stops build by Neal Norwitz · 21 years ago
  47. 9ce623f That fix was bogus, undone. The problem is that the iconv include file by Jack Jansen · 21 years ago
  48. 70ec40b The test for iconv_incs tested explicitly for None, but [] is returned by Jack Jansen · 21 years ago
  49. c3bbeb3 ossaudiodev has been building, so remove unnecessary pass and invalid comment by Neal Norwitz · 21 years ago
  50. 14ee89c Add PEP 301 metadata. by Guido van Rossum · 21 years ago
  51. 12471d6 Don't use self.announce() in a function that's not a method. by Guido van Rossum · 21 years ago
  52. 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
  53. 0c016a9 Re-enable compiling ossaudiodev now that it seems to work again. by Guido van Rossum · 21 years ago
  54. 6c7438e Add compilation instructions for xxmodule.c. by Guido van Rossum · 21 years ago
  55. 9181c94 This patch reverts the following: by Jason Tishler · 21 years ago
  56. cccac1a This patch enables Cygwin Python to build _tkinter against Tcl/Tk 8.4. by Jason Tishler · 21 years ago
  57. d156c2d Get ossaudiodev to compile on freebsd 4.7 by Neal Norwitz · 21 years ago
  58. 96ef811 Move itertools module from the sandbox and into production. by Raymond Hettinger · 21 years ago
  59. 2c60f7a Whitespace normalization. by Tim Peters · 21 years ago
  60. 9789aef Patch #670715: Universal Unicode Codec for POSIX iconv. by Martin v. Löwis · 21 years ago
  61. fc03a94 Incorporate Expat 1.95.6. by Martin v. Löwis · 21 years ago
  62. 81d40d6 ossaudiodev.c currently gives compilation errors, and Greg doesn't fix by Guido van Rossum · 21 years ago
  63. 0a6355e Add reminder that ossaudiodev can/should also be built on FreeBSD. by Greg Ward · 21 years ago
  64. dca3f2f Enable building and testing of ossaudiodev for Linux. by Guido van Rossum · 21 years ago
  65. 5a47e5b The bsddb3 library does not build w/ Berkeley DB 3.0. 3.1 is the earliest by Skip Montanaro · 22 years ago
  66. decc6a4 Split OPT make variable into OPT and BASECFLAGS. The latter contains those by Skip Montanaro · 22 years ago
  67. bbe8961 Patch #660485: Cygwin _tkinter Tcl/Tk 8.3 patch by Jason Tishler · 22 years ago
  68. 40819d5 Search for and use BerkeleyDB 4.1 if it's available. Python's by Barry Warsaw · 22 years ago
  69. 40f6217 SF patch 658251: Install a C implementation of the Mersenne Twister as the by Raymond Hettinger · 22 years ago
  70. 6810f92 The extension module macfs has been replaced by a pure Python version. by Jack Jansen · 22 years ago
  71. 529a505 This is J. Lewis Muir's patch: by Michael W. Hudson · 22 years ago
  72. a29d508 Build the datetime module for *n*x. by Guido van Rossum · 22 years ago
  73. 427a290 Patch #629126: Detect BLT by also looking for libBLT. by Martin v. Löwis · 22 years ago
  74. b28de0d Patch to make _codecs a builtin module. This is necessary since by Marc-André Lemburg · 22 years ago
  75. a37d61f Correct db3 /opt/sfw library path. Link ndbm with libc only if ndbm.h by Martin v. Löwis · 22 years ago
  76. 05d4d56 Search in standard library and include dirs for Sleepycat stuff. Fixes #590377. by Martin v. Löwis · 22 years ago
  77. a246d9f [Patch #641685] setup.py contained code for finding libraries, instead by Andrew M. Kuchling · 22 years ago
  78. 05ced6a Don't disable building Mac-specific modules for a non-framework build: by Just van Rossum · 22 years ago
  79. d0e59fb Added the alias manager too. The interface isn't perfect yet: the alias by Jack Jansen · 22 years ago
  80. e2ba873 Got angry and added support for pretty much the whole file and folder by Jack Jansen · 22 years ago
  81. 21645fc Don't try to use unsupported DB versions. by Martin v. Löwis · 22 years ago
  82. 6aa4a1f Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185. by Martin v. Löwis · 22 years ago
  83. cc40ced Look in db4 directories when checking for db4. by Martin v. Löwis · 22 years ago
  84. 15628fe Simply delete the fpectl module, instead of leaving it commented out; by Andrew M. Kuchling · 22 years ago
  85. f8ca836 Patch implementing bz2 module. by Gustavo Niemeyer · 22 years ago
  86. e0fea6c [SF bug 620364] by Guido van Rossum · 22 years ago
  87. fa82181 Disable building of the fpectl module -- it's dangerous or useless by Guido van Rossum · 22 years ago
  88. 770acd3 Only build the 'dl' extension when sys.maxint equals 2**31-1. by Guido van Rossum · 22 years ago
  89. 983258e Revived the Carbon.Help module, but implementing the MacHelp API in stead by Jack Jansen · 22 years ago
  90. ccfdde8 Slight reordering of directories searched for BerkDB libs and include files. by Skip Montanaro · 22 years ago
  91. d28216b Patch #588564: _locale library patch by Jason Tishler · 22 years ago
  92. 259b1e1 Regress Guido's change of 2002/08/06 to check for the zlib version by Barry Warsaw · 22 years ago
  93. 8cdc03d Update the URL for getting zlib, and update the minimal required by Guido van Rossum · 22 years ago
  94. 5f8a23f Since the errno module is needed by os._execvpe(), and that is used by the by Fred Drake · 22 years ago
  95. a30d144 Build the _IBCarbon module. by Jack Jansen · 22 years ago
  96. c4c7180 Revert last checkin. Man, that was stupid. by Michael W. Hudson · 22 years ago
  97. 210f558 Another fix for: by Michael W. Hudson · 22 years ago
  98. 90b8e4d Fix for by Michael W. Hudson · 22 years ago
  99. d1b2045 The readme file said that OSX Carbon modules were only built for by Jack Jansen · 22 years ago
  100. 73aa1ff More fixes for building MacPython extension modules. It now actually succeeds by Jack Jansen · 22 years ago