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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix regression in entry-point name parsing
Ian Cordasco
2015-01-02
1
-1
/
+1
*
Officially deprecated EntryPoint.load(require=False).
Jason R. Coombs
2014-12-31
1
-0
/
+6
*
Don't allow imports relative to the pkg_resources module.
Jason R. Coombs
2014-12-31
1
-2
/
+1
*
Extract _load method which is the same as calling .load(False).
Jason R. Coombs
2014-12-31
1
-0
/
+3
*
Rename variable for clarity
Jason R. Coombs
2014-12-31
1
-2
/
+2
*
Return value directly
Jason R. Coombs
2014-12-31
1
-2
/
+1
*
Use reduce to retrieve attributes. Reuse error from AttributeError when trans...
Jason R. Coombs
2014-12-31
1
-5
/
+4
*
Correct implementation fixing failing tests
Jason R. Coombs
2014-12-31
1
-2
/
+3
*
Extract pattern and entry point parsing from EntryPoint.parse.
Jason R. Coombs
2014-12-31
1
-16
/
+23
*
Remove unnecessary branch
Jason R. Coombs
2014-12-31
1
-2
/
+1
*
Prefer vendored packaging.
Jason R. Coombs
2014-12-29
1
-4
/
+5
*
Update API docs to reflect relocation of pkg_resources from module to package.
Jason R. Coombs
2014-12-25
1
-1
/
+1
*
Move api_tests to pkg_resources package. Fixes #312.
Jason R. Coombs
2014-12-25
1
-0
/
+420
*
Setuptools now uses the 'packaging' package from pkg_resources, unifying the ...
Jason R. Coombs
2014-12-24
1
-3
/
+8
*
Move vendored packaging module into pkg_resources._vendor, restoring independ...
Jason R. Coombs
2014-12-24
9
-3
/
+1287
*
Moved pkg_resources into its own package.
Jason R. Coombs
2014-12-24
1
-0
/
+2966