summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #6715: Add module for compression using the LZMA algorithm.Nadeem Vawda2011-11-301-0/+7
* cleanup setup.py for curses optionsVictor Stinner2011-11-291-9/+8
* Issue #13415: Help to locate curses.h when _curses module is linked to ncurseswVictor Stinner2011-11-271-0/+4
* Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants toVictor Stinner2011-10-251-3/+9
* Improve Victor’s commit with cool new 2.5 idiomÉric Araujo2011-10-191-2/+1
* Issue #12326: refactor usage of sys.platformVictor Stinner2011-08-211-3/+2
* Issue #12326: don't test the major version of sys.platformVictor Stinner2011-08-171-3/+2
* Fix build error in _curses module when not using libncursesw.Nadeem Vawda2011-07-311-0/+6
* Stop creating a Python-X.Y.Z-pyX.Y.egg-info file on install (#10645)Éric Araujo2011-06-091-0/+7
* When building sqlite3, the directory where sqlite.h was found wasBrett Cannon2011-06-061-2/+7
* remove __version__s dependent on subversion keyword expansion (closes #12221)Benjamin Peterson2011-05-311-2/+0
* promoted pysetup3 to a top-level scriptTarek Ziade2011-05-311-1/+1
* Issue #11743: Rewrite multiprocessing connection classes in pure Python.Antoine Pitrou2011-05-091-3/+0
* Refinement by Stefan Krah (see issue 11715, msg133194) to exit early if theBarry Warsaw2011-04-071-0/+2
|\
| * Refinement by Stefan Krah (see issue 11715, msg133194) to exit early if theBarry Warsaw2011-04-071-0/+2
| |\
| | * Refinement by Stefan Krah (see issue 11715, msg133194) to exit early if theBarry Warsaw2011-04-071-0/+2
* | | Issue 11715: Merge multiarch fix from 3.1 branch.Barry Warsaw2011-04-061-3/+3
|\ \ \ | |/ / |/| |
| * | Issue #5863: Rewrite BZ2File in pure Python, and allow it to acceptAntoine Pitrou2011-04-031-2/+2
| * | #11565: Merge with 3.2.Ezio Melotti2011-03-161-1/+1
| |\ \
| | * \ #11515: Merge with 3.2.Ezio Melotti2011-03-151-1/+1
| | |\ \
| | | * | Issue #10924: Adding salt and Modular Crypt Format to crypt library.Sean Reifscheider2011-02-221-1/+1
* | | | | Issue 11715: Merge multiarch fix from 3.1 branch.Barry Warsaw2011-04-061-0/+21
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Issue 11715: Build extension modules on multiarch Debian and Ubuntu byBarry Warsaw2011-04-061-0/+21
* | | | #11565: Merge with 3.1.Ezio Melotti2011-03-161-193/+253
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | #11515: Merge with 3.1.Ezio Melotti2011-03-151-1/+1
| |\ \ | | |/ | |/|
| * | #10679: install idle, pydoc, 2to3 scripts with X.Y suffix for make altinstall...Georg Brandl2010-12-281-2/+27
| * | Silence compile errorAntoine Pitrou2010-12-041-3/+4
| * | Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+3
| * | Roumen Petrov's fix for when all paths are absolute. (Issue 10520)Barry Warsaw2010-11-271-1/+2
| * | 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