summaryrefslogtreecommitdiff
path: root/docutils/parsers
Commit message (Expand)AuthorAgeFilesLines
* Postpone deprecations to Docutils 2.0milde2022-05-301-2/+2
* New wrapper module for "CommonMark" parsers.milde2022-03-293-4/+63
* Update PEP base URL and template.milde2022-03-131-2/+2
* core.Publisher.publish(): Prompt when waiting for input from a terminal.milde2022-03-112-1/+3
* Remove unused local variablesmilde2022-03-052-3/+1
* Remove unused imports.milde2022-03-058-20/+18
* Avoid line break after binary operator.milde2022-03-052-9/+9
* Avoid multiple statements on one line. Fix redundant backslashmilde2022-03-052-2/+2
* Avoid too long lines.milde2022-03-0532-133/+124
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-046-0/+53
* Remove excess blank lines.milde2022-03-042-4/+0
* Fix multiple spaces after keywordmilde2022-03-041-1/+1
* Ensure comments start with '# 'milde2022-03-0428-151/+151
* Ensure at least two spaces before inline comment.milde2022-03-0416-67/+67
* Fix missing whitespace after ',' or ':'.milde2022-03-0326-27/+52
* Fix missing whitespace around operator.milde2022-03-034-8/+8
* Fix multiple spaces before/after operatormilde2022-03-031-1/+1
* Fix whitespace before/after delimiters and colon.milde2022-03-032-11/+11
* More detailled import error for missing components.milde2022-02-101-4/+4
* Fix code indentationmilde2022-01-2915-262/+284
* Fix trailing whitespace (flake warnings W293, W391).milde2022-01-294-6/+3
* Add `reporter` to `parsers.rst.Directive` class attributes.milde2022-01-294-77/+82
* Update IO error handling.milde2022-01-273-11/+14
* Use generator expressions instead of lists.milde2022-01-271-3/+4
* New style classes no longer need to inherit from `object`.milde2022-01-265-7/+7
* Drop string prefix "u".milde2022-01-2630-1479/+1479
* One more pair of redundant parenthesesmilde2022-01-261-1/+1
* Skip assigning to a variable when immediately returningmilde2022-01-262-8/+4
* Remove unused importsmilde2022-01-268-8/+0
* Use "x not in y" over "not x in y"milde2022-01-261-1/+1
* Remove redundant parenthesesmilde2022-01-264-11/+11
* Remove re.U(NICODE), it is the default in Python 3milde2022-01-261-25/+24
* Small fixes and clean-ups by Adam Turner.milde2022-01-264-8/+4
* Use generator expressions with functions expecting a sequence.milde2022-01-262-4/+4
* Update base URL config settings defaults.milde2022-01-211-4/+4
* Change http://docutils.sourceforge.net -> https://docutils.sourceforge.iomilde2022-01-2032-32/+32
* Change http://docutils.sf.net -> https://docutils.sourceforge.iomilde2022-01-2030-31/+31
* Change removal warnings to "minor + 2" where appropriate.milde2022-01-142-5/+7
* Fix stub node in recommonmark-wrapper parser module.milde2022-01-141-10/+8
* Fix DeprecationWarning in recommonmark_wrapper.milde2022-01-121-3/+12
* Update recommonmark wrapper and tests.milde2022-01-111-37/+4
* Use "with ... as" when opening resources.milde2022-01-111-2/+1
* Drop use of utils.error_reporting module and deprecate it.milde2022-01-072-14/+11
* Fix/silence DeprecationWarnings and RessourceWarnings.milde2022-01-061-4/+3
* Deprecate `nodes.reprunicode` and `nodes.ensure_str()`.milde2022-01-041-1/+0
* Drop (most) special-casing for Python 2.x.milde2022-01-034-68/+36
* Remove "coding:" slugmilde2022-01-0316-17/+1
* Avoid mutables as function argument defaults.milde2021-12-291-41/+56
* More detailled system-message for include directive with missing parser.milde2021-12-234-136/+138
* Fix: typo in messagegrubert2021-11-181-2/+2