summaryrefslogtreecommitdiff
path: root/_pkgutil.py
Commit message (Collapse)AuthorAgeFilesLines
* Sync pkgutil from trunkphillip.eby2006-07-281-16/+59
| | | | git-svn-id: http://svn.python.org/projects/sandbox/trunk/setuptools@50921 6015fed2-1504-0410-9fe1-9d1591cc4771
* Backport whitespace normalization from 2.5 trunk.phillip.eby2006-04-191-4/+4
| | | | git-svn-id: http://svn.python.org/projects/sandbox/trunk/setuptools@45554 6015fed2-1504-0410-9fe1-9d1591cc4771
* Backport pkgutil, pydoc, and doctest from the 2.5 trunk to setuptools phillip.eby2006-04-181-0/+503
0.7 trunk. (Sideport?) Setuptools 0.7 will install these in place of the 2.3/2.4 versions (at least of pydoc and doctest) to let them work properly with eggs. pkg_resources now depends on the 2.5 pkgutil, which is included here as _pkgutil, to work around the fact that some system packagers will install setuptools without overriding the stdlib modules. But users who install their own setuptools will get them, and the system packaged people probably don't need them. git-svn-id: http://svn.python.org/projects/sandbox/trunk/setuptools@45514 6015fed2-1504-0410-9fe1-9d1591cc4771