summaryrefslogtreecommitdiff
path: root/pkg_resources.py
Commit message (Expand)AuthorAgeFilesLines
* Fix VersionConflict test failureMarc Abramowitz2014-10-111-1/+1
* Add a couple of comments to help me understand.Jason R. Coombs2014-10-111-0/+5
* Update commentJason R. Coombs2014-10-111-2/+3
* Extract variablesJason R. Coombs2014-10-111-3/+3
* Remove TODO comment, now doneJason R. Coombs2014-10-111-1/+0
* Make VersionConflict report who is requiring packageMarc Abramowitz2014-10-101-2/+10
* Remove execfile compatibility - unnecessary on Python 2.6+5.8Jason R. Coombs2014-09-181-7/+3
* Use the term 'string_types', following the pattern in sixJason R. Coombs2014-09-181-7/+8
* next function and io module are available on Python 2.6Jason R. Coombs2014-09-181-6/+2
* Use PY3/PY2 indicators to reliably select behavior. Fixes #237Jason R. Coombs2014-09-181-8/+9
* Remove conditional import for frozenset (available in Python 2.6+)Jason R. Coombs2014-09-181-4/+0
* Add indicators for PY2 vs. PY3Jason R. Coombs2014-09-181-0/+3
* Rename argument for consistencyJason R. Coombs2014-09-091-2/+2
* Move sister functions into proximityJason R. Coombs2014-09-091-9/+11
* Use MemoizedZipManifests for all operations. Fixes #240.5.7Jason R. Coombs2014-08-151-5/+1
* Normalize whitespace per more modern style conventions.Jason R. Coombs2014-07-051-41/+55
* Avoid trailing comments in pkg_resources.Jason R. Coombs2014-07-051-8/+15
* Remove commented codeJason R. Coombs2014-07-051-5/+0
* Move imports into headerJason R. Coombs2014-07-051-8/+6
* Make memoized zip manifests opt-in using the PKG_RESOURCES_CACHE_ZIP_MANIFEST...Jason R. Coombs2014-07-051-1/+5
* Split MemoizedZipManifests from ZipManifests. Ref #154.Jason R. Coombs2014-07-051-15/+23
* Create zip_manifests as a class attribute rather than a globalJason R. Coombs2014-07-051-2/+2
* Use a namedtuple to avoid numeric indexesJason R. Coombs2014-06-141-3/+6
* Stat is never reusedJason R. Coombs2014-06-141-3/+3
* Use a more appropriate name and invoke .load directly.Jason R. Coombs2014-06-141-3/+2
* Remove documentation which seems irrelevant to this method.Jason R. Coombs2014-06-141-14/+2
* Use direct voiceJason R. Coombs2014-06-141-2/+2
* Rewrite construct/append loop with simple iterator.Jason R. Coombs2014-06-141-6/+8
* Implement 'build_manifest' as a classmethod. Rename to 'build' because Manife...Jason R. Coombs2014-06-141-2/+3
* Expose a method describing what it does, and alias that to 'call'.Jason R. Coombs2014-06-141-1/+8
* Subclass dict rather that wrap and proxy.Jason R. Coombs2014-06-141-7/+4
* Remove excess whitespaceJason R. Coombs2014-06-141-1/+1
* Must add zipinfo as a propertyPhilip Thiem2014-05-171-0/+4
* caching the zip manifests Fixes #154Philip Thiem2014-04-161-29/+42
* Suppress arguments to __new__. ZipFile doesn't want them, and object deprecat...Jason R. Coombs2014-05-281-1/+1
* Update ContextualZipFile to use a single constructorJason R. Coombs2014-05-171-6/+5
* Use context managers in pkg_resourcesJason R. Coombs2014-05-171-10/+5
* Use ContextualZipFile for context manager supportJason R. Coombs2014-05-171-5/+22
* Use context managerJason R. Coombs2014-05-171-4/+1
* Use modern syntax for octal valuesJason R. Coombs2014-05-051-2/+2
* Avoid trailing commentsJason R. Coombs2014-05-051-47/+92
* Fix spacing in __all__Jason R. Coombs2014-05-051-3/+4
* Now this syntax fits nicely on one lineJason R. Coombs2014-05-051-4/+1
* Remove unnecessary list comprehensionJason R. Coombs2014-05-051-2/+2
* Reindent more long lines. Other minor syntax modernization.Jason R. Coombs2014-05-051-21/+39
* Reindent long lines in marker implJason R. Coombs2014-05-051-12/+35
* Use simpler syntax to get the same infoJason R. Coombs2014-05-051-2/+2
* Reindent long lineJason R. Coombs2014-05-051-1/+2
* Reformat for consistencyJason R. Coombs2014-05-051-1/+8
* Rewrite hashcmp using modern syntaxJason R. Coombs2014-05-051-5/+6