summaryrefslogtreecommitdiff
path: root/pydoc.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix dependency on Python 2.5phillip.eby2007-10-261-21/+1
| | | | git-svn-id: http://svn.python.org/projects/sandbox/trunk/setuptools@58661 6015fed2-1504-0410-9fe1-9d1591cc4771
* Match Python 2.5 pydocphillip.eby2007-02-061-1/+21
| | | | git-svn-id: http://svn.python.org/projects/sandbox/trunk/setuptools@53645 6015fed2-1504-0410-9fe1-9d1591cc4771
* Backport pkgutil, pydoc, and doctest from the 2.5 trunk to setuptools phillip.eby2006-04-181-0/+2232
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