summaryrefslogtreecommitdiff
path: root/distutils2
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | 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-085-4/+111
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | 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-084-4/+18
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Slightly improved coverage for upload commandsmathieu2010-12-081-0/+14
| | | |\ \ \ \ \ \
| | | | * | | | | | Slightly impored test coverage in upload commandsmathieu2010-12-081-0/+14
| | | * | | | | | | 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-1912-60/+198
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | 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-2637-306/+265
| |\ \ \ \
| | * | | | Aadd a get_all_projects method for the XML/RPC client.Alexis Metaireau2010-12-244-9/+34
| * | | | | typo + exiting when help is displayedTarek Ziade2010-12-101-1/+5
| * | | | | make sure we don't mix 1.1 metadata and setuptools onesTarek Ziade2010-12-102-13/+9
| * | | | | savepointTarek Ziade2010-11-275-39/+120
* | | | | | Save up a bit of memory thanks to dict.iter* and __iter__?ric Araujo2010-12-1725-55/+50
| |/ / / / |/| | | |
* | | | | Branch merge?ric Araujo2010-12-1516-124/+56
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix build_ext with VS 8.0. Patch by Hirokazu Yamamoto (#9558).?ric Araujo2010-12-151-1/+1
| * | | | Merge duplicate test_ensure_string_list?ric Araujo2010-12-091-21/+13
| * | | | Don?t use a deprecated name?ric Araujo2010-12-097-22/+22
| * | | | Fix a test, uncover a bug, simplify other tests?ric Araujo2010-12-091-29/+13
| * | | | Remove implicit relative imports and fix our beloved typo in d2.index?ric Araujo2010-12-093-5/+3
| * | | | Remove deprecated code o/?ric Araujo2010-11-263-46/+4
* | | | | fixed a that was looking for a particular order in the list of packaged files...Yannick Gingras2010-12-081-2/+2
|/ / / /
* | | | Run pep8 on d2.util?ric Araujo2010-11-261-11/+14
* | | | Small code cleanup?ric Araujo2010-11-263-21/+9
* | | | Remove unneeded imports, pepeightize?ric Araujo2010-11-221-19/+35
* | | | Fix docstrings in sysconfig (see #9877)?ric Araujo2010-11-221-6/+6
* | | | branch mergeAlexis Metaireau2010-11-211-13/+23
|\ \ \ \ | |_|_|/ |/| | |
| * | | Work In Progress on install.py.Alexis Metaireau2010-11-211-13/+23
* | | | Forgot one instance of wrong import in 088dbb97fd18, oops!?ric Araujo2010-11-161-4/+1