| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge from default | ?ric Araujo | 2012-05-21 | 1 | -6/+6 |
| |\ | |||||
| | * | Ye olde merge. | ?ric Araujo | 2011-11-12 | 1 | -24/+21 |
| | |\ | | | | | | | | | | | | | I broke test_mixin2to3 somehow; distutils2-default is okay and packaging too, so I don?t see an obvious reason right now, I?ll investigate later. | ||||
| | * \ | Merge tests for #13114 from default | ?ric Araujo | 2011-10-11 | 1 | -2/+23 |
| | |\ \ | |||||
| * | | | | Fix typo | ?ric Araujo | 2012-05-21 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Use test skip decorator instead of private module attribute | ?ric Araujo | 2012-05-21 | 1 | -2/+1 |
| | |_|/ |/| | | |||||
| * | | | Change signature of tests.support.LoggingCatcher.get_logs. | ?ric Araujo | 2011-11-12 | 1 | -24/+21 |
| | |/ |/| | | | | | | | | | I need this for some tests, and it makes code clearer. This commit also changes some assertEqual calls to use (actual, expected) order and fix some pyflakes warnings. | ||||
| * | | Add tests for Unicode handling in check and register (#13114). | ?ric Araujo | 2011-10-11 | 1 | -2/+23 |
| |/ | | | | | Contrary to distutils in Python 2.7, distutils2 does not have the bugs. Developing with Python 3 and porting to 2.x just rocks like that. | ||||
| * | Backported packaging from cpython default, overwriting previous version. | Vinay Sajip | 2011-08-18 | 1 | -32/+46 |
| | | |||||
| * | pep8 format | Godefroid Chapelle | 2011-01-30 | 1 | -6/+10 |
| | | |||||
| * | metadata warnings were not shown to the user | Godefroid Chapelle | 2011-01-30 | 1 | -1/+38 |
| | | |||||
| * | fixed #11038. Add strict parameter to metadata.check() and use the strict ↵ | Gael Pasgrimaud | 2011-01-28 | 1 | -2/+7 |
| | | | | | mode in check command | ||||
| * | removed unused import (DistutilsSetupError). | Louis Munro | 2010-12-08 | 1 | -1/+0 |
| | | | | | removed unused variable metadata. | ||||
| * | Rename the install command from "install" to "instal_dist", to avoid any | Alexis Metaireau | 2010-10-17 | 1 | -1/+1 |
| | | | | | collision with the distutils2 installer (working with dependencies). | ||||
| * | Rename command's tests filenames to test_command_*, and install_tools.py to ↵ | Alexis Metaireau | 2010-10-04 | 1 | -0/+84 |
| install.py The goal is to avoid overlaps between commands and scripts names (for instance the "install" script and the "install" command) | |||||
