summaryrefslogtreecommitdiffstats
path: root/Lib/pydoc_topics.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 71960 via svnmerge fromGeorg Brandl2009-04-271-78/+0
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r71960 | georg.brandl | 2009-04-26 11:56:44 +0200 (So, 26 Apr 2009) | 1 line Move pydoc_topics module to its own subdirectory, so that no generated code is in Lib/. ........
* Bump to 3.0rc3v3.0rc3Barry Warsaw2008-11-211-7/+7
|
* updateBarry Warsaw2008-11-071-1/+1
|
* Bumping to 3.0rc2.Barry Warsaw2008-11-061-5/+5
|
* update pydoc-topicsBenjamin Peterson2008-10-021-25/+25
|
* Merged revisions 63871 via svnmerge fromGeorg Brandl2008-06-011-0/+78
svn+ssh://pythondev@svn.python.org/python/trunk ........ r63871 | georg.brandl | 2008-06-01 22:33:55 +0200 (Sun, 01 Jun 2008) | 3 lines Generate pydoc's topic help from the reST docs via Sphinx' new text writer. ........