Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | PEP 314 implementation (client side): | Fred Drake | 2005-03-20 | 1 | -1/+90 | |
| | | | | added support for the provides, requires, and obsoletes metadata fields | |||||
* | helper code, mostly from Andy Harrington, for PEP 314 completion | Fred Drake | 2005-03-20 | 1 | -0/+9 | |
| | ||||||
* | Add missing executable option to DummyCommand. | Martin v. Löwis | 2004-08-26 | 1 | -1/+3 | |
| | ||||||
* | make sure distutils logging is shut off in tests to avoid spurious output | Fred Drake | 2004-08-03 | 4 | -3/+22 | |
| | ||||||
* | This allows additional commands to be provided for existing setup.py | Fred Drake | 2004-08-03 | 1 | -0/+100 | |
| | | | | | | | | | | | | | | | | | scripts without modifying either the distutils installation or the setup.py scripts of packages with which the new commands will be used. Specifically, an option is added to distutils that allows additional packages to be searched for command implementations in addition to distutils.command. The additional packages can be specified on the command line or via the installation or personal configuration files already loaded by distutils. For discussion, see the thread starting with: http://mail.python.org/pipermail/distutils-sig/2004-August/004112.html This closes SF patch #102241. | |||||
* | elaborate package data test to make sure get_outputs() gives the right | Fred Drake | 2004-07-21 | 1 | -1/+7 | |
| | | | | | | results when byte-code compilation is requested (in particular, make sure that package data doesn't get a bogus byte-code listing generated) | |||||
* | Make distutils "install --home" support all platforms. | Fred Drake | 2004-06-25 | 1 | -0/+55 | |
| | ||||||
* | add boilerplate so the test modules can be run as scripts | Fred Drake | 2004-06-25 | 3 | -1/+9 | |
| | ||||||
* | add a couple of tests for the build_scripts command | Fred Drake | 2004-06-21 | 1 | -0/+74 | |
| | ||||||
* | fix bug: list of data files was initialized too soon in build_py | Fred Drake | 2004-06-17 | 1 | -0/+50 | |
| | ||||||
* | move support code to a helper module to ease re-use | Fred Drake | 2004-06-17 | 2 | -34/+48 | |
| | ||||||
* | add a test that actually installs some scripts | Fred Drake | 2004-06-15 | 1 | -0/+56 | |
| | ||||||
* | One unit test for distutils is not much, but is more than we had yesterday. | Fred Drake | 2004-06-15 | 2 | -0/+81 | |
We need to write more; hopefully the barrier is a little lower now. |