summaryrefslogtreecommitdiff
path: root/setuptools/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added quoting of script arguments and extended the quoting logic toJim Fulton2006-08-222-5/+113
* Fix entry point parsing when a standalone module name has whitespacePJ Eby2006-04-271-4/+4
* Enhanced test loader to scan packages as well as modules, and callPJ Eby2006-03-281-47/+6
* ``safe_name()`` now allows dots in project names, and there is a newPJ Eby2006-01-101-1/+1
* Make it clearer that Requirement.parse() is the only way for usersPJ Eby2006-01-031-11/+11
* Changed ``parse_version()`` to remove dashes before pre-release tags, soPJ Eby2005-12-061-3/+3
* Added support for ``.egg-info`` files or directories with version/platformPJ Eby2005-12-061-2/+2
* Fixed a problem with ``WorkingSet.resolve()`` that prevented versionPJ Eby2005-11-031-4/+4
* 0.6a7 bugfix releasePJ Eby2005-11-021-1/+1
* Bugfixes. :(PJ Eby2005-09-291-1/+1
* Ensure that WorkingSet.resolve() (and therefore require() as well)PJ Eby2005-09-261-6/+6
* Fix a problem with inconsistent quoting of "extras", reported by IanPJ Eby2005-09-241-1/+1
* Document the "Environment" class, and simplify its API.PJ Eby2005-08-141-6/+6
* Added docs for main EntryPoint APIs, and cleaned up the API itself a bit.PJ Eby2005-08-131-4/+4
* Renamed AvailableDistributions -> Environment. Add sketch of pkg_resourcesPJ Eby2005-08-071-2/+2
* Got rid of the no-longer meaningful "depends" command. Consolidated thePJ Eby2005-08-061-41/+0
* Misc. bug fixes and doc additions. Add 'iter_entry_points()' API.PJ Eby2005-07-251-6/+6
* Implement "entry points" for dynamic discovery of drivers and plugins.PJ Eby2005-07-241-1/+83
* Fix eager resource extraction. Add eager_resources setup() argument. AddPJ Eby2005-07-241-2/+2
* Catch a few missed terminology changes.PJ Eby2005-07-181-11/+11
* Massive API refactoring; see setuptools.txt changelog for details. Also,PJ Eby2005-07-183-37/+2707
* ``Distribution`` objects now implement the ``IResourceProvider`` andPJ Eby2005-07-171-1/+1
* Renamings for consistent terminology; distributions and requirements nowPJ Eby2005-07-171-5/+5
* Enhanced the ``test`` command so that it doesn't install the package, butPJ Eby2005-07-061-5/+5
* Implement PyPI screenscraping for EasyInstall. Fix a bug in requirementPJ Eby2005-06-051-6/+13