| Commit message (Expand) | Author | Age | Files | Lines |
| * | Snapshot pre-merger changes, mostly SSL support and a few bugfixes | phillip.eby | 2013-05-15 | 2 | -4/+95 |
| * | Major updates and fixes include: | phillip.eby | 2009-10-12 | 1 | -2/+2 |
| * | Fix for http://bugs.python.org/setuptools/issue27 (Jython shebang | phillip.eby | 2008-09-24 | 1 | -7/+47 |
| * | Fix for http://bugs.python.org/setuptools/issue31 | phillip.eby | 2008-08-21 | 1 | -9/+10 |
| * | Fix for http://bugs.python.org/setuptools/issue7 | phillip.eby | 2008-08-21 | 1 | -0/+8 |
| * | chmod/test cleanups and Jython support. | phillip.eby | 2008-01-18 | 2 | -14/+12 |
| * | Fix gui.exe launcher issue reported by Alexander Michael and Robin Dunn. | phillip.eby | 2008-01-03 | 1 | -3/+36 |
| * | Setting svn:eol properties everywhere where they weren't set yet. | guido.van.rossum | 2007-04-25 | 1 | -104/+104 |
| * | Changed setuptools.package_index.PackageIndex.open_url to include the | jim.fulton | 2007-03-09 | 1 | -0/+19 |
| * | Get rid of 'sets' module usage under Python 2.4+, so that no warnings | phillip.eby | 2007-02-23 | 1 | -3/+5 |
| * | Fix #! parsing problems w/whitespace in quoted strings or at the end | phillip.eby | 2007-01-24 | 1 | -5/+6 |
| * | Fix "dev" versions being considered newer than release candidates. :( | phillip.eby | 2006-09-25 | 1 | -0/+10 |
| * | Added quoting of script arguments and extended the quoting logic to | jim.fulton | 2006-08-22 | 2 | -5/+112 |
| * | Fix entry point parsing when a standalone module name has whitespace | phillip.eby | 2006-04-27 | 1 | -4/+4 |
| * | Backport whitespace normalization from 2.5 trunk. | phillip.eby | 2006-04-19 | 2 | -16/+2 |
| * | Changes to the experimental 'Feature' feature to be compatible with | phillip.eby | 2006-04-18 | 1 | -3/+3 |
| * | Make errors __repr__ the same as the default exception repr in Python | phillip.eby | 2006-04-18 | 1 | -2/+2 |
| * | Move api_tests.txt file to tests subpackage for easier integration | phillip.eby | 2006-04-18 | 2 | -1/+331 |
| * | Backport pkgutil, pydoc, and doctest from the 2.5 trunk to setuptools | phillip.eby | 2006-04-18 | 1 | -2677/+0 |
| * | Enhanced test loader to scan packages as well as modules, and call | phillip.eby | 2006-03-28 | 1 | -47/+6 |
| * | ``safe_name()`` now allows dots in project names, and there is a new | phillip.eby | 2006-01-10 | 1 | -1/+1 |
| * | Make it clearer that Requirement.parse() is the only way for users | phillip.eby | 2006-01-03 | 1 | -11/+11 |
| * | Changed ``parse_version()`` to remove dashes before pre-release tags, so | phillip.eby | 2005-12-06 | 1 | -3/+3 |
| * | Added support for ``.egg-info`` files or directories with version/platform | phillip.eby | 2005-12-06 | 1 | -2/+2 |
| * | Fixed a problem with ``WorkingSet.resolve()`` that prevented version | phillip.eby | 2005-11-03 | 1 | -4/+4 |
| * | 0.6a7 bugfix release | phillip.eby | 2005-11-02 | 1 | -1/+1 |
| * | Bugfixes. :( | pje | 2005-09-29 | 1 | -1/+1 |
| * | Ensure that WorkingSet.resolve() (and therefore require() as well) | pje | 2005-09-26 | 1 | -6/+6 |
| * | Fix a problem with inconsistent quoting of "extras", reported by Ian | pje | 2005-09-24 | 1 | -1/+1 |
| * | Document the "Environment" class, and simplify its API. | pje | 2005-08-14 | 1 | -6/+6 |
| * | Added docs for main EntryPoint APIs, and cleaned up the API itself a bit. | pje | 2005-08-13 | 1 | -4/+4 |
| * | Renamed AvailableDistributions -> Environment. Add sketch of pkg_resources | pje | 2005-08-07 | 1 | -2/+2 |
| * | Got rid of the no-longer meaningful "depends" command. Consolidated the | pje | 2005-08-06 | 1 | -41/+0 |
| * | Misc. bug fixes and doc additions. Add 'iter_entry_points()' API. | pje | 2005-07-25 | 1 | -6/+6 |
| * | Implement "entry points" for dynamic discovery of drivers and plugins. | pje | 2005-07-24 | 1 | -1/+83 |
| * | Fix eager resource extraction. Add eager_resources setup() argument. Add | pje | 2005-07-24 | 1 | -2/+2 |
| * | Catch a few missed terminology changes. | pje | 2005-07-18 | 1 | -11/+11 |
| * | Massive API refactoring; see setuptools.txt changelog for details. Also, | pje | 2005-07-18 | 3 | -37/+2707 |
| * | ``Distribution`` objects now implement the ``IResourceProvider`` and | pje | 2005-07-17 | 1 | -1/+1 |
| * | Renamings for consistent terminology; distributions and requirements now | pje | 2005-07-17 | 1 | -5/+5 |
| * | Enhanced the ``test`` command so that it doesn't install the package, but | pje | 2005-07-06 | 1 | -5/+5 |
| * | Implement PyPI screenscraping for EasyInstall. Fix a bug in requirement | pje | 2005-06-05 | 1 | -6/+13 |
| * | Add "safe_name" and "safe_version" functions to allow sanitizing of | pje | 2005-06-05 | 1 | -15/+15 |
| * | Make ``AvailableDistributions`` keep track of the desired platform/python. | pje | 2005-06-05 | 1 | -1/+1 |
| * | Add tests for AvailableDistributions().resolve(). This effectively | pje | 2005-05-23 | 1 | -0/+41 |
| * | Added support for specifying options on requirements, so that a package's | pje | 2005-05-22 | 1 | -3/+44 |
| * | Distribution metadata parsing: distribution objects can now extract their | pje | 2005-05-22 | 1 | -67/+108 |
| * | Refine dependency resolution algorithm so it won't take exponential time, | pje | 2005-05-22 | 1 | -10/+51 |
| * | Add basic "Requirement" class that can tell whether a distribution or | pje | 2005-05-21 | 1 | -3/+44 |
| * | Added "AvailableDistributions" class that finds and indexes usable | pje | 2005-04-03 | 1 | -6/+47 |