summaryrefslogtreecommitdiff
path: root/pkg_resources.py
Commit message (Expand)AuthorAgeFilesLines
* Backed out changeset: d0a8d1a83053Jason R. Coombs2013-02-161-1/+3
* Close issue #341: 0.6.33 fails to build under python 2.40.6.34Tres Seaver2012-12-301-5/+6
* Harden fix for issue #341 against exceptins.Tres Seaver2012-12-291-6/+8
* Issue #341: Fix a ResourceWarning.Arfrever Frehtes Taifersar Arahesis2012-12-291-1/+3
* Clean handling of _frozen_importlib / importlib._bootstrap.Arfrever Frehtes Taifersar Arahesis2012-12-181-20/+12
* Update changelog and add comment to registering of SourceFileLoaderJason R. Coombs2012-12-171-0/+3
* Fix issue with version detectionJason R. Coombs2012-12-171-1/+1
* Resave with excess whitespace removedJason R. Coombs2012-12-171-7/+7
* Minimize impact of namespace package support for CPython 3.3.Dirkjan Ochtman2012-12-171-5/+1
* Backed out changeset: 98a9f9dcce0e; Fixes #335.Jason R. Coombs2012-11-261-41/+19
* MergeJason R. Coombs2012-11-241-19/+41
|\
| * Fixes and adds a regression test for #323; required adding some new keyword a...Erik Bray2012-09-111-19/+41
* | move Python < 2.6 fallback into _markerlibDaniel Holth2012-08-271-10/+1
|/
* impractical to support _markerlib on Python < 2.6 (no compile(ast))Daniel Holth2012-08-271-3/+3
* Python < 2.5 doesn't support tuple arguments to .endswith()Daniel Holth2012-08-261-1/+1
* add markerlib as _markerlibDaniel Holth2012-08-251-2/+2
* use frozenset; 'empty marker' heuristicDaniel Holth2012-07-231-3/+4
* test .dist-info distributionsDaniel Holth2012-07-071-15/+1
* handle missing provides-extra or requires-distDaniel Holth2012-06-301-2/+2
* update docstringDaniel Holth2012-06-301-2/+3
* simplify Requires-Dist pre-parserDaniel Holth2012-06-301-20/+9
* add missing == to prefix-less Requires-Dist version specifiersDaniel Holth2012-06-291-6/+31
* use markerlibDaniel Holth2012-06-291-1/+1
* implement environment markersDaniel Holth2012-06-291-10/+36
* find .dist-info distributions as wellDaniel Holth2012-06-221-4/+57
* Fix support for namespace packages with CPython 3.3.Arfrever Frehtes Taifersar Arahesis2012-05-021-0/+8
* Add support for CPython 3.3.Arfrever Frehtes Taifersar Arahesis2012-05-021-0/+16
* workaround a cache issue refers #258Tarek Ziade2011-11-171-0/+4
* Issue #208: fixing parse_version and post-release tagsguyroz2011-09-171-3/+1
* 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