| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | Update distutils package name to distutils2 | ?ric Araujo | 2010-08-09 | 6 | -201/+177 | |
| | * | | | | | Fix up whitespace (boring changeset) | ?ric Araujo | 2010-08-09 | 7 | -436/+423 | |
| | * | | | | | Move docs to the new layout | ?ric Araujo | 2010-08-09 | 30 | -66/+1162 | |
| | * | | | | | Merge pkgutil.rst with its stdlib version | ?ric Araujo | 2010-08-09 | 1 | -26/+79 | |
| | * | | | | | Remove a duplicated section | ?ric Araujo | 2010-08-09 | 1 | -11/+0 | |
| | * | | | | | Update configuration, now requires Sphinx 1.0 | ?ric Araujo | 2010-08-09 | 2 | -7/+9 | |
| | * | | | | | Remove compatibility information | ?ric Araujo | 2010-08-09 | 2 | -18/+5 | |
| | * | | | | | Fix some familiar typos and use consistent spellings | ?ric Araujo | 2010-08-09 | 21 | -87/+88 | |
| | * | | | | | Fix #7973 | ?ric Araujo | 2010-08-09 | 2 | -2/+2 | |
| | * | | | | | Merge upstream | ?ric Araujo | 2010-08-09 | 185 | -2489/+12437 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Amend cheers in tests.sh | ?ric Araujo | 2010-08-08 | 1 | -1/+1 | |
| | | |/ / / / | ||||||
| | * | | | | | Prepare the new docs layout | ?ric Araujo | 2010-08-09 | 1 | -0/+32 | |
| | * | | | | | Some updates to markup and content | ?ric Araujo | 2010-08-09 | 7 | -111/+85 | |
| | * | | | | | Synchronize docs with pre-revert distutils docs | ?ric Araujo | 2010-08-09 | 6 | -182/+125 | |
| | * | | | | | Copied the creating new commands document | Ali Afshar | 2010-05-31 | 2 | -1/+58 | |
| | * | | | | | Imported distutils docs from python source at REV 79621. | Ali Afshar | 2010-05-31 | 13 | -2/+4467 | |
| | * | | | | | Some developer getting started documentation. | Ali Afshar | 2010-05-31 | 2 | -0/+42 | |
| * | | | | | | merge | Konrad Delong | 2010-08-09 | 18 | -4/+287 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | merged from upstream | Konrad Delong | 2010-08-09 | 18 | -4/+287 | |
| | |\ \ \ \ \ | ||||||
| | | * \ \ \ \ | merged from upstream | Konrad Delong | 2010-08-05 | 18 | -3/+287 | |
| | | |\ \ \ \ \ | ||||||
| | | | * \ \ \ \ | merged upstream | Konrad Delong | 2010-07-27 | 140 | -4819/+7833 | |
| | | | |\ \ \ \ \ | ||||||
| | | | * | | | | | | emitting warnings instead of installing distributions from option | Konrad Delong | 2010-07-27 | 4 | -2/+30 | |
| | | | * | | | | | | fdrake's suggested improvements implemented | Konrad Delong | 2010-07-27 | 1 | -11/+11 | |
| | | | * | | | | | | removed unnecessary test | Konrad Delong | 2010-07-27 | 1 | -3/+0 | |
| | | | * | | | | | | test loader with dotted syntax now working | Konrad Delong | 2010-07-27 | 5 | -5/+52 | |
| | | | * | | | | | | roadmap | Konrad Delong | 2010-07-27 | 1 | -1/+7 | |
| | | | * | | | | | | refactored test command tests and added another functional test | Konrad Delong | 2010-07-27 | 10 | -63/+99 | |
| | | | * | | | | | | switched back to "the right way" of setting test_suite | Konrad Delong | 2010-07-27 | 3 | -3/+7 | |
| | | | * | | | | | | added an alias to dist.py | Konrad Delong | 2010-07-27 | 3 | -2/+13 | |
| | | | * | | | | | | broken test_suite option passing | Konrad Delong | 2010-07-27 | 1 | -1/+1 | |
| | | | * | | | | | | updated docs for the test command | Konrad Delong | 2010-07-27 | 1 | -0/+50 | |
| | | | * | | | | | | basic functional test for the test command | Konrad Delong | 2010-07-27 | 2 | -0/+103 | |
| | | | * | | | | | | added a version number when uploading | Konrad Delong | 2010-07-27 | 2 | -3/+5 | |
| * | | | | | | | | | Style nitpicks | ?ric Araujo | 2010-08-08 | 3 | -25/+16 | |
| * | | | | | | | | | Merge from Jeremy | ?ric Araujo | 2010-08-08 | 120 | -2652/+5185 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| | * | | | | | | | | Cleanup sweep (PEP 8) | ?ric Araujo | 2010-08-07 | 1 | -54/+51 | |
| | * | | | | | | | | Move one method to ease diffing with configure.py. | ?ric Araujo | 2010-08-07 | 1 | -17/+16 | |
| | * | | | | | | | | User site directory doesn?t exist before 2.6 | ?ric Araujo | 2010-08-07 | 1 | -4/+9 | |
| | * | | | | | | | | Remove redundant redundancy | ?ric Araujo | 2010-08-07 | 1 | -3/+1 | |
| | * | | | | | | | | Add a comment about one ambiguity in PEP 376, remove obsolete comment | ?ric Araujo | 2010-08-07 | 1 | -4/+3 | |
| | * | | | | | | | | Make option lists respect style used in other commands | ?ric Araujo | 2010-08-07 | 2 | -15/+20 | |
| | * | | | | | | | | Finish renaming of some options, clarify old record option help | ?ric Araujo | 2010-08-07 | 2 | -3/+8 | |
| | * | | | | | | | | Tweak command.__all__. | ?ric Araujo | 2010-08-07 | 1 | -9/+3 | |
| | * | | | | | | | | Add missing install_distinfo in command.__all__ | ?ric Araujo | 2010-08-07 | 1 | -0/+1 | |
| | * | | | | | | | | Tweak docstring of tests.support | ?ric Araujo | 2010-08-07 | 1 | -3/+3 | |
| | * | | | | | | | | Add cheers in tests.sh | ?ric Araujo | 2010-08-06 | 1 | -8/+9 | |
| | * | | | | | | | | Merge upstream. | Alexis Metaireau | 2010-08-06 | 88 | -762/+1570 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | Some pep8 and pychecker improvements | ?ric Araujo | 2010-08-06 | 2 | -27/+30 | |
| | | * | | | | | | | | Branch merge | ?ric Araujo | 2010-08-06 | 12 | -74/+160 | |
| | | |\ \ \ \ \ \ \ \ | ||||||
| | | | * \ \ \ \ \ \ \ | Branch merge | ?ric Araujo | 2010-08-06 | 1 | -1/+0 | |
| | | | |\ \ \ \ \ \ \ \ | ||||||
