index
:
external_python_setuptools
40.7-maintenance
bootstrap
bootstrap-2.x
bootstrap-py24
bugfix/1623-always-targz
bugfix/1635-disallow-parent-paths
bugfix/1663-restore-port
bugfix/2129-better-egg-detection
bugfix/2232-adopt-distutils-default
bugfix/2232-ubuntu-patch
bugfix/downgrade-pip
bugfix/downgrade-pip-redux
debt/drop-py35
debt/remove-RequirementParseError
develop-nspkg
develop-nspkg-always
di-patch-1
distutils
distutils-adopt-escape-hatch
docs/auto-merge
docs/distutils-porting
dont-normalize
drop-py26
export-pkg-resources
feature/1246-utf-8-in-scripts
feature/1696-update-vendored-deps
feature/2093-docs-revamp
feature/deprecate-2to3
feature/deps-in-metadata
feature/deterministic-provides-extras-2
feature/easy-install-dep
feature/implicit-bootstrap
feature/include-pyproject.toml
feature/pip-options-alignment
feature/pyopenssl-fallback
feature/simple-dist-name-in-scripts
feature/tox-venv
feature/vendor-pkg-resources
feature/version-in-cfg
feature/xenial-py37
fix_changelog
issue-704
issue-889
issue-97
issue250-module_from_spec
issue250-reentry
iterator-unpack
maint/44.x
master
pr/1521
pr1887-rebase
replicant-10
revert-1180-fix_889_and_non-ascii_in_setup.cfg_take_2
setuptools-scm
Python setuptools
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pkg_resources.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved pkg_resources into its own package.
Jason R. Coombs
2014-12-24
1
-2966
/
+0
*
Silence PEP440Warning by default unless invoking easy_install
Donald Stufft
2014-12-18
1
-0
/
+7
*
Add a PEP440Warning to make it easier to silence these warnings
Donald Stufft
2014-12-18
1
-1
/
+11
*
Don't warn on empty non PEP 440 versions
Donald Stufft
2014-12-17
1
-9
/
+17
*
Add a warning when version is parsed as legacy
Donald Stufft
2014-12-13
1
-0
/
+11
*
Define a __hash__ on the packaging.version.Version subclasses
Donald Stufft
2014-12-15
1
-0
/
+3
*
Add more compatability shims to SetuptoolsVersion
Donald Stufft
2014-12-14
1
-0
/
+40
*
Restore iterating over Version objects for compat with buildout
Donald Stufft
2014-12-13
1
-2
/
+69
*
Always use the vendored copy of packaging
Donald Stufft
2014-11-19
1
-8
/
+3
*
Upgrade packaging to 14.3
Donald Stufft
2014-11-19
1
-1
/
+3
*
Merge branch 'master' into use-packaging
Donald Stufft
2014-11-19
1
-3
/
+16
|
\
|
*
Fix VersionConflict test failure
Marc Abramowitz
2014-10-11
1
-1
/
+1
|
*
Add a couple of comments to help me understand.
Jason R. Coombs
2014-10-11
1
-0
/
+5
|
*
Update comment
Jason R. Coombs
2014-10-11
1
-2
/
+3
|
*
Extract variables
Jason R. Coombs
2014-10-11
1
-3
/
+3
|
*
Remove TODO comment, now done
Jason R. Coombs
2014-10-11
1
-1
/
+0
|
*
Make VersionConflict report who is requiring package
Marc Abramowitz
2014-10-10
1
-2
/
+10
*
|
Prefer packaging library if available.
Jason R. Coombs
2014-09-27
1
-10
/
+14
*
|
Avoid trailing comments
Jason R. Coombs
2014-09-27
1
-1
/
+2
*
|
Implement PEP 440 by using the packaging library
Donald Stufft
2014-09-25
1
-119
/
+42
|
/
*
Remove execfile compatibility - unnecessary on Python 2.6+
5.8
Jason R. Coombs
2014-09-18
1
-7
/
+3
*
Use the term 'string_types', following the pattern in six
Jason R. Coombs
2014-09-18
1
-7
/
+8
*
next function and io module are available on Python 2.6
Jason R. Coombs
2014-09-18
1
-6
/
+2
*
Use PY3/PY2 indicators to reliably select behavior. Fixes #237
Jason R. Coombs
2014-09-18
1
-8
/
+9
*
Remove conditional import for frozenset (available in Python 2.6+)
Jason R. Coombs
2014-09-18
1
-4
/
+0
*
Add indicators for PY2 vs. PY3
Jason R. Coombs
2014-09-18
1
-0
/
+3
*
Rename argument for consistency
Jason R. Coombs
2014-09-09
1
-2
/
+2
*
Move sister functions into proximity
Jason R. Coombs
2014-09-09
1
-9
/
+11
*
Use MemoizedZipManifests for all operations. Fixes #240.
5.7
Jason R. Coombs
2014-08-15
1
-5
/
+1
*
Normalize whitespace per more modern style conventions.
Jason R. Coombs
2014-07-05
1
-41
/
+55
*
Avoid trailing comments in pkg_resources.
Jason R. Coombs
2014-07-05
1
-8
/
+15
*
Remove commented code
Jason R. Coombs
2014-07-05
1
-5
/
+0
*
Move imports into header
Jason R. Coombs
2014-07-05
1
-8
/
+6
*
Make memoized zip manifests opt-in using the PKG_RESOURCES_CACHE_ZIP_MANIFEST...
Jason R. Coombs
2014-07-05
1
-1
/
+5
*
Split MemoizedZipManifests from ZipManifests. Ref #154.
Jason R. Coombs
2014-07-05
1
-15
/
+23
*
Create zip_manifests as a class attribute rather than a global
Jason R. Coombs
2014-07-05
1
-2
/
+2
*
Use a namedtuple to avoid numeric indexes
Jason R. Coombs
2014-06-14
1
-3
/
+6
*
Stat is never reused
Jason R. Coombs
2014-06-14
1
-3
/
+3
*
Use a more appropriate name and invoke .load directly.
Jason R. Coombs
2014-06-14
1
-3
/
+2
*
Remove documentation which seems irrelevant to this method.
Jason R. Coombs
2014-06-14
1
-14
/
+2
*
Use direct voice
Jason R. Coombs
2014-06-14
1
-2
/
+2
*
Rewrite construct/append loop with simple iterator.
Jason R. Coombs
2014-06-14
1
-6
/
+8
*
Implement 'build_manifest' as a classmethod. Rename to 'build' because Manife...
Jason R. Coombs
2014-06-14
1
-2
/
+3
*
Expose a method describing what it does, and alias that to 'call'.
Jason R. Coombs
2014-06-14
1
-1
/
+8
*
Subclass dict rather that wrap and proxy.
Jason R. Coombs
2014-06-14
1
-7
/
+4
*
Remove excess whitespace
Jason R. Coombs
2014-06-14
1
-1
/
+1
*
Must add zipinfo as a property
Philip Thiem
2014-05-17
1
-0
/
+4
*
caching the zip manifests Fixes #154
Philip Thiem
2014-04-16
1
-29
/
+42
*
Suppress arguments to __new__. ZipFile doesn't want them, and object deprecat...
Jason R. Coombs
2014-05-28
1
-1
/
+1
*
Update ContextualZipFile to use a single constructor
Jason R. Coombs
2014-05-17
1
-6
/
+5
[next]