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
*
Update the child's __path__ in declare_namespace, even if the parent is
Aurelien Bompard
2011-06-01
1
-4
/
+4
*
Adds some missing bits to the sandbox fix--need to actually save/restore the ...
Erik Bray
2011-05-20
1
-0
/
+1
*
save the working set state
Tarek Ziade
2011-05-20
1
-10
/
+46
*
Don't try to import the parent of a namespace package in declare_namespace --...
Aurelien Bompard
2011-05-17
1
-5
/
+6
*
avoiding name collisions when looking for md5 in fragment
Tarek Ziade
2010-05-25
1
-1
/
+1
*
using urlparse to extract the fragment
Tarek Ziade
2010-05-25
1
-3
/
+10
*
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
[next]