Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added local get_platform/set_platform APIs in distutils.sysconfig | Tarek Ziadé | 2010-01-26 | 1 | -1/+1 |
| | |||||
* | taking sysconfig out of distutils | Tarek Ziadé | 2010-01-23 | 1 | -1/+1 |
| | |||||
* | massive import cleaning in Distutils | Tarek Ziadé | 2009-12-21 | 1 | -3/+3 |
| | |||||
* | #6516 added owner/group support for tarfiles in Distutils | Tarek Ziadé | 2009-10-02 | 1 | -0/+13 |
| | |||||
* | pep8-fied method names | Tarek Ziadé | 2009-04-05 | 1 | -3/+3 |
| | |||||
* | Fixed #5095: msi missing from Distutils bdist formats | Tarek Ziadé | 2009-04-05 | 1 | -33/+16 |
| | |||||
* | Issue #5052: removed backward compatibility information (out of date) | Tarek Ziadé | 2009-01-25 | 1 | -2/+0 |
| | |||||
* | Issue #2513: enable 64bit cross compilation on windows. | Mark Hammond | 2008-04-07 | 1 | -2/+4 |
| | |||||
* | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -1/+1 |
| | |||||
* | Update compatibility comments to 2.1, corresponding to PEP 291 1.13. | Martin v. Löwis | 2004-11-10 | 1 | -1/+1 |
| | |||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -1/+1 |
| | |||||
* | Add comment to Distutil files about requiring 1.5.2 compatibility, as | Andrew M. Kuchling | 2002-11-19 | 1 | -0/+2 |
| | | | | suggested by PEP 291. | ||||
* | Remove 'created by' lines; people can use CVS for this, and the information ↵ | Andrew M. Kuchling | 2002-11-14 | 1 | -2/+0 |
| | | | | is often out of date | ||||
* | Pulling Mark Alexander's contribution from CVS. | Marc-André Lemburg | 2002-10-04 | 1 | -6/+11 |
| | |||||
* | Patch #531901 by Mark W. Alexander: adds a new distutils packager | Marc-André Lemburg | 2002-04-17 | 1 | -4/+7 |
| | | | | | | base class (in bdist_packager) and two subclasses which make use of this base class: bdist_pkgtool (for Solaris) and bdist_sdux (for HP-UX). | ||||
* | Remove unconditional debugging prints. | Thomas Heller | 2002-04-09 | 1 | -3/+0 |
| | |||||
* | OS/2 patches by Andrew I MacIntyre for distutils. | Marc-André Lemburg | 2002-01-31 | 1 | -1/+2 |
| | | | | Closes patch #435381. | ||||
* | Patch #414775: Add --skip-build option to bdist command. | Martin v. Löwis | 2002-01-12 | 1 | -0/+5 |
| | |||||
* | Whitespace normalization. | Fred Drake | 2001-12-06 | 1 | -2/+2 |
| | |||||
* | Untabified. | Greg Ward | 2000-10-14 | 1 | -1/+1 |
| | |||||
* | Standardized whitespace around function calls. | Greg Ward | 2000-09-30 | 1 | -1/+1 |
| | |||||
* | Rene Liebscher: if we have to run the same sub-command multiple times | Greg Ward | 2000-09-16 | 1 | -5/+18 |
| | | | | | | (eg. "bdist_dumb", to generate both ZIP and tar archives in the same run), tell all but the last run to keep temp files -- this just gets rid of the need to pseudo-install the same files multiple times. | ||||
* | Added --plat-name option to override sysconfig.get_platform() in | Greg Ward | 2000-09-11 | 1 | -2/+9 |
| | | | | generated filenames. | ||||
* | Added 'wininst' to the 'format_commands' list, so it's included in | Greg Ward | 2000-08-02 | 1 | -3/+6 |
| | | | | | the --help-formats output. Also moved that list up so it's more obvious when adding formats. | ||||
* | Added the --dist-dir option that the "bdist_*" will use to control where | Greg Ward | 2000-07-05 | 1 | -0/+7 |
| | | | | they place their output files. | ||||
* | Infrastructure support for the "bdist_wininst" command. | Greg Ward | 2000-06-27 | 1 | -0/+2 |
| | |||||
* | Changed so all the help-generating functions are defined, at module-level, | Greg Ward | 2000-06-24 | 1 | -18/+20 |
| | | | | | | | in the module of the command classes that have command-specific help options. This lets us keep the principle of lazily importing the ccompiler module, and also gets away from defining non-methods at class level. | ||||
* | Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch. | Greg Ward | 2000-06-24 | 1 | -14/+15 |
| | |||||
* | Patch from Rene Liebscher: this adds "--help-foo" options to list the | Greg Ward | 2000-06-07 | 1 | -11/+26 |
| | | | | | | | | | | values that "--foo" can take for various commands: eg. what formats for "sdist" and "bdist", what compilers for "build_ext" and "build_clib". I have *not* reviewed this patch; I'm checking it in as-is because it also fixes a paper-bag-over-head bug in bdist.py, and because I won't have time to review it properly for several days: so someone else can test it for me, instead! | ||||
* | Support for multiple distribution formats in one run. | Greg Ward | 2000-06-06 | 1 | -17/+18 |
| | |||||
* | Some far-reaching naming changes: | Greg Ward | 2000-05-27 | 1 | -3/+3 |
| | | | | | | | * Command method 'find_peer()' -> 'get_finalized_command()' * Command method 'run_peer()' -> 'run_command()' Also deleted the 'get_command_option()' method from Command, and fixed the one place where it was used (in "bdist_dumb"). | ||||
* | Added the 'bdist_base' option, the base temp directory for all bdist commands. | Gregory P. Smith | 2000-05-13 | 1 | -2/+13 |
| | |||||
* | Harry Henry Gebel: add support for the 'bdist_rpm' command, specifically | Gregory P. Smith | 2000-05-13 | 1 | -2/+7 |
| | | | | the 'no_format_option' class attribute. | ||||
* | Don't use 'set_option()' or 'get_option()' method -- direct attribute access, | Greg Ward | 2000-05-07 | 1 | -1/+1 |
| | | | | or getattr/setattr, is all that's needed. | ||||
* | Harry Henry Gebel: | Greg Ward | 2000-04-25 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | Adds bztar format to generate .tar.bz2 tarballs Uses the -f argument to overright old tarballs automatically, I am assuming that if the old tarball was wanted it would have been moved or else the version number would have been changed. Uses the -9 argument to bzip2 and gzip to use maximum compression. Compress uses the maximum compression by default. Tests for correct value for the 'compress' argument of make_tarball. This is one less place for someone adding new compression programs to forget to change. | ||||
* | Oops, got a little too enthusiastic deleting code in that last revision: | Greg Ward | 2000-03-31 | 1 | -0/+1 |
| | | | | we still have to *run* the sub-command that creates a built distribution. | ||||
* | Rename 'formats' option to 'format', and remove the ability to generate | Greg Ward | 2000-03-31 | 1 | -20/+16 |
| | | | | | multiple built distributions in one run -- it seemed a bit dodgy and I'd rather remove it than try to beat it into submission right now. | ||||
* | Import from 'types' module. | Greg Ward | 2000-03-31 | 1 | -0/+3 |
| | | | | Added 'ztar', 'tar' to 'format_command' dictionary. | ||||
* | The 'bdist' command, for creating "built" (binary) distributions. | Greg Ward | 2000-03-31 | 1 | -0/+70 |
Initial revision is pretty limited; it only knows how to generate "dumb" binary distributions, i.e. a tarball on Unix and a zip file on Windows. Also, due to limitations in the installation code, it only knows how to distribute Python library code. But hey, it's a start. |