summaryrefslogtreecommitdiff
path: root/pkg_resources.py
Commit message (Expand)AuthorAgeFilesLines
* Snapshot pre-merger changes, mostly SSL support and a few bugfixesphillip.eby2013-05-151-15/+137
* Major updates and fixes include:phillip.eby2009-10-121-34/+75
* Fix for http://bugs.python.org/setuptools/issue23phillip.eby2008-08-211-10/+10
* Misc. documentation updates/fixesphillip.eby2008-08-211-2/+3
* Fixed issues with empty resource names for resource_listdir et al.phillip.eby2008-02-151-3/+3
* Fix precedence issue between .egg and .egg-info packagesphillip.eby2007-09-041-2/+2
* Misc. fixes:phillip.eby2007-05-311-1/+1
* Add --local-snapshots-ok flag, to allow building eggs from projects phillip.eby2007-02-231-1/+1
* Get rid of 'sets' module usage under Python 2.4+, so that no warnings phillip.eby2007-02-231-2/+43
* Support .egg-link paths being relativephillip.eby2007-02-151-1/+1
* Ensure extracted libraries have correct permissions on Posix systemsphillip.eby2007-02-081-1/+42
* Fix "dev" versions being considered newer than release candidates. :(phillip.eby2006-09-251-1/+1
* Fix a problem with eggs specified directly on PYTHONPATH on phillip.eby2006-07-211-3/+3
* Fix a duplicate path insertion bug on case-insensitive filesystems, phillip.eby2006-06-071-11/+53
* Fix entry point parsing when a standalone module name has whitespace phillip.eby2006-04-271-1/+1
* Backport whitespace normalization from 2.5 trunk.phillip.eby2006-04-191-7/+6
* Split ``get_platform()`` into ``get_supported_platform()`` andphillip.eby2006-04-181-7/+7
* Make errors __repr__ the same as the default exception repr in Python phillip.eby2006-04-181-2/+2
* Backport pkgutil, pydoc, and doctest from the 2.5 trunk to setuptools phillip.eby2006-04-181-95/+13
* Don't eagerly import namespace packages. This was the big reason for phillip.eby2006-04-141-2/+2
* Added ``ExtractionError`` and ``ResourceManager.extraction_error()`` so thatphillip.eby2006-03-291-43/+125
* Eliminate spurious warnings due to case-insensitive file systemsphillip.eby2006-03-281-2/+2
* Added the ``extras`` attribute to ``Distribution``, the ``find_plugins()``phillip.eby2006-02-141-7/+130
* Added ``Distribution.clone()`` method, and keyword argument support to phillip.eby2006-02-071-10/+51
* Implement more Mac OS X version handling stuff requested by Bobphillip.eby2006-02-071-23/+23
* Honor get_platform() for Mac OS X if it starts with 'macosx-'phillip.eby2006-02-041-4/+4
* ``safe_name()`` now allows dots in project names, and there is a newphillip.eby2006-01-101-11/+11
* PyPI searches now use the exact spelling of requirements specified on phillip.eby2006-01-071-10/+10
* Make it clearer that Requirement.parse() is the only way for users phillip.eby2006-01-031-3/+3
* Modify resource extraction to bypass sandbox control so that eggphillip.eby2005-12-151-16/+16
* Improve startup performance when sys.path contains a lot of eggs, byphillip.eby2005-12-151-11/+11
* Changed ``parse_version()`` to remove dashes before pre-release tags, sophillip.eby2005-12-061-2/+2
* Remove unneeded code that slipped into last commit.phillip.eby2005-12-061-1/+1
* Added support for ``.egg-info`` files or directories with version/platformphillip.eby2005-12-061-29/+29
* If more than one URL appears to describe the exact same distribution, preferphillip.eby2005-11-261-1/+1
* Don't raise an error when an invalid (unfinished) distribution is foundphillip.eby2005-11-181-22/+22
* Fixed a problem with nested namespace packages (e.g. ``peak.util``) notphillip.eby2005-11-131-9/+9
* Normalize items in sys.path when determining where to insertphillip.eby2005-11-091-1/+1
* * Improved runtime conflict warning message to identify a line in the user'sphillip.eby2005-11-041-15/+15
* Fixed a problem with ``WorkingSet.resolve()`` that prevented versionphillip.eby2005-11-031-1/+1
* Fixed a problem extracting zipped files on Windows, when the egg inpje2005-10-221-5/+5
* Hurray! Our first dependency processing bug! This is cool because itpje2005-10-181-1/+1
* Significantly enhanced support and docs for "non-root" installation,pje2005-10-171-10/+51
* Ensure that WorkingSet.resolve() (and therefore require() as well)pje2005-09-261-7/+7
* Fix a problem with inconsistent quoting of "extras", reported by Ianpje2005-09-241-15/+15
* Implement smart version conflict resolution for scripts, so thatpje2005-09-241-21/+21
* Fix namespace packages not getting fixed up when the eggs are zipped andpje2005-08-191-2/+2
* Add experimental support for merging non-empty namespace packages. Thispje2005-08-141-14/+14
* Document "Distribution" objects. Now the API reference is complete, and Ipje2005-08-141-1/+1
* Make "run_script" a method of WorkingSet objects, thereby removing a globalpje2005-08-141-9/+9