1. b9a80de muffed the default case by Skip Montanaro · 17 years ago
  2. b7387a5 issue4483: dbm build failures on systems with gdbm_compat lib. by Skip Montanaro · 17 years ago
  3. 7f08c1f Merged revisions 67098 via svnmerge from by Martin v. Löwis · 17 years ago
  4. 593e66f backport by Skip Montanaro · 17 years ago
  5. 74013d6 Merged revisions 66814 via svnmerge from by Martin v. Löwis · 17 years ago
  6. be2c0a9 Merged revisions 66766-66767,66771-66772,66774,66776,66783-66787,66790,66793,66797 via svnmerge from by Benjamin Peterson · 17 years ago
  7. 37040cd issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Coghlan, Damien Miller by Jesse Noller · 17 years ago
  8. 99c48a8 Give information for compililation of _multiprocessing.SemLock on FreeBSD: by Hye-Shik Chang · 17 years ago
  9. 190d56e add the multiprocessing package to fulfill PEP 371 by Benjamin Peterson · 17 years ago
  10. 5640ce2 MacOS X: Enable 4-way universal builds by Ronald Oussoren · 17 years ago
  11. de2d78a Fix misspelled sys.platform name and misspelled filename. by Thomas Heller · 17 years ago
  12. ef3dab2 Turn off debugging output for building bsddb. by Brett Cannon · 17 years ago
  13. 0902cac Disable the use of BerkeleyDB 4.6 on platforms that appear to have by Gregory P. Smith · 17 years ago
  14. 8f1a4a6 Allow BerlekeyDB up through 4.7. I doubt any of our unixy buildbots even have by Gregory P. Smith · 17 years ago
  15. c424061 print out information about which BerkeleyDB library was found by by Gregory P. Smith · 17 years ago
  16. 8c255e4 Patch #1722225: Support QNX 6. by Martin v. Löwis · 17 years ago
  17. 03b75dd On HPUX, -fPIC must be used for linking. _ctypes now builds on HP-UX by Thomas Heller · 17 years ago
  18. 1aed624 Backport fast alternate io.BytesIO implementation. by Alexandre Vassalotti · 17 years ago
  19. 4b964f9 Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob by Brett Cannon · 17 years ago
  20. 2fab8f1 Fix test_distutils to not fail when running 'make test' from a Python build by Thomas Wouters · 17 years ago
  21. cdbc977 Install 2to3 script. by Martin v. Löwis · 17 years ago
  22. 440ca77 Have the binascii module use zlib's optimized crc32() function when available by Gregory P. Smith · 17 years ago
  23. 0d2192b Move itertools before future_builtins since the latter depends on the former. by Neal Norwitz · 17 years ago
  24. 8bdf81d Merged changes from libffi3-branch. by Thomas Heller · 17 years ago
  25. a73fbe7 Added future_builtins, which contains PEP 3127 compatible versions of hex() and oct(). by Eric Smith · 17 years ago
  26. 773f347 remove a repeated occurance of a hardcoded berkeleydb library version number by Gregory P. Smith · 18 years ago
  27. 861e396 Directories from CPPFLAGS and LDFLAGS were being added in the reverse order for by Brett Cannon · 18 years ago
  28. f866bac Disable use of BerkeleyDB 4.6.x to see what the odd platform buildbots by Gregory P. Smith · 18 years ago
  29. 8608d91 Added the Python core headers Include/*.h and pyconfig.h as dependencies for the extensions in Modules/ by Christian Heimes · 18 years ago
  30. 7f39c9f Backport of several functions from Python 3.0 to 2.6 including PyUnicode_FromString, PyUnicode_Format and PyLong_From/AsSsize_t. The functions are partly required for the backport of the bytearray type and _fileio module. They should also make it easier to port C to 3.0. by Christian Heimes · 18 years ago
  31. b222bbc Build _ctypes after the other extensions. Its build process depends by Christian Heimes · 18 years ago
  32. ea68474 Enable platform-specific tweaks for FreeBSD 8 (exactly same to FreeBSD 7's yet) by Hye-Shik Chang · 18 years ago
  33. e7f4d84 remove another sleepycat reference by Gregory P. Smith · 18 years ago
  34. 3925053 Splits Modules/_bsddb.c up into bsddb.h and _bsddb.c and adds a C API by Gregory P. Smith · 18 years ago
  35. 1475cd8 Allows BerkeleyDB 4.6.x >= 4.6.21 for the bsddb module. by Gregory P. Smith · 18 years ago
  36. f3d280e Don't allow BerkeleyDB 4.6.x as the current 4.6.19 release is prone by Gregory P. Smith · 18 years ago
  37. 52bc1f1 If this is correct for py3k branch and it's already in the release25-maint by Skip Montanaro · 18 years ago
  38. 691632f - Added support for linking the bsddb module against BerkeleyDB 4.6.x. by Matthias Klose · 18 years ago
  39. 4eb60e5 keep setup.py from listing unneeded hash modules (_md5, _sha*) as by Gregory P. Smith · 18 years ago
  40. 915c87d Bug #1765375: fix stripping of unwanted LDFLAGS. by Georg Brandl · 18 years ago
  41. 8799756 When setup.py fails to find the necessary bits to build some modules, have it by Jeffrey Yasskin · 18 years ago
  42. dc48b74 Remove the rgbimg module. It has been deprecated since Python 2.5. by Brett Cannon · 18 years ago
  43. e95cf1c Fix cmp vs. key argument for list.sort. by Georg Brandl · 18 years ago
  44. d128732 patch 1673619 - identify extension modules which cannot be built by Skip Montanaro · 18 years ago
  45. 00c5a01 Teach setup.py how to find Berkeley DB on Macs using MacPorts. by Skip Montanaro · 18 years ago
  46. eb97988 Prepare collections module for pure python code entries. by Raymond Hettinger · 18 years ago
  47. f1a4aa3 Ignore directory time stamps when considering whether to rerun libffi configure. by Martin v. Löwis · 18 years ago
  48. 8b96a35 Support linking of the bsddb module against BerkeleyDB 4.5.x by Gregory P. Smith · 19 years ago
  49. 738446f4 Check db_setup_debug for a few print statements; change sqlite_setup_debug to False by Andrew M. Kuchling · 19 years ago
  50. 73f12a3 Add some commentary on -mimpure-text. by Martin v. Löwis · 19 years ago
  51. 8607042 [Patch #1464056] Ensure that we use the panelw library when linking with ncursesw. by Andrew M. Kuchling · 19 years ago
  52. 1798489 Fix #1530448 - fix ctypes build failure on solaris 10. by Thomas Heller · 19 years ago
  53. 38ff36c Whitespace normalization. by Tim Peters · 19 years ago
  54. 9b8b619 Use staticly build copies of zlib and bzip2 to build the OSX installer, that by Ronald Oussoren · 19 years ago
  55. d792392 add depends = ['md5.h'] to the _md5 module extension for correctness sake. by Gregory P. Smith · 19 years ago
  56. fb2a169 Drop Mac wrappers for the WASTE library. by Ronald Oussoren · 19 years ago
  57. c649ec5 Apply modified version of Collin Winter's patch #1478788 by Nick Coghlan · 19 years ago
  58. 39be38c - Search the sqlite specific search directories by Ronald Oussoren · 19 years ago
  59. 7ccc95a patch #1493701: performance enhancements for struct module by Bob Ippolito · 19 years ago
  60. 27abce5 revert #1493701 by Bob Ippolito · 19 years ago
  61. fb8b84a Patch #1493701: performance enhancements for struct module. by Bob Ippolito · 19 years ago
  62. 988117f Patch 1471883: --enable-universalsdk on Mac OS X by Ronald Oussoren · 19 years ago
  63. 5e218b4 Rerun the libffi configuration if any of the files used for that by Thomas Heller · 19 years ago
  64. 3e99c0a Updated the sqlite3 module to the external pysqlite 2.2.2 version. by Gerhard Häring · 19 years ago
  65. 3adc4aa raise the minimum supported BerkeleyDB version to 3.3 and add notes to by Gregory P. Smith · 19 years ago
  66. 9176fc1 Patch #1464444: Add --with-system-ffi. by Martin v. Löwis · 19 years ago
  67. 8220174 Python on OS X 10.3 and above now uses dlopen() (via dynload_shlib.c) by Anthony Baxter · 19 years ago
  68. 795246c Don't try to build ctypes when configuration of libffi fails. by Thomas Heller · 19 years ago
  69. eba43c1 Configure Modules/_ctypes/libffi just before building the _ctypes extension. by Thomas Heller · 19 years ago
  70. 8e7b490 upgrade to final version of pysqlite 2.2.0 by Anthony Baxter · 19 years ago
  71. a2a26b9 whitespace normalisation by Anthony Baxter · 19 years ago
  72. 72289a6 Update to pysqlite 2.2.0 by Anthony Baxter · 19 years ago
  73. 8e39ec7 - Patch #360466: Replace the MD5 implementation from RSA Data Security Inc by Matthias Klose · 19 years ago
  74. 3e1ec3a Remove some duplicated code for handling Mac modules. No functional change (intended). Also stoped setting srcdir twice. by Neal Norwitz · 19 years ago
  75. 3dc6bb3 cleaned up setup.py code for sqlite3, based on patch from Gerhard Haering. by Anthony Baxter · 19 years ago
  76. 07f5b35 backport r243 from the pysqlite2 svn repository - lowers the required version by Anthony Baxter · 19 years ago
  77. c51ee69 merged the sqlite-integration branch. by Anthony Baxter · 19 years ago
  78. 090f815 Add '-Wno-deprecated-warnings' to the compile flags for the Carbon extensions by Ronald Oussoren · 19 years ago
  79. 6c40359 Find a source file in srcdir to allow to build outside of srcdir. by Hye-Shik Chang · 19 years ago
  80. 10be10c Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. by Neal Norwitz · 19 years ago
  81. cf567c1 Changes to build the _ctypes extension module. by Thomas Heller · 19 years ago
  82. 6143c54 Stop building timing module, it's old and deprecated by Neal Norwitz · 19 years ago
  83. 2086eaf Check for a not-found rlconf.h by testing for None. by Martin v. Löwis · 19 years ago
  84. 81ae235 If the readline library is found try and determine whether it's the broken by Jack Jansen · 19 years ago
  85. a55e55e Patch #428494: Prefer linking against ncursesw over ncurses library by Martin v. Löwis · 20 years ago
  86. a871ef2 Added the cProfile module. by Armin Rigo · 20 years ago
  87. 29602d2 Support for BerkeleyDB 4.4 (tested against 4.4.20 as well as all the by Gregory P. Smith · 20 years ago
  88. 1b27f86 Whitespace normalization. by Tim Peters · 20 years ago
  89. 0174ddd typo, use parens for continued expr by Skip Montanaro · 20 years ago
  90. e08fa29 Bug #999767: make setup.py obey Setup.local wrt shared modules by Georg Brandl · 20 years ago
  91. 4c86ec6 added cElementTree/_elementtree build stuff and wrapper module by Fredrik Lundh · 20 years ago
  92. 8f40171 Find bsd db v4 on gentoo (2005 i think) by Neal Norwitz · 20 years ago
  93. ade9733 Add a check for the OpenSSL version number to conditionally compile by Gregory P. Smith · 20 years ago
  94. f21a5f7 [ sf.net patch # 1121611 ] by Gregory P. Smith · 20 years ago
  95. 4e42281 Add support for FreeBSD 7. by Hye-Shik Chang · 20 years ago
  96. d7c795e Make parse_makefile fallback to environment variables if nothing is by Martin v. Löwis · 20 years ago
  97. 4454a1f Fix building of spwd; was incorrectly checking for the needed HAVE_* values to by Brett Cannon · 20 years ago
  98. 953f98d add support for another DB library naming convention (FreeBSD ports) by Andrew MacIntyre · 20 years ago
  99. e2713be Build with --disable-unicode again. Fixes #1158607. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  100. 9c323f8 SF patch #941881: PEP 309 Implementation (Partial Function Application). by Raymond Hettinger · 20 years ago