1. 6557aac pybsddb 4.8.4 integration. Please, comment in issue #8156 by Jesus Cea · 14 years ago
  2. 54cc539 - Issue #6949: Allow the _bsddb extension to be built with db-4.8.x. by Matthias Klose · 14 years ago
  3. 05b0d1d Fix for issue 8066: readline should not be linked against libedit when the by Ronald Oussoren · 14 years ago
  4. 3bbb672 Merged code from pysqlite 2.6.0. by Gerhard Häring · 14 years ago
  5. 35a3f57 reverted the usage of compiler_obj in Python's setup.py by Tarek Ziadé · 14 years ago
  6. 5633a80 taking sysconfig out of distutils by Tarek Ziadé · 15 years ago
  7. 1379b84 Use `with` by Antoine Pitrou · 15 years ago
  8. 8c510e7 Issue #7661: Allow ctypes to be built from a non-ASCII directory path. by Antoine Pitrou · 15 years ago
  9. ffd5d88 make setup.py similar to py3k's when reporting on _hashlib as missing or not. by Gregory P. Smith · 15 years ago
  10. c2fa18c Always compile the all versions of the hashlib algorithm modules when Python by Gregory P. Smith · 15 years ago
  11. edfe72f allow --with-dbmliborder to specify that no dbm modules will be built #6491 by Benjamin Peterson · 15 years ago
  12. 1c335e6 use pkg-config to find the libffi headers when --with-system-ffi is used #6943 by Benjamin Peterson · 15 years ago
  13. 2fd2e86 update expat comment by Benjamin Peterson · 15 years ago
  14. 2c19674 add a --with-system-expat option to build pyexpat against the system's lib #7609 by Benjamin Peterson · 15 years ago
  15. eb74da8 wrap long line by Benjamin Peterson · 15 years ago
  16. 500ce23 only build the nis module when the headers are found #7589 by Benjamin Peterson · 15 years ago
  17. 12748b0 Issue #7518: Move substitute definitions of C99 math functions from by Mark Dickinson · 15 years ago
  18. 1c49828 Add _math.h to math module dependencies in setup.py. by Mark Dickinson · 15 years ago
  19. 9cae178 Issue #3366: Add expm1 function to math module. Thanks Eric Smith for by Mark Dickinson · 15 years ago
  20. 5afa6d4 Issue #7272, continued: don't re-use existing HAVE_BROKEN_POSIX_SEMAPHORES by Mark Dickinson · 15 years ago
  21. c4920e8 Issue #7272: Add configure test to detect whether sem_open works by Mark Dickinson · 15 years ago
  22. a5b642c Ensure that _scproxy gets build even when --disable-toolbox-glue by Ronald Oussoren · 15 years ago
  23. 9f20d9d Issue 6877: this patch makes it possible to link the readline extension by Ronald Oussoren · 15 years ago
  24. 51f0633 Fix for issue 6851: urllib.urlopen crashes in a thread on OSX 10.6 by Ronald Oussoren · 15 years ago
  25. 91a11a4 MacOSX: detect the architectures supported by by Ronald Oussoren · 15 years ago
  26. fb11835 Issue #6244: Allow detect_tkinter to look for Tcl/Tk 8.6. by Guilherme Polo · 15 years ago
  27. e670e5a Fixed #6377: distutils compiler switch ignored (and added a deprecation warning if compiler is not used as supposed = a string option) by Tarek Ziadé · 15 years ago
  28. 1969059 Issue #6215: backport the 3.1 io lib by Antoine Pitrou · 15 years ago
  29. 51c614e - Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify by Matthias Klose · 15 years ago
  30. 10cbe48 - Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify by Matthias Klose · 15 years ago
  31. 355b126 issue5545: Switch to Autoconf for multiprocessing; special thanks to Martin Lowis for help by Jesse Noller · 15 years ago
  32. 40a6164 Apply patch for netbsd multiprocessing support by Jesse Noller · 15 years ago
  33. cea1ddb Change framework search order when looking for Tcl/Tk on OSX. by Ronald Oussoren · 15 years ago
  34. d155bbf _testcapi depends on testcapi_long.h by Mark Dickinson · 15 years ago
  35. 0189ddc Distutils apparently requires an absolute path so provide one. by Neil Schemenauer · 15 years ago
  36. 38870cb Oops, Mac build needs the 'incdirlist' variable so restore it. by Neil Schemenauer · 15 years ago
  37. c59c5f3 Make setup.py work when building in a directory other than the by Neil Schemenauer · 15 years ago
  38. f6da8d1 Issue 3807: multiprocessing fails to compile under --without-threads by Jesse Noller · 16 years ago
  39. 40f982f #4731: clarify message about missing module prerequisites. by Georg Brandl · 16 years ago
  40. 4f7f77b muffed the default case by Skip Montanaro · 16 years ago
  41. 45313fe issue 4483 - dbm build failures on systems with gdbm_compat lib. by Skip Montanaro · 16 years ago
  42. bb86d83 Issue #4204: Fixed module build errors on FreeBSD 4. by Martin v. Löwis · 16 years ago
  43. a46ed91 Pay attention to -R entries in LDFLAGS. by Skip Montanaro · 16 years ago
  44. 96a9f23 Issue #4014: Don't claim that Python has an Alpha release status, in addition by Martin v. Löwis · 16 years ago
  45. 1ae415c Issue #1706863: Fixed "'NoneType' object has no attribute 'rfind'" error when sqlite libfile not found. by Hirokazu Yamamoto · 16 years ago
  46. 37040cd issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Coghlan, Damien Miller by Jesse Noller · 16 years ago
  47. 99c48a8 Give information for compililation of _multiprocessing.SemLock on FreeBSD: by Hye-Shik Chang · 16 years ago
  48. 190d56e add the multiprocessing package to fulfill PEP 371 by Benjamin Peterson · 16 years ago
  49. 5640ce2 MacOS X: Enable 4-way universal builds by Ronald Oussoren · 16 years ago
  50. de2d78a Fix misspelled sys.platform name and misspelled filename. by Thomas Heller · 16 years ago
  51. ef3dab2 Turn off debugging output for building bsddb. by Brett Cannon · 16 years ago
  52. 0902cac Disable the use of BerkeleyDB 4.6 on platforms that appear to have by Gregory P. Smith · 16 years ago
  53. 8f1a4a6 Allow BerlekeyDB up through 4.7. I doubt any of our unixy buildbots even have by Gregory P. Smith · 16 years ago
  54. c424061 print out information about which BerkeleyDB library was found by by Gregory P. Smith · 16 years ago
  55. 8c255e4 Patch #1722225: Support QNX 6. by Martin v. Löwis · 16 years ago
  56. 03b75dd On HPUX, -fPIC must be used for linking. _ctypes now builds on HP-UX by Thomas Heller · 16 years ago
  57. 1aed624 Backport fast alternate io.BytesIO implementation. by Alexandre Vassalotti · 16 years ago
  58. 4b964f9 Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob by Brett Cannon · 16 years ago
  59. 2fab8f1 Fix test_distutils to not fail when running 'make test' from a Python build by Thomas Wouters · 16 years ago
  60. cdbc977 Install 2to3 script. by Martin v. Löwis · 16 years ago
  61. 440ca77 Have the binascii module use zlib's optimized crc32() function when available by Gregory P. Smith · 16 years ago
  62. 0d2192b Move itertools before future_builtins since the latter depends on the former. by Neal Norwitz · 16 years ago
  63. 8bdf81d Merged changes from libffi3-branch. by Thomas Heller · 16 years ago
  64. a73fbe7 Added future_builtins, which contains PEP 3127 compatible versions of hex() and oct(). by Eric Smith · 16 years ago
  65. 773f347 remove a repeated occurance of a hardcoded berkeleydb library version number by Gregory P. Smith · 16 years ago
  66. 861e396 Directories from CPPFLAGS and LDFLAGS were being added in the reverse order for by Brett Cannon · 16 years ago
  67. f866bac Disable use of BerkeleyDB 4.6.x to see what the odd platform buildbots by Gregory P. Smith · 17 years ago
  68. 8608d91 Added the Python core headers Include/*.h and pyconfig.h as dependencies for the extensions in Modules/ by Christian Heimes · 17 years ago
  69. 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 · 17 years ago
  70. b222bbc Build _ctypes after the other extensions. Its build process depends by Christian Heimes · 17 years ago
  71. ea68474 Enable platform-specific tweaks for FreeBSD 8 (exactly same to FreeBSD 7's yet) by Hye-Shik Chang · 17 years ago
  72. e7f4d84 remove another sleepycat reference by Gregory P. Smith · 17 years ago
  73. 3925053 Splits Modules/_bsddb.c up into bsddb.h and _bsddb.c and adds a C API by Gregory P. Smith · 17 years ago
  74. 1475cd8 Allows BerkeleyDB 4.6.x >= 4.6.21 for the bsddb module. by Gregory P. Smith · 17 years ago
  75. f3d280e Don't allow BerkeleyDB 4.6.x as the current 4.6.19 release is prone by Gregory P. Smith · 17 years ago
  76. 52bc1f1 If this is correct for py3k branch and it's already in the release25-maint by Skip Montanaro · 17 years ago
  77. 691632f - Added support for linking the bsddb module against BerkeleyDB 4.6.x. by Matthias Klose · 17 years ago
  78. 4eb60e5 keep setup.py from listing unneeded hash modules (_md5, _sha*) as by Gregory P. Smith · 17 years ago
  79. 915c87d Bug #1765375: fix stripping of unwanted LDFLAGS. by Georg Brandl · 17 years ago
  80. 8799756 When setup.py fails to find the necessary bits to build some modules, have it by Jeffrey Yasskin · 17 years ago
  81. dc48b74 Remove the rgbimg module. It has been deprecated since Python 2.5. by Brett Cannon · 17 years ago
  82. e95cf1c Fix cmp vs. key argument for list.sort. by Georg Brandl · 17 years ago
  83. d128732 patch 1673619 - identify extension modules which cannot be built by Skip Montanaro · 17 years ago
  84. 00c5a01 Teach setup.py how to find Berkeley DB on Macs using MacPorts. by Skip Montanaro · 17 years ago
  85. eb97988 Prepare collections module for pure python code entries. by Raymond Hettinger · 17 years ago
  86. f1a4aa3 Ignore directory time stamps when considering whether to rerun libffi configure. by Martin v. Löwis · 17 years ago
  87. 8b96a35 Support linking of the bsddb module against BerkeleyDB 4.5.x by Gregory P. Smith · 18 years ago
  88. 738446f4 Check db_setup_debug for a few print statements; change sqlite_setup_debug to False by Andrew M. Kuchling · 18 years ago
  89. 73f12a3 Add some commentary on -mimpure-text. by Martin v. Löwis · 18 years ago
  90. 8607042 [Patch #1464056] Ensure that we use the panelw library when linking with ncursesw. by Andrew M. Kuchling · 18 years ago
  91. 1798489 Fix #1530448 - fix ctypes build failure on solaris 10. by Thomas Heller · 18 years ago
  92. 38ff36c Whitespace normalization. by Tim Peters · 18 years ago
  93. 9b8b619 Use staticly build copies of zlib and bzip2 to build the OSX installer, that by Ronald Oussoren · 18 years ago
  94. d792392 add depends = ['md5.h'] to the _md5 module extension for correctness sake. by Gregory P. Smith · 18 years ago
  95. fb2a169 Drop Mac wrappers for the WASTE library. by Ronald Oussoren · 18 years ago
  96. c649ec5 Apply modified version of Collin Winter's patch #1478788 by Nick Coghlan · 18 years ago
  97. 39be38c - Search the sqlite specific search directories by Ronald Oussoren · 18 years ago
  98. 7ccc95a patch #1493701: performance enhancements for struct module by Bob Ippolito · 18 years ago
  99. 27abce5 revert #1493701 by Bob Ippolito · 18 years ago
  100. fb8b84a Patch #1493701: performance enhancements for struct module. by Bob Ippolito · 18 years ago