| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Distutils2 will live on on PyPI and be included in the stdlib when it
is ready. See discussion starting at
http://mail.python.org/pipermail/python-dev/2012-June/120430.html
|
| |
|
|
|
| |
The one interface we commit to maintain is the run module
(a.k.a. the pysetup script).
|
| |
|
|
|
| |
- Use shortcut dist.version instead of going through metadata;
- Use %r throughout to display project names and paths.
|
| |
|
|
| |
Such tests are IMO easier to read if both operators are grouped.
|
| |
|
|
| |
This helps debugging in case of trailing blanks and such things.
|
| |
|
|
|
| |
Namely: use default arguments instead of explicit empty string; use multiple
arguments instead of building strings.
|
| |
|