| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | | * | | | | | Merged changes. | Louis Munro | 2010-12-08 | 7 | -25/+0 | |
| | | | |\ \ \ \ \ | ||||||
| | | | | * | | | | | Removed unused imports (sys, getpass). | Louis Munro | 2010-12-08 | 2 | -3/+0 | |
| | | | | * | | | | | Reverted an earlier, potentially hasty change. | Louis Munro | 2010-12-08 | 1 | -1/+2 | |
| | | | | * | | | | | Removed unused import sys. | Louis Munro | 2010-12-08 | 1 | -1/+0 | |
| | | | | * | | | | | Removed unused imports (sys, getpass) and unused variable (inst3). | Louis Munro | 2010-12-08 | 1 | -3/+0 | |
| | | | | * | | | | | Removed an unused method (test_ensure_string_list was defined twice). | Louis Munro | 2010-12-08 | 1 | -16/+0 | |
| | | | | * | | | | | removed unused import (DistutilsSetupError). | Louis Munro | 2010-12-08 | 2 | -3/+1 | |
| | | | | * | | | | | Removed unused import (CCompiler) | Louis Munro | 2010-12-08 | 1 | -1/+0 | |
| | | | | * | | | | | Removed unused import of sys in dist.py | Louis Munro | 2010-12-08 | 1 | -1/+0 | |
| | * | | | | | | | | Automated merge with ssh://hg@bitbucket.org/mtlpython/distutils2 | Andrew Francis | 2010-12-08 | 5 | -4/+111 | |
| | |\ \ \ \ \ \ \ \ | | |/ / / / / / / | ||||||
| | | * | | | | | | | Automated merge with https://bitbucket.org/mtlpython/distutils2 | Christian Hudon | 2010-12-08 | 1 | -0/+61 | |
| | | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | ||||||
| | | | * | | | | | | Add test for graph_to_dot(), with disconnected=True. | Christian Hudon | 2010-12-08 | 1 | -0/+61 | |
| | | | |/ / / / / | ||||||
| | | * | | | | | | merge | Mathieu Leduc-Hamel | 2010-12-08 | 4 | -4/+18 | |
| | | |\ \ \ \ \ \ | ||||||
| | | | * \ \ \ \ \ | Slightly improved coverage for upload command | smathieu | 2010-12-08 | 1 | -0/+14 | |
| | | | |\ \ \ \ \ \ | ||||||
| | | | | * | | | | | | Slightly impored test coverage in upload command | smathieu | 2010-12-08 | 1 | -0/+14 | |
| | | | * | | | | | | | Automated merge with https://bitbucket.org/mtlpython/distutils2 | George Peristerakis | 2010-12-08 | 1 | -2/+2 | |
| | | | |\ \ \ \ \ \ \ | | | | |/ / / / / / | ||||||
| | | | * | | | | | | | utf8 is not a valid emacs extension | George Peristerakis | 2010-12-08 | 1 | -1/+1 | |
| | | * | | | | | | | | - Remove unnecessary check for empty value from a call to ask | Mathieu Leduc-Hamel | 2010-12-08 | 2 | -3/+35 | |
| | | | |_|/ / / / / | | |/| | | | | | | ||||||
| | * | | | | | | | | improved test coverage on command.bdist | Andrew Francis | 2010-12-08 | 2 | -3/+29 | |
| | * | | | | | | | | improved test coverage for command.bdist | Yannick Gingras | 2010-12-08 | 1 | -2/+13 | |
| | | |_|/ / / / / | |/| | | | | | | ||||||
| | * | | | | | | | Fixed a bug where the dirs and files were returned arbitrary from the file | Alexandre Hamelin | 2010-12-08 | 1 | -2/+2 | |
| | | |/ / / / / | |/| | | | | | ||||||
| | * | | | | | | improved code coverage | George Peristerakis | 2010-12-08 | 1 | -1/+1 | |
| | |/ / / / / | ||||||
| | * | | | | | Fix bug that caused test test_sub_commands to fail. | smathieu | 2010-12-08 | 1 | -1/+1 | |
| | * | | | | | temporary fix the test running | Mathieu Leduc-Hamel | 2010-12-08 | 1 | -2/+2 | |
| * | | | | | | Branch merge | ?ric Araujo | 2011-01-19 | 12 | -60/+198 | |
| |\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| | * | | | | | make sure project that have numbers in their names can be parsed | Tarek Ziade | 2011-01-01 | 2 | -13/+28 | |
| | * | | | | | added a log | Tarek Ziade | 2011-01-01 | 1 | -0/+2 | |
| | * | | | | | make sure get_last() returns None in case no release matches | Tarek Ziade | 2011-01-01 | 2 | -0/+6 | |
| | * | | | | | allowing predicates without parenthesis -- that's how the install script will... | Tarek Ziade | 2011-01-01 | 2 | -8/+17 | |
| | | |/ / / | |/| | | | ||||||
| | * | | | | merged | Tarek Ziade | 2010-12-26 | 37 | -306/+265 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Aadd a get_all_projects method for the XML/RPC client. | Alexis Metaireau | 2010-12-24 | 4 | -9/+34 | |
| | * | | | | | typo + exiting when help is displayed | Tarek Ziade | 2010-12-10 | 1 | -1/+5 | |
| | * | | | | | make sure we don't mix 1.1 metadata and setuptools ones | Tarek Ziade | 2010-12-10 | 2 | -13/+9 | |
| | * | | | | | savepoint | Tarek Ziade | 2010-11-27 | 5 | -39/+120 | |
| * | | | | | | Save up a bit of memory thanks to dict.iter* and __iter__ | ?ric Araujo | 2010-12-17 | 25 | -55/+50 | |
| | |/ / / / |/| | | | | ||||||
| * | | | | | Branch merge | ?ric Araujo | 2010-12-15 | 16 | -124/+56 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | Fix build_ext with VS 8.0. Patch by Hirokazu Yamamoto (#9558). | ?ric Araujo | 2010-12-15 | 1 | -1/+1 | |
| | * | | | | Merge duplicate test_ensure_string_list | ?ric Araujo | 2010-12-09 | 1 | -21/+13 | |
| | * | | | | Don?t use a deprecated name | ?ric Araujo | 2010-12-09 | 7 | -22/+22 | |
| | * | | | | Fix a test, uncover a bug, simplify other tests | ?ric Araujo | 2010-12-09 | 1 | -29/+13 | |
| | * | | | | Remove implicit relative imports and fix our beloved typo in d2.index | ?ric Araujo | 2010-12-09 | 3 | -5/+3 | |
| | * | | | | Remove deprecated code o/ | ?ric Araujo | 2010-11-26 | 3 | -46/+4 | |
| * | | | | | fixed a that was looking for a particular order in the list of packaged files... | Yannick Gingras | 2010-12-08 | 1 | -2/+2 | |
| |/ / / / | ||||||
| * | | | | Run pep8 on d2.util | ?ric Araujo | 2010-11-26 | 1 | -11/+14 | |
| * | | | | Small code cleanup | ?ric Araujo | 2010-11-26 | 3 | -21/+9 | |
| * | | | | Remove unneeded imports, pepeightize | ?ric Araujo | 2010-11-22 | 1 | -19/+35 | |
| * | | | | Fix docstrings in sysconfig (see #9877) | ?ric Araujo | 2010-11-22 | 1 | -6/+6 | |
| * | | | | branch merge | Alexis Metaireau | 2010-11-21 | 1 | -13/+23 | |
| |\ \ \ \ | |_|_|/ |/| | | | ||||||
| | * | | | Work In Progress on install.py. | Alexis Metaireau | 2010-11-21 | 1 | -13/+23 | |
| * | | | | Forgot one instance of wrong import in 088dbb97fd18, oops! | ?ric Araujo | 2010-11-16 | 1 | -4/+1 | |
