| 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 | 31 | -6465/+0 |
| | | |||||
| * | Fix incorrect use of Command.announce (#9199). | ?ric Araujo | 2010-09-08 | 2 | -6/+20 |
| | | | | | Also clean up imports a bit. | ||||
| * | Fix eon-old bug in build_clib options (#1718574) | ?ric Araujo | 2010-09-08 | 1 | -2/+2 |
| | | |||||
| * | Synchronize sysconfig.{py,cfg} with Python 3.2. | ?ric Araujo | 2010-09-06 | 2 | -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 Araujo | 2010-09-06 | 1 | -1/+0 |
| | | |||||
| * | 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 | 2 | -9/+12 |
| | | |||||
| * | 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 | 1 | -1/+2 |
| | | |||||
| * | added additional check for the check command | Konrad Delong | 2010-08-16 | 2 | -19/+30 |
| | | |||||
| * | merged upstream | Konrad Delong | 2010-08-15 | 6 | -64/+43 |
| |\ | |||||
| | * | Fix description (casing mismatch noticed by Konrad) | ?ric Araujo | 2010-08-15 | 1 | -2/+1 |
| | | | |||||
| | * | Hook system improvements. | ?ric Araujo | 2010-08-15 | 1 | -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 Araujo | 2010-08-14 | 3 | -4/+4 |
| | |\ | |||||
| | * | | Remove redundancy and trailing whitespace | ?ric Araujo | 2010-08-13 | 2 | -10/+6 |
| | | | | |||||
| | * | | Merged with Tarek | Zubin Mithra | 2010-08-13 | 5 | -63/+47 |
| | |\ \ | | |/ | |/| | |||||
| | | * | 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 | ||||
| | | * | Mixin2to3 moved from build_py to compat module. ↵ | Zubin Mithra | 2010-08-13 | 1 | -53/+2 |
| | | | | | | | | | | | | | test_Mixin2to3.test_additional_fixers issue resolved. | ||||
| | | * | reverted to revision 532 | Zubin Mithra | 2010-08-13 | 3 | -29/+64 |
| | | | | |||||
| | | * | options moved to build.py; build_py.Mixin2to3 moved to _compat.Mixin2to3; ↵ | Zubin Mithra | 2010-08-12 | 3 | -64/+29 |
| | | | | | | | | | | | | | DistutilsRefactoringTool removed, util.py changed accordingly | ||||
| | | * | longopt_xlate removed. merged with tarek | Zubin Mithra | 2010-08-08 | 4 | -10/+23 |
| | | |\ | |||||
| | | | * | longopt_xlate removed. | Zubin Mithra | 2010-08-08 | 2 | -5/+3 |
| | | | | | |||||
| | | | * | options made to be a build attribute instead of as a distribution attribute | Zubin Mithra | 2010-07-29 | 2 | -3/+12 |
| | | | | | |||||
| | | | * | Updated with Tareks branch | Zubin Mithra | 2010-07-17 | 1 | -5/+10 |
| | | | |\ | |||||
| | | | | * | typo at command/build_py.py corrected. | Zubin Mithra | 2010-07-15 | 1 | -2/+2 |
| | | | | | | |||||
| | | | | * | use_2to3 option added. tests added. | Zubin Mithra | 2010-07-08 | 1 | -4/+9 |
| | | | | | | |||||
| * | | | | | changes chdir to sys.path manipulation | Konrad Delong | 2010-08-15 | 1 | -8/+6 |
| | | | | | | |||||
| * | | | | | changed warning to user announcement | Konrad Delong | 2010-08-15 | 1 | -4/+2 |
| | | | | | | |||||
| * | | | | | test options casing | Konrad Delong | 2010-08-15 | 1 | -3/+3 |
| | | | | | | |||||
| * | | | | | ordering / code layout | Konrad Delong | 2010-08-15 | 2 | -4/+9 |
| | | | | | | |||||
| * | | | | | tests-require moved to be an option of test command | Konrad Delong | 2010-08-14 | 1 | -5/+7 |
| | | | | | | |||||
| * | | | | | added a fall-through to a default unittest2 test discovery | Konrad Delong | 2010-08-14 | 1 | -4/+19 |
| | | | | | | |||||
| * | | | | | oh noez! whitespace! | Konrad Delong | 2010-08-13 | 1 | -3/+3 |
| | | | | | | |||||
| * | | | | | dropped test_loader and added test_runner, renamed test_suite | Konrad Delong | 2010-08-13 | 1 | -15/+17 |
| | | | | | | |||||
| * | | | | | changed semantics of test_suite to actually mean test_suite | Konrad Delong | 2010-08-13 | 1 | -7/+8 |
| | | | | | | |||||
| * | | | | | made the test_test pass again + added test boilerplate | Konrad Delong | 2010-08-12 | 1 | -3/+4 |
| | | | | | | |||||
| * | | | | | refactor | Konrad Delong | 2010-08-12 | 1 | -5/+5 |
| | | | | | | |||||
| * | | | | | removed vertical align | Konrad Delong | 2010-08-12 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | test command uses resolve_dotted_name, desctiption added, _backport.any fix, ↵ | Konrad Delong | 2010-08-12 | 2 | -22/+4 |
| | | | | | | | | | | | | | | | | | | | | | added test to commands.__all__ | ||||
| * | | | | | merged test improvments | Konrad Delong | 2010-08-12 | 4 | -10/+10 |
| |\ \ \ \ \ | |/ / / / | |||||
| | * | | | | added a version number to upload_docs | Konrad Delong | 2010-08-09 | 1 | -1/+2 |
| | | | | | | |||||
| | * | | | | Fix some familiar typos and use consistent spellings | ?ric Araujo | 2010-08-09 | 2 | -8/+8 |
| | | | | | | |||||
| | * | | | | Fix #7973 | ?ric Araujo | 2010-08-09 | 2 | -2/+2 |
| | |/ / / | |||||
| * | | | | merge | Konrad Delong | 2010-08-09 | 2 | -1/+67 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | merged from upstream | Konrad Delong | 2010-08-09 | 2 | -1/+67 |
| | |\ \ \ | |||||
| | | * \ \ | merged from upstream | Konrad Delong | 2010-08-05 | 2 | -1/+67 |
| | | |\ \ \ | |||||
| | | | * \ \ | merged upstream | Konrad Delong | 2010-07-27 | 11 | -140/+165 |
| | | | |\ \ \ | |||||
| | | | * | | | | emitting warnings instead of installing distributions from option | Konrad Delong | 2010-07-27 | 1 | -0/+7 |
| | | | | | | | | |||||
