1. e95cf1c Fix cmp vs. key argument for list.sort. by Georg Brandl · 17 years ago
  2. d128732 patch 1673619 - identify extension modules which cannot be built by Skip Montanaro · 17 years ago
  3. 00c5a01 Teach setup.py how to find Berkeley DB on Macs using MacPorts. by Skip Montanaro · 17 years ago
  4. eb97988 Prepare collections module for pure python code entries. by Raymond Hettinger · 17 years ago
  5. f1a4aa3 Ignore directory time stamps when considering whether to rerun libffi configure. by Martin v. Löwis · 17 years ago
  6. 8b96a35 Support linking of the bsddb module against BerkeleyDB 4.5.x by Gregory P. Smith · 17 years ago
  7. 738446f4 Check db_setup_debug for a few print statements; change sqlite_setup_debug to False by Andrew M. Kuchling · 18 years ago
  8. 73f12a3 Add some commentary on -mimpure-text. by Martin v. Löwis · 18 years ago
  9. 8607042 [Patch #1464056] Ensure that we use the panelw library when linking with ncursesw. by Andrew M. Kuchling · 18 years ago
  10. 1798489 Fix #1530448 - fix ctypes build failure on solaris 10. by Thomas Heller · 18 years ago
  11. 38ff36c Whitespace normalization. by Tim Peters · 18 years ago
  12. 9b8b619 Use staticly build copies of zlib and bzip2 to build the OSX installer, that by Ronald Oussoren · 18 years ago
  13. d792392 add depends = ['md5.h'] to the _md5 module extension for correctness sake. by Gregory P. Smith · 18 years ago
  14. fb2a169 Drop Mac wrappers for the WASTE library. by Ronald Oussoren · 18 years ago
  15. c649ec5 Apply modified version of Collin Winter's patch #1478788 by Nick Coghlan · 18 years ago
  16. 39be38c - Search the sqlite specific search directories by Ronald Oussoren · 18 years ago
  17. 7ccc95a patch #1493701: performance enhancements for struct module by Bob Ippolito · 18 years ago
  18. 27abce5 revert #1493701 by Bob Ippolito · 18 years ago
  19. fb8b84a Patch #1493701: performance enhancements for struct module. by Bob Ippolito · 18 years ago
  20. 988117f Patch 1471883: --enable-universalsdk on Mac OS X by Ronald Oussoren · 18 years ago
  21. 5e218b4 Rerun the libffi configuration if any of the files used for that by Thomas Heller · 18 years ago
  22. 3e99c0a Updated the sqlite3 module to the external pysqlite 2.2.2 version. by Gerhard Häring · 18 years ago
  23. 3adc4aa raise the minimum supported BerkeleyDB version to 3.3 and add notes to by Gregory P. Smith · 18 years ago
  24. 9176fc1 Patch #1464444: Add --with-system-ffi. by Martin v. Löwis · 18 years ago
  25. 8220174 Python on OS X 10.3 and above now uses dlopen() (via dynload_shlib.c) by Anthony Baxter · 18 years ago
  26. 795246c Don't try to build ctypes when configuration of libffi fails. by Thomas Heller · 18 years ago
  27. eba43c1 Configure Modules/_ctypes/libffi just before building the _ctypes extension. by Thomas Heller · 18 years ago
  28. 8e7b490 upgrade to final version of pysqlite 2.2.0 by Anthony Baxter · 18 years ago
  29. a2a26b9 whitespace normalisation by Anthony Baxter · 18 years ago
  30. 72289a6 Update to pysqlite 2.2.0 by Anthony Baxter · 18 years ago
  31. 8e39ec7 - Patch #360466: Replace the MD5 implementation from RSA Data Security Inc by Matthias Klose · 18 years ago
  32. 3e1ec3a Remove some duplicated code for handling Mac modules. No functional change (intended). Also stoped setting srcdir twice. by Neal Norwitz · 18 years ago
  33. 3dc6bb3 cleaned up setup.py code for sqlite3, based on patch from Gerhard Haering. by Anthony Baxter · 18 years ago
  34. 07f5b35 backport r243 from the pysqlite2 svn repository - lowers the required version by Anthony Baxter · 18 years ago
  35. c51ee69 merged the sqlite-integration branch. by Anthony Baxter · 18 years ago
  36. 090f815 Add '-Wno-deprecated-warnings' to the compile flags for the Carbon extensions by Ronald Oussoren · 18 years ago
  37. 6c40359 Find a source file in srcdir to allow to build outside of srcdir. by Hye-Shik Chang · 18 years ago
  38. 10be10c Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. by Neal Norwitz · 18 years ago
  39. cf567c1 Changes to build the _ctypes extension module. by Thomas Heller · 18 years ago
  40. 6143c54 Stop building timing module, it's old and deprecated by Neal Norwitz · 18 years ago
  41. 2086eaf Check for a not-found rlconf.h by testing for None. by Martin v. Löwis · 18 years ago
  42. 81ae235 If the readline library is found try and determine whether it's the broken by Jack Jansen · 18 years ago
  43. a55e55e Patch #428494: Prefer linking against ncursesw over ncurses library by Martin v. Löwis · 18 years ago
  44. a871ef2 Added the cProfile module. by Armin Rigo · 18 years ago
  45. 29602d2 Support for BerkeleyDB 4.4 (tested against 4.4.20 as well as all the by Gregory P. Smith · 18 years ago
  46. 1b27f86 Whitespace normalization. by Tim Peters · 19 years ago
  47. 0174ddd typo, use parens for continued expr by Skip Montanaro · 19 years ago
  48. e08fa29 Bug #999767: make setup.py obey Setup.local wrt shared modules by Georg Brandl · 19 years ago
  49. 4c86ec6 added cElementTree/_elementtree build stuff and wrapper module by Fredrik Lundh · 19 years ago
  50. 8f40171 Find bsd db v4 on gentoo (2005 i think) by Neal Norwitz · 19 years ago
  51. ade9733 Add a check for the OpenSSL version number to conditionally compile by Gregory P. Smith · 19 years ago
  52. f21a5f7 [ sf.net patch # 1121611 ] by Gregory P. Smith · 19 years ago
  53. 4e42281 Add support for FreeBSD 7. by Hye-Shik Chang · 19 years ago
  54. d7c795e Make parse_makefile fallback to environment variables if nothing is by Martin v. Löwis · 19 years ago
  55. 4454a1f Fix building of spwd; was incorrectly checking for the needed HAVE_* values to by Brett Cannon · 19 years ago
  56. 953f98d add support for another DB library naming convention (FreeBSD ports) by Andrew MacIntyre · 19 years ago
  57. e2713be Build with --disable-unicode again. Fixes #1158607. Will backport to 2.4. by Martin v. Löwis · 19 years ago
  58. 9c323f8 SF patch #941881: PEP 309 Implementation (Partial Function Application). by Raymond Hettinger · 19 years ago
  59. 46d9623 spwdmodule.c should only be built when either HAVE_GETSPNAM or HAVE_GETSPENT is by Brett Cannon · 19 years ago
  60. c300175 Patch #579435: Shadow Password Support Module by Martin v. Löwis · 19 years ago
  61. 4483771 Since it is a possibility that LDFLAGS or CPPFLAGS were set with options that by Brett Cannon · 20 years ago
  62. 4810eb9 Strip out double dashes and dashes for options not used during parsing of by Brett Cannon · 20 years ago
  63. 5399c6d Switch from getting LDFLAGS and CPPFLAGS from the environment to the Makefile. by Brett Cannon · 20 years ago
  64. e76c8c0 rewrote the bsddb module BerkeleyDB library and include file locating by Gregory P. Smith · 20 years ago
  65. 7af53a6 the bsddb module now also works with BerkeleyDB 4.3. by Gregory P. Smith · 20 years ago
  66. 84667c0 Change code in setup.py for parsing LDFLAGS and CPPFLAGS to use optparse by Brett Cannon · 20 years ago
  67. 516592f setup.py now uses the library directories specified in LDFLAGS (``-L`` by Brett Cannon · 20 years ago
  68. fba7369 Patch #1050475: Fix various x86_64 build issues by Martin v. Löwis · 20 years ago
  69. 22dcf66 Patch 983206: distutils obeys LDSHARED env var. Removed the code in by Anthony Baxter · 20 years ago
  70. 35b93d9 Add the directories where DarwinPorts installs library and include files to by Brett Cannon · 20 years ago
  71. 57269d0 Remove mpz, rotor, xreadlines modules by Andrew M. Kuchling · 20 years ago
  72. 66cb018 Whitespace normalization. by Tim Peters · 20 years ago
  73. cc8a4f6 When building with --disable-toolbox-glue under Darwin, skip building any by Brett Cannon · 20 years ago
  74. f64700a Add support for FreeBSD 6. by Hye-Shik Chang · 20 years ago
  75. f9cbf21 Whitespace normalization. by Tim Peters · 20 years ago
  76. ad00913 ossaudiodev is available on FreeBSD 5 too. by Hye-Shik Chang · 20 years ago
  77. 5e4a3b8 Move comment that goes along with audioop by Neal Norwitz · 20 years ago
  78. 8fbefe2 Patch #993173: Enable audioop on 64-bit platforms. by Martin v. Löwis · 20 years ago
  79. e6ddc8b Whitespace normalization. Ran reindent.py over the entire source tree. by Tim Peters · 20 years ago
  80. 2bb146f Bring CJKCodecs 1.1 into trunk. This completely reorganizes source by Hye-Shik Chang · 20 years ago
  81. 84b7447 _localemodule now needs to be linked with CoreFoundation on darwin. by Jack Jansen · 20 years ago
  82. 852f799 Install Barry's smtpd.py daemon. by Skip Montanaro · 20 years ago
  83. 057e720 Add compilation of timemodule.c with datetimemodule.c to get by Brett Cannon · 20 years ago
  84. 642c8a1 Patch #926209: Patch to setup.py to run on x86_64 Linux. by Martin v. Löwis · 20 years ago
  85. f7e836e Don't build the pcre module any more by Andrew M. Kuchling · 20 years ago
  86. c46cb2a * Restore the pure python version of heapq.py. by Raymond Hettinger · 20 years ago
  87. 4c4a45d [Patch #905863] Support the CVS version of Tcl/Tk, which has the version number 8.5 by Andrew M. Kuchling · 20 years ago
  88. 3c0aa7e [Patch #850977] Detect Tcl/Tk libraries on FreeBSD/OpenBSD. Bugfix candidate by Andrew M. Kuchling · 20 years ago
  89. 7209294 a couple other sunos4 support items removed by Skip Montanaro · 20 years ago
  90. 756b3f3 * Move collections.deque() in from the sandbox by Raymond Hettinger · 20 years ago
  91. 3e2a306 Add CJK codecs support as discussed on python-dev. (SF #873597) by Hye-Shik Chang · 20 years ago
  92. 0c41027 SF Patch #864863: Bisect C implementation (Contributed by Dmitry Vasiliev.) by Raymond Hettinger · 20 years ago
  93. fe3fe4a Adding an interface to the high-level Open Scripting Architecture, by Jack Jansen · 21 years ago
  94. 7d0a609 An interface to the LaunchServices API. by Jack Jansen · 21 years ago
  95. b845ef0 remove "support" for BerkeleyDB 3.1, it hasn't worked for a long time by Gregory P. Smith · 21 years ago
  96. b3af181 Convert heapq.py to a C implementation. by Raymond Hettinger · 21 years ago
  97. 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
  98. 2d59a49 Provide a bit more information to the compiler when building Expat. by Fred Drake · 21 years ago
  99. 125188c Add BerkeleyDB 4.2 to the library search for the bsddb module. by Gregory P. Smith · 21 years ago
  100. 99f3ba1 Remove possibly-misleading Expat version by Andrew M. Kuchling · 21 years ago