aboutsummaryrefslogtreecommitdiffstats
path: root/pkg_resources.py
Commit message (Expand)AuthorAgeFilesLines
* Update the child's __path__ in declare_namespace, even if the parent isAurelien Bompard2011-06-011-4/+4
* Adds some missing bits to the sandbox fix--need to actually save/restore the ...Erik Bray2011-05-201-0/+1
* save the working set stateTarek Ziade2011-05-201-10/+46
* Don't try to import the parent of a namespace package in declare_namespace --...Aurelien Bompard2011-05-171-5/+6
* avoiding name collisions when looking for md5 in fragmentTarek Ziade2010-05-251-1/+1
* using urlparse to extract the fragmentTarek Ziade2010-05-251-3/+10
* fixed issue 163 : don't include md5 when comparing two distributions, and scanChristophe Combelles2010-05-191-2/+5
* make sure all tests passes on all python versions fixes #149Tarek Ziade2010-05-061-3/+4
* Removed spurious UserWarnings. Fixes #134Tarek Ziade2010-04-051-1/+2
* Python 2.7 compattarek2010-01-241-1/+5
* fixed the error message used in DistributionNotFound, otherwise it breaks zc....tarek2009-12-121-3/+7
* Uses plistlib instead of re. Thanks Florian refs #92tarek2009-12-101-8/+7
* fixed the MacPorts failure when platform.mac_ver() fails - fixes #92tarek2009-12-101-0/+10
* displaying the package locationtarek2009-11-301-1/+1
* nicer message when DistributionNotFound is raisedtarek2009-11-141-1/+3
* unknown setuptools version can be added in the working set, refs #90tarek2009-11-111-1/+5
* make sure pkg_resources can be imported in GAE - refs #73tarek2009-10-181-1/+14
* we need to be able to use these API to detect the real setuptools at bootstra...tarek2009-10-151-4/+4
* an error is raised when installing a 0.7 setuptools with distributeReinout van Rees2009-10-141-2/+5
* Distribute no longer shadows setuptools if we require a 0.7-seriesReinout van Rees2009-10-141-4/+22
* Indicated spot where extra setuptools >= 0.7 check needs to happenReinout van Rees2009-10-141-0/+4
* marked the two spots where a setuptools < 0.7 check needs to happenReinout van Rees2009-10-141-0/+2
* tiny tweak in docstring to not throw off emacs' syntax highligtingReinout van Rees2009-10-141-1/+1
* fixed the parsed api when dealing with setuptools nametarek2009-10-131-5/+6
* no setuptools req are returnedtarek2009-10-131-0/+2
* using project_name instead so we don't bother with the versiontarek2009-10-131-19/+11
* making sure a setuptools requirement is turned into a distribute onetarek2009-10-131-0/+6
* the parse API needs to return distribute when setuptools is askedtarek2009-10-101-0/+13
* Changed file() calls to open() callsagronholm2009-09-271-1/+1
* Apparently a __ne__ method is necessary, at least under Python 2.4, or you ri...Lennart Regebro2009-09-241-0/+2
* Replace cmp.Martin v. Löwis2009-09-121-1/+2
* Add rich comparison to distribution object.Martin v. Löwis2009-09-121-1/+13
* Revert previous change: _get gives bytes in 3.x.Martin v. Löwis2009-09-121-5/+11
* Open _get streams in binary mode.Martin v. Löwis2009-09-111-1/+1
* Use types.ModuleType instead of new.module.Martin v. Löwis2009-09-111-2/+2
* 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