| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | | * | | | | Start improving mkpkg (#8591) | ?ric Araujo | 2010-08-08 | 1 | -11/+12 | |
| | | | | | | | | ||||||
| * | | | | | | | test command uses resolve_dotted_name, desctiption added, _backport.any fix, ↵ | Konrad Delong | 2010-08-12 | 3 | -23/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added test to commands.__all__ | |||||
| * | | | | | | | merged test improvments | Konrad Delong | 2010-08-12 | 15 | -39/+59 | |
| |\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| | * | | | | | | merged from upstream | Konrad Delong | 2010-08-09 | 2 | -10/+29 | |
| | |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| | | * | | | | | better resolve_dotted_name | Konrad Delong | 2010-08-09 | 2 | -10/+29 | |
| | | | |/ / / | | |/| | | | ||||||
| | * | | | | | added a version number to upload_docs | Konrad Delong | 2010-08-09 | 2 | -3/+5 | |
| | | | | | | | ||||||
| | * | | | | | Add Ali to contributors | ?ric Araujo | 2010-08-09 | 1 | -0/+1 | |
| | | | | | | | ||||||
| | * | | | | | Fix some familiar typos and use consistent spellings | ?ric Araujo | 2010-08-09 | 9 | -26/+26 | |
| | | | | | | | ||||||
| | * | | | | | Fix #7973 | ?ric Araujo | 2010-08-09 | 2 | -2/+2 | |
| | | | | | | | ||||||
| | * | | | | | Amend cheers in tests.sh | ?ric Araujo | 2010-08-08 | 1 | -1/+1 | |
| | |/ / / / | ||||||
| * | | | | | merge | Konrad Delong | 2010-08-09 | 17 | -3/+237 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | merged from upstream | Konrad Delong | 2010-08-09 | 17 | -3/+237 | |
| | |\ \ \ \ | ||||||
| | | * \ \ \ | merged from upstream | Konrad Delong | 2010-08-05 | 17 | -3/+237 | |
| | | |\ \ \ \ | ||||||
| | | | * \ \ \ | merged upstream | Konrad Delong | 2010-07-27 | 128 | -4795/+7276 | |
| | | | |\ \ \ \ | ||||||
| | | | * | | | | | 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 | |
| | | | | | | | | | ||||||
| | | | * | | | | | 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 | 107 | -2387/+4610 | |
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | ||||||
| | * | | | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also change use of str.translate to simpler str.replace. | |||||
| | * | | | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - check does not depend on anything else, so make it printed at the top of the list when using --help-commands - move register between sdist/bdists and upload - remove obsolete comments. | |||||
| | * | | | | | | | 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 | 81 | -693/+1413 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | 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 | |
| | | | |\ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | made the list of tested modules exhaustive when using coverage 2.x | Yannick Gingras | 2010-08-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | Automated merge with ssh://hg@bitbucket.org/mtlpython/distutils2 | Yannick Gingras | 2010-08-06 | 1 | -2/+5 | |
| | | | |\ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | | improved support for coverage 2.x | Yannick Gingras | 2010-08-05 | 1 | -2/+5 | |
| | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | Merges changes | Antoine Reversat | 2010-08-05 | 89 | -1612/+3467 | |
| | | | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / | ||||||
| | | | | * | | | | | | | | added support for coverage 2.x | Yannick Gingras | 2010-08-05 | 1 | -8/+19 | |
| | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | removed conditional import on 'warnings' | Yannick Gingras | 2010-08-05 | 1 | -9/+2 | |
| | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | Automated merge with ssh://hg@bitbucket.org/tarek/distutils2 | Yannick Gingras | 2010-08-05 | 1 | -0/+36 | |
| | | | | |\ \ \ \ \ \ \ \ | | | | | |_|/ / / / / / | | | | |/| | | | | | | | ||||||
| | | | | | * | | | | | | | added a test for bad options to Distribution() | Yannick Gingras | 2010-07-30 | 1 | -0/+21 | |
| | | | | | | | | | | | | | ||||||
