summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-1/+1
* Fixed cPickle, by restoring some of the deleted code.Guido van Rossum2006-08-171-1/+1
* Quite a few fixes to make the library and test suite more robust whenGuido van Rossum2006-08-171-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-4/+49
* Merge the rest of the trunk.Thomas Wouters2006-06-081-24/+3
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-2/+2
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-23/+55
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-122/+245
* Changes to build the _ctypes extension module.Thomas Heller2006-03-081-0/+58
* Stop building timing module, it's old and deprecatedNeal Norwitz2006-03-031-1/+3
* Check for a not-found rlconf.h by testing for None.Martin v. Löwis2006-02-271-1/+1
* If the readline library is found try and determine whether it's the brokenJack Jansen2006-02-231-1/+8
* Patch #428494: Prefer linking against ncursesw over ncurses libraryMartin v. Löwis2006-02-111-1/+8
* Added the cProfile module.Armin Rigo2006-02-081-1/+3
* Support for BerkeleyDB 4.4 (tested against 4.4.20 as well as all theGregory P. Smith2006-01-241-3/+5
* Whitespace normalization.Tim Peters2005-12-301-1/+1
* typo, use parens for continued exprSkip Montanaro2005-12-301-3/+3
* Bug #999767: make setup.py obey Setup.local wrt shared modulesGeorg Brandl2005-12-271-10/+11
* added cElementTree/_elementtree build stuff and wrapper moduleFredrik Lundh2005-12-141-0/+11
* Find bsd db v4 on gentoo (2005 i think)Neal Norwitz2005-10-201-0/+1
* Add a check for the OpenSSL version number to conditionally compileGregory P. Smith2005-08-231-11/+33
* [ sf.net patch # 1121611 ]Gregory P. Smith2005-08-211-9/+26
* Add support for FreeBSD 7.Hye-Shik Chang2005-07-171-1/+2
* Make parse_makefile fallback to environment variables if nothing isMartin v. Löwis2005-04-251-2/+2
* Fix building of spwd; was incorrectly checking for the needed HAVE_* values toBrett Cannon2005-04-151-4/+5
* add support for another DB library naming convention (FreeBSD ports)Andrew MacIntyre2005-03-091-1/+3
* Build with --disable-unicode again. Fixes #1158607.Martin v. Löwis2005-03-081-5/+6
* SF patch #941881: PEP 309 Implementation (Partial Function Application).Raymond Hettinger2005-02-281-0/+2
* spwdmodule.c should only be built when either HAVE_GETSPNAM or HAVE_GETSPENT isBrett Cannon2005-02-161-2/+4
* Patch #579435: Shadow Password Support ModuleMartin v. Löwis2005-01-231-0/+2
* Since it is a possibility that LDFLAGS or CPPFLAGS were set with options thatBrett Cannon2005-01-021-2/+3
* Strip out double dashes and dashes for options not used during parsing ofBrett Cannon2004-12-311-2/+16
* Switch from getting LDFLAGS and CPPFLAGS from the environment to the Makefile.Brett Cannon2004-12-181-5/+5
* rewrote the bsddb module BerkeleyDB library and include file locatingGregory P. Smith2004-12-131-72/+93
* the bsddb module now also works with BerkeleyDB 4.3.Gregory P. Smith2004-12-131-4/+7
* Change code in setup.py for parsing LDFLAGS and CPPFLAGS to use optparseBrett Cannon2004-12-071-6/+5
* setup.py now uses the library directories specified in LDFLAGS (``-L``Brett Cannon2004-12-071-9/+18
* Patch #1050475: Fix various x86_64 build issuesMartin v. Löwis2004-11-131-1/+5
* Patch 983206: distutils obeys LDSHARED env var. Removed the code inAnthony Baxter2004-10-131-3/+0
* Add the directories where DarwinPorts installs library and include files toBrett Cannon2004-09-281-2/+5
* Remove mpz, rotor, xreadlines modulesAndrew M. Kuchling2004-08-311-23/+1
* Whitespace normalization.Tim Peters2004-08-261-2/+2
* When building with --disable-toolbox-glue under Darwin, skip building anyBrett Cannon2004-08-261-2/+4
* Add support for FreeBSD 6.Hye-Shik Chang2004-08-181-1/+1
* Whitespace normalization.Tim Peters2004-07-231-1/+1
* ossaudiodev is available on FreeBSD 5 too.Hye-Shik Chang2004-07-201-1/+1
* Move comment that goes along with audioopNeal Norwitz2004-07-191-1/+1
* Patch #993173: Enable audioop on 64-bit platforms.Martin v. Löwis2004-07-191-1/+4
* Whitespace normalization. Ran reindent.py over the entire source tree.Tim Peters2004-07-181-1/+1
* Bring CJKCodecs 1.1 into trunk. This completely reorganizes sourceHye-Shik Chang2004-07-181-9/+3