aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_resources.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #208: fixing parse_version and post-release tagsguyroz2011-09-171-3/+17
* Issue #237: fixing test on Python2.3guyroz2011-09-161-2/+19
* Update the child's __path__ in declare_namespace, even if the parent isAurelien Bompard2011-06-011-5/+32
* Don't try to import the parent of a namespace package in declare_namespace --...Aurelien Bompard2011-05-171-1/+27
* removed assertTrue/assertFalse occurrencesTarek Ziade2010-05-191-19/+19
* Use assertTrue and assertFalse instead of deprecated failUnless and failIf.0.6.12Arfrever Frehtes Taifersar Arahesis2010-05-061-19/+19
* avoid running test_get_script_header_jython_workaround undr some py3 environm...tarek2009-12-111-0/+4
* unknown setuptools version can be added in the working set, refs #90tarek2009-11-111-9/+6
* 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
* Redirect stderr as well.Martin v. Löwis2009-09-121-2/+2
* Backport fix for http://bugs.python.org/setuptools/issue27PJ Eby2008-09-241-7/+47
* chmod/test cleanups and Jython compatibility (backport from trunk)PJ Eby2008-01-181-11/+9
* Get rid of 'sets' module usage under Python 2.4+, so that no warningsPJ Eby2007-02-231-3/+5
* Fix "dev" versions being considered newer than release candidates.PJ Eby2006-09-251-0/+1
* Fix entry point parsing when a standalone module name has whitespacePJ Eby2006-04-271-4/+4
* ``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
* 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-181-29/+22
* ``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
* Implement PyPI screenscraping for EasyInstall. Fix a bug in requirementPJ Eby2005-06-051-6/+13
* Add "safe_name" and "safe_version" functions to allow sanitizing ofPJ Eby2005-06-051-15/+15
* Make ``AvailableDistributions`` keep track of the desired platform/python.PJ Eby2005-06-051-1/+1
* Add tests for AvailableDistributions().resolve(). This effectivelyPJ Eby2005-05-231-0/+41
* Added support for specifying options on requirements, so that a package'sPJ Eby2005-05-221-3/+44
* Distribution metadata parsing: distribution objects can now extract theirPJ Eby2005-05-221-67/+108
* Refine dependency resolution algorithm so it won't take exponential time,PJ Eby2005-05-221-10/+51
* Add basic "Requirement" class that can tell whether a distribution orPJ Eby2005-05-211-3/+44
* Added "AvailableDistributions" class that finds and indexes usablePJ Eby2005-04-031-6/+47
* Fix handling of -/_ so that they are canonicalized to '-' when doing namePJ Eby2005-04-031-2/+2
* Add a "Distribution" object that wraps a sys.path entry with metadata, andPJ Eby2005-04-031-5/+78
* Add a simple version parser that combines the pre-release smarts ofPJ Eby2005-04-021-0/+58
* Rough draft of version requirement parser. Make bdist_egg look for aPJ Eby2005-04-021-0/+33