| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Document utility routines. Made ``split_sections()`` not lowercase its | PJ Eby | 2005-08-07 | 1 | -12/+14 |
| * | Renamed AvailableDistributions -> Environment. Add sketch of pkg_resources | PJ Eby | 2005-08-07 | 1 | -6/+6 |
| * | Fix WorkingSet yielding the same distribution more than once if more than | PJ Eby | 2005-08-06 | 1 | -23/+23 |
| * | Allow specifying an environment and/or installer for entry-point loading. | PJ Eby | 2005-08-06 | 1 | -4/+4 |
| * | Performance boosts: don't create environment during require()/resolve() | PJ Eby | 2005-08-06 | 1 | -10/+10 |
| * | Fix a problem with zip paths reported by Ashley Walsh. | PJ Eby | 2005-08-03 | 1 | -1/+1 |
| * | Misc. bugs reported by Ian Bicking and Ashley Walsh. | PJ Eby | 2005-07-31 | 1 | -2/+2 |
| * | Misc. bug fixes and doc additions. Add 'iter_entry_points()' API. | PJ Eby | 2005-07-25 | 1 | -58/+56 |
| * | Implement "entry points" for dynamic discovery of drivers and plugins. | PJ Eby | 2005-07-24 | 1 | -40/+247 |
| * | Fix eager resource extraction. Add eager_resources setup() argument. Add | PJ Eby | 2005-07-24 | 1 | -73/+73 |
| * | Improved backward compatibility of Mac OS platform string changes, thanks | PJ Eby | 2005-07-21 | 1 | -18/+59 |
| * | Tweak Mac OS platform string based on Mac SIG feedback: remove "micro" | PJ Eby | 2005-07-21 | 1 | -7/+7 |
| * | Added support for handling MacOS platform information in ``.egg`` | PJ Eby | 2005-07-21 | 1 | -20/+61 |
| * | Catch a few missed terminology changes. | PJ Eby | 2005-07-18 | 1 | -8/+8 |
| * | Massive API refactoring; see setuptools.txt changelog for details. Also, | PJ Eby | 2005-07-18 | 1 | -1/+1 |
| * | Massive API refactoring; see setuptools.txt changelog for details. Also, | PJ Eby | 2005-07-18 | 1 | -138/+299 |
| * | The ``path`` attribute of ``Distribution`` objects is now ``location``, | PJ Eby | 2005-07-17 | 1 | -25/+28 |
| * | ``Distribution`` objects now implement the ``IResourceProvider`` and | PJ Eby | 2005-07-17 | 1 | -19/+19 |
| * | Renamings for consistent terminology; distributions and requirements now | PJ Eby | 2005-07-17 | 1 | -20/+20 |
| * | Fixed some problems using ``pkg_resources`` w/PEP 302 loaders other than | PJ Eby | 2005-07-16 | 1 | -30/+30 |
| * | Fix a problem extracting resources from nested packages. | PJ Eby | 2005-07-15 | 1 | -2/+1 |
| * | Updated extraction/cache mechanism for zipped resources to avoid inter- | PJ Eby | 2005-07-13 | 1 | -18/+101 |
| * | Fix bugs and implement features reported/requested by folks on the | PJ Eby | 2005-07-12 | 1 | -9/+9 |
| * | The "egg_info" command now always sets the distribution metadata to "safe" | PJ Eby | 2005-07-08 | 1 | -1/+1 |
| * | Fix for .py scripts that might be imported (e.g. the "py" library's hideous | PJ Eby | 2005-07-07 | 1 | -8/+8 |
| * | Added ``develop`` command to ``setuptools``-based packages. This command | PJ Eby | 2005-07-06 | 1 | -9/+9 |
| * | EasyInstall/setuptools 0.5a4: significant new features, including automatic | PJ Eby | 2005-06-27 | 1 | -12/+12 |
| * | Fix incorrect sorting of packages by string version instead of parsed | PJ Eby | 2005-06-15 | 1 | -10/+10 |
| * | Fix more zipped-egg directory resource bugs reported by Ryan Tomayko. | PJ Eby | 2005-06-14 | 1 | -9/+9 |
| * | Fix typos found by Ryan Tomayko. | PJ Eby | 2005-06-14 | 1 | -2/+2 |
| * | Fix missing '__file__' when running scripts. | PJ Eby | 2005-06-14 | 1 | -1/+1 |
| * | Fix a bug in resource_isdir(), introduced in 0.4a2. Add str/repr of | PJ Eby | 2005-06-14 | 1 | -9/+9 |
| * | Add 'ez_setup' bootstrap installer. Prep for 0.4a2 release. | PJ Eby | 2005-06-12 | 1 | -1/+42 |
| * | Add script installation support. Use distutils' exceptions for option | PJ Eby | 2005-06-12 | 1 | -49/+131 |
| * | Implement PyPI screenscraping for EasyInstall. Fix a bug in requirement | PJ Eby | 2005-06-05 | 1 | -15/+15 |
| * | Add "safe_name" and "safe_version" functions to allow sanitizing of | PJ Eby | 2005-06-05 | 1 | -12/+53 |
| * | Make ``AvailableDistributions`` keep track of the desired platform/python. | PJ Eby | 2005-06-05 | 1 | -34/+34 |
| * | Add support for prioritized sorting of distributions by distribution type, | PJ Eby | 2005-06-05 | 1 | -11/+11 |
| * | Add support for resource isdir/listdir operations. Support directory | PJ Eby | 2005-06-04 | 1 | -39/+119 |
| * | Correctly recognize .egg files that are already on sys.path (or whatever | PJ Eby | 2005-05-29 | 1 | -7/+9 |
| * | Add "easy_install" script that downloads distutils source (or .egg files) | PJ Eby | 2005-05-29 | 1 | -8/+8 |
| * | Fix some typos and a missing import | PJ Eby | 2005-05-25 | 1 | -9/+9 |
| * | Implement draft support for namespace packages, both declaring them | PJ Eby | 2005-05-25 | 1 | -18/+141 |
| * | Support registering distribution finders for arbitrary PEP 302 importer | PJ Eby | 2005-05-25 | 1 | -5/+128 |
| * | Implement a draft version of 'find_distributions()' with hardcoded support | PJ Eby | 2005-05-24 | 1 | -77/+118 |
| * | Make AvailableDistributions check distributions for Python version | PJ Eby | 2005-05-23 | 1 | -25/+25 |
| * | Add a rough draft of Distribution.install_on(), to let others experiment | PJ Eby | 2005-05-23 | 1 | -6/+6 |
| * | Add tests for AvailableDistributions().resolve(). This effectively | PJ Eby | 2005-05-23 | 1 | -6/+6 |
| * | Added support for specifying options on requirements, so that a package's | PJ Eby | 2005-05-22 | 1 | -41/+123 |
| * | Distribution metadata parsing: distribution objects can now extract their | PJ Eby | 2005-05-22 | 1 | -29/+100 |