summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix for issue 6851: urllib.urlopen crashes in a thread on OSX 10.6Ronald Oussoren2009-09-201-0/+11
* MacOSX: detect the architectures supported byRonald Oussoren2009-09-151-13/+11
* Issue #6244: Allow detect_tkinter to look for Tcl/Tk 8.6.Guilherme Polo2009-08-161-2/+2
* Fixed #6377: distutils compiler switch ignored (and added a deprecation warni...Tarek Ziadé2009-07-061-45/+49
* Issue #6215: backport the 3.1 io libAntoine Pitrou2009-06-121-4/+5
* - Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specifyMatthias Klose2009-04-291-4/+5
* - Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specifyMatthias Klose2009-04-291-33/+62
* issue5545: Switch to Autoconf for multiprocessing; special thanks to Martin L...Jesse Noller2009-04-021-35/+7
* Apply patch for netbsd multiprocessing supportJesse Noller2009-03-311-0/+9
* Change framework search order when looking for Tcl/Tk on OSX.Ronald Oussoren2009-03-041-1/+1
* _testcapi depends on testcapi_long.hMark Dickinson2009-02-101-1/+2
* Distutils apparently requires an absolute path so provide one.Neil Schemenauer2009-02-061-1/+1
* Oops, Mac build needs the 'incdirlist' variable so restore it.Neil Schemenauer2009-02-051-1/+5
* Make setup.py work when building in a directory other than theNeil Schemenauer2009-02-051-24/+8
* Issue 3807: multiprocessing fails to compile under --without-threadsJesse Noller2009-01-231-3/+7
* #4731: clarify message about missing module prerequisites.Georg Brandl2008-12-281-1/+2
* muffed the default caseSkip Montanaro2008-12-071-3/+2
* issue 4483 - dbm build failures on systems with gdbm_compat lib.Skip Montanaro2008-12-061-2/+14
* Issue #4204: Fixed module build errors on FreeBSD 4.Martin v. Löwis2008-11-041-1/+1
* Pay attention to -R entries in LDFLAGS.Skip Montanaro2008-10-071-1/+2
* Issue #4014: Don't claim that Python has an Alpha release status, in additionMartin v. Löwis2008-10-061-1/+0
* Issue #1706863: Fixed "'NoneType' object has no attribute 'rfind'" error when...Hirokazu Yamamoto2008-10-031-1/+2
* issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Cog...Jesse Noller2008-09-301-0/+8
* Give information for compililation of _multiprocessing.SemLock on FreeBSD:Hye-Shik Chang2008-06-281-0/+11
* add the multiprocessing package to fulfill PEP 371Benjamin Peterson2008-06-111-0/+52
* MacOS X: Enable 4-way universal buildsRonald Oussoren2008-06-051-3/+50
* Fix misspelled sys.platform name and misspelled filename.Thomas Heller2008-06-021-1/+1
* Turn off debugging output for building bsddb.Brett Cannon2008-05-291-2/+3
* Disable the use of BerkeleyDB 4.6 on platforms that appear to haveGregory P. Smith2008-05-271-5/+35
* Allow BerlekeyDB up through 4.7. I doubt any of our unixy buildbots even haveGregory P. Smith2008-05-261-4/+1