summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update Trove classifiersHEADmasterÉric Araujo2012-10-271-0/+11
|
* Fix link in README (#15957). Patch by Cliff Dyer.?ric Araujo2012-10-271-1/+1
|
* Fix stringification of final versions (#16107).?ric Araujo2012-10-274-1/+8
| | | | Report and patch by Richard Jones.
* 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-214-21/+47
| | | | | 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-162-8/+48
| | | | translating an old PKG-INFO
* Merge further changes by Montreal sprinters?ric Araujo2012-05-164-2/+49
|\
| * merge commitPatrice Gauthier2012-05-145-15/+81
| |\
| | * 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
| | |
* | | Add docutils to tox deps?ric Araujo2012-05-151-2/+3
| | |
* | | Remove unused names?ric Araujo2012-05-152-3/+1
| | |
* | | Add missing changelog entries for recent contributions?ric Araujo2012-05-152-2/+11
| | |
* | | Branch merge?ric Araujo2012-05-151-11/+7
|\ \ \ | |_|/ |/| |
| * | Ignore virtualenv?s man directory (installing nose creates it)?ric Araujo2012-03-181-11/+7
| | |
* | | 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 ↵Pierre Paul2012-05-124-14/+30
|/ / | | | | | | effect, --force option has been removed
* | Only run specific test if docutils is installedMathieu Leduc-Hamel2012-05-122-2/+9
| |
* | MergePierre Paul2012-05-128-16/+74
|\ \
| * \ Branch merge?ric Araujo2012-05-122-1/+13
| |\ \
| | * \ merge #1364Julien Courteau2012-05-126-14/+58
| | |\ \
| | * | | fix: setup.py register fails if description has ReST uncompatible with ↵Julien Courteau2012-04-212-0/+12
| | | | | | | | | | | | | | | | | | | | Sphinx (#13614)
| | * | | 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 ↵Guillaume Pratte2012-04-216-11/+31
| | | | | | | | | | | | | | | | pysetup list, pysetup graph and installation log
| * | | #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-172-2/+2
| |
* | Add missing report number?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
| | |