summaryrefslogtreecommitdiff
path: root/docutils/test
Commit message (Expand)AuthorAgeFilesLines
* Properly escape LaTeX commands in test samples.milde2017-11-064-21/+21
* Move tests for (un)escaping functions to test_utils.milde2017-11-062-45/+12
* Ignore backslash-escaped separators when extracting authors from a paragraph.milde2017-11-041-0/+43
* New function `utils.unescape_rawsource`.milde2017-11-041-0/+16
* `Text.rstrip` and `Text.lstrip` now handle `rawsource` attribute.milde2017-11-041-0/+9
* smartquotes: Fix bug #332.milde2017-10-251-6/+36
* Rename files to care for case-insensitive file systems.milde2017-10-202-1/+1
* Fix bug #331: fixed the "trim" options of the "unicode" directive.goodger2017-10-207-50/+81
* Fix :width: option for the table directives.milde2017-10-1910-21/+162
* Apply [ 121 ] Add a :width: option for the table directives.milde2017-10-061-0/+69
* Add field name as class argument to generic docinfo fields unconditionally.milde2017-10-061-9/+9
* Fixes and test for literal block handling in LaTeX.milde2017-09-2213-14/+1010
* HTML5-compatible meta tags for docinfo items authors, date, and copyright.milde2017-09-141-0/+6
* Fix [ 324 ] Invalid LaTeX for table with empty multicolumn cell.milde2017-09-071-2/+24
* 0.15.dev must not be used after 0.15b or 0.15rc.milde2017-08-181-0/+15
* Added a test case and updated docs/ref/rst/restructuredtext.txt for interpret...goodger2017-08-171-0/+88
* Extra test for meta field list field name with unescaped embedded colons.goodger2017-08-161-0/+9
* * docutils/parsers/rst/states.py: Allow embedded colons in field list field n...goodger2017-08-162-0/+62
* * Consolidated version identifier documentation, moving text from docutils/__...goodger2017-08-151-1/+6
* Test __version_info__.releaselevel values.milde2017-08-151-8/+8
* * Consolidated version numbering documentation in docs/dev/policies.txt (move...goodger2017-08-142-16/+35
* Drop 2.4 and 2.5 compatibility code, part 2.milde2017-08-1411-59/+49
* Drop compatibility code for Python 2.4 and 2.5.milde2017-08-116-8/+11
* Fix [ 323 ]: do not add ``\\\\phantomsection`` and whitespace to ``parts["tit...milde2017-08-088-28/+11
* change version to 0.15b.devgrubert2017-08-0815-15/+15
* version to 0.15.devgrubert2017-08-0315-15/+15
* set version 0.14 finalgrubert2017-08-0315-15/+15
* added docutils.utils.version_identifier() and a testgoodger2017-07-081-2/+9
* set version to 0.14rc3.devgrubert2017-07-0815-15/+15
* 0.14rc2 releasegrubert2017-07-0815-15/+15
* Add test for __version_info__, fix output of optional __version_details__.milde2017-06-231-0/+10
* remove docutils.__version_details__ from outputgoodger2017-06-231-3/+2
* Fix [ 320 ] Russian docinfo fields not recognized.milde2017-06-181-1/+96
* Fix [ 319 ] MathJax CDN shut down on April 30, 2017. milde2017-06-164-10/+9
* Fix [ 318 ] false positive in test_heuristics_no_utf8.milde2017-05-311-3/+10
* change version number from 0.14rc2 to 0.14rc2.devgrubert2017-05-3015-15/+15
* set version: repository 0.14rc2grubert2017-05-2715-15/+15
* Bug fix 0.14rc1grubert2017-05-2715-15/+15
* FIX version number: to 0.14a0grubert2017-05-2715-15/+15
* set version to "prerelease 0.14.0a"grubert2017-05-2715-15/+15
* Fixes to language/region and image size controldkuhlman2017-05-161-0/+2
* Add "smartquotes-locales" setting.milde2017-05-082-1/+82
* unroll problematic refs to their origin in document when reporting errorsmilde2017-05-041-1/+1
* Add platform identification info to alltests.py output.goodger2017-04-261-0/+4
* Fix [ 317 ] Extra space inserted with French smartquotes .milde2017-04-241-0/+66
* Documentation update.milde2017-04-193-1/+10
* LaTeX: Define required Unicode characters in the preamble.milde2017-04-193-70/+73
* Do not add a second ID to problematic references.milde2017-04-067-64/+60
* Update smartquotes: milde2017-03-311-5/+7
* Improve and test "compound" handling in LaTeX.milde2017-03-227-135/+511