| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
| |\ | |||||
| | * | 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. | ||||
| * | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
| |/ | |||||
| * | change: now XMLBuilder.get_target_uri() return docname to keep reference ↵ | shimizukawa | 2013-06-16 | 1 | -1/+1 |
| | | | | | information from document to another document. refs #1193 | ||||
| * | 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 |
| | | |||||
| * | xml: Fix compatibility with docutils<0.9 | Jonathan Waltman | 2012-12-10 | 1 | -0/+13 |
| | | |||||
| * | Add Docutils-native XML and pseudo-XML builders | Jon Waltman | 2012-12-04 | 1 | -0/+85 |
