summaryrefslogtreecommitdiff
path: root/setuptools/tests
Commit message (Expand)AuthorAgeFilesLines
* fixed issue 163 : don't include md5 when comparing two distributions, and scanChristophe Combelles2010-05-193-7/+5
* set-up infrastructure to write tests with a real http server, and reproduced ...Christophe Combelles2010-05-194-0/+84
* mergeRonny Pfannschmidt2010-05-191-16/+20
|\
| * merge & adapt --user implication testsRonny Pfannschmidt2010-05-071-16/+20
| |\
| | * add a partial test for user install umplication if installed in user-siteRonny Pfannschmidt2010-05-021-4/+8
* | | added a test that is supposely breaking - refs #152Tarek Ziade2010-05-191-0/+15
* | | malformed urls in 2.7 are catched now - fixes #160Tarek Ziade2010-05-191-1/+11
* | | removed assertTrue/assertFalse occurrencesTarek Ziade2010-05-193-52/+52
|/ /
* | Use assertTrue and assertFalse instead of deprecated failUnless and failIf.0.6.12Arfrever Frehtes Taifersar Arahesis2010-05-062-51/+51
* | make sure all tests passes on all python versions fixes #149Tarek Ziade2010-05-063-20/+23
|/
* make sure we test that the directory exists before we install stuff asked by ...Tarek Ziade2010-04-071-2/+19
* merge with upstreamRonny Pfannschmidt2010-03-162-7/+66
|\
| * added the --no-find-links optionTarek Ziade2010-03-131-0/+25
| * Added test to capture issue #118Jason R. Coombs2010-02-221-6/+41
* | move the rest of the path handling code from develop to easy_installRonny Pfannschmidt2010-02-112-8/+13
* | enable easy_install --user, *warning breaks tests*Ronny Pfannschmidt2010-02-112-7/+57
* | add some tests for the pth writer/managerRonny Pfannschmidt2010-02-111-0/+18
|/
* avoid running test_get_script_header_jython_workaround undr some py3 environm...tarek2009-12-111-0/+4
* Allowing 'os.devnull' in Sandbox, fixes #101tarek2009-12-041-0/+28
* easy_install doesn't use a setup.cfg located in the working dir - fixes #99tarek2009-12-021-1/+39
* Added upload_docs unit test and fixed a bug in test_develop.Alice Bevan-McGregor2009-11-152-1/+66
* unknown setuptools version can be added in the working set, refs #90tarek2009-11-111-9/+6
* make sure USER_SITE is listed as a sitedir in easy_installtarek2009-10-271-1/+2
* now develop supports the --user option fixes #58tarek2009-10-271-0/+63
* Generated scripts now wraps their call in a __main__ section. Fixes #11tarek2009-10-271-1/+35
* removing windows EOL linestarek2009-10-141-137/+137
* an error is raised when installing a 0.7 setuptools with distributeReinout van Rees2009-10-141-4/+15
* Distribute no longer shadows setuptools if we require a 0.7-seriesReinout van Rees2009-10-141-2/+22
* fixed the parsed api when dealing with setuptools nametarek2009-10-131-11/+11
* merge dancetarek2009-09-202-6/+6
|\
| * Merge upstream changes.Martin v. Löwis2009-09-131-0/+20
| |\
| * | Redirect stderr as well.Martin v. Löwis2009-09-121-2/+2
| * | Use types.ModuleType instead of new.module.Martin v. Löwis2009-09-111-4/+4
* | | make sure setuptools does like distutils in get_ext_filename fixes #41tarek2009-09-201-0/+20
| |/ |/|
* | Now install_site works properly with distribute distribution. fixes #44tarek2009-09-131-0/+20
|/
* fixed #20 - catching invalid URL error from httplibtarek2009-08-281-0/+6
* fixed #16 and #18: BadStatusLine and ValueError in package_index.urlopentarek2009-08-261-0/+33
* 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
* Backport fix for http://bugs.python.org/setuptools/issue27PJ Eby2008-09-241-7/+47
* Fix http://bugs.python.org/setuptools/issue31 (backport from trunk)PJ Eby2008-08-211-9/+5
* Fix for http://bugs.python.org/setuptools/issue7 (backport from trunk)PJ Eby2008-08-211-0/+8
* chmod/test cleanups and Jython compatibility (backport from trunk)PJ Eby2008-01-182-14/+12
* Backport gui.exe launcher fix.PJ Eby2008-01-031-3/+36
* Changed setuptools.package_index.PackageIndex.open_url to include theJim Fulton2007-03-091-0/+19
* Get rid of 'sets' module usage under Python 2.4+, so that no warningsPJ Eby2007-02-231-3/+5
* Fix ``#!`` parsing problems in Windows ``.exe`` script wrappers, when therePJ Eby2007-01-241-5/+6
* Fix "dev" versions being considered newer than release candidates.PJ Eby2006-09-251-0/+1
* Backport all known 2.5-compatibility fixesPJ Eby2006-09-201-3/+3
* Backport some Python 2.5 compatibility workPJ Eby2006-09-201-1/+3