summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-32647: Link ctypes extension with libdl. (GH-5550) (#5877)Christian Heimes2018-02-251-0/+4
* [2.7] bpo-32521: nis libnsl (GH-5190) (#5353)Christian Heimes2018-01-271-18/+48
* bpo-32521: nis libtirpc (GH-5137) (#5166)Miss Islington (bot)2018-01-121-5/+12
* bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) (#3145)Victor Stinner2017-08-191-0/+3
* Issue #26661: setup.py now detects system libffi with multiarch wrapper.Christian Heimes2016-09-181-7/+9
* Fix some spelling errorsMartin Panter2016-08-201-1/+1
* Issue #27171: Fix typos in documentation, code comments, and testsMartin Panter2016-06-021-2/+2
* fix typoFred Drake2007-09-041-1/+1
* Issue #24421: Compile _math.c separately to avoid race conditionMartin Panter2016-02-031-4/+8
* Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries.Ned Deily2016-02-251-0/+16
* detect 64-bit systems using maxsize not maxintBenjamin Peterson2015-01-211-1/+1
* Issue #16537: Check whether self.extensions is empty in setup.py.Berker Peksag2014-09-271-1/+3
* Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite.Ned Deily2014-06-251-1/+3
* - Issue #21285: Refactor and fix curses configure check to always searchdoko@ubuntu.com2014-04-171-0/+5
* remove runtime_library_dirs for _sqlite; it isn't neededBenjamin Peterson2014-03-151-1/+0
* check for berkelydb versions besides 4.3 (#18734)Benjamin Peterson2013-10-261-1/+1
* Issue #1584: Provide options to override default search paths for Tcl and TkNed Deily2013-10-251-1/+42
* Ensure setup.py looks for zlib.h in an OS X SDK.Ned Deily2013-10-181-0/+2
* Closes #16732: move "xxmodule" comment block to detect_modules(). (Already d...Georg Brandl2013-10-131-4/+4
* Issue #17990: Only modify include and library search paths when cross-compiling.Ned Deily2013-05-151-3/+5
* - Issue #17086: Search the include and library directories provided by thedoko@ubuntu.com2013-04-111-0/+1
* - Issue #17477: Update the bsddb module to pybsddb 5.3.0, supportingdoko@ubuntu.com2013-03-191-3/+7
* issue #9090 : Take the same approach for socketmodule as daytimemoduleKristján Valur Jónsson2013-03-191-2/+3
* Issue #5033: Fix building of the sqlite3 extension modulePetri Lehtinen2013-02-231-1/+1
* add proper dependencies on expat headers and sourcesChristian Heimes2013-02-091-1/+17
* - Issue #17086: Backport the patches from the 3.3 branch to cross-builddoko@python.org2013-01-311-79/+135
* Issue #14018: fix merge errorNed Deily2013-01-261-1/+0
* - Issue #11715: Fix multiarch detection without having Debian developmentdoko@ubuntu.com2012-09-211-0/+21
* Issue #15591: run ctypes' configure in quiet mode when setup.py runs silentlyChristian Heimes2012-09-061-0/+2
* Issue #15560: Fix building _sqlite3 extension on OS X with an SDK.Ned Deily2012-08-051-4/+4
* Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs.Ned Deily2012-07-301-0/+3
* Issue #15044: Handle Fedora 17's approach to ndbm compatibility (backport fro...Nick Coghlan2012-06-171-1/+5
* Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.Charles-François Natali2012-04-121-0/+4
* Issue #14152: backport fix.Stefan Krah2012-02-291-1/+1
* Backport for Python 2.7 of issue 11715 support for building Python onBarry Warsaw2011-04-071-0/+23
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-2/+2
* #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-1/+1
* Merged revisions 86040 via svnmerge fromBenjamin Peterson2010-10-311-1/+1
* Merged revisions 85744 via svnmerge fromRonald Oussoren2010-10-201-1/+6
* Merged revisions 84535 via svnmerge fromRonald Oussoren2010-09-161-0/+1
* Merged revisions 84584 via svnmerge fromAntoine Pitrou2010-09-071-1/+5
* Remove weakref from setup.py now that it is builtin.Georg Brandl2010-08-211-1/+1
* Fis issue5504: ctypes does now work with systems where mmap can't beThomas Heller2010-08-081-2/+1
* Issue #7384: On Gentoo, libreadline.so is a "fake library", so ldd fails.Stefan Krah2010-07-171-10/+12
* Two small fixes for the support for SDKs on MacOSX:Ronald Oussoren2010-06-271-1/+2
* Detect missing ldd on all systems.Stefan Krah2010-06-041-1/+2
* Use compiler rather than compiler_obj. Thanks Michael Foord for noticing.Stefan Krah2010-06-031-3/+3
* Issue #7384: If the system readline library is linked against ncurses,Stefan Krah2010-06-031-19/+37
* Fix for issue #7724: ensure that distutils and python's own setup.pyRonald Oussoren2010-06-031-21/+112
* Revert r80963 - it broke compilation everywhereAntoine Pitrou2010-05-081-110/+21