summaryrefslogtreecommitdiff
path: root/src/distutils2/tests/test_dist.py
Commit message (Expand)AuthorAgeFilesLines
* moved everything in the same dir - we want to include docs/ in the releaseTarek Ziade2010-09-191-533/+0
* Bow to the will of pep8 and pyflakes?ric Araujo2010-08-201-2/+0
* Remove unused names?ric Araujo2010-08-201-20/+16
* Use modern unittest methods?ric Araujo2010-08-201-3/+4
* Post-merge touchups?ric Araujo2010-08-201-3/+3
* added additional check for the check commandKonrad Delong2010-08-161-31/+12
* added back tests removed in a recent mergeKonrad Delong2010-08-161-0/+37
* merged upstreamKonrad Delong2010-08-151-26/+52
|\
| * 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-151-14/+71
| * Rename tests.support.LoggingSilencer to LoggingCatcher.?ric Araujo2010-08-151-1/+1
* | removed unused warnings & refactored a test to use WarningsCatcherKonrad Delong2010-08-151-18/+7
* | refactoring tests for warningsKonrad Delong2010-08-151-16/+9
|/
* Fix some familiar typos and use consistent spellings?ric Araujo2010-08-091-1/+1
* Automated merge with ssh://hg@bitbucket.org/tarek/distutils2Yannick Gingras2010-08-051-0/+36
|\
| * added a test for bad options to Distribution()Yannick Gingras2010-07-301-0/+21
| * added a test for Distribution(attrs={'options'=...})Yannick Gingras2010-07-301-0/+15
* | Add command post-hooksKonrad Delong2010-08-051-0/+43
|/
* changed some encoding declarations to their canonical names, which happens to...Yannick Gingras2010-07-301-1/+1
* Wrap I/O operations in try/except blocks to ensure handles are closed?ric Araujo2010-06-271-2/+4
* s/klass/cls/g for PEP 8 and PEP 20 compliance?ric Araujo2010-06-261-17/+17
* Don?t use deprecated name (see comment in unittest2.case)?ric Araujo2010-06-241-20/+20
* moving cmd.py into command/Tarek Ziade2010-06-021-1/+1
* Isolate import of unittest or unittest2 in one place.?ric Araujo2010-06-011-7/+7
* normalized some metadata fieldsNicolas Cadou2010-03-151-11/+11
* now the Description field can be read back (no more EOL lost)Tarek Ziad?2010-02-251-1/+1
* refactored DistributionMetadata -- cleaner implementationTarek Ziad?2010-02-241-44/+41
* refactored the code so it works on Python 2.4, 2.5 and 2.6Tarek Ziad?2010-02-221-14/+14
* removed all but one dependency on test.test_supportt2010-02-221-1/+1
* refactored sysconfig and other backported modulestarek2010-02-221-7/+7
* renamed distutils to distutils2 -- wow thanks Ropetarek2010-02-211-22/+22
* initial import, now need to rename all 'distutils' to 'distutils2'tarek2010-02-211-0/+434