summaryrefslogtreecommitdiff
path: root/pkg_resources.txt
Commit message (Expand)AuthorAgeFilesLines
* Major updates and fixes include:phillip.eby2009-10-121-5/+8
* Doc typo fixphillip.eby2008-09-241-1/+1
* Fix "dev" versions being considered newer than release candidates. :(phillip.eby2006-09-251-1/+2
* Include more detailed version ranges spec, and make Requirement.specs a phillip.eby2006-07-101-0/+19
* Clarify the limitations of get_provider(packagename)phillip.eby2006-06-071-4/+10
* Split ``get_platform()`` into ``get_supported_platform()`` andphillip.eby2006-04-181-2/+16
* Don't eagerly import namespace packages. This was the big reason for phillip.eby2006-04-141-7/+18
* Bump trunk version # to 0.7a1.dev, and clear out old version history phillip.eby2006-04-141-220/+1
* Added ``ExtractionError`` and ``ResourceManager.extraction_error()`` so thatphillip.eby2006-03-291-0/+29
* Misc. doc fixesphillip.eby2006-02-151-8/+9
* Added the ``extras`` attribute to ``Distribution``, the ``find_plugins()``phillip.eby2006-02-141-25/+123
* Misc. doc additions: callback exception handling, and an assortment of phillip.eby2006-02-121-0/+7
* Added ``Distribution.clone()`` method, and keyword argument support to phillip.eby2006-02-071-8/+24
* ``safe_name()`` now allows dots in project names, and there is a newphillip.eby2006-01-101-0/+13
* Changed ``parse_version()`` to remove dashes before pre-release tags, sophillip.eby2005-12-061-1/+11
* Added support for ``.egg-info`` files or directories with version/platformphillip.eby2005-12-061-0/+15
* Misc. doc enhancementsphillip.eby2005-12-011-2/+12
* Don't raise an error when an invalid (unfinished) distribution is foundphillip.eby2005-11-181-1/+6
* Fixed a problem with nested namespace packages (e.g. ``peak.util``) notphillip.eby2005-11-131-0/+3
* Record case-insensitivity fix.phillip.eby2005-11-091-0/+2
* * Improved runtime conflict warning message to identify a line in the user'sphillip.eby2005-11-041-0/+6
* Fixed a problem with ``WorkingSet.resolve()`` that prevented versionphillip.eby2005-11-031-0/+4
* Fix documentation typos, and note that Python 2.4 is required on 64-bitphillip.eby2005-11-021-1/+1
* Fixed a problem extracting zipped files on Windows, when the egg inpje2005-10-221-0/+3
* Hurray! Our first dependency processing bug! This is cool because itpje2005-10-181-0/+4
* Significantly enhanced support and docs for "non-root" installation,pje2005-10-171-0/+11
* Ensure that WorkingSet.resolve() (and therefore require() as well)pje2005-09-261-0/+3
* Fix a problem with inconsistent quoting of "extras", reported by Ianpje2005-09-241-1/+14
* 0.6a1 release of setuptools.pje2005-09-141-12/+77
* Give pkg_resources its own revision history; add some notes on today'spje2005-08-221-0/+146
* More documentation enhancements.pje2005-08-221-1/+4
* Thanks to Richard Jones, we no longer need to fake out PyPI with a '.zip'pje2005-08-211-1/+1
* Fix some reST formatting problems and other issues discovered during apje2005-08-141-6/+11
* Document "Distribution" objects. Now the API reference is complete, and Ipje2005-08-141-7/+195
* Documentation for namespace packages, working sets, and supporting custompje2005-08-141-21/+405
* Document the "Environment" class, and simplify its API.pje2005-08-141-9/+95
* Document "Requirement" objects.pje2005-08-141-1/+88
* Added docs for main EntryPoint APIs, and cleaned up the API itself a bit.pje2005-08-131-7/+187
* Document resource and metadata access APIs.pje2005-08-071-18/+117
* Add docs for exceptions, and for much of the ResourceManager API.pje2005-08-071-5/+161
* Document utility routines. Made ``split_sections()`` not lowercase itspje2005-08-071-26/+116
* Renamed AvailableDistributions -> Environment. Add sketch of pkg_resourcespje2005-08-071-0/+133