summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Remove traces of MacOS9 support.Ronald Oussoren2010-05-051-47/+34
* Merged revisions 80322 via svnmerge fromMatthias Klose2010-04-211-2/+3
* Merged revisions 80320 via svnmerge fromMatthias Klose2010-04-211-1/+1
* For for issue #7154: Port the code that usesRonald Oussoren2010-04-181-0/+6
* - Issue #6949: Allow the _dbm extension to be built with db 4.8.x.Matthias Klose2010-03-151-1/+1
* * Replaces the internals of the subprocess module from fork through exec onGregory P. Smith2010-03-141-0/+3
* Merged revisions 78784 via svnmerge fromRonald Oussoren2010-03-081-0/+3
* Merged new pysqlite version 2.6.0 from trunk.Gerhard Häring2010-03-051-0/+2
* Merged revisions 77704,77752 via svnmerge fromTarek Ziadé2010-01-291-2/+2
* Note: I'm merging these changes out of consistency, but they don't seemAntoine Pitrou2010-01-131-9/+6
* Merged revisions 77185-77188,77262,77313,77317,77331-77333,77337-77338 via sv...Benjamin Peterson2010-01-091-6/+6
* add missing hashlib.h deps.Gregory P. Smith2010-01-031-4/+9
* small logic cleanup, avoid duplicate openssl_ver check.Gregory P. Smith2010-01-031-1/+1
* Also fixes test_hashlib for the different extension module names in py3k.Gregory P. Smith2010-01-031-6/+12
* Merged revisions 77212-77215 via svnmerge fromBenjamin Peterson2010-01-011-4/+8
* Merged revisions 77169 via svnmerge fromBenjamin Peterson2009-12-311-11/+19
* Merged revisions 77130 via svnmerge fromBenjamin Peterson2009-12-301-1/+2
* Merged revisions 77128 via svnmerge fromBenjamin Peterson2009-12-301-1/+1
* Merged revisions 76978 via svnmerge fromMark Dickinson2009-12-211-2/+2
* Merged revisions 76865 via svnmerge fromMark Dickinson2009-12-171-0/+1
* Merged revisions 76861 via svnmerge fromMark Dickinson2009-12-161-1/+1
* Merged revisions 76432,76558 via svnmerge fromMark Dickinson2009-11-281-1/+2
* Remove AtheOS support, as per PEP 11 (which claims that all code was removed ...Antoine Pitrou2009-10-241-14/+4
* Merged revisions 74970 via svnmerge fromRonald Oussoren2009-09-201-9/+9
* Merged revisions 74798 via svnmerge fromRonald Oussoren2009-09-151-12/+19
* Merged revisions 74471-74472 via svnmerge fromGuilherme Polo2009-08-161-2/+2
* search through db.h in binary #6680Benjamin Peterson2009-08-121-4/+4
* Revert r73807, which removed code to be able to build _dbm with bsddb.Georg Brandl2009-07-111-2/+186
* Merged revisions 73864 via svnmerge fromTarek Ziadé2009-07-061-44/+48
* rip out bsddb support codeBenjamin Peterson2009-07-031-186/+2
* #4601: 'make install' did not set the permissions on library directories,Amaury Forgeot d'Arc2009-07-021-6/+5
* install 2to3, overwritting any old installations #5756Benjamin Peterson2009-05-231-1/+2
* build _functools and _locale into the core libraryBenjamin Peterson2009-05-231-18/+0
* - Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specifyMatthias Klose2009-04-301-31/+63
* install idle and pydoc with a 3 suffix #5756Benjamin Peterson2009-04-251-7/+1
* fix buildingBenjamin Peterson2009-04-081-0/+1
* don't install scripts which will overwrite 2.x ones #1590Benjamin Peterson2009-04-081-3/+5
* Don't check for broken Berkley-DB versions on some platforms; theMatthias Klose2009-04-071-8/+0
* - Issue #5359: Readd the Berkley-DB detection code to allow _dbm be builtMatthias Klose2009-04-071-2/+162
* Merged revisions 70908,70939,71009,71022,71036 via svnmerge fromBenjamin Peterson2009-04-051-35/+7
* Merged revisions 70849,70852 via svnmerge fromJesse Noller2009-03-311-0/+9
* Merged revisions 70172 via svnmerge fromRonald Oussoren2009-03-041-1/+1
* merge the io-c branch: C implementation of the io moduleBenjamin Peterson2009-03-041-2/+0
* Merged revisions 69500 via svnmerge fromMark Dickinson2009-02-101-1/+2
* Distutils apparently requires an absolute path so provide one.Neil Schemenauer2009-02-061-1/+1
* Make setup.py work when building in a directory other than theNeil Schemenauer2009-02-051-24/+9
* merge 68874 to py3kwq!Jesse Noller2009-01-231-3/+6
* Merged revisions 67952,67957-67958,67960-67961,67963,67973,67978,67995,68030,...Benjamin Peterson2009-01-011-1/+2
* issue 4483 - _dbm build failures on systems with gdbm_compat lib.Skip Montanaro2008-12-061-5/+14
* Merged revisions 67098 via svnmerge fromMartin v. Löwis2008-11-041-1/+1