| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | moved everything in the same dir - we want to include docs/ in the release | Tarek Ziade | 2010-09-19 | 202 | -36993/+0 |
| | | |||||
| * | few pep8 fixes | Tarek Ziade | 2010-09-19 | 1 | -26/+36 |
| | | |||||
| * | Fix incorrect use of Command.announce (#9199). | ?ric Araujo | 2010-09-08 | 3 | -25/+26 |
| | | | | | Also clean up imports a bit. | ||||
| * | Fix eon-old bug in build_clib options (#1718574) | ?ric Araujo | 2010-09-08 | 1 | -2/+2 |
| | | |||||
| * | Synchronize with stdlib (changes related to PEP 3149) | ?ric Araujo | 2010-09-06 | 1 | -4/+3 |
| | | |||||
| * | Synchronize sysconfig.{py,cfg} with Python 3.2. | ?ric Araujo | 2010-09-06 | 6 | -114/+239 |
| | | | | | | | 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 Araujo | 2010-09-06 | 1 | -1/+0 |
| | | |||||
| * | ConfigParser docs say only ?;? can start an inline comment | ?ric Araujo | 2010-09-06 | 1 | -1/+1 |
| | | |||||
| * | Move comments on the line before the field to improve readability. | ?ric Araujo | 2010-09-06 | 1 | -14/+24 |
| | | | | | Also remove ugly vertical alignment. | ||||
| * | Fix old typo | ?ric Araujo | 2010-08-28 | 1 | -1/+1 |
| | | |||||
| * | Uniformize last encoding declaration (follow-up to 689ec6a55b14) | ?ric Araujo | 2010-08-28 | 1 | -1/+1 |
| | | |||||
| * | Fix wrong sysconfig values (#8759) | ?ric Araujo | 2010-08-27 | 1 | -8/+8 |
| | | |||||
| * | Lowercase two remaining logging messages, add a TODO | ?ric Araujo | 2010-08-25 | 1 | -2/+5 |
| | | |||||
| * | Bow to the will of pep8 and pyflakes | ?ric Araujo | 2010-08-20 | 3 | -11/+12 |
| | | |||||
| * | Remove unused names | ?ric Araujo | 2010-08-20 | 1 | -20/+16 |
| | | |||||
| * | Use modern unittest methods | ?ric Araujo | 2010-08-20 | 1 | -3/+4 |
| | | |||||
| * | Make description of install_distinfo a trifle more accurate | ?ric Araujo | 2010-08-20 | 1 | -1/+1 |
| | | |||||
| * | Logging touchups. | ?ric Araujo | 2010-08-20 | 2 | -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 Araujo | 2010-08-20 | 2 | -4/+5 |
| | | |||||
| * | added additional check for the check command | Konrad Delong | 2010-08-16 | 5 | -65/+80 |
| | | |||||
| * | added back tests removed in a recent merge | Konrad Delong | 2010-08-16 | 1 | -0/+37 |
| | | |||||
| * | merged from upstream | Konrad Delong | 2010-08-16 | 3 | -20/+9 |
| |\ | |||||
| | * | Suppress spurious output once more | ?ric Araujo | 2010-08-16 | 1 | -0/+1 |
| | | | |||||
| | * | Kill methods that just do string replacement. | ?ric Araujo | 2010-08-16 | 2 | -20/+8 |
| | | | | | | | | | | | Inspiration taken from the short-lived distutils_refactor branch in the Python Subversion sandbox by Anthony Baxter. | ||||
| * | | merged upstream | Konrad Delong | 2010-08-15 | 48 | -356/+563 |
| |\ \ | |/ | |||||
| | * | Fix description (casing mismatch noticed by Konrad) | ?ric Araujo | 2010-08-15 | 1 | -2/+1 |
| | | | |||||
| | * | Fix a test | ?ric Araujo | 2010-08-15 | 1 | -1/+2 |
| | | | |||||
| | * | Please pep8 and pyflakes | ?ric Araujo | 2010-08-15 | 1 | -23/+29 |
| | | | |||||
| | * | Hook system improvements. | ?ric Araujo | 2010-08-15 | 3 | -24/+102 |
| | | | | | | | | | | | | | | | | | - 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. | ||||
| | * | Fix resolve_name. This thing is no fun. | ?ric Araujo | 2010-08-15 | 2 | -4/+13 |
| | | | |||||
| | * | Fix a py3k warning, add FIXME notes | ?ric Araujo | 2010-08-15 | 3 | -2/+5 |
| | | | |||||
| | * | Finally make tests.sh silent | ?ric Araujo | 2010-08-15 | 2 | -2/+2 |
| | | | |||||
| | * | Rename tests.support.LoggingSilencer to LoggingCatcher. | ?ric Araujo | 2010-08-15 | 22 | -29/+36 |
| | | | | | | | | | | | | | This change makes it clear that the mixin?s goal is not only to silence logging output, but also to capture it and check it in some circumstances. Thanks Alexis for the suggestion. | ||||
| | * | Add WarningsCatcher (patch from Konrad) | ?ric Araujo | 2010-08-15 | 1 | -5/+23 |
| | | | |||||
| | * | Merge with Zubin, removing trailing whitespace | ?ric Araujo | 2010-08-14 | 14 | -291/+231 |
| | |\ | |||||
| | | * | Port fix for #8688 | ?ric Araujo | 2010-08-14 | 2 | -7/+82 |
| | | | | |||||
| | | * | Fix permissions | ?ric Araujo | 2010-08-14 | 3 | -0/+0 |
| | | | | |||||
| | | * | Remove obsolete file | ?ric Araujo | 2010-08-14 | 1 | -67/+0 |
| | | | | |||||
| | * | | Merge | ?ric Araujo | 2010-08-14 | 5 | -51/+8 |
| | |\ \ | |||||
| | | * | | few changes | Zubin Mithra | 2010-08-14 | 5 | -51/+8 |
| | | | | | |||||
| | * | | | Remove redundancy and trailing whitespace | ?ric Araujo | 2010-08-13 | 2 | -10/+6 |
| | |/ / | |||||
| | * | | Merged with Tarek | Zubin Mithra | 2010-08-13 | 13 | -137/+319 |
| | |\ \ | |||||
| | | * | | 2to3 conversion functionality added in build_script | Zubin Mithra | 2010-08-13 | 2 | -6/+8 |
| | | | | | |||||
| | | * | | options moved from build_py to build so that build_py and build_scripts can ↵ | Zubin Mithra | 2010-08-13 | 4 | -4/+24 |
| | | | | | | | | | | | | | | | | | access it | ||||
| | | * | | DistutilsRefactoringTool removed from distutils2.converter | Zubin Mithra | 2010-08-13 | 1 | -15/+1 |
| | | | | | |||||
| | | * | | Mixin2to3 moved from build_py to compat module. ↵ | Zubin Mithra | 2010-08-13 | 4 | -103/+118 |
| | | | | | | | | | | | | | | | | | test_Mixin2to3.test_additional_fixers issue resolved. | ||||
| | | * | | reverted to revision 532 | Zubin Mithra | 2010-08-13 | 7 | -134/+129 |
| | | | | | |||||
| | | * | | _compat.py rename to compat.py | Zubin Mithra | 2010-08-13 | 1 | -0/+0 |
| | | | | | |||||
| | | * | | test for Mixin2to3 changed to import Mixin2to3 from its new ↵ | Zubin Mithra | 2010-08-12 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | location(_compat.Mixin2to3) | ||||
| | | * | | options moved to build.py; build_py.Mixin2to3 moved to _compat.Mixin2to3; ↵ | Zubin Mithra | 2010-08-12 | 6 | -127/+133 |
| | | | | | | | | | | | | | | | | | DistutilsRefactoringTool removed, util.py changed accordingly | ||||
