summaryrefslogtreecommitdiff
path: root/src/distutils2
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | added a version number to upload_docsKonrad Delong2010-08-092-3/+5
| * | | | | Fix some familiar typos and use consistent spellings?ric Araujo2010-08-098-25/+25
| * | | | | Fix #7973?ric Araujo2010-08-092-2/+2
| |/ / / /
* | | | | 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-27113-4749/+3590
| | | |\ \ \ \
| | | * | | | | 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-08100-2339/+7902
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | 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
| * | | | | | | 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
| * | | | | | | Add missing install_distinfo in command.__all__?ric Araujo2010-08-071-0/+1
| * | | | | | | Tweak docstring of tests.support?ric Araujo2010-08-071-3/+3
| * | | | | | | Merge upstream.Alexis Metaireau2010-08-0675-652/+4716
| |\ \ \ \ \ \ \
| | * | | | | | | Some pep8 and pychecker improvements?ric Araujo2010-08-062-27/+30
| | * | | | | | | Branch merge?ric Araujo2010-08-0611-65/+137
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ Merges changesAntoine Reversat2010-08-0583-1572/+6773
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | 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
| | | | | * | | | | | added a test for Distribution(attrs={'options'=...})Yannick Gingras2010-07-301-0/+15
| | | * | | | | | | | Changed some files to conform to PEP8Antoine Reversat2010-08-0510-64/+108
| | * | | | | | | | | Remove obsolete comment?ric Araujo2010-08-061-6/+1
| | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | Fix merge error?ric Araujo2010-08-051-1/+1
| | * | | | | | | | Forgot to convert two literals to os.curdir?ric Araujo2010-08-052-2/+2
| | * | | | | | | | Improve Metadata instantiation?ric Araujo2010-08-052-10/+47
| | * | | | | | | | Fix missing import?ric Araujo2010-08-051-0/+1
| | * | | | | | | | Merge from Alexis?ric Araujo2010-08-0571-541/+4497
| | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge from Josip?ric Araujo2010-08-0570-952/+4402
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | Add command post-hooksKonrad Delong2010-08-055-7/+105
| | | | * | | | | | | | Use proper skips?ric Araujo2010-08-052-8/+3
| | | | * | | | | | | | Make set_undefined_options more friendly?ric Araujo2010-08-0414-66/+37
| | | | * | | | | | | | Merge from Konrad, with small fixes?ric Araujo2010-08-0464-983/+4800
| | | | |\ \ \ \ \ \ \ \ | | | | | | |_|/ / / / / | | | | | |/| | | | | |