summaryrefslogtreecommitdiff
path: root/docutils/tools/dev
Commit message (Expand)AuthorAgeFilesLines
* Simplify/update utils.punctuation_chars and generating script.milde2022-11-241-83/+86
* Use a simpler algorithm to generate char listsaa-turner2022-11-161-17/+8
* Fix ``punctuation_chars`` regeneration for testsaa-turner2022-11-161-0/+7
* Update `utils.punctuation_chars` (keeping backwards compatibility).milde2022-11-161-26/+27
* Update ``generate_punctuation_chars`` templatesaa-turner2022-11-161-26/+28
* Move ``quicktest`` to ``tools/dev``aa-turner2022-11-021-0/+221
* Cleanup.milde2022-07-281-1/+1
* Add encoding arguments when opening files.milde2022-06-151-1/+1
* Unify naming of the "utf-8" codec.milde2022-06-131-6/+6
* Remove unused imports.milde2022-03-051-2/+2
* Avoid ambiguous variable name l (may be mixed up with 1).milde2022-03-051-13/+13
* Avoid too long lines.milde2022-03-052-3/+5
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-043-0/+9
* Ensure at least two spaces before inline comment.milde2022-03-041-8/+8
* Fix unexpected spaces around equals indicating keyword arguments.milde2022-03-031-1/+1
* Fix missing whitespace around operator.milde2022-03-031-3/+3
* Fix code indentationmilde2022-01-292-14/+12
* New style classes no longer need to inherit from `object`.milde2022-01-262-2/+2
* Use generator expressions with functions expecting a sequence.milde2022-01-261-2/+2
* Modernise helper script generating `punctuation_chars.py`.milde2022-01-261-39/+37
* Update URLs in the docs.milde2022-01-213-5/+5
* Change http://docutils.sourceforge.net -> https://docutils.sourceforge.iomilde2022-01-201-1/+1
* Change http://docutils.sf.net -> https://docutils.sourceforge.iomilde2022-01-202-2/+2
* Remove unused optparse import.milde2022-01-141-1/+0
* Drop special-casing for Python 2.x in tests and tools.milde2022-01-033-38/+8
* Remove "coding:" slugmilde2022-01-031-2/+0
* Remove 2.7-compatibility __future__ imports.milde2022-01-034-10/+5
* Fix spellingmilde2021-10-221-1/+1
* Fix link to 2-Clause BSD license.milde2020-09-041-2/+2
* Formatting changes to facilitate integration of "py3" patchset.milde2019-08-273-5/+5
* py3: Replace 'ur' prefixmilde2019-08-271-2/+8
* Consistent Python 3 checks.milde2019-08-262-4/+4
* py3: Use 'sorted(foo)' instead of 'foo.sort()'milde2019-08-262-6/+3
* py3: Resolve some additional undefined symbolsmilde2019-08-261-11/+0
* py3: Add aliases for removed symbolsmilde2019-08-261-5/+5
* py3: Switch to print functionsmilde2019-08-264-45/+6
* py3: Use new style classesmilde2019-08-262-3/+3
* Generate the complete punctuation_chars module with the corresponding tool.milde2017-01-171-60/+190
* "Outsourcing" of development code from utils.punctuation_chars.milde2017-01-051-0/+334
* Make tools/ compatible with both, Python 2 and 3 without 2to3-conversion.milde2012-06-133-32/+42
* Merged abolish-userstring-haskey r5609:5616 to trunk.strank2008-07-282-3/+3
* undo accidental commit to trunkstrank2008-07-231-2/+2
* Replace all has_key with the in operator.strank2008-07-231-2/+2
* adjusted name and email addresswiemann2007-05-312-3/+3
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-213-16/+8
* changed comment at the top of unicode_latex.pywiemann2005-06-201-5/+7
* moved create_unimap.py to tools/dev/wiemann2005-06-201-0/+80
* tool for developers; movedgoodger2005-06-201-0/+204
* fixed name *sigh*wiemann2005-06-151-0/+0
* moved profiledocutils and testcoverage into main treewiemann2005-06-152-0/+42