summaryrefslogtreecommitdiff
path: root/pkg_resources.txt
Commit message (Expand)AuthorAgeFilesLines
* Split ``get_platform()`` into ``get_supported_platform()`` andPJ Eby2006-04-181-2/+17
* Added ``ExtractionError`` and ``ResourceManager.extraction_error()`` so thatPJ Eby2006-03-291-0/+29
* Misc. doc fixesPJ Eby2006-02-151-8/+9
* Added the ``extras`` attribute to ``Distribution``, the ``find_plugins()``PJ Eby2006-02-141-25/+123
* Misc. doc additions: callback exception handling, and an assortment ofPJ Eby2006-02-121-0/+7
* Added ``Distribution.clone()`` method, and keyword argument support toPJ Eby2006-02-071-8/+24
* ``safe_name()`` now allows dots in project names, and there is a newPJ Eby2006-01-101-0/+13
* Changed ``parse_version()`` to remove dashes before pre-release tags, soPJ Eby2005-12-061-1/+11
* Added support for ``.egg-info`` files or directories with version/platformPJ Eby2005-12-061-0/+15
* Misc. doc enhancementsPJ Eby2005-12-011-2/+12
* Don't raise an error when an invalid (unfinished) distribution is foundPJ Eby2005-11-181-1/+6
* Fixed a problem with nested namespace packages (e.g. ``peak.util``) notPJ Eby2005-11-131-0/+3
* Record case-insensitivity fix.PJ Eby2005-11-091-0/+2
* * Improved runtime conflict warning message to identify a line in the user'sPJ Eby2005-11-041-0/+6
* Fixed a problem with ``WorkingSet.resolve()`` that prevented versionPJ Eby2005-11-031-0/+4
* Fix documentation typos, and note that Python 2.4 is required on 64-bitPJ Eby2005-11-021-1/+1
* Fixed a problem extracting zipped files on Windows, when the egg inPJ Eby2005-10-221-0/+3
* Hurray! Our first dependency processing bug! This is cool because itPJ Eby2005-10-181-0/+4
* Significantly enhanced support and docs for "non-root" installation,PJ Eby2005-10-171-0/+11
* Ensure that WorkingSet.resolve() (and therefore require() as well)PJ Eby2005-09-261-0/+3
* Fix a problem with inconsistent quoting of "extras", reported by IanPJ Eby2005-09-241-1/+14
* 0.6a1 release of setuptools.PJ Eby2005-09-141-12/+77
* Give pkg_resources its own revision history; add some notes on today'sPJ Eby2005-08-221-0/+146
* More documentation enhancements.PJ Eby2005-08-221-1/+4
* Thanks to Richard Jones, we no longer need to fake out PyPI with a '.zip'PJ Eby2005-08-211-1/+1
* Fix some reST formatting problems and other issues discovered during aPJ Eby2005-08-141-6/+11
* Document "Distribution" objects. Now the API reference is complete, and IPJ Eby2005-08-141-7/+195
* Documentation for namespace packages, working sets, and supporting customPJ Eby2005-08-141-21/+405
* Document the "Environment" class, and simplify its API.PJ Eby2005-08-141-9/+95
* Document "Requirement" objects.PJ Eby2005-08-141-1/+88
* Added docs for main EntryPoint APIs, and cleaned up the API itself a bit.PJ Eby2005-08-131-7/+187
* Document resource and metadata access APIs.PJ Eby2005-08-071-18/+117
* Add docs for exceptions, and for much of the ResourceManager API.PJ Eby2005-08-071-5/+161
* Document utility routines. Made ``split_sections()`` not lowercase itsPJ Eby2005-08-071-26/+116
* Renamed AvailableDistributions -> Environment. Add sketch of pkg_resourcesPJ Eby2005-08-071-0/+133