Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -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. | |||||
* | Closes #901: Emit a warning when using docutils' new "math" markup without a ↵ | Georg Brandl | 2014-01-11 | 1 | -0/+1 | |
| | | | | Sphinx math extension active. | |||||
* | builders: the text and xml builders can be parallelized too | Georg Brandl | 2013-01-14 | 1 | -0/+1 | |
| | ||||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 | |
| | ||||||
* | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
| | ||||||
* | Rename os to osutil, thanks to relative imports. | Georg Brandl | 2010-01-17 | 1 | -1/+1 | |
| | ||||||
* | Refactor util package. | Georg Brandl | 2010-01-17 | 1 | -1/+1 | |
| | ||||||
* | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 | |
| | ||||||
* | Use standard ``file:line: warning: message`` format for warning messages. | Georg Brandl | 2009-03-05 | 1 | -1/+1 | |
| | ||||||
* | Added an ``only`` directive that can selectively include text | Georg Brandl | 2009-02-19 | 1 | -0/+1 | |
| | | | | | | based on enabled "tags". Tags can be given on the command line. Also, the current builder output format (e.g. "html" or "latex") is always a defined tag. | |||||
* | Reformat to EOL80. | Georg Brandl | 2009-01-10 | 1 | -2/+3 | |
| | ||||||
* | Merge in copyright style changes from 0.5. | Georg Brandl | 2009-01-03 | 1 | -1/+1 | |
| | ||||||
* | Explicitly refer to the license in :license: tags. | Georg Brandl | 2008-12-27 | 1 | -1/+1 | |
| | ||||||
* | Move builders and writers into new packages. | Georg Brandl | 2008-11-29 | 1 | -0/+68 | |