summaryrefslogtreecommitdiff
path: root/docutils/test/test_settings.py
Commit message (Expand)AuthorAgeFilesLines
* Ignore ``frontend.OptionParser`` deprecation warnings in ``HelperFunctionTests``aa-turner2022-12-021-2/+4
* Use unicode literal for U+00E4aa-turner2022-12-021-3/+3
* 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-0/+7
* Make the tests agnostic to the working directoryaa-turner2022-11-101-11/+14
* Simplify ``ConfigFileTests.compare_output``aa-turner2022-10-211-17/+6
* Cleanup.milde2022-07-281-1/+0
* Prepare switch from optparse to argparse.milde2022-03-171-3/+3
* Remove unused imports.milde2022-03-051-2/+2
* Avoid multiple statements on one line. Fix redundant backslashmilde2022-03-051-1/+2
* Avoid too long lines.milde2022-03-051-9/+9
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-041-0/+3
* Fix (some) missing blank linesmilde2022-03-041-0/+1
* Ensure at least two spaces before inline comment.milde2022-03-041-2/+2
* Fix missing whitespace after ',' or ':'.milde2022-03-031-4/+4
* Fix whitespace before/after delimiters and colon.milde2022-03-031-21/+21
* Fix r9010.milde2022-02-251-4/+5
* Test error reporting for config file syntax errors.milde2022-02-211-16/+22
* Add test for configuration file specification. Fix false positives.milde2022-02-071-6/+25
* Small fixes, mostly documentation. Test more "list" settings.milde2022-02-051-6/+13
* Fix code indentationmilde2022-01-291-5/+8
* Drop string prefix "u".milde2022-01-261-65/+52
* Small fixes and clean-ups by Adam Turner.milde2022-01-261-2/+2
* Add missing comma (fix syntax error).milde2022-01-241-2/+2
* Test config settings in "non-native" config file sections.milde2022-01-241-1/+20
* Test config settings with "side-effects" (overwriting other settings).milde2022-01-241-6/+23
* Fix/silence DeprecationWarnings and RessourceWarnings.milde2022-01-061-0/+2
* Remove "coding:" slugmilde2022-01-031-2/+0
* Remove 2.7-compatibility __future__ imports.milde2022-01-031-2/+1
* Deprecation warning updates.milde2021-11-051-6/+15
* py3: Switch to print functionsmilde2019-08-261-4/+5
* Add "smartquotes-locales" setting.milde2017-05-081-1/+60
* Bugfix: do not make "stylesheet-path"s absolute.milde2013-03-151-3/+3
* Unify/simplify type testing in "validate_*_list".milde2013-01-011-4/+9
* Fix: 3598893 --stylesheet and --stylesheet-path options broken, patch partial...grubert2012-12-311-1/+1
* Add tests for frontend.validate_comma_separated_list and frontend.validate_co...grubert2012-12-311-0/+25
* Use True/False for booleans. frontend.validate_ternary() returns True/False o...milde2012-11-261-9/+9
* New setting validators, code cleanup.milde2012-10-121-4/+5
* Drop support for Python 2.3.milde2012-06-221-5/+0
* python 2.3 alias unittest.TestCase.assertTrue (possibly reverted on next rele...grubert2012-05-011-0/+6
* Fix [ 3481980 ] Use os.getcwdu() in make_paths_absolute().milde2012-02-031-0/+24
* Replace deprecated aliases for assert methods with correct names.milde2012-02-031-2/+2
* Fix parsing of lists from config files.milde2011-11-221-2/+10
* One more cleanup as we require Python 2.3 now.milde2009-10-091-2/+2
* Prepare for python 3.0: minimize "types" module where possible (gbrandl).grubert2008-11-301-1/+0
* Merged abolish-userstring-haskey r5609:5616 to trunk.strank2008-07-281-2/+2
* undo accidental commit to trunkstrank2008-07-231-2/+2
* Replace all has_key with the in operator.strank2008-07-231-2/+2
* correct faulty setting definitions & add test; 0.4 backport candidategoodger2006-11-121-0/+1
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2