summaryrefslogtreecommitdiffstats
path: root/Lib/pydoc_data
Commit message (Collapse)AuthorAgeFilesLines
* Update pydoc topics.Georg Brandl2010-12-191-3/+3
|
* Update pydoc topics.Georg Brandl2010-12-041-10/+10
|
* Add missing CSS file from r86962Nick Coghlan2010-12-031-0/+6
|
* Update pydoc topics.Georg Brandl2010-11-131-10/+10
|
* Update pydoc topics.Georg Brandl2010-10-101-12/+12
|
* Update pydoc topics.Georg Brandl2010-09-051-10/+11
|
* Update pydoc topics and adapt Topics builder to Sphinx 1.0.Georg Brandl2010-07-311-34/+33
|
* update pydoc-topicsBenjamin Peterson2009-06-261-1/+1
|
* update pydoc topicsBenjamin Peterson2009-06-131-6/+6
|
* update pydoc topicsv3.1rc1Benjamin Peterson2009-05-301-10/+10
|
* update pydoc_topicsBenjamin Peterson2009-05-061-8/+8
|
* Update pydoc topics for py3k.Georg Brandl2009-04-271-83/+78
|
* Merged revisions 71960 via svnmerge fromGeorg Brandl2009-04-272-0/+83
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/. ........