385 Commits (71e2d2e2601b85a2fa437b9e7a20800fe53a6740)

Author SHA1 Message Date
doko@ubuntu.com 4950a3b6cc - Issue #17477: Update the bsddb module to pybsddb 5.3.0, supporting 13 years ago
Kristján Valur Jónsson 868f0aac37 issue #9090 : Take the same approach for socketmodule as daytimemodule 13 years ago
Petri Lehtinen c23178ba36 Issue #5033: Fix building of the sqlite3 extension module 13 years ago
Christian Heimes 56656b0118 add proper dependencies on expat headers and sources 14 years ago
doko@python.org d65e2bab3b - Issue #17086: Backport the patches from the 3.3 branch to cross-build 14 years ago
Ned Deily 4511e276d5 Issue #14018: fix merge error 14 years ago
doko@ubuntu.com 3d2fc15f82 - Issue #11715: Fix multiarch detection without having Debian development 14 years ago
Christian Heimes 6fd3248855 Issue #15591: run ctypes' configure in quiet mode when setup.py runs silently 14 years ago
Ned Deily 670280470d Issue #15560: Fix building _sqlite3 extension on OS X with an SDK. 14 years ago
Ned Deily d8ec464dbb Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs. 14 years ago
Nick Coghlan 970fcef84b Issue #15044: Handle Fedora 17's approach to ndbm compatibility (backport from 3.x) 14 years ago
Charles-François Natali 0d3db3a815 Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. 14 years ago
Stefan Krah 4666ebd8fa Issue #14152: backport fix. 14 years ago
Barry Warsaw ffc9caf9fe Backport for Python 2.7 of issue 11715 support for building Python on 15 years ago
Ezio Melotti c2077b0d9b #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
Ezio Melotti 24b07bcba3 #11515: fix several typos. Patch by Piotr Kasprzyk. 15 years ago
Georg Brandl ff52f76019 #10679: install idle, pydoc, 2to3 scripts with X.Y suffix for make altinstall; create symlinks for make install. 16 years ago
Antoine Pitrou 8c30a710e6 Silence compile error 16 years ago
Martin v. Löwis 4d0d471a80 Merge branches/pep-0384. 16 years ago
Barry Warsaw 34520cdcf4 Roumen Petrov's fix for when all paths are absolute. (Issue 10520) 16 years ago
Matthias Klose 55aa2f39a3 Merged revisions 85645 via svnmerge from 16 years ago
Barry Warsaw 807bd0a8a4 Put /usr/local paths after the relative paths in library_dirs and 16 years ago
Benjamin Peterson 076ed00003 add --enable-loadable-sqlite-extensions #10268 16 years ago
Benjamin Peterson 206e10c014 Merged revisions 86040 via svnmerge from 16 years ago
Benjamin Peterson c73206c1e1 typo 16 years ago
Brett Cannon 9f5db07dab Make file handing in setup.py more robust by using context managers to properly 16 years ago
Ronald Oussoren 7e7dbab08a Merged revisions 85744 via svnmerge from 16 years ago
Ronald Oussoren 2421525e21 Merged revisions 85744 via svnmerge from 16 years ago
Ronald Oussoren f3500e1198 Fix for issue #7473. 16 years ago
Matthias Klose 8690ae57f3 - Accept Oracle Berkeley DB 5.0 and 5.1 as backend for the dbm extension. 16 years ago
Antoine Pitrou 07f62a7702 Merged revisions 74473,79974 via svnmerge from 16 years ago
Ronald Oussoren 30a171fcb6 Merged revisions 84535 via svnmerge from 16 years ago
Brett Cannon b82489dd7f setup.py was trying to build _weakref which is redundant as it's a built-in 16 years ago
Antoine Pitrou 15db1443ae Merged revisions 84584 via svnmerge from 16 years ago
Antoine Pitrou 857298100b Merged revisions 84584 via svnmerge from 16 years ago
Antoine Pitrou a300007c6e Issue #4026: Make the fcntl extension build under AIX. 16 years ago
Ronald Oussoren 2decf22b95 Fix for issue9662, patch by Łukasz Langa in issue5504. 16 years ago
Antoine Pitrou 327fd40dde Workaround PEP 3149 build problems. 16 years ago
Matthias Klose 7311729790 Fix builds with builddir != srcdir, introduced in r83988. 16 years ago
Georg Brandl fa8fa0caf4 Remove weakref from setup.py now that it is builtin. 16 years ago
Antoine Pitrou e9b428f997 Reimplement addbuilddir() in C inside getpath.c, so as to execute it 16 years ago
Antoine Pitrou e647b4766d Fix buildbot issues due to _ctypes failing to compile in 3.1. 16 years ago
Senthil Kumaran 5c87c1a5a8 Fix Issue9545 - Adding _collections to static build. 16 years ago
Thomas Heller 51d19cf227 Merged revisions 83837,83841 via svnmerge from 16 years ago
Thomas Heller 864cc6703a Fix issue5504: ctypes does now work with systems where mmap can't be 16 years ago
Thomas Heller 001d3a1d8a Fis issue5504: ctypes does now work with systems where mmap can't be 16 years ago
Alexander Belopolsky cf86e368eb Issue #7989: Added pure python implementation of the datetime module. 16 years ago
Tarek Ziadé 3679727939 reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 16 years ago
Stefan Krah 818ea8ed11 Merged revisions 82929 via svnmerge from 16 years ago
Stefan Krah 2e26e23d9d Issue #7384: On Gentoo, libreadline.so is a "fake library", so ldd fails. 16 years ago