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
*
Issue #32: Fixed TypeError in get_resource_stream on zipped eggs
0.8b6
Jason R. Coombs
2013-07-03
1
-3
/
+3
*
No need to thunk here - the preferred module is already imported above
Jason R. Coombs
2013-07-03
1
-9
/
+0
*
Merge
Jason R. Coombs
2013-07-02
1
-1
/
+1
|
\
|
*
Merge with Distribute 0.6.48
Jason R. Coombs
2013-07-02
1
-1
/
+1
|
|
\
|
|
*
Merge fix for AttributeError
Jason R. Coombs
2013-07-02
1
-1
/
+1
|
|
|
\
|
|
|
*
Correct AttributeError again (this time verified)
Jason R. Coombs
2013-07-02
1
-1
/
+1
*
|
|
|
Merge
Jason R. Coombs
2013-07-02
1
-1
/
+1
|
\
|
|
|
|
*
|
|
Merge with Distribute 0.6.47
Jason R. Coombs
2013-07-02
1
-1
/
+1
|
|
\
|
|
|
|
*
|
Merge fix for AttributeError
0.6.47
Jason R. Coombs
2013-07-02
1
-1
/
+1
|
|
|
\
|
|
|
|
*
Correct AttributeError
Jason R. Coombs
2013-07-02
1
-1
/
+1
*
|
|
|
Merge with 0.7.5
Jason R. Coombs
2013-06-29
1
-0
/
+26
|
\
|
|
|
|
*
|
|
Merge with 0.6.46 (to include additional fix for Distribute #375)
Jason R. Coombs
2013-06-29
1
-0
/
+26
|
|
\
|
|
|
|
*
|
Merge second phase of fix for #375
0.6.46
Jason R. Coombs
2013-06-29
1
-0
/
+26
|
|
|
\
|
|
|
|
*
Also protect against group-writable files
Jason R. Coombs
2013-06-24
1
-2
/
+3
|
|
|
*
Issue a UserWarning when the egg cache directory is likely to be vulnerable t...
Jason R. Coombs
2013-06-21
1
-0
/
+25
*
|
|
|
Minor change to minimise diffs with upstream.
Vinay Sajip
2013-06-19
1
-2
/
+1
*
|
|
|
Minor change to minimise diffs with upstream.
Vinay Sajip
2013-06-19
1
-1
/
+2
*
|
|
|
Merged upstream changes.
Vinay Sajip
2013-06-19
1
-1
/
+1
|
\
\
\
\
|
*
\
\
\
Merge Python 3 native support from distribute
Jason R. Coombs
2013-06-18
1
-20
/
+51
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
Merge Vinay Sajip's unified Python 2/3 support from distribute 3
Jason R. Coombs
2013-06-18
1
-53
/
+97
|
|
|
\
|
|
|
|
*
|
|
Post-merge fixes for Python 3.
Vinay Sajip
2012-10-10
1
-1
/
+1
|
|
*
|
|
Merge with upstream
Jason R. Coombs
2013-06-18
1
-7
/
+105
|
|
|
\
\
\
|
|
*
|
|
|
Fixed execfile in pkg_resources.
Vinay Sajip
2011-06-21
1
-1
/
+5
|
|
*
|
|
|
Changes to support 2.x and 3.x in the same codebase.
Vinay Sajip
2011-06-20
1
-21
/
+46
*
|
|
|
|
|
Misc. updates following 2to3 checks.
Vinay Sajip
2013-06-17
1
-1
/
+2
*
|
|
|
|
|
Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ate...
Vinay Sajip
2013-06-15
1
-20
/
+49
|
/
/
/
/
/
*
|
|
|
|
Use new sysconfig module with Python 2.7 or >=3.2.
Arfrever Frehtes Taifersar Arahesis
2013-06-12
1
-2
/
+3
*
|
|
|
|
Prefer local implementation to markerlib implementation as markerlib implemen...
Jason R. Coombs
2013-06-09
1
-10
/
+12
*
|
|
|
|
Translate NameError into SyntaxError to meet prescribed API
Jason R. Coombs
2013-06-08
1
-1
/
+6
*
|
|
|
|
Merge legacy evaluation as a fallback with markerlib-based evaluation of envi...
Jason R. Coombs
2013-06-08
1
-1
/
+100
|
\
\
\
\
\
|
*
|
|
|
|
Expand documentation on evaluate_marker and indicate its legacy status.
Jason R. Coombs
2013-06-08
1
-2
/
+11
*
|
|
|
|
|
Use markerlib for markers in 'extras'
Jason R. Coombs
2013-06-08
1
-79
/
+9
|
/
/
/
/
/
*
|
|
|
|
Resave with excess whitespace removed
Jason R. Coombs
2013-06-07
1
-10
/
+10
*
|
|
|
|
Merge changes from distribute 0.6.41
Jason R. Coombs
2013-05-24
1
-8
/
+38
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
Correct reference to self.loader.
Jason R. Coombs
2013-05-24
1
-2
/
+2
|
*
|
|
|
Reapply with unix file endings, to make a better diff
Philip Thiem
2013-02-16
1
-8
/
+38
|
*
|
|
|
Backout the pkg_resources.py fix
Philip Thiem
2013-02-16
1
-41
/
+10
|
*
|
|
|
Seems to be an issue with using ZipFile as a context on python 3.1
Philip Thiem
2013-02-16
1
-1
/
+5
|
*
|
|
|
minor cleanups
Philip Thiem
2013-02-05
1
-3
/
+4
|
*
|
|
|
This changes distribute to use zipfile for obtaining a manifest of zip files
Philip Thiem
2013-02-02
1
-11
/
+37
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merged latest changes from setuptools-0.6 branch
Jason R. Coombs
2013-05-13
1
-15
/
+137
|
\
\
\
\
|
*
|
|
|
Backport experimental environment marker support from the trunk
pje
2013-05-04
1
-15
/
+137
|
*
|
|
|
Backport fixes for issues 16 & 23 from trunk
PJ Eby
2009-10-12
1
-10
/
+10
|
*
|
|
|
Major updates and fixes include:
PJ Eby
2009-10-12
1
-34
/
+75
*
|
|
|
|
Merge with Distribute 0.6.39
Jason R. Coombs
2013-05-13
1
-20
/
+36
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
Fix AttributeError on underscore-prefixed method name.
Jason R. Coombs
2013-05-12
1
-1
/
+1
|
*
|
|
|
Fix for yet unpublished issue to ensure that get_resource_filename always re-...
Jason R. Coombs
2013-05-11
1
-1
/
+8
|
*
|
|
|
Extract method to determine if a temporary file is current.
Jason R. Coombs
2013-05-11
1
-10
/
+15
|
*
|
|
|
Extract static method for calculating size and timestamp on a zip resource
Jason R. Coombs
2013-05-11
1
-7
/
+11
|
*
|
|
|
Verified that not isinstance(IOError(), os.error), so there's no value in thi...
Jason R. Coombs
2013-05-11
1
-3
/
+3
[next]