index
:
delta/python-setuptools-git.git
40.7-maintenance
bootstrap
bootstrap-2.x
bootstrap-py24
bugfix/1390-description-no-newlines
bugfix/1390-lenient-description
bugfix/1623-always-targz
bugfix/1635-disallow-parent-paths
bugfix/1663-restore-port
bugfix/1996-no-bootstrap
bugfix/2129-better-egg-detection
bugfix/2232-just-break-pip-upgrade
bugfix/2232-ubuntu-patch
bugfix/2471-remove-deps
bugfix/2906-distutils-race
bugfix/2938-easy-install-schemes
bugfix/2993-get-pip-exemption
bugfix/2993-redux
bugfix/3026-sysconfig-vars-in-easy-install
bugfix/3073-old-setuptools
bugfix/3452-unconditional-workaround
bugfix/3452-warn
bugfix/3525-error
bugfix/downgrade-pip
bugfix/downgrade-pip-redux
debt/deprecate-setup-requires
debt/deprecate-version
debt/drop-py35
debt/remove-RequirementParseError
debt/remove-easy-install
debt/remove-legacy-version
debt/update-packaging
dev/adopt_bdist_wheel
dev/avoid_wheel_unstable_api
dev/core_metadata
dev/egg_info_requires
dev/simplified_wheelbuilder
dev/untangle_editable_wheel
develop-nspkg
develop-nspkg-always
di-patch-1
distutils
distutils-adopt-escape-hatch
distutils-refresh
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/2550-build-from-source
feature/deprecate-2to3
feature/deprecate-installer
feature/deps-in-metadata
feature/deterministic-provides-extras-2
feature/distutils-8c160a9693
feature/distutils-bb018f1ac3
feature/distutils-docs
feature/distutils-hack-startup-perf
feature/drop-fetch-build-eggs-easy-install-fallback
feature/easy-install-dep
feature/implicit-bootstrap
feature/include-pyproject.toml
feature/limit-distutils-hack-pip-workaround
feature/local-distutils
feature/local-schemes
feature/logging
feature/pip-options-alignment
feature/plugins-enabled-by-default
feature/pyopenssl-fallback
feature/refactor-parse-requirements
feature/remove-distutils-hack-pip-workaround
feature/remove-easy-install
feature/remove-eggsecutable
feature/restore-editable-pythonpath
feature/sic-versions-in-commands
feature/simple-dist-name-in-scripts
feature/skeleton
feature/test-as-installed
feature/tox-venv
feature/unvendor
feature/vendor-jaraco-text
feature/vendor-pkg-resources
feature/vendoring
feature/version-in-cfg
feature/xenial-py37
fix/2529
include-pypy
issue-704
issue-889
issue-97
issue250-module_from_spec
issue250-reentry
iterator-unpack
jaraco-path-build
license-files-generator
main
maint/44.x
master
pr/1521
pr1887-rebase
revert-1180-fix_889_and_non-ascii_in_setup.cfg_take_2
setuptools-scm
workaround/2495-clean-indentation
workaround/2495-no-install-requires
github.com: pypa/setuptools.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkg_resources.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Use context managers in pkg_resources
Jason R. Coombs
2014-05-17
1
-10
/
+5
*
Use ContextualZipFile for context manager support
Jason R. Coombs
2014-05-17
1
-5
/
+22
*
Use context manager
Jason R. Coombs
2014-05-17
1
-4
/
+1
*
Use modern syntax for octal values
Jason R. Coombs
2014-05-05
1
-2
/
+2
*
Avoid trailing comments
Jason R. Coombs
2014-05-05
1
-47
/
+92
*
Fix spacing in __all__
Jason R. Coombs
2014-05-05
1
-3
/
+4
*
Now this syntax fits nicely on one line
Jason R. Coombs
2014-05-05
1
-4
/
+1
*
Remove unnecessary list comprehension
Jason R. Coombs
2014-05-05
1
-2
/
+2
*
Reindent more long lines. Other minor syntax modernization.
Jason R. Coombs
2014-05-05
1
-21
/
+39
*
Reindent long lines in marker impl
Jason R. Coombs
2014-05-05
1
-12
/
+35
*
Use simpler syntax to get the same info
Jason R. Coombs
2014-05-05
1
-2
/
+2
*
Reindent long line
Jason R. Coombs
2014-05-05
1
-1
/
+2
*
Reformat for consistency
Jason R. Coombs
2014-05-05
1
-1
/
+8
*
Rewrite hashcmp using modern syntax
Jason R. Coombs
2014-05-05
1
-5
/
+6
*
Merge pkg_resources.Environment.__getitem__() code cleanup (pull request #47 ...
Jason R. Coombs
2014-05-05
1
-22
/
+10
|
\
|
*
Remove _sort_dists (unused)
Jason R. Coombs
2014-05-05
1
-6
/
+0
|
*
Correct sort order by using list.sort with support for 'key' and 'reverse'. T...
Jason R. Coombs
2014-05-05
1
-2
/
+2
|
*
Sort _distmap entries on insert. Obviates need for a cache.
Jason R. Coombs
2014-05-04
1
-49
/
+3
|
*
pkg_resources.Environment.__getitem__() code cleanup
Jurko Gospodnetić
2014-04-15
1
-12
/
+52
*
|
Give comma-separated values a little room to breathe (use common style conven...
Jason R. Coombs
2014-05-04
1
-115
/
+115
|
/
*
Don't eagerly import namespace packages. This was the big reason for
PJ Eby
2006-04-14
1
-1
/
+3
*
Remove debug code, unintentionally committed.
Jason R. Coombs
2014-02-09
1
-2
/
+0
*
Neglected to remove another reference to the global 'working_set'
Jason R. Coombs
2014-02-09
1
-1
/
+1
*
I checked this syntax, then failed to update the code before committing.
Jason R. Coombs
2014-02-09
1
-1
/
+1
*
Moved master working set construction into classmethods of WorkingSet.
Jason R. Coombs
2014-02-09
1
-27
/
+44
*
Simplify syntax of for loop
Jason R. Coombs
2014-02-09
1
-3
/
+3
*
Move comments
Jason R. Coombs
2014-02-09
1
-6
/
+13
*
More succinctly implement declare_state.
Jason R. Coombs
2014-02-09
1
-4
/
+4
*
Backed out changeset: ef949e6e6de1, which was itself a backout of the fix for...
Jason R. Coombs
2014-01-27
1
-10
/
+29
*
Use native decorator syntax in pkg_resources
Jason R. Coombs
2014-01-06
1
-28
/
+13
*
convert "find_in_zip" into "find_eggs_in_zip" to prevent it from walking whl ...
Marcus Smith
2014-01-04
1
-3
/
+10
*
Fix NameError during installation with Python implementations (e.g. Jython) n...
Arfrever Frehtes Taifersar Arahesis
2013-12-20
1
-27
/
+27
*
Remove compatibility functions for platform information.
Jason R. Coombs
2013-12-08
1
-20
/
+4
[next]