aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/pydoc_data/topics.py
Commit message (Collapse)AuthorAge
* Python 3.4.0rc1 release: Updated pydoc topics, fixed suspicious markup errors.Larry Hastings2014-02-10
|
* Documentation fixes, including fixing "suspicious" problems.Larry Hastings2014-01-26
|
* Regenerated pydoc/topics.py, and fix a "suspicious" doc error.Larry Hastings2014-01-05
|
* Updated pydoc topics for 3.4.0b1.Larry Hastings2013-11-24
|
* Rebuild pydoc topics for 3.4.0a4 release.Larry Hastings2013-10-20
|
* Updated pydoc topics.py for 3.4a3 release.Larry Hastings2013-09-28
|
* Update pydoc topic index for Python 3.4.0a2.Larry Hastings2013-09-07
|
* Updated pydoc topics for Python 3.4.0a1 release.Larry Hastings2013-08-03
|
* Update pydoc topics.Georg Brandl2013-03-23
|
* Update pydoc topics and suspicious markup file.Georg Brandl2012-08-25
|
* Fix markup errors and update pydoc topics.Georg Brandl2012-08-11
|
* Update suspicious ignore file and pydoc topics.Georg Brandl2012-06-26
|
* Update pydoc topics and fix new suspicious markup.Georg Brandl2012-05-30
|
* Regenerate pydoc topics.Georg Brandl2012-05-01
|
* Update pydoc topics.Georg Brandl2012-04-01
|
* Regenerate pydoc topics.Georg Brandl2012-03-04
|
* #11926: merge with 3.2.Ezio Melotti2011-04-28
|\
| * #11926: merge with 3.1.Ezio Melotti2011-04-28
|/|
| * #11926: add missing keywords to help("keywords").Ezio Melotti2011-04-28
| |
* | Topic and suspicious update.Georg Brandl2011-02-20
| |
* | Update pydoc topics.Georg Brandl2011-02-13
| |
* | Update pydoc topics.Georg Brandl2011-01-30
| |
* | Update pydoc topics.Georg Brandl2011-01-15
| |
* | Update pydoc topics.Georg Brandl2010-12-19
| |
* | Update pydoc topics.Georg Brandl2010-12-04
| |
* | Update pydoc topics.Georg Brandl2010-11-13
| |
* | Update pydoc topics.Georg Brandl2010-10-10
| |
* | Update pydoc topics.Georg Brandl2010-09-05
| |
* | Update pydoc topics and adapt Topics builder to Sphinx 1.0.Georg Brandl2010-07-31
|/
* update pydoc-topicsBenjamin Peterson2009-06-26
|
* update pydoc topicsBenjamin Peterson2009-06-13
|
* update pydoc topicsv3.1rc1Benjamin Peterson2009-05-30
|
* update pydoc_topicsBenjamin Peterson2009-05-06
|
* Update pydoc topics for py3k.Georg Brandl2009-04-27
|
* Merged revisions 71960 via svnmerge fromGeorg Brandl2009-04-27
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/. ........