summaryrefslogtreecommitdiff
path: root/docutils/utils
Commit message (Expand)AuthorAgeFilesLines
* Rename `io.locale_encoding` to mark it as internal.milde2022-06-171-2/+1
* Ensure locale_encoding is lower case.milde2022-06-151-26/+2
* Unify naming of the "utf-8" codec.milde2022-06-133-13/+13
* Postpone deprecations to Docutils 2.0milde2022-05-301-1/+1
* Prepare switch from optparse to argparse.milde2022-03-171-8/+18
* Remove unused local variablesmilde2022-03-051-1/+0
* Remove unused imports.milde2022-03-053-3/+2
* Avoid line break after binary operator.milde2022-03-051-4/+4
* Avoid ambiguous variable name l (may be mixed up with 1).milde2022-03-051-2/+2
* Do not use bare 'except'.milde2022-03-052-2/+2
* Avoid multiple statements on one line. Fix redundant backslashmilde2022-03-052-9/+10
* Avoid too long lines.milde2022-03-054-114/+117
* Simplify code as dicts have fixed order since 3.6milde2022-03-051-8/+6
* Fix imports.milde2022-03-051-23/+23
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-0410-2/+108
* Remove excess blank lines.milde2022-03-044-10/+0
* Fix (some) missing blank linesmilde2022-03-041-0/+2
* Fix multiple spaces after keywordmilde2022-03-041-1/+1
* Ensure comments start with '# 'milde2022-03-042-9/+9
* Ensure at least two spaces before inline comment.milde2022-03-046-80/+79
* Fix unexpected spaces around equals indicating keyword arguments.milde2022-03-031-7/+7
* Fix multiple spaces after ',' or ':'.milde2022-03-032-4/+4
* Fix missing whitespace after ',' or ':'.milde2022-03-034-84/+84
* Fix missing whitespace around operator.milde2022-03-033-4/+5
* Fix multiple spaces before/after operatormilde2022-03-032-15/+15
* Fix whitespace before/after delimiters and colon.milde2022-03-031-1/+1
* Small fixes, mostly documentation. Test more "list" settings.milde2022-02-051-2/+2
* Fix code indentationmilde2022-01-298-51/+58
* Fix trailing whitespace (flake warnings W293, W391).milde2022-01-291-1/+0
* Fix trailing whitespace (flake warning W291).milde2022-01-291-2/+2
* Smartquotes 1.8.2: Code cleanup. Require Python 3.milde2022-01-271-50/+36
* Do not use combining Unicode characters without base in literal strings.milde2022-01-271-11/+11
* Leftovers and fixes after the big clean-up.milde2022-01-273-16/+16
* New style classes no longer need to inherit from `object`.milde2022-01-266-29/+29
* Drop string prefix "u".milde2022-01-268-2024/+2024
* Skip assigning to a variable when immediately returningmilde2022-01-263-6/+3
* Remove unused importsmilde2022-01-262-3/+1
* Use "x not in y" over "not x in y"milde2022-01-262-12/+12
* Use "is" to check for Nonemilde2022-01-262-2/+2
* Remove redundant parenthesesmilde2022-01-264-13/+13
* Remove re.U(NICODE), it is the default in Python 3milde2022-01-261-5/+5
* Use yield frommilde2022-01-261-2/+1
* Small fixes and clean-ups by Adam Turner.milde2022-01-261-5/+4
* Use generator expressions with functions expecting a sequence.milde2022-01-266-15/+15
* Code modernisation. Use literals.milde2022-01-261-4/+4
* Update URLs in the docs.milde2022-01-213-4/+3
* Fix flake8 warnings.milde2022-01-212-22/+5
* Change http://docutils.sf.net -> https://docutils.sourceforge.iomilde2022-01-202-2/+2
* Change removal warnings to "minor + 2" where appropriate.milde2022-01-142-3/+4
* Module "locale" is supported by Jython since version 2.7.2.milde2022-01-111-1/+1