| Commit message (Expand) | Author | Age | Files | Lines |
| * | backport unixccompiler.py 1.36, ccompiler.py 1.40 | Anthony Baxter | 2001-12-05 | 2 | -4/+9 |
|
|
| * | The version number 1.0.2pre doesn't conform to the strict versioning | Thomas Heller | 2001-10-19 | 1 | -1/+1 |
|
|
| * | Just's fix in 1.10: call convert_path for scripts too. Needed for mac | Jack Jansen | 2001-07-30 | 1 | -0/+2 |
|
|
| * | Merge from the trunk... just contains bugfixes, according to Jack and Just. | Thomas Wouters | 2001-07-19 | 1 | -2/+17 |
|
|
| * | Backport Jack's checkin 1.35 and Guido's checkin 1.36: | Thomas Wouters | 2001-07-19 | 1 | -1/+5 |
|
|
| * | Backport of AMK's checkin 1.34 and Guido's checkin 1.35: | Thomas Wouters | 2001-07-19 | 1 | -4/+5 |
|
|
| * | Pete Shinners discovered that zipfile.ZipFile() is called with mode | Guido van Rossum | 2001-04-14 | 1 | -1/+1 |
|
|
| * | Since bdist_wininst.py contains the installer executable, it had to be | Thomas Heller | 2001-04-10 | 1 | -262/+262 |
|
|
| * | Patch #413912 from Steve Majewski: Add .m to the list of extensions | Andrew M. Kuchling | 2001-04-05 | 1 | -1/+1 |
|
|
| * | Back out the requirement to supply a version number | Andrew M. Kuchling | 2001-03-31 | 1 | -4/+0 |
|
|
| * | Change rfc822_escape() to ensure there's a consistent amount of whitespace | Andrew M. Kuchling | 2001-03-23 | 1 | -3/+4 |
|
|
| * | Use the get_contact*() accessors instead of get_maintainer*() | Andrew M. Kuchling | 2001-03-22 | 1 | -2/+2 |
|
|
| * | Remove redundant import | Andrew M. Kuchling | 2001-03-22 | 1 | -1/+1 |
|
|
| * | Back out conversion to string methods; the Distutils is intended to work | Andrew M. Kuchling | 2001-03-22 | 4 | -13/+13 |
|
|
| * | Call the write_pkg_info method | Andrew M. Kuchling | 2001-03-22 | 1 | -2/+2 |
|
|
| * | Add 'platforms' and 'keywords' attributes to the DistributionMetadata class, | Andrew M. Kuchling | 2001-03-22 | 1 | -5/+70 |
|
|
| * | Patch #407434: add rfc822_escape utility function | Andrew M. Kuchling | 2001-03-22 | 1 | -0/+10 |
|
|
| * | Fix bug #233253: the --define and --undef options didn't work, whether | Andrew M. Kuchling | 2001-03-17 | 1 | -0/+15 |
|
|
| * | Bug #409403: Signal an error if the distribution's metadata has no version | Andrew M. Kuchling | 2001-03-17 | 1 | -0/+4 |
|
|
| * | Distutils version number has been changed from 1.0.1 to 1.0.2pre | Thomas Heller | 2001-03-16 | 1 | -1/+1 |
|
|
| * | The bdist_wininst.py command has been recreated after wininst.exe | Thomas Heller | 2001-03-16 | 1 | -272/+308 |
|
|
| * | Make docstrings raw, since they contain literal backslashes. | Ka-Ping Yee | 2001-03-10 | 1 | -1/+1 |
|
|
| * | When not copying a file because the output is up to date, make the message | Fred Drake | 2001-03-02 | 1 | -2/+2 |
|
|
| * | Leave #! lines featuring /usr/bin/env alone | Andrew M. Kuchling | 2001-02-28 | 1 | -2/+4 |
|
|
| * | Placate tabnanny | Andrew M. Kuchling | 2001-02-28 | 1 | -1/+1 |
|
|
| * | Bug #229280: remove '/' characters from the OS name (for BSD/OS :) ) | Andrew M. Kuchling | 2001-02-27 | 1 | -1/+6 |
|
|
| * | Patch #403947: On Cygwin, use the Unix compiler class, and not | Andrew M. Kuchling | 2001-02-27 | 1 | -1/+4 |
|
|
| * | Patch #404275: generate a reasonable platform string for AIX | Andrew M. Kuchling | 2001-02-27 | 1 | -0/+2 |
|
|
| * | Enhancements to the bdist_wininst command: | Thomas Heller | 2001-02-19 | 1 | -265/+282 |
|
|
| * | This patch makes the default compiler determination more flexible | Marc-André Lemburg | 2001-02-19 | 1 | -8/+40 |
|
|
| * | Split the rpath argument into multiple paths, turning it into a list. | Andrew M. Kuchling | 2001-02-17 | 1 | -0/+3 |
|
|
| * | Linking just got simpiler on AIX and BeOS (closes SF patch #103679). | Neil Schemenauer | 2001-02-16 | 1 | -25/+2 |
|
|
| * | String method conversion. | Eric S. Raymond | 2001-02-09 | 3 | -10/+10 |
|
|
| * | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -3/+3 |
|
|
| * | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -1/+1 |
|
|
| * | Patch #103587: Fix typo that broke the install_data command; caught by | Andrew M. Kuchling | 2001-02-05 | 1 | -1/+1 |
|
|
| * | move "from stat import *" to module level | Jeremy Hylton | 2001-01-31 | 1 | -1/+1 |
|
|
| * | Remove single "." components from pathnames, and return os.curdir if | Jack Jansen | 2001-01-28 | 1 | -0/+4 |
|
|
| * | Data pathnames were not converted from URL-style to local style. Fixed. | Jack Jansen | 2001-01-28 | 1 | -2/+4 |
|
|
| * | Added an execution layer to be able to customize per-extension | Marc-André Lemburg | 2001-01-26 | 1 | -91/+92 |
|
|
| * | In subst_vars(), change the name of the argument from str to s to | Jeremy Hylton | 2001-01-25 | 1 | -2/+2 |
|
|
| * | There is no more Modules/Makefile, use toplevel Makefile. | Neil Schemenauer | 2001-01-24 | 1 | -1/+1 |
|
|
| * | Part of patch #102409: special cases for Cygwin: | Andrew M. Kuchling | 2001-01-24 | 1 | -0/+18 |
|
|
| * | Patch #103220 from Jason Tishler: | Andrew M. Kuchling | 2001-01-19 | 1 | -0/+5 |
|
|
| * | Patch #103279: sysconfig.py always looks for versions of files in | Andrew M. Kuchling | 2001-01-17 | 1 | -1/+19 |
|
|
| * | Fix bugs with integer-valued variables when parsing Makefiles. Values | Andrew M. Kuchling | 2001-01-16 | 1 | -5/+9 |
|
|
| * | Modified version of a patch from Jeremy Kloth, to make .get_outputs() | Andrew M. Kuchling | 2001-01-16 | 1 | -1/+5 |
|
|
| * | Add strip_dir argument to the single call to .object_filenames(), to | Andrew M. Kuchling | 2001-01-16 | 1 | -0/+1 |
|
|
| * | Fix from Jack Jansen for the Mac and the Metrowerks compiler, posted | Andrew M. Kuchling | 2001-01-15 | 3 | -6/+216 |
|
|
| * | Delete unused import of pprint module | Andrew M. Kuchling | 2001-01-11 | 1 | -1/+0 |
|
|