summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Put /usr/local paths after the relative paths in library_dirs andBarry Warsaw2010-11-241-8/+18
* add --enable-loadable-sqlite-extensions #10268Benjamin Peterson2010-10-311-2/+4
* typoBenjamin Peterson2010-10-311-1/+1
* Make file handing in setup.py more robust by using context managers to properlyBrett Cannon2010-10-291-43/+45
* Fix for issue #7473.Ronald Oussoren2010-10-201-1/+6
* - Accept Oracle Berkeley DB 5.0 and 5.1 as backend for the dbm extension.Matthias Klose2010-10-171-1/+1
* setup.py was trying to build _weakref which is redundant as it's a built-inBrett Cannon2010-09-141-3/+0
* Issue #4026: Make the fcntl extension build under AIX.Antoine Pitrou2010-09-071-1/+5
* Fix for issue9662, patch by Łukasz Langa in issue5504.Ronald Oussoren2010-09-051-0/+1
* Workaround PEP 3149 build problems.Antoine Pitrou2010-09-041-1/+7
* Fix builds with builddir != srcdir, introduced in r83988.Matthias Klose2010-08-231-1/+1
* Reimplement addbuilddir() in C inside getpath.c, so as to execute itAntoine Pitrou2010-08-131-0/+14
* Fix Issue9545 - Adding _collections to static build.Senthil Kumaran2010-08-091-6/+0
* Fix issue5504: ctypes does now work with systems where mmap can't beThomas Heller2010-08-081-2/+1
* Issue #7989: Added pure python implementation of the datetime module.Alexander Belopolsky2010-07-231-1/+1
* reverted distutils its 3.1 state. All new work is now happening in disutils2,...Tarek Ziadé2010-07-221-35/+35
* Issue #7384: On Gentoo, libreadline.so is a "fake library", so ldd fails.Stefan Krah2010-07-171-12/+13
* Merged revisions 82272 via svnmerge fromRonald Oussoren2010-06-271-1/+2
* Issue #9012: "Separate compilation of time and datetime modules."Alexander Belopolsky2010-06-161-2/+2
* Issue #7384: If the system readline library is linked against ncurses,Stefan Krah2010-06-081-19/+44
* Merged revisions 81662 via svnmerge fromRonald Oussoren2010-06-031-20/+106
* 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