summaryrefslogtreecommitdiff
path: root/pkg_resources.py
Commit message (Expand)AuthorAgeFilesLines
* Change references to ez_setup to point to our own bootstrapping instead.Hanno Schlichting2009-08-081-1/+1
* removing setuptools module names from user warningstarek2009-08-051-1/+2
* fixed distribution key in check_version_conflict. I first thaught it was the ...tarek2009-07-211-1/+1
* adding the distribute marker here tootarek2009-07-211-0/+9
* Avoid a call to /usr/bin/sw_vers on OSX and use the official platform API ins...Hanno Schlichting2009-07-171-8/+3
* Fixed a SandboxViolation for mkdir that could occur in certain cases. This cl...Hanno Schlichting2009-07-171-10/+10
* Cherry-picked documentation and style changes from setuptools trunkHanno Schlichting2009-07-171-12/+3
* Allow to find_on_path on systems with tight permissions to fail gracefully. T...Hanno Schlichting2009-07-161-1/+1
* Corrected inconsitency between documentation and code of add_entry. This clos...Hanno Schlichting2009-07-161-1/+1
* Apply patch from pjenvey. Closes #3.Hanno Schlichting2009-07-161-1/+4
* Backport doc changes from trunkPJ Eby2008-08-211-2/+3
* Fix ``resource_listdir('')`` always returning an empty list for zippedPJ Eby2008-02-151-3/+3
* Fix package precedence problem where single-version eggs installed inPJ Eby2007-09-041-2/+2
* Backport fixes and doc updates; prep for 0.6c6 releasePJ Eby2007-05-311-1/+1
* Added ``--local-snapshots-ok`` flag, to allow building eggs fromPJ Eby2007-02-231-1/+1
* Get rid of 'sets' module usage under Python 2.4+, so that no warningsPJ Eby2007-02-231-2/+43
* Actually process relative .egg-link files (backport from trunk)PJ Eby2007-02-151-1/+1
* Fix extracted C extensions not having executable permissions under Cygwin.PJ Eby2007-02-081-1/+42
* Fix "dev" versions being considered newer than release candidates.PJ Eby2006-09-251-1/+1
* More Python 2.5 compatibility fixes.PJ Eby2006-09-201-7/+7
* Backport all known 2.5-compatibility fixesPJ Eby2006-09-201-7/+7
* Fix a problem with eggs specified directly on ``PYTHONPATH`` onPJ Eby2006-07-211-3/+3
* Fixed a duplicate path insertion problem on case-insensitivePJ Eby2006-06-071-11/+52
* Fix entry point parsing when a standalone module name has whitespacePJ Eby2006-04-271-1/+1
* Split ``get_platform()`` into ``get_supported_platform()`` andPJ Eby2006-04-181-7/+7
* Added ``ExtractionError`` and ``ResourceManager.extraction_error()`` so thatPJ Eby2006-03-291-43/+125
* Eliminate spurious warnings due to case-insensitive file systemsPJ Eby2006-03-281-2/+2
* Added the ``extras`` attribute to ``Distribution``, the ``find_plugins()``PJ Eby2006-02-141-7/+130
* Added ``Distribution.clone()`` method, and keyword argument support toPJ Eby2006-02-071-10/+51
* Implement more Mac OS X version handling stuff requested by BobPJ Eby2006-02-071-23/+23
* Honor get_platform() for Mac OS X if it starts with 'macosx-'PJ Eby2006-02-041-4/+4
* ``safe_name()`` now allows dots in project names, and there is a newPJ Eby2006-01-101-11/+11
* PyPI searches now use the exact spelling of requirements specified onPJ Eby2006-01-071-10/+10
* Make it clearer that Requirement.parse() is the only way for usersPJ Eby2006-01-031-3/+3
* Modify resource extraction to bypass sandbox control so that eggPJ Eby2005-12-151-16/+16
* Improve startup performance when sys.path contains a lot of eggs, byPJ Eby2005-12-151-11/+11
* Changed ``parse_version()`` to remove dashes before pre-release tags, soPJ Eby2005-12-061-2/+2
* Remove unneeded code that slipped into last commit.PJ Eby2005-12-061-1/+1
* Added support for ``.egg-info`` files or directories with version/platformPJ Eby2005-12-061-29/+29
* If more than one URL appears to describe the exact same distribution, preferPJ Eby2005-11-261-1/+1
* Don't raise an error when an invalid (unfinished) distribution is foundPJ Eby2005-11-181-22/+22
* Fixed a problem with nested namespace packages (e.g. ``peak.util``) notPJ Eby2005-11-131-9/+9
* Normalize items in sys.path when determining where to insertPJ Eby2005-11-091-1/+1
* * Improved runtime conflict warning message to identify a line in the user'sPJ Eby2005-11-041-15/+15
* Fixed a problem with ``WorkingSet.resolve()`` that prevented versionPJ Eby2005-11-031-1/+1
* Fixed a problem extracting zipped files on Windows, when the egg inPJ Eby2005-10-221-5/+5
* Hurray! Our first dependency processing bug! This is cool because itPJ Eby2005-10-181-1/+1
* Significantly enhanced support and docs for "non-root" installation,PJ Eby2005-10-171-10/+51
* Ensure that WorkingSet.resolve() (and therefore require() as well)PJ Eby2005-09-261-7/+7
* Fix a problem with inconsistent quoting of "extras", reported by IanPJ Eby2005-09-241-15/+15