summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* print out information about which BerkeleyDB library was found byGregory P. Smith2008-05-251-3/+2
* Patch #1722225: Support QNX 6.Martin v. Löwis2008-05-231-1/+1
* On HPUX, -fPIC must be used for linking. _ctypes now builds on HP-UXThomas Heller2008-05-201-0/+3
* Backport fast alternate io.BytesIO implementation.Alexandre Vassalotti2008-05-091-0/+2
* Add the 'json' package. Code taken from simplejson 1.9 and contributed by BobBrett Cannon2008-05-051-0/+2
* Fix test_distutils to not fail when running 'make test' from a Python buildThomas Wouters2008-04-051-0/+2
* Install 2to3 script.Martin v. Löwis2008-03-241-0/+1
* Have the binascii module use zlib's optimized crc32() function when availableGregory P. Smith2008-03-241-3/+17
* Move itertools before future_builtins since the latter depends on the former.Neal Norwitz2008-03-231-2/+2
* Merged changes from libffi3-branch.Thomas Heller2008-03-041-0/+35
* Added future_builtins, which contains PEP 3127 compatible versions of hex() a...Eric Smith2008-02-231-0/+3
* remove a repeated occurance of a hardcoded berkeleydb library version numberGregory P. Smith2008-02-031-2/+2
* Directories from CPPFLAGS and LDFLAGS were being added in the reverse order forBrett Cannon2008-02-031-1/+1
* Disable use of BerkeleyDB 4.6.x to see what the odd platform buildbotsGregory P. Smith2008-01-281-1/+4
* Added the Python core headers Include/*.h and pyconfig.h as dependencies for ...Christian Heimes2008-01-251-0/+9
* Backport of several functions from Python 3.0 to 2.6 including PyUnicode_From...Christian Heimes2008-01-251-0/+2
* Build _ctypes after the other extensions. Its build process dependsChristian Heimes2008-01-181-2/+8
* Enable platform-specific tweaks for FreeBSD 8 (exactly same to FreeBSD 7's yet)Hye-Shik Chang2007-10-281-1/+1
* remove another sleepycat referenceGregory P. Smith2007-10-091-1/+1
* Splits Modules/_bsddb.c up into bsddb.h and _bsddb.c and adds a C APIGregory P. Smith2007-10-091-0/+1
* Allows BerkeleyDB 4.6.x >= 4.6.21 for the bsddb module.Gregory P. Smith2007-10-061-4/+12
* Don't allow BerkeleyDB 4.6.x as the current 4.6.19 release is proneGregory P. Smith2007-09-101-2/+4
* If this is correct for py3k branch and it's already in the release25-maintSkip Montanaro2007-09-061-3/+0
* - Added support for linking the bsddb module against BerkeleyDB 4.6.x.Matthias Klose2007-09-031-3/+3
* keep setup.py from listing unneeded hash modules (_md5, _sha*) asGregory P. Smith2007-08-261-4/+11
* Bug #1765375: fix stripping of unwanted LDFLAGS.Georg Brandl2007-08-241-1/+2
* When setup.py fails to find the necessary bits to build some modules, have itJeffrey Yasskin2007-08-221-1/+4
* Remove the rgbimg module. It has been deprecated since Python 2.5.Brett Cannon2007-05-201-3/+1
* Fix cmp vs. key argument for list.sort.Georg Brandl2007-03-061-1/+1
* patch 1673619 - identify extension modules which cannot be builtSkip Montanaro2007-03-061-4/+109
* Teach setup.py how to find Berkeley DB on Macs using MacPorts.Skip Montanaro2007-03-041-8/+10
* Prepare collections module for pure python code entries.Raymond Hettinger2007-02-281-1/+1
* Ignore directory time stamps when consideringMartin v. Löwis2007-02-141-1/+2
* Support linking of the bsddb module against BerkeleyDB 4.5.xGregory P. Smith2007-01-051-3/+3
* Check db_setup_debug for a few print statements; change sqlite_setup_debug to...Andrew M. Kuchling2006-10-271-5/+8
* Add some commentary on -mimpure-text.Martin v. Löwis2006-08-091-0/+8
* [Patch #1464056] Ensure that we use the panelw library when linking with ncur...Andrew M. Kuchling2006-08-061-2/+6
* Fix #1530448 - fix ctypes build failure on solaris 10.Thomas Heller2006-08-041-0/+5
* Whitespace normalization.Tim Peters2006-06-301-1/+1
* Use staticly build copies of zlib and bzip2 to build the OSX installer, thatRonald Oussoren2006-06-271-2/+30
* add depends = ['md5.h'] to the _md5 module extension for correctness sake.Gregory P. Smith2006-06-051-1/+3
* Drop Mac wrappers for the WASTE library.Ronald Oussoren2006-06-041-23/+0
* Apply modified version of Collin Winter's patch #1478788Nick Coghlan2006-05-291-2/+2