summaryrefslogtreecommitdiff
path: root/distutils2
Commit message (Expand)AuthorAgeFilesLines
* Update Trove classifiersHEADmasterÉric Araujo2012-10-271-0/+11
* Fix stringification of final versions (#16107).?ric Araujo2012-10-272-1/+6
* 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-212-21/+44
* 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-162-8/+48
* Merge further changes by Montreal sprinters?ric Araujo2012-05-164-2/+49
|\
| * merge commitPatrice Gauthier2012-05-143-15/+75
| |\
| | * Now deleting build-scripts directory before creating it. No more leftovers.Pierre Paul2012-05-143-1/+51
| * | #13399 - some tweakingPatrice Gauthier2012-05-141-1/+2
* | | Harmonize error messages and add one missing test for #13339?ric Araujo2012-05-162-20/+26
* | | Fix minor whitespace, syntax and idiom nits?ric Araujo2012-05-1610-87/+74
* | | Remove unused names?ric Araujo2012-05-152-3/+1
| |/ |/|
* | Merge commitPierre Paul2012-05-125-79/+54
|\ \ | |/
| * #13399: Fixes the invalid arguments handlingPatrice Gauthier2012-05-122-5/+44
| * #13614: Merge changes from julien_courteau and PierrePaul regarding bad rstMathieu Leduc-Hamel2012-05-123-74/+10
* | Now creating scripts everytime when build_scripts is called, as a side effect...Pierre Paul2012-05-122-14/+24
|/
* Only run specific test if docutils is installedMathieu Leduc-Hamel2012-05-122-2/+9
* MergePierre Paul2012-05-127-16/+73
|\
| * Branch merge?ric Araujo2012-05-122-1/+13
| |\
| | * merge #1364Julien Courteau2012-05-125-14/+57
| | |\
| | * | fix: setup.py register fails if description has ReST uncompatible with Sphinx...Julien Courteau2012-04-212-0/+12
| | * | Fix typoJulien Courteau2012-04-211-1/+1
| * | | Fix incorrect docstring?ric Araujo2012-05-121-1/+3
| | |/ | |/|
| * | remove changes that modified output of pysetup graph: tests are needed firstGuillaume Pratte2012-04-211-4/+6
| * | #13166: Implement __str__ on Distribution and EggInfoDistribution, use for py...Guillaume Pratte2012-04-215-11/+30
| * | #14270: Fixes to add dest_dir params working when using install_from_infosMathieu Leduc-Hamel2012-04-212-9/+31
| |/
* | #13614: Raises a TypeError now if the RST description is invalidPierre Paul2012-05-123-1/+84
|/
* 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
* | Post-release version bump (this time in the code too)?ric Araujo2012-03-171-1/+1
* | Fix winreg imports; we are not using a single codebase?ric Araujo2012-03-143-10/+3
* | Update list of Trove classifiers (these reproduce fast)?ric Araujo2012-03-142-1/+11
* | mergedTarek Ziade2012-03-132-1/+6
|\ \
| * | Add coding declaration for utf-8 characters in commentsJason R. Coombs2012-03-131-0/+2
| * | Fix ImportError in testJason R. Coombs2012-03-131-1/+4
* | | fix for 14294Preston Holmes2012-03-134-70/+112
|/ /
* | merged from upstreamTarek Ziade2012-03-132-22/+35
|\ \
| * | switching to use_egg_info by defaultTarek Ziade2012-03-132-22/+35
* | | Fix import error on Python 2.xJason R. Coombs2012-03-131-1/+5
|/ /
* | changed the metadata behavior so the version does not get set all the timeTarek Ziade2012-03-123-21/+36
* | fixed a test mock issue (#14268)Tarek Ziade2012-03-122-4/+5
* | Removed the trailing zero wiping (#14264)Tarek Ziade2012-03-123-12/+20
* | Fixed a function name lookup in distutils2.pypi.wrapper (#14263)Tarek Ziade2012-03-122-2/+40
* | Fix comparison bug with 'rc' versions (#11841)?ric Araujo2012-02-272-11/+22