summaryrefslogtreecommitdiff
path: root/src/distutils2/command
Commit message (Expand)AuthorAgeFilesLines
* moved everything in the same dir - we want to include docs/ in the releaseTarek Ziade2010-09-1931-6465/+0
* Fix incorrect use of Command.announce (#9199).?ric Araujo2010-09-082-6/+20
* Fix eon-old bug in build_clib options (#1718574)?ric Araujo2010-09-081-2/+2
* Synchronize sysconfig.{py,cfg} with Python 3.2.?ric Araujo2010-09-062-22/+36
* Remove unnecessary docstring on API method?ric Araujo2010-09-061-1/+0
* Lowercase two remaining logging messages, add a TODO?ric Araujo2010-08-251-2/+5
* Bow to the will of pep8 and pyflakes?ric Araujo2010-08-202-9/+12
* Make description of install_distinfo a trifle more accurate?ric Araujo2010-08-201-1/+1
* Logging touchups.?ric Araujo2010-08-202-6/+9
* Post-merge touchups?ric Araujo2010-08-201-1/+2
* added additional check for the check commandKonrad Delong2010-08-162-19/+30
* merged upstreamKonrad Delong2010-08-156-64/+43
|\
| * Fix description (casing mismatch noticed by Konrad)?ric Araujo2010-08-151-2/+1
| * Hook system improvements.?ric Araujo2010-08-151-1/+1
| * Merge with Zubin, removing trailing whitespace?ric Araujo2010-08-143-4/+4
| |\
| * | Remove redundancy and trailing whitespace?ric Araujo2010-08-132-10/+6
| * | Merged with TarekZubin Mithra2010-08-135-63/+47
| |\ \ | | |/ | |/|
| | * 2to3 conversion functionality added in build_scriptZubin Mithra2010-08-132-6/+8
| | * options moved from build_py to build so that build_py and build_scripts can a...Zubin Mithra2010-08-134-4/+24
| | * Mixin2to3 moved from build_py to compat module. test_Mixin2to3.test_additiona...Zubin Mithra2010-08-131-53/+2
| | * reverted to revision 532Zubin Mithra2010-08-133-29/+64
| | * options moved to build.py; build_py.Mixin2to3 moved to _compat.Mixin2to3; Dis...Zubin Mithra2010-08-123-64/+29
| | * longopt_xlate removed. merged with tarekZubin Mithra2010-08-084-10/+23
| | |\
| | | * longopt_xlate removed.Zubin Mithra2010-08-082-5/+3
| | | * options made to be a build attribute instead of as a distribution attributeZubin Mithra2010-07-292-3/+12
| | | * Updated with Tareks branchZubin Mithra2010-07-171-5/+10
| | | |\
| | | | * typo at command/build_py.py corrected.Zubin Mithra2010-07-151-2/+2
| | | | * use_2to3 option added. tests added.Zubin Mithra2010-07-081-4/+9
* | | | | changes chdir to sys.path manipulationKonrad Delong2010-08-151-8/+6
* | | | | changed warning to user announcementKonrad Delong2010-08-151-4/+2
* | | | | test options casingKonrad Delong2010-08-151-3/+3
* | | | | ordering / code layoutKonrad Delong2010-08-152-4/+9
* | | | | tests-require moved to be an option of test commandKonrad Delong2010-08-141-5/+7
* | | | | added a fall-through to a default unittest2 test discoveryKonrad Delong2010-08-141-4/+19
* | | | | oh noez! whitespace!Konrad Delong2010-08-131-3/+3
* | | | | dropped test_loader and added test_runner, renamed test_suiteKonrad Delong2010-08-131-15/+17
* | | | | changed semantics of test_suite to actually mean test_suiteKonrad Delong2010-08-131-7/+8
* | | | | made the test_test pass again + added test boilerplateKonrad Delong2010-08-121-3/+4
* | | | | refactorKonrad Delong2010-08-121-5/+5
* | | | | removed vertical alignKonrad Delong2010-08-121-1/+1
* | | | | test command uses resolve_dotted_name, desctiption added, _backport.any fix, ...Konrad Delong2010-08-122-22/+4
* | | | | merged test improvmentsKonrad Delong2010-08-124-10/+10
|\ \ \ \ \ | |/ / / /
| * | | | added a version number to upload_docsKonrad Delong2010-08-091-1/+2
| * | | | Fix some familiar typos and use consistent spellings?ric Araujo2010-08-092-8/+8
| * | | | Fix #7973?ric Araujo2010-08-092-2/+2
| |/ / /
* | | | mergeKonrad Delong2010-08-092-1/+67
|\ \ \ \ | |/ / / |/| | |
| * | | merged from upstreamKonrad Delong2010-08-092-1/+67
| |\ \ \
| | * \ \ merged from upstreamKonrad Delong2010-08-052-1/+67
| | |\ \ \
| | | * \ \ merged upstreamKonrad Delong2010-07-2711-140/+165
| | | |\ \ \
| | | * | | | emitting warnings instead of installing distributions from optionKonrad Delong2010-07-271-0/+7