summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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