summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 82929 via svnmerge fromStefan Krah2010-07-171-10/+12
* Merged revisions 82272 via svnmerge fromRonald Oussoren2010-06-271-1/+2
* Issue #7384: If the system readline library is linked againstStefan Krah2010-06-161-19/+42
* Merged revisions 81662 via svnmerge fromRonald Oussoren2010-06-031-22/+113
* Merged revisions 78784 via svnmerge fromRonald Oussoren2010-03-081-1/+4
* Backport the patch that enables linking the readlineRonald Oussoren2010-02-071-9/+9
* Merged revisions 68874 via svnmerge fromBenjamin Peterson2010-01-301-3/+7
* Merged revisions 77466 via svnmerge fromAntoine Pitrou2010-01-161-5/+6
* Merged revisions 77130 via svnmerge fromBenjamin Peterson2009-12-301-1/+2
* Merged revisions 77128 via svnmerge fromBenjamin Peterson2009-12-301-1/+1
* Merged revisions 75281 via svnmerge fromRonald Oussoren2009-10-081-9/+9
* Merged revisions 74962 via svnmerge fromRonald Oussoren2009-09-201-0/+11
* Merged revisions 74798 via svnmerge fromRonald Oussoren2009-09-151-13/+11
* Merged revisions 70849 via svnmerge fromJesse Noller2009-03-311-0/+9
* Merged revisions 70172 via svnmerge fromRonald Oussoren2009-03-041-1/+1
* Merged revisions 69500 via svnmerge fromMark Dickinson2009-02-101-1/+2
* muffed the default caseSkip Montanaro2008-12-071-3/+2
* issue4483: dbm build failures on systems with gdbm_compat lib.Skip Montanaro2008-12-061-2/+14
* Merged revisions 67098 via svnmerge fromMartin v. Löwis2008-11-041-1/+1
* backportSkip Montanaro2008-10-071-1/+2
* Merged revisions 66814 via svnmerge fromMartin v. Löwis2008-10-061-1/+0
* Merged revisions 66766-66767,66771-66772,66774,66776,66783-66787,66790,66793,...Benjamin Peterson2008-10-041-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
* 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