summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | | Start improving mkpkg (#8591)?ric Araujo2010-08-081-11/+12
| | | | | | |
* | | | | | | test command uses resolve_dotted_name, desctiption added, _backport.any fix, ↵Konrad Delong2010-08-123-23/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | added test to commands.__all__
* | | | | | | merged test improvmentsKonrad Delong2010-08-1215-39/+59
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | merged from upstreamKonrad Delong2010-08-092-10/+29
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | better resolve_dotted_nameKonrad Delong2010-08-092-10/+29
| | | |/ / / | | |/| | |
| * | | | | added a version number to upload_docsKonrad Delong2010-08-092-3/+5
| | | | | |
| * | | | | Add Ali to contributors?ric Araujo2010-08-091-0/+1
| | | | | |
| * | | | | Fix some familiar typos and use consistent spellings?ric Araujo2010-08-099-26/+26
| | | | | |
| * | | | | Fix #7973?ric Araujo2010-08-092-2/+2
| | | | | |
| * | | | | Amend cheers in tests.sh?ric Araujo2010-08-081-1/+1
| |/ / / /
* | | | | mergeKonrad Delong2010-08-0917-3/+237
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | merged from upstreamKonrad Delong2010-08-0917-3/+237
| |\ \ \ \
| | * \ \ \ merged from upstreamKonrad Delong2010-08-0517-3/+237
| | |\ \ \ \
| | | * \ \ \ merged upstreamKonrad Delong2010-07-27128-4795/+7276
| | | |\ \ \ \
| | | * | | | | emitting warnings instead of installing distributions from optionKonrad Delong2010-07-274-2/+30
| | | | | | | |
| | | * | | | | fdrake's suggested improvements implementedKonrad Delong2010-07-271-11/+11
| | | | | | | |
| | | * | | | | removed unnecessary testKonrad Delong2010-07-271-3/+0
| | | | | | | |
| | | * | | | | test loader with dotted syntax now workingKonrad Delong2010-07-275-5/+52
| | | | | | | |
| | | * | | | | roadmapKonrad Delong2010-07-271-1/+7
| | | | | | | |
| | | * | | | | refactored test command tests and added another functional testKonrad Delong2010-07-2710-63/+99
| | | | | | | |
| | | * | | | | switched back to "the right way" of setting test_suiteKonrad Delong2010-07-273-3/+7
| | | | | | | |
| | | * | | | | added an alias to dist.pyKonrad Delong2010-07-273-2/+13
| | | | | | | |
| | | * | | | | broken test_suite option passingKonrad Delong2010-07-271-1/+1
| | | | | | | |
| | | * | | | | basic functional test for the test commandKonrad Delong2010-07-272-0/+103
| | | | | | | |
| | | * | | | | added a version number when uploadingKonrad Delong2010-07-272-3/+5
| | | | | | | |
* | | | | | | | Style nitpicks?ric Araujo2010-08-083-25/+16
| | | | | | | |
* | | | | | | | Merge from Jeremy?ric Araujo2010-08-08107-2387/+4610
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Cleanup sweep (PEP 8)?ric Araujo2010-08-071-54/+51
| | | | | | | |
| * | | | | | | Move one method to ease diffing with configure.py.?ric Araujo2010-08-071-17/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also change use of str.translate to simpler str.replace.
| * | | | | | | User site directory doesn?t exist before 2.6?ric Araujo2010-08-071-4/+9
| | | | | | | |
| * | | | | | | Remove redundant redundancy?ric Araujo2010-08-071-3/+1
| | | | | | | |
| * | | | | | | Add a comment about one ambiguity in PEP 376, remove obsolete comment?ric Araujo2010-08-071-4/+3
| | | | | | | |
| * | | | | | | Make option lists respect style used in other commands?ric Araujo2010-08-072-15/+20
| | | | | | | |
| * | | | | | | Finish renaming of some options, clarify old record option help?ric Araujo2010-08-072-3/+8
| | | | | | | |
| * | | | | | | Tweak command.__all__.?ric Araujo2010-08-071-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 Araujo2010-08-071-0/+1
| | | | | | | |
| * | | | | | | Tweak docstring of tests.support?ric Araujo2010-08-071-3/+3
| | | | | | | |
| * | | | | | | Add cheers in tests.sh?ric Araujo2010-08-061-8/+9
| | | | | | | |
| * | | | | | | Merge upstream.Alexis Metaireau2010-08-0681-693/+1413
| |\ \ \ \ \ \ \
| | * | | | | | | Some pep8 and pychecker improvements?ric Araujo2010-08-062-27/+30
| | | | | | | | |
| | * | | | | | | Branch merge?ric Araujo2010-08-0612-74/+160
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ Branch merge?ric Araujo2010-08-061-1/+0
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | made the list of tested modules exhaustive when using coverage 2.xYannick Gingras2010-08-061-1/+1
| | | | | | | | | | |
| | | * | | | | | | | Automated merge with ssh://hg@bitbucket.org/mtlpython/distutils2Yannick Gingras2010-08-061-2/+5
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | improved support for coverage 2.xYannick Gingras2010-08-051-2/+5
| | | | | | | | | | | |
| | | * | | | | | | | | Merges changesAntoine Reversat2010-08-0589-1612/+3467
| | | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / /
| | | | * | | | | | | | added support for coverage 2.xYannick Gingras2010-08-051-8/+19
| | | | | | | | | | | |
| | | | * | | | | | | | removed conditional import on 'warnings'Yannick Gingras2010-08-051-9/+2
| | | | | | | | | | | |
| | | | * | | | | | | | Automated merge with ssh://hg@bitbucket.org/tarek/distutils2Yannick Gingras2010-08-051-0/+36
| | | | |\ \ \ \ \ \ \ \ | | | | | |_|/ / / / / / | | | | |/| | | | | | |
| | | | | * | | | | | | added a test for bad options to Distribution()Yannick Gingras2010-07-301-0/+21
| | | | | | | | | | | |