| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added support for ``.egg-info`` files or directories with version/platform | PJ Eby | 2005-12-06 | 1 | -0/+15 |
| * | Misc. doc enhancements | PJ Eby | 2005-12-01 | 1 | -2/+12 |
| * | Don't raise an error when an invalid (unfinished) distribution is found | PJ Eby | 2005-11-18 | 1 | -1/+6 |
| * | Fixed a problem with nested namespace packages (e.g. ``peak.util``) not | PJ Eby | 2005-11-13 | 1 | -0/+3 |
| * | Record case-insensitivity fix. | PJ Eby | 2005-11-09 | 1 | -0/+2 |
| * | * Improved runtime conflict warning message to identify a line in the user's | PJ Eby | 2005-11-04 | 1 | -0/+6 |
| * | Fixed a problem with ``WorkingSet.resolve()`` that prevented version | PJ Eby | 2005-11-03 | 1 | -0/+4 |
| * | Fix documentation typos, and note that Python 2.4 is required on 64-bit | PJ Eby | 2005-11-02 | 1 | -1/+1 |
| * | Fixed a problem extracting zipped files on Windows, when the egg in | PJ Eby | 2005-10-22 | 1 | -0/+3 |
| * | Hurray! Our first dependency processing bug! This is cool because it | PJ Eby | 2005-10-18 | 1 | -0/+4 |
| * | Significantly enhanced support and docs for "non-root" installation, | PJ Eby | 2005-10-17 | 1 | -0/+11 |
| * | Ensure that WorkingSet.resolve() (and therefore require() as well) | PJ Eby | 2005-09-26 | 1 | -0/+3 |
| * | Fix a problem with inconsistent quoting of "extras", reported by Ian | PJ Eby | 2005-09-24 | 1 | -1/+14 |
| * | 0.6a1 release of setuptools. | PJ Eby | 2005-09-14 | 1 | -12/+77 |
| * | Give pkg_resources its own revision history; add some notes on today's | PJ Eby | 2005-08-22 | 1 | -0/+146 |
| * | More documentation enhancements. | PJ Eby | 2005-08-22 | 1 | -1/+4 |
| * | Thanks to Richard Jones, we no longer need to fake out PyPI with a '.zip' | PJ Eby | 2005-08-21 | 1 | -1/+1 |
| * | Fix some reST formatting problems and other issues discovered during a | PJ Eby | 2005-08-14 | 1 | -6/+11 |
| * | Document "Distribution" objects. Now the API reference is complete, and I | PJ Eby | 2005-08-14 | 1 | -7/+195 |
| * | Documentation for namespace packages, working sets, and supporting custom | PJ Eby | 2005-08-14 | 1 | -21/+405 |
| * | Document the "Environment" class, and simplify its API. | PJ Eby | 2005-08-14 | 1 | -9/+95 |
| * | Document "Requirement" objects. | PJ Eby | 2005-08-14 | 1 | -1/+88 |
| * | Added docs for main EntryPoint APIs, and cleaned up the API itself a bit. | PJ Eby | 2005-08-13 | 1 | -7/+187 |
| * | Document resource and metadata access APIs. | PJ Eby | 2005-08-07 | 1 | -18/+117 |
| * | Add docs for exceptions, and for much of the ResourceManager API. | PJ Eby | 2005-08-07 | 1 | -5/+161 |
| * | Document utility routines. Made ``split_sections()`` not lowercase its | PJ Eby | 2005-08-07 | 1 | -26/+116 |
| * | Renamed AvailableDistributions -> Environment. Add sketch of pkg_resources | PJ Eby | 2005-08-07 | 1 | -0/+133 |