summaryrefslogtreecommitdiff
path: root/distutils2/dist.py
Commit message (Expand)AuthorAgeFilesLines
* Merge compat/_backport cleanup from default.?ric Araujo2011-11-231-1/+1
|\
* \ Ye olde merge.?ric Araujo2011-11-121-12/+13
|\ \ | |/
| * Undo potentially confusing name change.?ric Araujo2011-11-121-7/+8
| * Minor assorted cleanups.?ric Araujo2011-11-121-1/+1
| * Bring back callable.?ric Araujo2011-11-121-4/+3
* | Start a branch to provide Distutils2 for Python 3.?ric Araujo2011-09-241-18/+18
|/
* Remove display options (--name, etc.) from the Distribution class.?ric Araujo2011-09-191-53/+10
* Fix the backport fixes.?ric Araujo2011-09-181-34/+25
* Branch merge, reverting some of Alexis? changes.?ric Araujo2011-09-131-12/+12
|\
| * Convert print function calls back to print statements.?ric Araujo2011-09-121-12/+12
* | Fixes for Python 2.4 compatibilityJeremy Kloth2011-09-121-3/+3
* | Factor out the distribution file-system safe name functions from install_dist...Jeremy Kloth2011-09-061-2/+2
|/
* Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-181-111/+79
* [mq]: commandlineTarek Ziade2011-02-201-4/+14
* Merging the resource branch !Alexis Metaireau2011-02-131-12/+12
|\
| * Use lazy form in logging calls, again.?ric Araujo2011-02-101-12/+12
* | Merge with upstream default branchFELD Boris2011-02-091-1/+1
|\ \ | |/ |/|
| * merge upstream into resources branchesPierre-Yves David2011-02-041-2/+2
| |\
| * | Update some unittest to the new way of declaring data_files.FELD Boris2011-01-291-1/+1
* | | Solve bug with --help-commands.?ric Araujo2011-02-061-17/+10
| |/ |/|
* | renamed DistributionMetadata to MetadataChristophe Combelles2011-01-281-2/+2
|/
* Branch merge?ric Araujo2011-01-211-1/+0
|\
| * Removed unused import of sys in dist.pyLouis Munro2010-12-081-1/+0
* | Save up a bit of memory thanks to dict.iter* and __iter__?ric Araujo2010-12-171-7/+6
|/
* Fix typo?ric Araujo2010-11-161-1/+1
* added optparse in the main scriptTarek Ziade2010-11-141-4/+1
* now distutils2 uses set_command to set its own commandsTarek Ziade2010-11-131-102/+7
* Branch merge?ric Araujo2010-11-061-17/+25
|\
| * now using logging in distTarek Ziade2010-10-251-12/+19
| * removed core.pyTarek Ziade2010-10-251-4/+4
| * Branch mergeAlexis Metaireau2010-10-171-0/+1
| |\
| | * now sdist uses the extra_files option from setup.cfg, and the Distribution ob...Tarek Ziade2010-10-171-0/+1
| * | Rename the install command from "install" to "instal_dist", to avoid anyAlexis Metaireau2010-10-171-1/+1
| |/
* | Fix one bug and address some pyflakes warnings?ric Araujo2010-10-161-4/+1
|/
* None as defaultTarek Ziade2010-10-131-1/+1
* now a command can be any kind of classTarek Ziade2010-10-111-2/+4
* removed the __revision__ tag, that are specific to SVNTarek Ziade2010-10-041-1/+0
* first version of the -m runnerTarek Ziade2010-09-221-98/+9
* moved everything in the same dir - we want to include docs/ in the releaseTarek Ziade2010-09-191-0/+1032