Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whitespace normalization. | Fred Drake | 2001-12-06 | 1 | -17/+15 |
| | |||||
* | The libraries argument was completely ignored, fixed. Reported by | Jack Jansen | 2001-11-10 | 1 | -1/+2 |
| | | | | Tom Loredo. | ||||
* | - _filename_to_abs() didn't cater for .. components in the pathname. Fixed. | Jack Jansen | 2001-06-19 | 1 | -1/+14 |
| | | | | | - compile() didn't return a (empty) list of objects. Fixed. - the various _fix_xxx_args() methods weren't called (are they new or did I overlook them?). Fixed. | ||||
* | Fixed -D emulation for symbols with a value, as specified with the ↵ | Just van Rossum | 2001-06-19 | 1 | -1/+1 |
| | | | | define_macros Extension argument. | ||||
* | Made distutils understand the MacPython Carbon runtime model. Distutils will ↵ | Jack Jansen | 2001-05-17 | 1 | -0/+2 |
| | | | | build for the runtime model you are currently using for the interpreter. | ||||
* | Fix from Jack Jansen for the Mac and the Metrowerks compiler, posted | Andrew M. Kuchling | 2001-01-15 | 1 | -0/+203 |
to the Distutils-SIG and archived at http://mail.python.org/pipermail/distutils-sig/2000-November/001755.html |