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
/
setuptools
/
tests
/
test_resources.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
``safe_name()`` now allows dots in project names, and there is a new
PJ Eby
2006-01-10
1
-1
/
+1
*
Make it clearer that Requirement.parse() is the only way for users
PJ Eby
2006-01-03
1
-11
/
+11
*
Changed ``parse_version()`` to remove dashes before pre-release tags, so
PJ Eby
2005-12-06
1
-3
/
+3
*
Added support for ``.egg-info`` files or directories with version/platform
PJ Eby
2005-12-06
1
-2
/
+2
*
Fixed a problem with ``WorkingSet.resolve()`` that prevented version
PJ Eby
2005-11-03
1
-4
/
+4
*
0.6a7 bugfix release
PJ Eby
2005-11-02
1
-1
/
+1
*
Bugfixes. :(
PJ Eby
2005-09-29
1
-1
/
+1
*
Ensure that WorkingSet.resolve() (and therefore require() as well)
PJ Eby
2005-09-26
1
-6
/
+6
*
Fix a problem with inconsistent quoting of "extras", reported by Ian
PJ Eby
2005-09-24
1
-1
/
+1
*
Document the "Environment" class, and simplify its API.
PJ Eby
2005-08-14
1
-6
/
+6
*
Added docs for main EntryPoint APIs, and cleaned up the API itself a bit.
PJ Eby
2005-08-13
1
-4
/
+4
*
Renamed AvailableDistributions -> Environment. Add sketch of pkg_resources
PJ Eby
2005-08-07
1
-2
/
+2
*
Misc. bug fixes and doc additions. Add 'iter_entry_points()' API.
PJ Eby
2005-07-25
1
-6
/
+6
*
Implement "entry points" for dynamic discovery of drivers and plugins.
PJ Eby
2005-07-24
1
-1
/
+83
*
Fix eager resource extraction. Add eager_resources setup() argument. Add
PJ Eby
2005-07-24
1
-2
/
+2
*
Catch a few missed terminology changes.
PJ Eby
2005-07-18
1
-11
/
+11
*
Massive API refactoring; see setuptools.txt changelog for details. Also,
PJ Eby
2005-07-18
1
-29
/
+22
*
``Distribution`` objects now implement the ``IResourceProvider`` and
PJ Eby
2005-07-17
1
-1
/
+1
*
Renamings for consistent terminology; distributions and requirements now
PJ Eby
2005-07-17
1
-5
/
+5
*
Implement PyPI screenscraping for EasyInstall. Fix a bug in requirement
PJ Eby
2005-06-05
1
-6
/
+13
*
Add "safe_name" and "safe_version" functions to allow sanitizing of
PJ Eby
2005-06-05
1
-15
/
+15
*
Make ``AvailableDistributions`` keep track of the desired platform/python.
PJ Eby
2005-06-05
1
-1
/
+1
*
Add tests for AvailableDistributions().resolve(). This effectively
PJ Eby
2005-05-23
1
-0
/
+41
*
Added support for specifying options on requirements, so that a package's
PJ Eby
2005-05-22
1
-3
/
+44
*
Distribution metadata parsing: distribution objects can now extract their
PJ Eby
2005-05-22
1
-67
/
+108
*
Refine dependency resolution algorithm so it won't take exponential time,
PJ Eby
2005-05-22
1
-10
/
+51
*
Add basic "Requirement" class that can tell whether a distribution or
PJ Eby
2005-05-21
1
-3
/
+44
*
Added "AvailableDistributions" class that finds and indexes usable
PJ Eby
2005-04-03
1
-6
/
+47
*
Fix handling of -/_ so that they are canonicalized to '-' when doing name
PJ Eby
2005-04-03
1
-2
/
+2
*
Add a "Distribution" object that wraps a sys.path entry with metadata, and
PJ Eby
2005-04-03
1
-5
/
+78
*
Add a simple version parser that combines the pre-release smarts of
PJ Eby
2005-04-02
1
-0
/
+58
*
Rough draft of version requirement parser. Make bdist_egg look for a
PJ Eby
2005-04-02
1
-0
/
+33