aboutsummaryrefslogtreecommitdiffstats
path: root/pkg_resources.py
Commit message (Expand)AuthorAgeFilesLines
* Prefer local implementation to markerlib implementation as markerlib implemen...Jason R. Coombs2013-06-091-10/+12
* Translate NameError into SyntaxError to meet prescribed APIJason R. Coombs2013-06-081-1/+6
* Merge legacy evaluation as a fallback with markerlib-based evaluation of envi...Jason R. Coombs2013-06-081-1/+100
|\
| * Expand documentation on evaluate_marker and indicate its legacy status.Jason R. Coombs2013-06-081-2/+11
* | Use markerlib for markers in 'extras'Jason R. Coombs2013-06-081-79/+9
|/
* Resave with excess whitespace removedJason R. Coombs2013-06-071-10/+10
* Merge changes from distribute 0.6.41Jason R. Coombs2013-05-241-8/+38
|\
| * Correct reference to self.loader.Jason R. Coombs2013-05-241-2/+2
| * Reapply with unix file endings, to make a better diffPhilip Thiem2013-02-161-8/+38
| * Backout the pkg_resources.py fixPhilip Thiem2013-02-161-41/+10
| * Seems to be an issue with using ZipFile as a context on python 3.1Philip Thiem2013-02-161-1/+5
| * minor cleanupsPhilip Thiem2013-02-051-3/+4
| * This changes distribute to use zipfile for obtaining a manifest of zip filesPhilip Thiem2013-02-021-11/+37
* | Merged latest changes from setuptools-0.6 branchJason R. Coombs2013-05-131-15/+137
|\ \
| * | 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