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
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some typos.
Arfrever Frehtes Taifersar Arahesis
2015-03-30
1
-2
/
+2
*
Merged in msabramo/setuptools/DistributionNotFound_list_requirers (pull reque...
Jason R. Coombs
2015-03-28
1
-7
/
+26
|
\
|
*
DistributionNotFound: Move message template to class
Marc Abramowitz
2015-03-24
1
-9
/
+25
|
*
DistributionNotFound: Show requirers
Marc Abramowitz
2015-03-19
1
-7
/
+10
*
|
Merge backout
Jason R. Coombs
2015-03-20
1
-2
/
+1
|
\
\
|
*
|
Backed out changeset 6e045b2724d0 and 56d7ea3d42b2. Ref #307.
Jason R. Coombs
2015-03-20
1
-2
/
+2
*
|
|
Disable warning of LegacyVersion in parsed_version. This functionality should...
Jason R. Coombs
2015-03-20
1
-1
/
+0
*
|
|
Prefer new string formatting. Re-use variable names.
Jason R. Coombs
2015-03-20
1
-2
/
+3
*
|
|
Reindent warning and use short circuits for flatter implementation.
Jason R. Coombs
2015-03-20
1
-19
/
+23
*
|
|
Extract method for warning of legacy version
Jason R. Coombs
2015-03-20
1
-1
/
+5
*
|
|
Reindent EGG_NAME to reflect structure.
Jason R. Coombs
2015-03-20
1
-3
/
+11
|
/
/
*
/
Update EGG_NAME regular expression matcher to allow names to include dashes. ...
Jason R. Coombs
2015-03-20
1
-2
/
+2
|
/
*
Remove unused parameter.
Jason R. Coombs
2015-03-15
1
-2
/
+2
*
Default to 755 permissions since checks later on test for non-group-writability
Volker Braun
2015-03-05
1
-1
/
+1
*
ensure py_version and platform are str in hashcmp
MinRK
2015-02-05
1
-2
/
+2
*
Add __ne__ method to Requirement class
Marc Abramowitz
2015-03-06
1
-0
/
+3
*
Update warning to clarify when and how the instance should be use directly or...
Jason R. Coombs
2015-01-29
1
-2
/
+4
*
Restore support for printable characters in the entry point name. Fixes #327.
Jason R. Coombs
2015-01-06
1
-1
/
+1
*
Add EntryPoint.resolve and deprecate most usage of EntryPoint.load. Removed E...
11.3
Jason R. Coombs
2015-01-05
1
-8
/
+14
*
Merge deprecation warning fix
Jason R. Coombs
2015-01-05
1
-0
/
+1
|
\
|
*
Bump stacklevel to 2 to inform the caller of the issue.
Jason R. Coombs
2015-01-05
1
-0
/
+1
*
|
Only raise a ContextualVersionConflict when dependent requirements are present.
Jason R. Coombs
2015-01-04
1
-1
/
+11
*
|
No need to mutate the set to a list; just use the set.
Jason R. Coombs
2015-01-04
1
-2
/
+2
*
|
Split out ContextualVersionConflict
Jason R. Coombs
2015-01-04
1
-11
/
+18
*
|
Test the report method
Jason R. Coombs
2015-01-04
1
-4
/
+29
*
|
Remove unreachable branch
Jason R. Coombs
2015-01-04
1
-2
/
+1
*
|
Use except/as, now supported by Python 2.6
Jason R. Coombs
2015-01-04
1
-6
/
+4
*
|
Remove remaining reference to setuptools from test_resources
Jason R. Coombs
2015-01-03
1
-0
/
+2
*
|
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
*
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
1
-3
/
+3
*
Moved pkg_resources into its own package.
Jason R. Coombs
2014-12-24
1
-0
/
+2966