summaryrefslogtreecommitdiff
path: root/pkg_resources.py
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Backport experimental environment marker support from the trunkpje2013-05-041-15/+137
| * | | | Backport fixes for issues 16 & 23 from trunkPJ Eby2009-10-121-10/+10
| * | | | Major updates and fixes include:PJ Eby2009-10-121-34/+75
* | | | | Merge with Distribute 0.6.39Jason R. Coombs2013-05-131-20/+36
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Fix AttributeError on underscore-prefixed method name.Jason R. Coombs2013-05-121-1/+1
| * | | | Fix for yet unpublished issue to ensure that get_resource_filename always re-...Jason R. Coombs2013-05-111-1/+8
| * | | | Extract method to determine if a temporary file is current.Jason R. Coombs2013-05-111-10/+15
| * | | | Extract static method for calculating size and timestamp on a zip resourceJason R. Coombs2013-05-111-7/+11
| * | | | Verified that not isinstance(IOError(), os.error), so there's no value in thi...Jason R. Coombs2013-05-111-3/+3
* | | | | Merge pkg_resourcesJason R. Coombs2013-03-191-17/+20
|\ \ \ \ \
| * | | | | Remove newlines to simplify mergeJason R. Coombs2013-03-191-5/+0
| * | | | | Copied changes from setuptools-0.6 for pkg_resources.pyJason R. Coombs2013-03-191-36/+77
| | |/ / / | |/| | |
* | | | | Remove special Distribute handling from pkg_resources moduleJason R. Coombs2013-03-031-59/+5
| |/ / / |/| | |
* | | | 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