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
*
EasyInstall/setuptools 0.5a4: significant new features, including automatic
PJ Eby
2005-06-27
1
-12
/
+12
*
Fix incorrect sorting of packages by string version instead of parsed
PJ Eby
2005-06-15
1
-10
/
+10
*
Fix more zipped-egg directory resource bugs reported by Ryan Tomayko.
PJ Eby
2005-06-14
1
-9
/
+9
*
Fix typos found by Ryan Tomayko.
PJ Eby
2005-06-14
1
-2
/
+2
*
Fix missing '__file__' when running scripts.
PJ Eby
2005-06-14
1
-1
/
+1
*
Fix a bug in resource_isdir(), introduced in 0.4a2. Add str/repr of
PJ Eby
2005-06-14
1
-9
/
+9
*
Add 'ez_setup' bootstrap installer. Prep for 0.4a2 release.
PJ Eby
2005-06-12
1
-1
/
+42
*
Add script installation support. Use distutils' exceptions for option
PJ Eby
2005-06-12
1
-49
/
+131
*
Implement PyPI screenscraping for EasyInstall. Fix a bug in requirement
PJ Eby
2005-06-05
1
-15
/
+15
*
Add "safe_name" and "safe_version" functions to allow sanitizing of
PJ Eby
2005-06-05
1
-12
/
+53
*
Make ``AvailableDistributions`` keep track of the desired platform/python.
PJ Eby
2005-06-05
1
-34
/
+34
*
Add support for prioritized sorting of distributions by distribution type,
PJ Eby
2005-06-05
1
-11
/
+11
*
Add support for resource isdir/listdir operations. Support directory
PJ Eby
2005-06-04
1
-39
/
+119
*
Correctly recognize .egg files that are already on sys.path (or whatever
PJ Eby
2005-05-29
1
-7
/
+9
*
Add "easy_install" script that downloads distutils source (or .egg files)
PJ Eby
2005-05-29
1
-8
/
+8
*
Fix some typos and a missing import
PJ Eby
2005-05-25
1
-9
/
+9
*
Implement draft support for namespace packages, both declaring them
PJ Eby
2005-05-25
1
-18
/
+141
*
Support registering distribution finders for arbitrary PEP 302 importer
PJ Eby
2005-05-25
1
-5
/
+128
*
Implement a draft version of 'find_distributions()' with hardcoded support
PJ Eby
2005-05-24
1
-77
/
+118
*
Make AvailableDistributions check distributions for Python version
PJ Eby
2005-05-23
1
-25
/
+25
*
Add a rough draft of Distribution.install_on(), to let others experiment
PJ Eby
2005-05-23
1
-6
/
+6
*
Add tests for AvailableDistributions().resolve(). This effectively
PJ Eby
2005-05-23
1
-6
/
+6
*
Added support for specifying options on requirements, so that a package's
PJ Eby
2005-05-22
1
-41
/
+123
*
Distribution metadata parsing: distribution objects can now extract their
PJ Eby
2005-05-22
1
-29
/
+100
*
Refine dependency resolution algorithm so it won't take exponential time,
PJ Eby
2005-05-22
1
-58
/
+151
*
Add basic "Requirement" class that can tell whether a distribution or
PJ Eby
2005-05-21
1
-13
/
+54
*
Added "AvailableDistributions" class that finds and indexes usable
PJ Eby
2005-04-03
1
-81
/
+162
*
Fix handling of -/_ so that they are canonicalized to '-' when doing name
PJ Eby
2005-04-03
1
-3
/
+4
*
Add a "Distribution" object that wraps a sys.path entry with metadata, and
PJ Eby
2005-04-03
1
-8
/
+90
*
Add a simple version parser that combines the pre-release smarts of
PJ Eby
2005-04-02
1
-3
/
+44
*
Rough draft of version requirement parser. Make bdist_egg look for a
PJ Eby
2005-04-02
1
-75
/
+281
*
Specify and implement # comments in get_metadata_lines
Bob Ippolito
2005-03-24
1
-7
/
+12
*
import StringIO at module level
Bob Ippolito
2005-03-24
1
-1
/
+4
*
Reformat pkg_resources in PEP 8 style
Bob Ippolito
2005-03-24
1
-182
/
+91
*
Add a working pkg_resources implementation that handles extraction and
PJ Eby
2005-03-23
1
-0
/
+492