summaryrefslogtreecommitdiff
path: root/setuptools/tests/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Merged upstream changes.Vinay Sajip2013-06-191-0/+1
|\
| * Merge with upstreamJason R. Coombs2013-06-181-92/+71
| |\
| * | Changes to support 2.x and 3.x in the same codebase.Vinay Sajip2011-06-201-4/+6
* | | Misc. updates following 2to3 checks.Vinay Sajip2013-06-171-1/+1
* | | Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ate...Vinay Sajip2013-06-151-4/+6
| |/ |/|
* | Adds a fix for issue #318, including a regression test. This also fixes anot...Erik Bray2012-09-061-1/+1
* | Got rid of deprecated assert_ and assertEquals.Lennart Regebro2012-08-221-32/+32
* | Merge fix for doctest failures on Python 3. Fixes #277.Jason R. Coombs2012-04-141-2/+2
|\ \
| * | Fixed test failures in the doctests on Python 3.Jason R. Coombs2012-04-141-2/+2
* | | Merge fixes for depends module imports. Fixes in part #277.Jason R. Coombs2012-04-141-14/+22
|\ \ \
| * | | Fixed issue where some functions are excluded from the depends module on cert...Jason R. Coombs2012-04-141-14/+22
| |/ /
* | | Cleaned up excess whitespaceJason R. Coombs2012-04-011-34/+3
|/ /
* | Reorganized importsJason R. Coombs2012-04-011-14/+16
|/
* removed assertTrue/assertFalse occurrencesTarek Ziade2010-05-191-32/+32
* Use assertTrue and assertFalse instead of deprecated failUnless and failIf.0.6.12Arfrever Frehtes Taifersar Arahesis2010-05-061-32/+32
* moved api_tests.txt doctest to tests/Tarek Ziadé2009-07-171-1/+1
* Changed the testModuleExtract and testRequire tests from DependsTests to use ...Hanno Schlichting2009-07-161-8/+8
* Fix http://bugs.python.org/setuptools/issue31 (backport from trunk)PJ Eby2008-08-211-9/+5
* Backport all known 2.5-compatibility fixesPJ Eby2006-09-201-3/+3
* Added quoting of script arguments and extended the quoting logic toJim Fulton2006-08-221-5/+10
* Enhanced test loader to scan packages as well as modules, and callPJ Eby2006-03-281-47/+6
* Got rid of the no-longer meaningful "depends" command. Consolidated thePJ Eby2005-08-061-41/+0
* Massive API refactoring; see setuptools.txt changelog for details. Also,PJ Eby2005-07-181-8/+8
* Enhanced the ``test`` command so that it doesn't install the package, butPJ Eby2005-07-061-5/+5
* Rough draft of version requirement parser. Make bdist_egg look for aPJ Eby2005-04-021-6/+6
* Back out the addition of bogus 'if __name__=="__main__"' block; the OnePJ Eby2005-04-011-79/+174
* remove excess blank lines, and apply whitespace more in line with the PythonFred Drake2004-04-051-166/+71
* Compute command line that should be passed to child setup scripts.PJ Eby2004-03-221-21/+21
* Flesh out 'depends' command to display dependencies' status, and halt ifPJ Eby2004-03-201-14/+55
* Initial checkin of setuptools 0.0.1.PJ Eby2004-03-191-0/+410