| Commit message (Expand) | Author | Age | Files | Lines |
* | setup.py was trying to build _weakref which is redundant as it's a built-in | Brett Cannon | 2010-09-14 | 1 | -3/+0 |
|
|
* | Issue #4026: Make the fcntl extension build under AIX. | Antoine Pitrou | 2010-09-07 | 1 | -1/+5 |
|
|
* | Fix for issue9662, patch by Łukasz Langa in issue5504. | Ronald Oussoren | 2010-09-05 | 1 | -0/+1 |
|
|
* | Workaround PEP 3149 build problems. | Antoine Pitrou | 2010-09-04 | 1 | -1/+7 |
|
|
* | Fix builds with builddir != srcdir, introduced in r83988. | Matthias Klose | 2010-08-23 | 1 | -1/+1 |
|
|
* | Reimplement addbuilddir() in C inside getpath.c, so as to execute it | Antoine Pitrou | 2010-08-13 | 1 | -0/+14 |
|
|
* | Fix Issue9545 - Adding _collections to static build. | Senthil Kumaran | 2010-08-09 | 1 | -6/+0 |
|
|
* | Fix issue5504: ctypes does now work with systems where mmap can't be | Thomas Heller | 2010-08-08 | 1 | -2/+1 |
|
|
* | Issue #7989: Added pure python implementation of the datetime module. | Alexander Belopolsky | 2010-07-23 | 1 | -1/+1 |
|
|
* | reverted distutils its 3.1 state. All new work is now happening in disutils2,... | Tarek Ziadé | 2010-07-22 | 1 | -35/+35 |
|
|
* | Issue #7384: On Gentoo, libreadline.so is a "fake library", so ldd fails. | Stefan Krah | 2010-07-17 | 1 | -12/+13 |
|
|
* | Merged revisions 82272 via svnmerge from | Ronald Oussoren | 2010-06-27 | 1 | -1/+2 |
|
|
* | Issue #9012: "Separate compilation of time and datetime modules." | Alexander Belopolsky | 2010-06-16 | 1 | -2/+2 |
|
|
* | Issue #7384: If the system readline library is linked against ncurses, | Stefan Krah | 2010-06-08 | 1 | -19/+44 |
|
|
* | Merged revisions 81662 via svnmerge from | Ronald Oussoren | 2010-06-03 | 1 | -20/+106 |
|
|
* | Remove traces of MacOS9 support. | Ronald Oussoren | 2010-05-05 | 1 | -47/+34 |
|
|
* | Merged revisions 80322 via svnmerge from | Matthias Klose | 2010-04-21 | 1 | -2/+3 |
|
|
* | Merged revisions 80320 via svnmerge from | Matthias Klose | 2010-04-21 | 1 | -1/+1 |
|
|
* | For for issue #7154: Port the code that uses | Ronald Oussoren | 2010-04-18 | 1 | -0/+6 |
|
|
* | - Issue #6949: Allow the _dbm extension to be built with db 4.8.x. | Matthias Klose | 2010-03-15 | 1 | -1/+1 |
|
|
* | * Replaces the internals of the subprocess module from fork through exec on | Gregory P. Smith | 2010-03-14 | 1 | -0/+3 |
|
|
* | Merged revisions 78784 via svnmerge from | Ronald Oussoren | 2010-03-08 | 1 | -0/+3 |
|
|
* | Merged new pysqlite version 2.6.0 from trunk. | Gerhard Häring | 2010-03-05 | 1 | -0/+2 |
|
|
* | Merged revisions 77704,77752 via svnmerge from | Tarek Ziadé | 2010-01-29 | 1 | -2/+2 |
|
|
* | Note: I'm merging these changes out of consistency, but they don't seem | Antoine Pitrou | 2010-01-13 | 1 | -9/+6 |
|
|
* | Merged revisions 77185-77188,77262,77313,77317,77331-77333,77337-77338 via sv... | Benjamin Peterson | 2010-01-09 | 1 | -6/+6 |
|
|
* | add missing hashlib.h deps. | Gregory P. Smith | 2010-01-03 | 1 | -4/+9 |
|
|
* | small logic cleanup, avoid duplicate openssl_ver check. | Gregory P. Smith | 2010-01-03 | 1 | -1/+1 |
|
|
* | Also fixes test_hashlib for the different extension module names in py3k. | Gregory P. Smith | 2010-01-03 | 1 | -6/+12 |
|
|
* | Merged revisions 77212-77215 via svnmerge from | Benjamin Peterson | 2010-01-01 | 1 | -4/+8 |
|
|
* | Merged revisions 77169 via svnmerge from | Benjamin Peterson | 2009-12-31 | 1 | -11/+19 |
|
|
* | Merged revisions 77130 via svnmerge from | Benjamin Peterson | 2009-12-30 | 1 | -1/+2 |
|
|
* | Merged revisions 77128 via svnmerge from | Benjamin Peterson | 2009-12-30 | 1 | -1/+1 |
|
|
* | Merged revisions 76978 via svnmerge from | Mark Dickinson | 2009-12-21 | 1 | -2/+2 |
|
|
* | Merged revisions 76865 via svnmerge from | Mark Dickinson | 2009-12-17 | 1 | -0/+1 |
|
|
* | Merged revisions 76861 via svnmerge from | Mark Dickinson | 2009-12-16 | 1 | -1/+1 |
|
|
* | Merged revisions 76432,76558 via svnmerge from | Mark Dickinson | 2009-11-28 | 1 | -1/+2 |
|
|
* | Remove AtheOS support, as per PEP 11 (which claims that all code was removed ... | Antoine Pitrou | 2009-10-24 | 1 | -14/+4 |
|
|
* | Merged revisions 74970 via svnmerge from | Ronald Oussoren | 2009-09-20 | 1 | -9/+9 |
|
|
* | Merged revisions 74798 via svnmerge from | Ronald Oussoren | 2009-09-15 | 1 | -12/+19 |
|
|
* | Merged revisions 74471-74472 via svnmerge from | Guilherme Polo | 2009-08-16 | 1 | -2/+2 |
|
|
* | search through db.h in binary #6680 | Benjamin Peterson | 2009-08-12 | 1 | -4/+4 |
|
|
* | Revert r73807, which removed code to be able to build _dbm with bsddb. | Georg Brandl | 2009-07-11 | 1 | -2/+186 |
|
|
* | Merged revisions 73864 via svnmerge from | Tarek Ziadé | 2009-07-06 | 1 | -44/+48 |
|
|
* | rip out bsddb support code | Benjamin Peterson | 2009-07-03 | 1 | -186/+2 |
|
|
* | #4601: 'make install' did not set the permissions on library directories, | Amaury Forgeot d'Arc | 2009-07-02 | 1 | -6/+5 |
|
|
* | install 2to3, overwritting any old installations #5756 | Benjamin Peterson | 2009-05-23 | 1 | -1/+2 |
|
|
* | build _functools and _locale into the core library | Benjamin Peterson | 2009-05-23 | 1 | -18/+0 |
|
|
* | - Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify | Matthias Klose | 2009-04-30 | 1 | -31/+63 |
|
|
* | install idle and pydoc with a 3 suffix #5756 | Benjamin Peterson | 2009-04-25 | 1 | -7/+1 |
|
|