| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #208: fixing parse_version and post-release tags | guyroz | 2011-09-17 | 1 | -3/+17 |
* | Issue #237: fixing test on Python2.3 | guyroz | 2011-09-16 | 1 | -2/+19 |
* | Update the child's __path__ in declare_namespace, even if the parent is | Aurelien Bompard | 2011-06-01 | 1 | -5/+32 |
* | Don't try to import the parent of a namespace package in declare_namespace --... | Aurelien Bompard | 2011-05-17 | 1 | -1/+27 |
* | removed assertTrue/assertFalse occurrences | Tarek Ziade | 2010-05-19 | 1 | -19/+19 |
* | Use assertTrue and assertFalse instead of deprecated failUnless and failIf.0.6.12 | Arfrever Frehtes Taifersar Arahesis | 2010-05-06 | 1 | -19/+19 |
* | avoid running test_get_script_header_jython_workaround undr some py3 environm... | tarek | 2009-12-11 | 1 | -0/+4 |
* | unknown setuptools version can be added in the working set, refs #90 | tarek | 2009-11-11 | 1 | -9/+6 |
* | an error is raised when installing a 0.7 setuptools with distribute | Reinout van Rees | 2009-10-14 | 1 | -4/+15 |
* | Distribute no longer shadows setuptools if we require a 0.7-series | Reinout van Rees | 2009-10-14 | 1 | -2/+22 |
* | fixed the parsed api when dealing with setuptools name | tarek | 2009-10-13 | 1 | -11/+11 |
* | Redirect stderr as well. | Martin v. Löwis | 2009-09-12 | 1 | -2/+2 |
* | Backport fix for http://bugs.python.org/setuptools/issue27 | PJ Eby | 2008-09-24 | 1 | -7/+47 |
* | chmod/test cleanups and Jython compatibility (backport from trunk) | PJ Eby | 2008-01-18 | 1 | -11/+9 |
* | Get rid of 'sets' module usage under Python 2.4+, so that no warnings | PJ Eby | 2007-02-23 | 1 | -3/+5 |
* | Fix "dev" versions being considered newer than release candidates. | PJ Eby | 2006-09-25 | 1 | -0/+1 |
* | Fix entry point parsing when a standalone module name has whitespace | PJ Eby | 2006-04-27 | 1 | -4/+4 |
* | ``safe_name()`` now allows dots in project names, and there is a new | PJ Eby | 2006-01-10 | 1 | -1/+1 |
* | Make it clearer that Requirement.parse() is the only way for users | PJ Eby | 2006-01-03 | 1 | -11/+11 |
* | Changed ``parse_version()`` to remove dashes before pre-release tags, so | PJ Eby | 2005-12-06 | 1 | -3/+3 |
* | Added support for ``.egg-info`` files or directories with version/platform | PJ Eby | 2005-12-06 | 1 | -2/+2 |
* | Fixed a problem with ``WorkingSet.resolve()`` that prevented version | PJ Eby | 2005-11-03 | 1 | -4/+4 |
* | 0.6a7 bugfix release | PJ Eby | 2005-11-02 | 1 | -1/+1 |
* | Bugfixes. :( | PJ Eby | 2005-09-29 | 1 | -1/+1 |
* | Ensure that WorkingSet.resolve() (and therefore require() as well) | PJ Eby | 2005-09-26 | 1 | -6/+6 |
* | Fix a problem with inconsistent quoting of "extras", reported by Ian | PJ Eby | 2005-09-24 | 1 | -1/+1 |
* | Document the "Environment" class, and simplify its API. | PJ Eby | 2005-08-14 | 1 | -6/+6 |
* | Added docs for main EntryPoint APIs, and cleaned up the API itself a bit. | PJ Eby | 2005-08-13 | 1 | -4/+4 |
* | Renamed AvailableDistributions -> Environment. Add sketch of pkg_resources | PJ Eby | 2005-08-07 | 1 | -2/+2 |
* | Misc. bug fixes and doc additions. Add 'iter_entry_points()' API. | PJ Eby | 2005-07-25 | 1 | -6/+6 |
* | Implement "entry points" for dynamic discovery of drivers and plugins. | PJ Eby | 2005-07-24 | 1 | -1/+83 |
* | Fix eager resource extraction. Add eager_resources setup() argument. Add | PJ Eby | 2005-07-24 | 1 | -2/+2 |
* | Catch a few missed terminology changes. | PJ Eby | 2005-07-18 | 1 | -11/+11 |
* | Massive API refactoring; see setuptools.txt changelog for details. Also, | PJ Eby | 2005-07-18 | 1 | -29/+22 |
* | ``Distribution`` objects now implement the ``IResourceProvider`` and | PJ Eby | 2005-07-17 | 1 | -1/+1 |
* | Renamings for consistent terminology; distributions and requirements now | PJ Eby | 2005-07-17 | 1 | -5/+5 |
* | Implement PyPI screenscraping for EasyInstall. Fix a bug in requirement | PJ Eby | 2005-06-05 | 1 | -6/+13 |
* | Add "safe_name" and "safe_version" functions to allow sanitizing of | PJ Eby | 2005-06-05 | 1 | -15/+15 |
* | Make ``AvailableDistributions`` keep track of the desired platform/python. | PJ Eby | 2005-06-05 | 1 | -1/+1 |
* | Add tests for AvailableDistributions().resolve(). This effectively | PJ Eby | 2005-05-23 | 1 | -0/+41 |
* | Added support for specifying options on requirements, so that a package's | PJ Eby | 2005-05-22 | 1 | -3/+44 |
* | Distribution metadata parsing: distribution objects can now extract their | PJ Eby | 2005-05-22 | 1 | -67/+108 |
* | Refine dependency resolution algorithm so it won't take exponential time, | PJ Eby | 2005-05-22 | 1 | -10/+51 |
* | Add basic "Requirement" class that can tell whether a distribution or | PJ Eby | 2005-05-21 | 1 | -3/+44 |
* | Added "AvailableDistributions" class that finds and indexes usable | PJ Eby | 2005-04-03 | 1 | -6/+47 |
* | Fix handling of -/_ so that they are canonicalized to '-' when doing name | PJ Eby | 2005-04-03 | 1 | -2/+2 |
* | Add a "Distribution" object that wraps a sys.path entry with metadata, and | PJ Eby | 2005-04-03 | 1 | -5/+78 |
* | Add a simple version parser that combines the pre-release smarts of | PJ Eby | 2005-04-02 | 1 | -0/+58 |
* | Rough draft of version requirement parser. Make bdist_egg look for a | PJ Eby | 2005-04-02 | 1 | -0/+33 |