summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Use the extended library search path when looking for readline (simpleAndrew M. Kuchling2001-01-171-1/+1
| | | | oversight in using self.compiler.library_dirs)
* Various clean-ups:Andrew M. Kuchling2001-01-171-15/+7
| | | | | | * Uncomment the xreadlines module * The Tcl/Tk detection code doesn't need to worry about pre-8.0 versions * Fix some debugging changes (not running ar, a commented-out line)
* [Patch #102588/PEP 229]:Andrew M. Kuchling2001-01-171-0/+475
Check in the setup.py script, and the setup.cfg.in file, which handle compiling and installing as many extension modules as possible