Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use the extended library search path when looking for readline (simple | Andrew M. Kuchling | 2001-01-17 | 1 | -1/+1 | |
| | | | | oversight in using self.compiler.library_dirs) | |||||
* | Various clean-ups: | Andrew M. Kuchling | 2001-01-17 | 1 | -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. Kuchling | 2001-01-17 | 1 | -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 |