summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Fix for issue #7724: make it possible to build usingRonald Oussoren2010-05-081-21/+110
* In a number of places code still reversRonald Oussoren2010-05-051-45/+35
* - Build the ossaudio extension on GNU/kFreeBSD.Matthias Klose2010-04-211-2/+3
* setup.py: search ffi.h in include dirs, if LIBFFI_INCLUDEDIR is empty.Matthias Klose2010-04-211-1/+1
* pybsddb 4.8.4 integration. Please, comment in issue #8156Jesus Cea2010-03-221-1/+1
* - Issue #6949: Allow the _bsddb extension to be built with db-4.8.x.Matthias Klose2010-03-151-1/+1
* Fix for issue 8066: readline should not be linked against libedit when theRonald Oussoren2010-03-081-1/+4
* Merged code from pysqlite 2.6.0.Gerhard Häring2010-03-051-0/+2
* reverted the usage of compiler_obj in Python's setup.pyTarek Ziadé2010-03-051-39/+39
* taking sysconfig out of distutilsTarek Ziadé2010-01-231-2/+2
* Use `with`Antoine Pitrou2010-01-131-1/+2
* Issue #7661: Allow ctypes to be built from a non-ASCII directory path.Antoine Pitrou2010-01-131-5/+6
* make setup.py similar to py3k's when reporting on _hashlib as missing or not.Gregory P. Smith2010-01-031-12/+14
* Always compile the all versions of the hashlib algorithm modules when PythonGregory P. Smith2010-01-021-5/+11
* allow --with-dbmliborder to specify that no dbm modules will be built #6491Benjamin Peterson2010-01-011-3/+5
* use pkg-config to find the libffi headers when --with-system-ffi is used #6943Benjamin Peterson2010-01-011-1/+3
* update expat commentBenjamin Peterson2009-12-311-6/+6
* add a --with-system-expat option to build pyexpat against the system's lib #7609Benjamin Peterson2009-12-311-11/+19
* wrap long lineBenjamin Peterson2009-12-301-1/+2
* only build the nis module when the headers are found #7589Benjamin Peterson2009-12-301-1/+1
* Issue #7518: Move substitute definitions of C99 math functions fromMark Dickinson2009-12-211-2/+2
* Add _math.h to math module dependencies in setup.py.Mark Dickinson2009-12-171-0/+1
* Issue #3366: Add expm1 function to math module. Thanks Eric Smith forMark Dickinson2009-12-161-1/+1
* Issue #7272, continued: don't re-use existing HAVE_BROKEN_POSIX_SEMAPHORESMark Dickinson2009-11-281-1/+1
* Issue #7272: Add configure test to detect whether sem_open worksMark Dickinson2009-11-201-1/+2
* Ensure that _scproxy gets build even when --disable-toolbox-glueRonald Oussoren2009-10-081-9/+9
* Issue 6877: this patch makes it possible to link the readline extensionRonald Oussoren2009-09-201-9/+9