summaryrefslogtreecommitdiff
path: root/distutils2/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * Removing the converter. This is not going to work out. We have better ideas a...Tarek Ziade2010-10-2310-698/+0
| * missing renamingTarek Ziade2010-10-231-6/+6
| * Branch mergeAlexis Metaireau2010-10-172-1/+26
| |\
| | * now sdist uses the extra_files option from setup.cfg, and the Distribution ob...Tarek Ziade2010-10-171-1/+15
| | * manifest.read_template now accepts file objectsTarek Ziade2010-10-171-0/+11
| * | Rename the install command from "install" to "instal_dist", to avoid anyAlexis Metaireau2010-10-174-9/+9
| |/
* | Minor cleanup in test_dist?ric Araujo2010-10-221-20/+16
|/
* now accepting description-fileTarek Ziade2010-10-131-1/+4
* implemented setup_hook= and commands= in [global]Tarek Ziade2010-10-111-2/+24
* Add a way to search the simple index using wildcards (*).Alexis Metaireau2010-10-081-3/+7
* Remove redundant redundancy?ric Araujo2010-10-051-0/+0
* Moving a test that should not be executed in each test run?ric Araujo2010-10-051-126/+0
* Updated imports to match new layoutJeremy Kloth2010-10-041-7/+10
* Remove some ununsed imports.Alexis Metaireau2010-10-043-7/+1
* Rename command's tests filenames to test_command_*, and install_tools.py to i...Alexis Metaireau2010-10-0424-375/+374
* make sure depgraph don't choke on irrational installed versionsTarek Ziade2010-10-031-2/+33
* make depgraph.main print out the dependencies in the standard output - output...Tarek Ziade2010-10-031-4/+25
* removed setup.py from the list of files included by default, and make sure th...Tarek Ziade2010-10-021-5/+4
* added the package_dir conversionTarek Ziade2010-10-021-2/+4
* mergedTarek Ziade2010-10-021-10/+109
|\
| * added support for more metadata and filesTarek Ziade2010-10-011-6/+101
* | Merge fixes from jkloth?ric Araujo2010-10-0148-127/+109
|\ \
| * | More test fiddling?ric Araujo2010-10-011-2/+6
| * | Branch merge?ric Araujo2010-10-0148-109/+101
| |\ \
| | * | refactored unittest import logic to improve accuracy of the coverage measurementYannick Gingras2010-09-3048-105/+65
| | * | Automated merge with https://bitbucket.org/mtlpython/distutils2Nicolas Cadou2010-09-291-0/+2
| | |\ \
| | | * | cleanup to prevent test_index_simple failuresNicolas Cadou2010-09-291-0/+2
| | * | | Added some more hash testing to make the intent of equal hashes clearer.Amos Latteier2010-09-291-0/+2
| | |/ /
| | * | Fixed issue with striping of hostname in test_index_simple.pyMathieu Perreault2010-09-291-1/+1
| | * | Merge.Amos Latteier2010-09-291-0/+13
| | |\ \ | | | |/ | | |/|
| | | * Add test for VersionPredicate.__repr__Amos Latteier2010-09-291-0/+4
| | | * Changed hashing behaviour for NormalizedVersion. Equal versions have theAmos Latteier2010-09-291-0/+9
| * | | Remove spurious output with runtests.py (+ modernize test_config)?ric Araujo2010-09-283-22/+21
| | |/ | |/|
* | | Fixed test error involving pkgutil's cachingJeremy Kloth2010-10-011-0/+2
| |/ |/|
* | Make the upload_docs command fallback on docs/ if doc/ is not foundanatoly techtonik2010-09-291-0/+13
|/
* forgot to add a test fileTarek Ziade2010-09-221-0/+51
* first version of the -m runnerTarek Ziade2010-09-221-0/+1
* moved everything in the same dir - we want to include docs/ in the releaseTarek Ziade2010-09-1987-0/+9272