summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* _localemodule now needs to be linked with CoreFoundation on darwin.Jack Jansen2004-07-151-1/+8
* Install Barry's smtpd.py daemon.Skip Montanaro2004-06-261-1/+2
* Add compilation of timemodule.c with datetimemodule.c to getBrett Cannon2004-06-241-1/+1
* Patch #926209: Patch to setup.py to run on x86_64 Linux.Martin v. Löwis2004-06-041-1/+1
* Don't build the pcre module any moreAndrew M. Kuchling2004-06-021-1/+0
* * Restore the pure python version of heapq.py.Raymond Hettinger2004-04-191-1/+1
* [Patch #905863] Support the CVS version of Tcl/Tk, which has the version numb...Andrew M. Kuchling2004-03-211-1/+1
* [Patch #850977] Detect Tcl/Tk libraries on FreeBSD/OpenBSD. Bugfix candidateAndrew M. Kuchling2004-03-211-7/+15
* a couple other sunos4 support items removedSkip Montanaro2004-02-071-5/+1
* * Move collections.deque() in from the sandboxRaymond Hettinger2004-01-291-0/+2
* Add CJK codecs support as discussed on python-dev. (SF #873597)Hye-Shik Chang2004-01-171-0/+13
* SF Patch #864863: Bisect C implementationRaymond Hettinger2004-01-051-0/+2
* Adding an interface to the high-level Open Scripting Architecture,Jack Jansen2003-12-031-0/+2
* An interface to the LaunchServices API.Jack Jansen2003-12-021-0/+2
* remove "support" for BerkeleyDB 3.1, it hasn't worked for a long timeGregory P. Smith2003-11-131-8/+2
* Convert heapq.py to a C implementation.Raymond Hettinger2003-11-081-0/+2
* [Patch #772077 from Tim Rice] Fix for compiling the readline module on UnixWa...Andrew M. Kuchling2003-10-241-3/+3
* Provide a bit more information to the compiler when building Expat.Fred Drake2003-10-211-11/+16
* Add BerkeleyDB 4.2 to the library search for the bsddb module.Gregory P. Smith2003-09-221-4/+11
* Remove possibly-misleading Expat versionAndrew M. Kuchling2003-09-151-2/+2
* patch #764612 - find DB 4.1/4.0/3.x on FreeBSD and systems with similarAndrew MacIntyre2003-07-101-2/+3
* Convert some repetitive code into a loopNeal Norwitz2003-06-171-14/+5
* Patch #752671: NetBSD needs to link libintl to _locale.so.Martin v. Löwis2003-06-141-1/+3