summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | assume --description workGael Pasgrimaud2011-01-291-1/+3
* | | | | | | | | add docstring to all public api of DistributionMetadataGael Pasgrimaud2011-01-281-0/+6
* | | | | | | | | add DistributionMetadata to apiref. fix directives in modules documentationGael Pasgrimaud2011-01-284-6/+21
* | | | | | | | | Allow to have more than one file in description-file. Also check that those f...Gael Pasgrimaud2011-01-284-24/+121
* | | | | | | | | move lineGael Pasgrimaud2011-01-281-2/+2
| |/ / / / / / / |/| | | | | | |
* | | | | | | | try to use setuptoolsGael Pasgrimaud2011-01-281-1/+5
| |_|_|/ / / / |/| | | | | |
* | | | | | | Fix a test following last Gael's commit.Alexis Metaireau2011-01-281-1/+1
* | | | | | | fixed #11038. Add strict parameter to metadata.check() and use the strict mod...Gael Pasgrimaud2011-01-285-7/+27
|/ / / / / /
* | | | | | fixed a few testsTarek Ziade2011-01-233-3/+9
* | | | | | Print a space after multi-line prompt?ric Araujo2011-01-211-1/+1
* | | | | | setup.cfg does not need to be executable?ric Araujo2011-01-211-1/+1
* | | | | | Silence chatty test. No cookie point for Alexis!?ric Araujo2011-01-211-2/+5
* | | | | | Branch merge?ric Araujo2011-01-2117-25/+182
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Automated merge with ssh://hg@bitbucket.org/mtlpython/distutils2Yannick Gingras2010-12-092-1/+13
| |\ \ \ \ \
| | * | | | | added the name of sprinters from Montr?alYannick Gingras2010-12-091-0/+6
| | * | | | | made sure that we test both side of the skip_build optionYannick Gingras2010-12-091-1/+7
| * | | | | | Added a repr test for depgraphAntoine Reversat2010-12-081-0/+10
| * | | | | | mergeLouis Munro2010-12-087-25/+0
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | merged.Louis Munro2010-12-087-25/+0
| | |\ \ \ \ \
| | | * \ \ \ \ Merged changes.Louis Munro2010-12-087-25/+0
| | | |\ \ \ \ \
| | | | * | | | | Removed unused imports (sys, getpass).Louis Munro2010-12-082-3/+0
| | | | * | | | | Reverted an earlier, potentially hasty change.Louis Munro2010-12-081-1/+2
| | | | * | | | | Removed unused import sys.Louis Munro2010-12-081-1/+0
| | | | * | | | | Removed unused imports (sys, getpass) and unused variable (inst3).Louis Munro2010-12-081-3/+0
| | | | * | | | | Removed an unused method (test_ensure_string_list was defined twice).Louis Munro2010-12-081-16/+0
| | | | * | | | | removed unused import (DistutilsSetupError).Louis Munro2010-12-082-3/+1
| | | | * | | | | Removed unused import (CCompiler)Louis Munro2010-12-081-1/+0
| | | | * | | | | Removed unused import of sys in dist.pyLouis Munro2010-12-081-1/+0
| * | | | | | | | Automated merge with ssh://hg@bitbucket.org/mtlpython/distutils2Andrew Francis2010-12-086-5/+112
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Automated merge with https://bitbucket.org/mtlpython/distutils2Christian Hudon2010-12-081-0/+61
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | | * | | | | | Add test for graph_to_dot(), with disconnected=True.Christian Hudon2010-12-081-0/+61
| | | |/ / / / /
| | * | | | | | mergeMathieu Leduc-Hamel2010-12-085-5/+19
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Slightly improved coverage for upload commandsmathieu2010-12-081-0/+14
| | | |\ \ \ \ \ \
| | | | * | | | | | Slightly impored test coverage in upload commandsmathieu2010-12-081-0/+14
| | | * | | | | | | utf8 is in a encoding recognized by emacsGeorge Peristerakis2010-12-081-1/+1
| | | * | | | | | | Automated merge with https://bitbucket.org/mtlpython/distutils2George Peristerakis2010-12-081-2/+2
| | | |\ \ \ \ \ \ \ | | | | |/ / / / / /
| | | * | | | | | | utf8 is not a valid emacs extensionGeorge Peristerakis2010-12-081-1/+1
| | * | | | | | | | - Remove unnecessary check for empty value from a call to askMathieu Leduc-Hamel2010-12-082-3/+35
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | improved test coverage on command.bdistAndrew Francis2010-12-082-3/+29
| * | | | | | | | improved test coverage for command.bdistYannick Gingras2010-12-081-2/+13
| | |_|/ / / / / | |/| | | | | |
| * | | | | | | Fixed a bug where the dirs and files were returned arbitrary from the fileAlexandre Hamelin2010-12-081-2/+2
| | |/ / / / / | |/| | | | |
| * | | | | | improved code coverageGeorge Peristerakis2010-12-081-1/+1
| |/ / / / /
| * | | | | Fix bug that caused test test_sub_commands to fail.smathieu2010-12-081-1/+1
| * | | | | temporary fix the test runningMathieu Leduc-Hamel2010-12-081-2/+2
* | | | | | Branch merge?ric Araujo2011-01-1913-62/+201
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | make sure project that have numbers in their names can be parsedTarek Ziade2011-01-012-13/+28
| * | | | | added a logTarek Ziade2011-01-011-0/+2
| * | | | | make sure get_last() returns None in case no release matchesTarek Ziade2011-01-012-0/+6
| * | | | | allowing predicates without parenthesis -- that's how the install script will...Tarek Ziade2011-01-012-8/+17
| | |/ / / | |/| | |
| * | | | mergedTarek Ziade2010-12-2639-311/+271
| |\ \ \ \