summaryrefslogtreecommitdiff
path: root/distutils2/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix stringification of final versions (#16107).?ric Araujo2012-10-271-1/+3
* Fix typo?ric Araujo2012-05-211-1/+1
* Minor simplification in one test?ric Araujo2012-05-211-1/+1
* Also check stderr in one test?ric Araujo2012-05-211-0/+1
* Fix overlooked thinkos in one test file?ric Araujo2012-05-211-3/+3
* Use test skip decorator instead of private module attribute?ric Araujo2012-05-211-2/+1
* Have pysetup read setup.cfg early to find custom commands (#14733).?ric Araujo2012-05-211-8/+34
* Tighten tests for #13399?ric Araujo2012-05-201-8/+8
* Factor out repeated code used to call pysetup from tests.?ric Araujo2012-05-201-25/+17
* make sure the existing metadata Provides field is translated when translating...Tarek Ziade2012-05-161-6/+39
* Merge further changes by Montreal sprinters?ric Araujo2012-05-161-0/+30
|\
| * Now deleting build-scripts directory before creating it. No more leftovers.Pierre Paul2012-05-141-0/+35
* | Harmonize error messages and add one missing test for #13339?ric Araujo2012-05-161-12/+21
* | Fix minor whitespace, syntax and idiom nits?ric Araujo2012-05-165-30/+26
|/
* Merge commitPierre Paul2012-05-123-73/+39
|\
| * #13399: Fixes the invalid arguments handlingPatrice Gauthier2012-05-121-1/+31
| * #13614: Merge changes from julien_courteau and PierrePaul regarding bad rstMathieu Leduc-Hamel2012-05-122-72/+8
* | Now creating scripts everytime when build_scripts is called, as a side effect...Pierre Paul2012-05-121-4/+23
|/
* Only run specific test if docutils is installedMathieu Leduc-Hamel2012-05-122-2/+9
* MergePierre Paul2012-05-123-3/+49
|\
| * merge #1364Julien Courteau2012-05-122-3/+40
| |\
| | * #13166: Implement __str__ on Distribution and EggInfoDistribution, use for py...Guillaume Pratte2012-04-211-3/+18
| | * #14270: Fixes to add dest_dir params working when using install_from_infosMathieu Leduc-Hamel2012-04-211-0/+22
| * | fix: setup.py register fails if description has ReST uncompatible with Sphinx...Julien Courteau2012-04-211-0/+9
| |/
* | #13614: Raises a TypeError now if the RST description is invalidPierre Paul2012-05-122-0/+83
|/
* Merge Yannick?s test into main repo?ric Araujo2012-04-211-0/+13
|\
| * improved the test coverage on commands.bdistYannick Gingras2010-12-091-1/+13
* | Fix winreg imports; we are not using a single codebase?ric Araujo2012-03-141-4/+1
* | mergedTarek Ziade2012-03-131-1/+4
|\ \
| * | Fix ImportError in testJason R. Coombs2012-03-131-1/+4
* | | fix for 14294Preston Holmes2012-03-132-1/+26
|/ /
* | switching to use_egg_info by defaultTarek Ziade2012-03-131-18/+31
* | changed the metadata behavior so the version does not get set all the timeTarek Ziade2012-03-121-6/+19
* | fixed a test mock issue (#14268)Tarek Ziade2012-03-121-3/+3
* | Removed the trailing zero wiping (#14264)Tarek Ziade2012-03-121-2/+8
* | Fixed a function name lookup in distutils2.pypi.wrapper (#14263)Tarek Ziade2012-03-121-0/+37
* | Fix comparison bug with 'rc' versions (#11841)?ric Araujo2012-02-271-0/+9
* | Fix bugs with MANIFEST.in parsing on Windows (#6884).?ric Araujo2012-02-272-36/+105
* | Add test for util.set_platform (#13974).?ric Araujo2012-02-161-0/+5
* | Fix for shared builds?ric Araujo2012-02-151-1/+2
* | Fix parsing of build_ext --libraries option (#1326113)?ric Araujo2012-02-151-6/+6
* | Use sys.version_info instead of sys.version.?ric Araujo2012-02-096-15/+18
* | Add fixup for compiling C in tests with an uninstalled Python (2.7)?ric Araujo2012-02-091-1/+8
* | Branch merge?ric Araujo2012-02-092-7/+31
|\ \
| * | More boolean tests for metadata environment markers?ric Araujo2012-02-091-3/+7
| * | Group commands by topic in ?pysetup run --list-commands? output.?ric Araujo2012-02-091-4/+24
* | | Start improving 2to3 code (#13462).?ric Araujo2012-02-094-188/+80
|/ /
* | Stop converting package_data to extra_files in pysetup create (#13712).?ric Araujo2012-02-051-13/+12
* | Allow multiple values for package_data in setup.cfg (#11805).?ric Araujo2012-02-051-7/+30
* | Improve one test, remove a setuptoolism in another?ric Araujo2012-02-052-6/+14