COMMITS
/ setup.py April 7, 2011
B
Refinement by Stefan Krah (see issue 11715, msg133194) to exit early if the
Barry Warsaw committed
B
Refinement by Stefan Krah (see issue 11715, msg133194) to exit early if the
Barry Warsaw committed
April 6, 2011
B
Issue 11715: Merge multiarch fix from 3.1 branch.
Barry Warsaw committed
B
Issue 11715: Build extension modules on multiarch Debian and Ubuntu by
Barry Warsaw committed
March 16, 2011
E
#11565: Merge with 3.1.
Ezio Melotti committed
E
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti committed
March 15, 2011
E
#11515: Merge with 3.1.
Ezio Melotti committed
E
#11515: fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti committed
December 28, 2010
December 4, 2010
A
Silence compile error
Antoine Pitrou committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
November 27, 2010
B
Roumen Petrov's fix for when all paths are absolute. (Issue 10520)
Barry Warsaw committed
November 26, 2010
M
Merged revisions 85645 via svnmerge from
Matthias Klose committed
November 24, 2010
B
Put /usr/local paths after the relative paths in library_dirs and
Barry Warsaw committed
October 31, 2010
B
add --enable-loadable-sqlite-extensions #10268
Benjamin Peterson committed
October 29, 2010
B
Make file handing in setup.py more robust by using context managers to properly
Brett Cannon committed
October 20, 2010
R
Merged revisions 85744 via svnmerge from
Ronald Oussoren committed
R
Fix for issue #7473.
Ronald Oussoren committed
October 17, 2010
M
- Accept Oracle Berkeley DB 5.0 and 5.1 as backend for the dbm extension.
Matthias Klose committed
October 9, 2010
A
Merged revisions 74473,79974 via svnmerge from
Antoine Pitrou committed
September 14, 2010
B
setup.py was trying to build _weakref which is redundant as it's a built-in
Brett Cannon committed
September 7, 2010
A
Merged revisions 84584 via svnmerge from
Antoine Pitrou committed
A
Issue #4026: Make the fcntl extension build under AIX.
Antoine Pitrou committed
September 5, 2010
R
Fix for issue9662, patch by Łukasz Langa in issue5504.
Ronald Oussoren committed
September 4, 2010
A
Workaround PEP 3149 build problems.
Antoine Pitrou committed
August 23, 2010
M
Fix builds with builddir != srcdir, introduced in r83988.
Matthias Klose committed
August 13, 2010
A
Reimplement addbuilddir() in C inside getpath.c, so as to execute it
Antoine Pitrou committed
August 10, 2010
A
Fix buildbot issues due to _ctypes failing to compile in 3.1.
Antoine Pitrou committed
August 9, 2010
S
Fix Issue9545 - Adding _collections to static build.
Senthil Kumaran committed
August 8, 2010
T
Merged revisions 83837,83841 via svnmerge from
Thomas Heller committed
T
Fix issue5504: ctypes does now work with systems where mmap can't be
Thomas Heller committed
July 23, 2010
A
Issue #7989: Added pure python implementation of the datetime module.
Alexander Belopolsky committed
July 22, 2010
July 17, 2010
S
Merged revisions 82927 via svnmerge from
Stefan Krah committed
S
Issue #7384: On Gentoo, libreadline.so is a "fake library", so ldd fails.
Stefan Krah committed
June 27, 2010
R
Merged revisions 82273 via svnmerge from
Ronald Oussoren committed
R
Merged revisions 82272 via svnmerge from
Ronald Oussoren committed
June 16, 2010
A
Issue #9012: "Separate compilation of time and datetime modules."
Alexander Belopolsky committed
S
Issue #7384: If the system readline library is linked against
Stefan Krah committed
June 8, 2010
S
Issue #7384: If the system readline library is linked against ncurses,
Stefan Krah committed
June 3, 2010
R
Merged revisions 81673 via svnmerge from
Ronald Oussoren committed
R
Merged revisions 81662 via svnmerge from
Ronald Oussoren committed
May 5, 2010
R
Remove traces of MacOS9 support.
Ronald Oussoren committed
April 21, 2010
M
Merged revisions 80322 via svnmerge from
Matthias Klose committed
M
Merged revisions 80320 via svnmerge from
Matthias Klose committed
April 18, 2010
R
Merged revisions 80198 via svnmerge from
Ronald Oussoren committed
R
For for issue #7154: Port the code that uses
Ronald Oussoren committed
March 15, 2010
M
- Issue #6949: Allow the _dbm extension to be built with db 4.8.x.
Matthias Klose committed
March 14, 2010
G
* Replaces the internals of the subprocess module from fork through exec on
Gregory P. Smith committed