summaryrefslogtreecommitdiff
path: root/docutils/test/test_language.py
Commit message (Expand)AuthorAgeFilesLines
* Fix IndexError when running individual test modules under Python <3.9milde2022-11-261-1/+1
* Fix import errors with ``python -m unittest``.milde2022-11-251-2/+3
* Fix running of individual test (first batch).milde2022-11-241-0/+7
* Refactor ``test_language``aa-turner2022-10-281-199/+85
* Prepare switch from optparse to argparse.milde2022-03-171-1/+1
* Remove unused local variablesmilde2022-03-051-3/+1
* Remove unused imports.milde2022-03-051-1/+1
* Fix imports.milde2022-03-051-1/+3
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-041-0/+3
* Ensure comments start with '# 'milde2022-03-041-2/+2
* Ensure at least two spaces before inline comment.milde2022-03-041-1/+1
* Fix multiple spaces before/after operatormilde2022-03-031-1/+1
* Remove redundant parenthesesmilde2022-01-261-1/+1
* Small fixes and clean-ups by Adam Turner.milde2022-01-261-9/+4
* Document incompatibility with "pytest" and "nosetest". Update.milde2022-01-121-4/+14
* Drop special-casing for Python 2.x in tests and tools.milde2022-01-031-6/+3
* py3: Wrap 'foo.keys()', 'zip(foo, bar') in 'list'milde2019-08-271-1/+1
* Formatting changes to facilitate integration of "py3" patchset.milde2019-08-271-1/+1
* Consistent Python 3 checks.milde2019-08-261-1/+1
* py3: Use 'sorted(foo)' instead of 'foo.sort()'milde2019-08-261-4/+2
* py3: Add aliases for removed symbolsmilde2019-08-261-2/+5
* py3: Switch to 'except foo as bar' syntaxmilde2019-08-261-2/+2
* Fix: (in regex) py38 SyntaxWarning: invalid escape sequence \grubert2019-08-101-1/+1
* Fix [3559988] and [3560841] __import__ local writer, reader, languages and pa...grubert2012-08-261-0/+5
* Do not fail, if the specified langauage is not supported by Docutils,milde2010-09-281-6/+10
* Handle language codes according to BCP 47 milde2010-09-171-1/+3
* Prepare for python 3.0: minimize "types" module where possible (gbrandl).grubert2008-11-301-3/+2
* Merged abolish-userstring-haskey r5609:5616 to trunk.strank2008-07-281-4/+4
* undo accidental commit to trunkstrank2008-07-231-4/+4
* Replace all has_key with the in operator.strank2008-07-231-4/+4
* reverted r5032; breaks Python 2.2 compatibilitywiemann2007-03-211-2/+2
* replaced 'raw_unicode_escape' with 'ascii', 'backslashreplace' so we don't ge...wiemann2007-03-211-2/+2
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+3
* corrected order of importsgoodger2005-12-031-5/+6
* set executable bits on test fileswiemann2005-03-221-0/+0
* updatedgoodger2004-04-161-2/+2
* updatedgoodger2004-04-161-3/+3
* added tests for bibliographic fields and rolesgoodger2003-06-281-10/+66
* updatedgoodger2002-12-051-2/+5
* updatedgoodger2002-11-141-7/+18
* + fix directive checking.grubert2002-11-131-0/+3
* Adapted to DocutilsTestSupport.pygoodger2002-11-131-68/+100
* Tests for language modules completeness. By Engelbert Gruber.goodger2002-11-131-0/+105