index
:
delta/python-setuptools-bitbucket.git
0.7-maintenance
AbsoluteMSTR/adds-257-pip-style-version-1441051798003
BB-268_make_VersionConflict_report_who_required_package_3
BB-270_fix_VersionConflict_test_failure_2
DistributionNotFound_list_requirers
Setuptools-Distribute_merge
baserock/master
baserock/richardipsum/pip
baserock/richardipsum/pip-7.0-rebase
bdist_wininst_gui_scripts
bugfix-277
develop
distribute
distribute-legacy
docs_update_for_requires
feature/issue-229
fix-type-error-skip-reason
get_command_list
master
ncoghlan/setuppy-edited-online-with-bitbucket-1401023748153
no-normalize-warning
patch1
postproc
put_setup_requires_egg_in_cache_dir_4
setuptools
setuptools-0.6
single-codebase
svetlyak40wt/make-194-same-level-header-as-other-vers-1453106898145
sync_certifi
zip_path
bitbucket.org: Obsolete (use python-setuptools-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkg_resources
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-13
/
+54
|
\
|
*
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
*
|
Bump stacklevel to 2 to inform the caller of the issue.
Jason R. Coombs
2015-01-05
1
-0
/
+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