index
:
delta/python-setuptools-git.git
40.7-maintenance
bootstrap
bootstrap-2.x
bootstrap-py24
bugfix/1390-description-no-newlines
bugfix/1390-lenient-description
bugfix/1623-always-targz
bugfix/1635-disallow-parent-paths
bugfix/1663-restore-port
bugfix/1996-no-bootstrap
bugfix/2129-better-egg-detection
bugfix/2232-just-break-pip-upgrade
bugfix/2232-ubuntu-patch
bugfix/2471-remove-deps
bugfix/2906-distutils-race
bugfix/2938-easy-install-schemes
bugfix/2993-get-pip-exemption
bugfix/2993-redux
bugfix/3026-sysconfig-vars-in-easy-install
bugfix/3073-old-setuptools
bugfix/3452-unconditional-workaround
bugfix/3452-warn
bugfix/3525-error
bugfix/downgrade-pip
bugfix/downgrade-pip-redux
debt/deprecate-setup-requires
debt/deprecate-version
debt/drop-py35
debt/remove-RequirementParseError
debt/remove-easy-install
debt/remove-legacy-version
debt/update-packaging
dev/adopt_bdist_wheel
dev/avoid_wheel_unstable_api
dev/core_metadata
dev/egg_info_requires
dev/simplified_wheelbuilder
dev/untangle_editable_wheel
develop-nspkg
develop-nspkg-always
di-patch-1
distutils
distutils-adopt-escape-hatch
distutils-refresh
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/2550-build-from-source
feature/deprecate-2to3
feature/deprecate-installer
feature/deps-in-metadata
feature/deterministic-provides-extras-2
feature/distutils-8c160a9693
feature/distutils-bb018f1ac3
feature/distutils-docs
feature/distutils-hack-startup-perf
feature/drop-fetch-build-eggs-easy-install-fallback
feature/easy-install-dep
feature/implicit-bootstrap
feature/include-pyproject.toml
feature/limit-distutils-hack-pip-workaround
feature/local-distutils
feature/local-schemes
feature/logging
feature/pip-options-alignment
feature/plugins-enabled-by-default
feature/pyopenssl-fallback
feature/refactor-parse-requirements
feature/remove-distutils-hack-pip-workaround
feature/remove-easy-install
feature/remove-eggsecutable
feature/restore-editable-pythonpath
feature/sic-versions-in-commands
feature/simple-dist-name-in-scripts
feature/skeleton
feature/test-as-installed
feature/tox-venv
feature/unvendor
feature/vendor-jaraco-text
feature/vendor-pkg-resources
feature/vendoring
feature/version-in-cfg
feature/xenial-py37
fix/2529
include-pypy
issue-704
issue-889
issue-97
issue250-module_from_spec
issue250-reentry
iterator-unpack
jaraco-path-build
license-files-generator
main
maint/44.x
master
pr/1521
pr1887-rebase
revert-1180-fix_889_and_non-ascii_in_setup.cfg_take_2
setuptools-scm
workaround/2495-clean-indentation
workaround/2495-no-install-requires
github.com: pypa/setuptools.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkg_resources.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed issue 163 : don't include md5 when comparing two distributions, and scan
Christophe Combelles
2010-05-19
1
-2
/
+5
*
make sure all tests passes on all python versions fixes #149
Tarek Ziade
2010-05-06
1
-3
/
+4
*
Removed spurious UserWarnings. Fixes #134
Tarek Ziade
2010-04-05
1
-1
/
+2
*
Python 2.7 compat
tarek
2010-01-24
1
-1
/
+5
*
fixed the error message used in DistributionNotFound, otherwise it breaks zc....
tarek
2009-12-12
1
-3
/
+7
*
Uses plistlib instead of re. Thanks Florian refs #92
tarek
2009-12-10
1
-8
/
+7
*
fixed the MacPorts failure when platform.mac_ver() fails - fixes #92
tarek
2009-12-10
1
-0
/
+10
*
displaying the package location
tarek
2009-11-30
1
-1
/
+1
*
nicer message when DistributionNotFound is raised
tarek
2009-11-14
1
-1
/
+3
*
unknown setuptools version can be added in the working set, refs #90
tarek
2009-11-11
1
-1
/
+5
*
make sure pkg_resources can be imported in GAE - refs #73
tarek
2009-10-18
1
-1
/
+14
*
we need to be able to use these API to detect the real setuptools at bootstra...
tarek
2009-10-15
1
-4
/
+4
*
an error is raised when installing a 0.7 setuptools with distribute
Reinout van Rees
2009-10-14
1
-2
/
+5
*
Distribute no longer shadows setuptools if we require a 0.7-series
Reinout van Rees
2009-10-14
1
-4
/
+22
*
Indicated spot where extra setuptools >= 0.7 check needs to happen
Reinout van Rees
2009-10-14
1
-0
/
+4
*
marked the two spots where a setuptools < 0.7 check needs to happen
Reinout van Rees
2009-10-14
1
-0
/
+2
*
tiny tweak in docstring to not throw off emacs' syntax highligting
Reinout van Rees
2009-10-14
1
-1
/
+1
*
fixed the parsed api when dealing with setuptools name
tarek
2009-10-13
1
-5
/
+6
*
no setuptools req are returned
tarek
2009-10-13
1
-0
/
+2
*
using project_name instead so we don't bother with the version
tarek
2009-10-13
1
-19
/
+11
*
making sure a setuptools requirement is turned into a distribute one
tarek
2009-10-13
1
-0
/
+6
*
the parse API needs to return distribute when setuptools is asked
tarek
2009-10-10
1
-0
/
+13
*
Changed file() calls to open() calls
agronholm
2009-09-27
1
-1
/
+1
*
Apparently a __ne__ method is necessary, at least under Python 2.4, or you ri...
Lennart Regebro
2009-09-24
1
-0
/
+2
*
Replace cmp.
Martin v. Löwis
2009-09-12
1
-1
/
+2
*
Add rich comparison to distribution object.
Martin v. Löwis
2009-09-12
1
-1
/
+13
*
Revert previous change: _get gives bytes in 3.x.
Martin v. Löwis
2009-09-12
1
-5
/
+11
*
Open _get streams in binary mode.
Martin v. Löwis
2009-09-11
1
-1
/
+1
*
Use types.ModuleType instead of new.module.
Martin v. Löwis
2009-09-11
1
-2
/
+2
*
Change references to ez_setup to point to our own bootstrapping instead.
Hanno Schlichting
2009-08-08
1
-1
/
+1
*
removing setuptools module names from user warnings
tarek
2009-08-05
1
-1
/
+2
*
fixed distribution key in check_version_conflict. I first thaught it was the ...
tarek
2009-07-21
1
-1
/
+1
*
adding the distribute marker here too
tarek
2009-07-21
1
-0
/
+9
*
Avoid a call to /usr/bin/sw_vers on OSX and use the official platform API ins...
Hanno Schlichting
2009-07-17
1
-8
/
+3
*
Fixed a SandboxViolation for mkdir that could occur in certain cases. This cl...
Hanno Schlichting
2009-07-17
1
-10
/
+10
*
Cherry-picked documentation and style changes from setuptools trunk
Hanno Schlichting
2009-07-17
1
-12
/
+3
*
Allow to find_on_path on systems with tight permissions to fail gracefully. T...
Hanno Schlichting
2009-07-16
1
-1
/
+1
*
Corrected inconsitency between documentation and code of add_entry. This clos...
Hanno Schlichting
2009-07-16
1
-1
/
+1
*
Apply patch from pjenvey. Closes #3.
Hanno Schlichting
2009-07-16
1
-1
/
+4
*
Backport doc changes from trunk
PJ Eby
2008-08-21
1
-2
/
+3
*
Fix ``resource_listdir('')`` always returning an empty list for zipped
PJ Eby
2008-02-15
1
-3
/
+3
*
Fix package precedence problem where single-version eggs installed in
PJ Eby
2007-09-04
1
-2
/
+2
*
Backport fixes and doc updates; prep for 0.6c6 release
PJ Eby
2007-05-31
1
-1
/
+1
*
Added ``--local-snapshots-ok`` flag, to allow building eggs from
PJ Eby
2007-02-23
1
-1
/
+1
*
Get rid of 'sets' module usage under Python 2.4+, so that no warnings
PJ Eby
2007-02-23
1
-2
/
+43
*
Actually process relative .egg-link files (backport from trunk)
PJ Eby
2007-02-15
1
-1
/
+1
*
Fix extracted C extensions not having executable permissions under Cygwin.
PJ Eby
2007-02-08
1
-1
/
+42
*
Fix "dev" versions being considered newer than release candidates.
PJ Eby
2006-09-25
1
-1
/
+1
*
More Python 2.5 compatibility fixes.
PJ Eby
2006-09-20
1
-7
/
+7
*
Backport all known 2.5-compatibility fixes
PJ Eby
2006-09-20
1
-7
/
+7
[next]