summaryrefslogtreecommitdiff
path: root/docutils/tools/dev/unicode2rstsubs.py
Commit message (Expand)AuthorAgeFilesLines
* Add encoding arguments when opening files.milde2022-06-151-1/+1
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-041-0/+3
* Fix code indentationmilde2022-01-291-3/+3
* New style classes no longer need to inherit from `object`.milde2022-01-261-1/+1
* Use generator expressions with functions expecting a sequence.milde2022-01-261-2/+2
* Update URLs in the docs.milde2022-01-211-2/+2
* Change http://docutils.sourceforge.net -> https://docutils.sourceforge.iomilde2022-01-201-1/+1
* Remove unused optparse import.milde2022-01-141-1/+0
* Drop special-casing for Python 2.x in tests and tools.milde2022-01-031-5/+1
* Remove 2.7-compatibility __future__ imports.milde2022-01-031-2/+1
* Formatting changes to facilitate integration of "py3" patchset.milde2019-08-271-1/+1
* py3: Use 'sorted(foo)' instead of 'foo.sort()'milde2019-08-261-4/+2
* py3: Switch to print functionsmilde2019-08-261-0/+1
* py3: Use new style classesmilde2019-08-261-1/+1
* Make tools/ compatible with both, Python 2 and 3 without 2to3-conversion.milde2012-06-131-11/+14
* 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
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* tool for developers; movedgoodger2005-06-201-0/+204