summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Lowercase two remaining logging messages, add a TODO?ric Araujo2010-08-251-2/+5
* Prettify module index, adjust homepage title levels?ric Araujo2010-08-232-3/+3
* Bow to the will of pep8 and pyflakes?ric Araujo2010-08-203-11/+12
* Remove unused names?ric Araujo2010-08-201-20/+16
* Use modern unittest methods?ric Araujo2010-08-201-3/+4
* 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-202-4/+5
* added additional check for the check commandKonrad Delong2010-08-165-65/+80
* added back tests removed in a recent mergeKonrad Delong2010-08-161-0/+37
* merged from upstreamKonrad Delong2010-08-164-20/+10
|\
| * Suppress spurious output once more?ric Araujo2010-08-161-0/+1
| * Kill methods that just do string replacement.?ric Araujo2010-08-163-20/+9
* | merged upstreamKonrad Delong2010-08-1551-363/+573
|\ \ | |/
| * Fix description (casing mismatch noticed by Konrad)?ric Araujo2010-08-151-2/+1
| * Fix a test?ric Araujo2010-08-151-1/+2
| * Please pep8 and pyflakes?ric Araujo2010-08-151-23/+29
| * Hook system improvements.?ric Araujo2010-08-153-24/+102
| * Fix resolve_name. This thing is no fun.?ric Araujo2010-08-152-4/+13
| * Fix a py3k warning, add FIXME notes?ric Araujo2010-08-153-2/+5
| * Finally make tests.sh silent?ric Araujo2010-08-152-2/+2
| * Rename tests.support.LoggingSilencer to LoggingCatcher.?ric Araujo2010-08-1522-29/+36
| * Add WarningsCatcher (patch from Konrad)?ric Araujo2010-08-151-5/+23
| * Forgot to include docs update in 5abba4a77f5a?ric Araujo2010-08-151-1/+3
| * Update renaming plans?ric Araujo2010-08-141-1/+2
| * Merge with Zubin, removing trailing whitespace?ric Araujo2010-08-1415-304/+250
| |\
| | * Port fix for #8688?ric Araujo2010-08-142-7/+82
| | * Fix permissions?ric Araujo2010-08-144-0/+0
| | * Remove obsolete file?ric Araujo2010-08-141-67/+0
| * | Merge?ric Araujo2010-08-145-51/+8
| |\ \
| | * | few changesZubin Mithra2010-08-145-51/+8
| * | | Remove redundancy and trailing whitespace?ric Araujo2010-08-132-10/+6
| |/ /
| * | Merged with TarekZubin Mithra2010-08-1313-137/+319
| |\ \
| | * | 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
| | * | DistutilsRefactoringTool removed from distutils2.converterZubin Mithra2010-08-131-15/+1
| | * | Mixin2to3 moved from build_py to compat module. test_Mixin2to3.test_additiona...Zubin Mithra2010-08-134-103/+118
| | * | reverted to revision 532Zubin Mithra2010-08-137-134/+129
| | * | _compat.py rename to compat.pyZubin Mithra2010-08-131-0/+0
| | * | test for Mixin2to3 changed to import Mixin2to3 from its new location(_compat....Zubin Mithra2010-08-121-2/+1
| | * | options moved to build.py; build_py.Mixin2to3 moved to _compat.Mixin2to3; Dis...Zubin Mithra2010-08-126-127/+133
| | * | longopt_xlate removed. merged with tarekZubin Mithra2010-08-089-20/+179
| | |\ \
| | | * | longopt_xlate removed.Zubin Mithra2010-08-083-12/+5
| | | * | options made to be a build attribute instead of as a distribution attributeZubin Mithra2010-07-293-12/+12
| | | * | Updated with Tareks branchZubin Mithra2010-07-178-14/+199
| | | |\ \
| | | | * | typo at command/build_py.py corrected.Zubin Mithra2010-07-151-2/+2
| | | | * | "fixer_names!=[]"(correct comparison)Zubin Mithra2010-07-081-1/+1
| | | | * | small correction in util.pyZubin Mithra2010-07-081-3/+3
| | | | * | use_2to3 option added. tests added.Zubin Mithra2010-07-088-17/+202
* | | | | | one more tiny improvement for test_testKonrad Delong2010-08-151-1/+1