summaryrefslogtreecommitdiff
path: root/distutils2/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge fixes for #16107 and #15957 from defaultpython3Éric Araujo2012-10-271-1/+3
|\
| * Fix stringification of final versions (#16107).?ric Araujo2012-10-271-1/+3
* | Merge from default?ric Araujo2012-05-2142-800/+634
|\ \ | |/ |/|
| * Merge default?ric Araujo2012-05-2113-77/+392
| |\
| * \ Merge fixes for #13974, #6884 and #11841 from default?ric Araujo2012-02-2743-789/+622
| |\ \
| | * \ Merge #1326113 fix from default?ric Araujo2012-02-151-6/+6
| | |\ \
| | * \ \ Merge fixes for #13462 and others from default?ric Araujo2012-02-0913-203/+129
| | |\ \ \
| | * \ \ \ Merge fixes for #13901, #11805, #13712 and other improvements?ric Araujo2012-02-055-31/+69
| | |\ \ \ \
| | * \ \ \ \ Branch merge?ric Araujo2011-11-2041-796/+626
| | |\ \ \ \ \
| | | * \ \ \ \ Ye olde merge.?ric Araujo2011-11-1229-435/+613
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge fixes for #13170 and #12386 and other misc. changes from default?ric Araujo2011-11-113-5/+76
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge fix for #13205 and other changes from default.?ric Araujo2011-10-212-7/+45
| | | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge tests for #13114 from default?ric Araujo2011-10-112-2/+38
| | | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merge default?ric Araujo2011-10-081-2/+2
| | | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | Fix byte-compilation to comply with PEP 3147 on Python 3.2+ (#11254).?ric Araujo2011-10-082-6/+23
| | | * | | | | | | | | | Merge fix for #12222 and other changes from default?ric Araujo2011-10-061-36/+42
| | | |\ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ Merge #11841 and other changes from default?ric Araujo2011-10-0538-735/+542
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | Start a branch to provide Distutils2 for Python 3.?ric Araujo2011-09-2438-735/+542
* | | | | | | | | | | | | | | 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