summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Remove Tix detection from Tkinter part; lib-tk/Tix attempts to load TixMartin v. Löwis2001-03-211-15/+1
* Tidy up the ordering of include and library directories, puttingAndrew M. Kuchling2001-03-171-4/+4
* Disable the dl moduleAndrew M. Kuchling2001-03-021-1/+1
* Fix for bug #405007: prefix subdir to scripts in order to build inAndrew M. Kuchling2001-02-281-0/+4
* Install the pydoc scriptAndrew M. Kuchling2001-02-281-1/+4
* Fix for bug #404875: fix typo in setup.pyAndrew M. Kuchling2001-02-281-1/+1
* Patch #404680: disables the nis module and enables the dl module whenAndrew M. Kuchling2001-02-271-6/+7
* Patch #103899: Don't compile modules configured in Setup. This seems muchAndrew M. Kuchling2001-02-231-0/+16
* Patch #103937: Attempt to get the BSDDB autodetection right (or at leastAndrew M. Kuchling2001-02-231-10/+15
* Patch #103544: always compile the dl and nis modules on Unix; let's seeAndrew M. Kuchling2001-02-211-2/+9
* BeOS doesn't have a libm.a, either; noted by Donn CaveAndrew M. Kuchling2001-02-061-1/+3
* Part of patch #103544: fix detection of BSDDB on BSD systemsAndrew M. Kuchling2001-02-061-6/+5
* Patch #103578 ] _tkinter build fix for he current Debian unstable tcl/tk 8.3Andrew M. Kuchling2001-02-061-8/+4
* Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call!Tim Peters2001-02-041-1/+1
* Add minimal interface to symtable: _symtable module.Jeremy Hylton2001-02-021-0/+1
* Whitespace correction...Marc-André Lemburg2001-02-021-1/+1
* Added new Python C API _test module to the build mechanism on Unix.Marc-André Lemburg2001-02-021-0/+2
* Add entries for the weakref module to the build control.Fred Drake2001-02-011-0/+1
* Remove unused import of 'string'Andrew M. Kuchling2001-01-261-1/+6
* Be extra careful with linking against libtermcap. This is now only doneMarc-André Lemburg2001-01-261-2/+7
* Fixed setup.py to allow:Marc-André Lemburg2001-01-261-0/+10
* Patch from Andrew to properly set module source directory.Neil Schemenauer2001-01-241-2/+2
* the ucnhash module is no longer usedFredrik Lundh2001-01-241-48/+46
* Modified version of part of patch #102409 for Cygwin:Andrew M. Kuchling2001-01-241-15/+27
* Fix for MacOS X/Darwin: it doesn't need -lm, ever. (Noted by Steven Majewski)Andrew M. Kuchling2001-01-231-3/+12
* unicodedatabase.c is no longer needed thanks to Fredrik's patches.Marc-André Lemburg2001-01-221-2/+1
* Check for None to decide when pyexpat should not be built.Martin v. Löwis2001-01-211-1/+1
* GvR pointed out the correct way to check for statically built modules;Andrew M. Kuchling2001-01-191-8/+8
* Revert a single line of my large change earlier today; this broke the abilityAndrew M. Kuchling2001-01-191-0/+1
* Patch from Barry: gets rid of two unused imports,Andrew M. Kuchling2001-01-181-14/+28
* Sizable reorganization of how header and library files are foundAndrew M. Kuchling2001-01-181-105/+166
* The signal module has to be compiled statically, so add it to Setup.distAndrew M. Kuchling2001-01-171-9/+0
* - compile struct moduleNeil Schemenauer2001-01-171-2/+2
* Fix for bug #129173, reported by Skip Montanaro:Andrew M. Kuchling2001-01-171-4/+11
* Use the extended library search path when looking for readline (simpleAndrew M. Kuchling2001-01-171-1/+1
* Various clean-ups:Andrew M. Kuchling2001-01-171-15/+7
* [Patch #102588/PEP 229]:Andrew M. Kuchling2001-01-171-0/+475