summaryrefslogtreecommitdiff
path: root/src/distutils2/command
Commit message (Collapse)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
| | | | Also clean up imports a bit.
* 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
| | | | | | Port fixes for #7774, #7880, #8084, #8577, #8770, #9164 and #9189. Also remove all traces of user site-packages before Python 2.6 and do small cleanups and pyflaking.
* 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
| | | | | | - Make logging messages lower-case (there are still modules to fix); - tweak wording a bit; - use lazy formatting in logging calls.
* 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
| | | | | | | | | | | | | | | | - Tweak some comments/docstrings. - Allow giving callables as hooks in addition to dotted names. - Don?t let errors pass silently (possibly needs an option). - Add two tests from Konrad. - Simplify tests.
| * 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 ↵Zubin Mithra2010-08-134-4/+24
| | | | | | | | | | | | access it
| | * Mixin2to3 moved from build_py to compat module. ↵Zubin Mithra2010-08-131-53/+2
| | | | | | | | | | | | test_Mixin2to3.test_additional_fixers issue resolved.
| | * reverted to revision 532Zubin Mithra2010-08-133-29/+64
| | |
| | * options moved to build.py; build_py.Mixin2to3 moved to _compat.Mixin2to3; ↵Zubin Mithra2010-08-123-64/+29
| | | | | | | | | | | | DistutilsRefactoringTool removed, util.py changed accordingly
| | * 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
| | | | | | | | | | | | | | | | | | | | added test to commands.__all__
* | | | | 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
| | | | | | |