summaryrefslogtreecommitdiff
path: root/distutils2/tests
Commit message (Collapse)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
| | | | | | | | Report and patch by Richard Jones.
* | 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
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I broke test_mixin2to3 somehow; distutils2-default is okay and packaging too, so I don?t see an obvious reason right now, I?ll investigate later.
| | | * \ \ \ \ \ 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
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The deprecation warning emitted by RawConfigParser.readfp (used in util and config, and from config in many places) will be annoying for developers using distutils2 as a library; maybe we should drop 3.1 compat (people are expected to switch from 2.7 to 3.2 directly) and switch to RawConfigParser.read_file. One test in test_pypi_simple fails on 3.3 due to a recent change (see #10680); I didn?t fix it because I can?t open the bug report that the test was written for, and anyway the whole file should be rewritten to use assertRaises. I have to leave some things for Alexis :)
| | | * \ \ \ \ \ \ \ 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I want to replace custom byte-compiling function with calls to compileall before 1.0, but in the short term it?s good to have this fixed. Adapted from the distutils patch by Jeff Ramnani. Tested with -B, -O and -OO on 3.1, 3.2 and 3.3.
| | | * | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This codebase is compatible with 3.1, 3.2 and 3.3. It was converted with 2to3 and a semi-automated diff/merge with packaging in 3.3 to fix some idioms. We?ve now come full circle from 2.x to 3.x to 2.x to 3.x again :) Starting from now, contributors can make patches for packaging (preferred, as the stdlib?s regrtest is very useful), distutils2 or distutils-python3, and we?ll make patches flow between versions.
* | | | | | | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Independently found and fixed by me (with help from Luis Rojas) and Janusz Lewandowski.
* | | | | | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The whole assert_python_* business was unfriendly for readers, now the code needed to have the equivalent of pysetup run from tests is moved to helper methods and the tests can have much clearer code. Also remove Python 2.4 compatibility (using -c instead of -m).
* | | | | | | | | | | | | | make sure the existing metadata Provides field is translated when ↵Tarek Ziade2012-05-161-6/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | translating an old PKG-INFO
* | | | | | | | | | | | | | 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 ↵Pierre Paul2012-05-121-4/+23
|/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | effect, --force option has been removed
* | | | | | | | | | | | | | 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 ↵Guillaume Pratte2012-04-211-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pysetup list, pysetup graph and installation log
| | * | | | | | | | | | | | | | #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 ↵Julien Courteau2012-04-211-0/+9
| |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sphinx (#13614)
* | | | | | | | | | | | | | | #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
| | | | | | | | | | | | | | |