1. 4bb9b9a [2.7] bpo-32647: Link ctypes extension with libdl. (GH-5550) (#5877) by Christian Heimes · 6 years ago
  2. 38487a0 [2.7] bpo-32521: nis libnsl (GH-5190) (#5353) by Christian Heimes · 6 years ago
  3. ab95b30 bpo-32521: nis libtirpc (GH-5137) (#5166) by Miss Islington (bot) · 6 years ago
  4. ec4ab09 bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) (#3145) by Victor Stinner · 7 years ago
  5. 37471dc Issue #26661: setup.py now detects system libffi with multiarch wrapper. by Christian Heimes · 8 years ago
  6. 9949676 Fix some spelling errors by Martin Panter · 8 years ago
  7. 8d496ad Issue #27171: Fix typos in documentation, code comments, and tests by Martin Panter · 8 years ago
  8. 9c771ba fix typo by Fred Drake · 17 years ago
  9. 83e9b57 Issue #24421: Compile _math.c separately to avoid race condition by Martin Panter · 8 years ago
  10. 83abccb Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. by Ned Deily · 8 years ago
  11. 6e3c3c3 detect 64-bit systems using maxsize not maxint by Benjamin Peterson · 9 years ago
  12. 1b4b7af Issue #16537: Check whether self.extensions is empty in setup.py. by Berker Peksag · 10 years ago
  13. 1f70b87 Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite. by Ned Deily · 10 years ago
  14. f27ec3e - Issue #21285: Refactor and fix curses configure check to always search by doko@ubuntu.com · 10 years ago
  15. fbe5067 remove runtime_library_dirs for _sqlite; it isn't needed by Benjamin Peterson · 10 years ago
  16. ef2436f check for berkelydb versions besides 4.3 (#18734) by Benjamin Peterson · 11 years ago
  17. a2a9f57 Issue #1584: Provide options to override default search paths for Tcl and Tk by Ned Deily · 11 years ago
  18. 6ea3c9b Ensure setup.py looks for zlib.h in an OS X SDK. by Ned Deily · 11 years ago
  19. 2852364 Closes #16732: move "xxmodule" comment block to detect_modules(). (Already done in 3.x) by Georg Brandl · 11 years ago
  20. 6166709 Issue #17990: Only modify include and library search paths when cross-compiling. by Ned Deily · 11 years ago
  21. 77d8dbc - Issue #17086: Search the include and library directories provided by the by doko@ubuntu.com · 11 years ago
  22. 4950a3b - Issue #17477: Update the bsddb module to pybsddb 5.3.0, supporting by doko@ubuntu.com · 11 years ago
  23. 868f0aa issue #9090 : Take the same approach for socketmodule as daytimemodule by Kristján Valur Jónsson · 11 years ago
  24. c23178b Issue #5033: Fix building of the sqlite3 extension module by Petri Lehtinen · 11 years ago
  25. 56656b0 add proper dependencies on expat headers and sources by Christian Heimes · 11 years ago
  26. d65e2ba - Issue #17086: Backport the patches from the 3.3 branch to cross-build by doko@python.org · 11 years ago
  27. 4511e27 Issue #14018: fix merge error by Ned Deily · 11 years ago
  28. 3d2fc15 - Issue #11715: Fix multiarch detection without having Debian development by doko@ubuntu.com · 12 years ago
  29. 6fd3248 Issue #15591: run ctypes' configure in quiet mode when setup.py runs silently by Christian Heimes · 12 years ago
  30. 6702804 Issue #15560: Fix building _sqlite3 extension on OS X with an SDK. by Ned Deily · 12 years ago
  31. d8ec464 Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs. by Ned Deily · 12 years ago
  32. 970fcef Issue #15044: Handle Fedora 17's approach to ndbm compatibility (backport from 3.x) by Nick Coghlan · 12 years ago
  33. 0d3db3a Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. by Charles-François Natali · 12 years ago
  34. 4666ebd Issue #14152: backport fix. by Stefan Krah · 12 years ago
  35. ffc9caf Backport for Python 2.7 of issue 11715 support for building Python on by Barry Warsaw · 13 years ago
  36. c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  37. 24b07bc #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  38. 206e10c Merged revisions 86040 via svnmerge from by Benjamin Peterson · 14 years ago
  39. 2421525 Merged revisions 85744 via svnmerge from by Ronald Oussoren · 14 years ago
  40. 30a171f Merged revisions 84535 via svnmerge from by Ronald Oussoren · 14 years ago
  41. 8572981 Merged revisions 84584 via svnmerge from by Antoine Pitrou · 14 years ago
  42. fa8fa0c Remove weakref from setup.py now that it is builtin. by Georg Brandl · 14 years ago
  43. 001d3a1 Fis issue5504: ctypes does now work with systems where mmap can't be by Thomas Heller · 14 years ago
  44. 2e26e23 Issue #7384: On Gentoo, libreadline.so is a "fake library", so ldd fails. by Stefan Krah · 14 years ago
  45. cd17213 Two small fixes for the support for SDKs on MacOSX: by Ronald Oussoren · 14 years ago
  46. 4d32c9c Detect missing ldd on all systems. by Stefan Krah · 14 years ago
  47. 23152ea Use compiler rather than compiler_obj. Thanks Michael Foord for noticing. by Stefan Krah · 14 years ago
  48. 449aa86 Issue #7384: If the system readline library is linked against ncurses, by Stefan Krah · 14 years ago
  49. 593e4ca Fix for issue #7724: ensure that distutils and python's own setup.py by Ronald Oussoren · 14 years ago
  50. dac6aeb4 Revert r80963 - it broke compilation everywhere by Antoine Pitrou · 14 years ago
  51. d875d3c Fix for issue #7724: make it possible to build using by Ronald Oussoren · 14 years ago
  52. 9545a23 In a number of places code still revers by Ronald Oussoren · 14 years ago
  53. 8a96d20 - Build the ossaudio extension on GNU/kFreeBSD. by Matthias Klose · 14 years ago
  54. ca6d9e9 setup.py: search ffi.h in include dirs, if LIBFFI_INCLUDEDIR is empty. by Matthias Klose · 14 years ago
  55. 6557aac pybsddb 4.8.4 integration. Please, comment in issue #8156 by Jesus Cea · 14 years ago
  56. 54cc539 - Issue #6949: Allow the _bsddb extension to be built with db-4.8.x. by Matthias Klose · 14 years ago
  57. 05b0d1d Fix for issue 8066: readline should not be linked against libedit when the by Ronald Oussoren · 14 years ago
  58. 3bbb672 Merged code from pysqlite 2.6.0. by Gerhard Häring · 14 years ago
  59. 35a3f57 reverted the usage of compiler_obj in Python's setup.py by Tarek Ziadé · 14 years ago
  60. 5633a80 taking sysconfig out of distutils by Tarek Ziadé · 14 years ago
  61. 1379b84 Use `with` by Antoine Pitrou · 14 years ago
  62. 8c510e7 Issue #7661: Allow ctypes to be built from a non-ASCII directory path. by Antoine Pitrou · 14 years ago
  63. ffd5d88 make setup.py similar to py3k's when reporting on _hashlib as missing or not. by Gregory P. Smith · 14 years ago
  64. c2fa18c Always compile the all versions of the hashlib algorithm modules when Python by Gregory P. Smith · 14 years ago
  65. edfe72f allow --with-dbmliborder to specify that no dbm modules will be built #6491 by Benjamin Peterson · 14 years ago
  66. 1c335e6 use pkg-config to find the libffi headers when --with-system-ffi is used #6943 by Benjamin Peterson · 14 years ago
  67. 2fd2e86 update expat comment by Benjamin Peterson · 14 years ago
  68. 2c19674 add a --with-system-expat option to build pyexpat against the system's lib #7609 by Benjamin Peterson · 14 years ago
  69. eb74da8 wrap long line by Benjamin Peterson · 14 years ago
  70. 500ce23 only build the nis module when the headers are found #7589 by Benjamin Peterson · 14 years ago
  71. 12748b0 Issue #7518: Move substitute definitions of C99 math functions from by Mark Dickinson · 14 years ago
  72. 1c49828 Add _math.h to math module dependencies in setup.py. by Mark Dickinson · 14 years ago
  73. 9cae178 Issue #3366: Add expm1 function to math module. Thanks Eric Smith for by Mark Dickinson · 14 years ago
  74. 5afa6d4 Issue #7272, continued: don't re-use existing HAVE_BROKEN_POSIX_SEMAPHORES by Mark Dickinson · 15 years ago
  75. c4920e8 Issue #7272: Add configure test to detect whether sem_open works by Mark Dickinson · 15 years ago
  76. a5b642c Ensure that _scproxy gets build even when --disable-toolbox-glue by Ronald Oussoren · 15 years ago
  77. 9f20d9d Issue 6877: this patch makes it possible to link the readline extension by Ronald Oussoren · 15 years ago
  78. 51f0633 Fix for issue 6851: urllib.urlopen crashes in a thread on OSX 10.6 by Ronald Oussoren · 15 years ago
  79. 91a11a4 MacOSX: detect the architectures supported by by Ronald Oussoren · 15 years ago
  80. fb11835 Issue #6244: Allow detect_tkinter to look for Tcl/Tk 8.6. by Guilherme Polo · 15 years ago
  81. 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
  82. 1969059 Issue #6215: backport the 3.1 io lib by Antoine Pitrou · 15 years ago
  83. 51c614e - Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify by Matthias Klose · 15 years ago
  84. 10cbe48 - Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify by Matthias Klose · 15 years ago
  85. 355b126 issue5545: Switch to Autoconf for multiprocessing; special thanks to Martin Lowis for help by Jesse Noller · 15 years ago
  86. 40a6164 Apply patch for netbsd multiprocessing support by Jesse Noller · 15 years ago
  87. cea1ddb Change framework search order when looking for Tcl/Tk on OSX. by Ronald Oussoren · 15 years ago
  88. d155bbf _testcapi depends on testcapi_long.h by Mark Dickinson · 15 years ago
  89. 0189ddc Distutils apparently requires an absolute path so provide one. by Neil Schemenauer · 15 years ago
  90. 38870cb Oops, Mac build needs the 'incdirlist' variable so restore it. by Neil Schemenauer · 15 years ago
  91. c59c5f3 Make setup.py work when building in a directory other than the by Neil Schemenauer · 15 years ago
  92. f6da8d1 Issue 3807: multiprocessing fails to compile under --without-threads by Jesse Noller · 15 years ago
  93. 40f982f #4731: clarify message about missing module prerequisites. by Georg Brandl · 15 years ago
  94. 4f7f77b muffed the default case by Skip Montanaro · 16 years ago
  95. 45313fe issue 4483 - dbm build failures on systems with gdbm_compat lib. by Skip Montanaro · 16 years ago
  96. bb86d83 Issue #4204: Fixed module build errors on FreeBSD 4. by Martin v. Löwis · 16 years ago
  97. a46ed91 Pay attention to -R entries in LDFLAGS. by Skip Montanaro · 16 years ago
  98. 96a9f23 Issue #4014: Don't claim that Python has an Alpha release status, in addition by Martin v. Löwis · 16 years ago
  99. 1ae415c Issue #1706863: Fixed "'NoneType' object has no attribute 'rfind'" error when sqlite libfile not found. by Hirokazu Yamamoto · 16 years ago
  100. 37040cd issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Coghlan, Damien Miller by Jesse Noller · 16 years ago