aboutsummaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Expand)Author
2018-02-25[2.7] bpo-32647: Link ctypes extension with libdl. (GH-5550) (#5877)Christian Heimes
2018-01-27[2.7] bpo-32521: nis libnsl (GH-5190) (#5353)Christian Heimes
2018-01-12bpo-32521: nis libtirpc (GH-5137) (#5166)Miss Islington (bot)
2017-08-19bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) (#3145)Victor Stinner
2016-09-18Issue #26661: setup.py now detects system libffi with multiarch wrapper.Christian Heimes
2016-08-20Fix some spelling errorsMartin Panter
2016-06-02Issue #27171: Fix typos in documentation, code comments, and testsMartin Panter
2007-09-04fix typoFred Drake
2016-02-03Issue #24421: Compile _math.c separately to avoid race conditionMartin Panter
2016-02-25Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries.Ned Deily
2015-01-21detect 64-bit systems using maxsize not maxintBenjamin Peterson
2014-09-27Issue #16537: Check whether self.extensions is empty in setup.py.Berker Peksag
2014-06-25Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite.Ned Deily
2014-04-17- Issue #21285: Refactor and fix curses configure check to always searchdoko@ubuntu.com
2014-03-15remove runtime_library_dirs for _sqlite; it isn't neededBenjamin Peterson
2013-10-26check for berkelydb versions besides 4.3 (#18734)Benjamin Peterson
2013-10-25Issue #1584: Provide options to override default search paths for Tcl and TkNed Deily
2013-10-18Ensure setup.py looks for zlib.h in an OS X SDK.Ned Deily
2013-10-13Closes #16732: move "xxmodule" comment block to detect_modules(). (Already d...Georg Brandl
2013-05-15Issue #17990: Only modify include and library search paths when cross-compiling.Ned Deily
2013-04-11- Issue #17086: Search the include and library directories provided by thedoko@ubuntu.com
2013-03-19- Issue #17477: Update the bsddb module to pybsddb 5.3.0, supportingdoko@ubuntu.com
2013-03-19issue #9090 : Take the same approach for socketmodule as daytimemoduleKristján Valur Jónsson
2013-02-23Issue #5033: Fix building of the sqlite3 extension modulePetri Lehtinen
2013-02-09add proper dependencies on expat headers and sourcesChristian Heimes
2013-01-31- Issue #17086: Backport the patches from the 3.3 branch to cross-builddoko@python.org
2013-01-26Issue #14018: fix merge errorNed Deily
2012-09-21- Issue #11715: Fix multiarch detection without having Debian developmentdoko@ubuntu.com
2012-09-06Issue #15591: run ctypes' configure in quiet mode when setup.py runs silentlyChristian Heimes
2012-08-05Issue #15560: Fix building _sqlite3 extension on OS X with an SDK.Ned Deily
2012-07-30Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs.Ned Deily
2012-06-17Issue #15044: Handle Fedora 17's approach to ndbm compatibility (backport fro...Nick Coghlan
2012-04-12Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.Charles-François Natali
2012-02-29Issue #14152: backport fix.Stefan Krah
2011-04-07Backport for Python 2.7 of issue 11715 support for building Python onBarry Warsaw
2011-03-16#11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti
2011-03-15#11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti
2010-10-31Merged revisions 86040 via svnmerge fromBenjamin Peterson
2010-10-20Merged revisions 85744 via svnmerge fromRonald Oussoren
2010-09-16Merged revisions 84535 via svnmerge fromRonald Oussoren
2010-09-07Merged revisions 84584 via svnmerge fromAntoine Pitrou
2010-08-21Remove weakref from setup.py now that it is builtin.Georg Brandl
2010-08-08Fis issue5504: ctypes does now work with systems where mmap can't beThomas Heller
2010-07-17Issue #7384: On Gentoo, libreadline.so is a "fake library", so ldd fails.Stefan Krah
2010-06-27Two small fixes for the support for SDKs on MacOSX:Ronald Oussoren
2010-06-04Detect missing ldd on all systems.Stefan Krah
2010-06-03Use compiler rather than compiler_obj. Thanks Michael Foord for noticing.Stefan Krah
2010-06-03Issue #7384: If the system readline library is linked against ncurses,Stefan Krah
2010-06-03Fix for issue #7724: ensure that distutils and python's own setup.pyRonald Oussoren
2010-05-08Revert r80963 - it broke compilation everywhereAntoine Pitrou