summaryrefslogtreecommitdiff
path: root/sphinx/builders/devhelp.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * Update copyright year.Georg Brandl2014-03-011-1/+1
| |
* | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-1/+1
|/ | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections.
* fix: `import xml` confusing. 2to3 converted `import xml.etree....` into ↵Takayuki Shimizukawa2013-01-141-0/+1
| | | | `from . import ...`
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* Fix DevHelp index entries too.Georg Brandl2011-11-011-2/+2
|
* merge with 1.0Georg Brandl2011-01-041-1/+1
|\
| * New year update.Georg Brandl2011-01-041-1/+1
| |
* | Docstring harmonization.Georg Brandl2010-08-221-1/+0
|/
* Make the _ gettext alias an explicit import instead of installing into builtins.Georg Brandl2010-01-171-3/+0
|
* merge with trunkGeorg Brandl2010-01-021-3/+7
|\
| * Fix cElementTree importPauli Virtanen2009-06-281-1/+1
| |
| * devhelp: produce better index term sub-itemsPauli Virtanen2009-06-281-2/+6
| |
* | merge with 0.6Georg Brandl2010-01-011-1/+1
|/
* Add GNOME Devhelp builderPauli Virtanen2009-06-271-0/+132