summaryrefslogtreecommitdiff
path: root/distutils2/tests/test_command_check.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typo?ric Araujo2012-05-211-1/+1
* Use test skip decorator instead of private module attribute?ric Araujo2012-05-211-2/+1
* Change signature of tests.support.LoggingCatcher.get_logs.?ric Araujo2011-11-121-24/+21
* Add tests for Unicode handling in check and register (#13114).?ric Araujo2011-10-111-2/+23
* Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-181-32/+46
* pep8 formatGodefroid Chapelle2011-01-301-6/+10
* metadata warnings were not shown to the userGodefroid Chapelle2011-01-301-1/+38
* fixed #11038. Add strict parameter to metadata.check() and use the strict mod...Gael Pasgrimaud2011-01-281-2/+7
* removed unused import (DistutilsSetupError).Louis Munro2010-12-081-1/+0
* Rename the install command from "install" to "instal_dist", to avoid anyAlexis Metaireau2010-10-171-1/+1
* Rename command's tests filenames to test_command_*, and install_tools.py to i...Alexis Metaireau2010-10-041-0/+84