index
:
delta/python-packages/docutils.git
abolish-userstring
abolish-userstring-haskey
abolish-userstring-haskey@5608
abolish-userstring@5603
address-rendering
address-rendering@4309
adjacent-citations
adjacent-citations@5042
ax
better-emacs
blais_interrupt_render
blais_interruptus
blais_interruptus@3512
directives
docutils-0.4
docutils-0.4@4265
goodger
include-after-until
include-after-until@4999
index-bug
index-bug@5586
lossless-rst-writer
lossless-rst-writer@5513
master
multiple-ids
nesting
plugins
plugins@4951
rel-0.15
reporter-categories
reporter-categories@3161
s5
s5@4010
subdocs
subdocs@5264
tibs
todo
todo2
todo2@3743
todo@3675
transforms
vendor
svn.code.sf.net: p/docutils/code
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docutils
/
frontend.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
docutils-cli.py: Read settings from standard configuration files.
milde
2021-10-19
1
-3
/
+3
*
Change default value for the "auto_id_prefix" setting to "%".
milde
2021-06-18
1
-1
/
+1
*
Minor code and documentation cleanup.
milde
2021-04-08
1
-1
/
+1
*
Provide fallbacks for parser config settings.
milde
2021-04-07
1
-1
/
+8
*
Documentation update.
milde
2020-12-01
1
-4
/
+4
*
Call correct version of 'getcwd(u)'
milde
2019-12-13
1
-1
/
+1
*
trivial: Misc whitespace fixes
milde
2019-08-27
1
-1
/
+1
*
py3: Handle 'os.getcwdu' to 'os.getcwd' rename
milde
2019-08-27
1
-1
/
+3
*
Formatting changes to facilitate integration of "py3" patchset.
milde
2019-08-27
1
-3
/
+3
*
Handle 'ConfigParser' to 'configparser' rename.
milde
2019-08-26
1
-5
/
+9
*
Consistent Python 3 checks.
milde
2019-08-26
1
-2
/
+2
*
py3: Replace deprecated form of raising exception
milde
2019-08-26
1
-15
/
+10
*
py3: Add aliases for removed symbols
milde
2019-08-26
1
-0
/
+3
*
py3: Switch to 'except foo as bar' syntax
milde
2019-08-26
1
-4
/
+4
*
Drop support for Python 3.3
milde
2019-08-26
1
-1
/
+1
*
Add test for __version_info__, fix output of optional __version_details__.
milde
2017-06-23
1
-2
/
+4
*
Add "smartquotes-locales" setting.
milde
2017-05-08
1
-3
/
+39
*
Unify/simplify type testing in "validate_*_list".
milde
2013-01-01
1
-11
/
+6
*
Fix: 3598893 --stylesheet and --stylesheet-path options broken, patch partial...
grubert
2012-12-31
1
-7
/
+5
*
TODO for BUG: 3598893 --stylesheet/path broken
grubert
2012-12-31
1
-0
/
+6
*
fix typo
grubert
2012-12-31
1
-1
/
+1
*
Use True/False for booleans. frontend.validate_ternary() returns True/False o...
milde
2012-11-26
1
-7
/
+5
*
New setting validators, code cleanup.
milde
2012-10-12
1
-19
/
+55
*
math, error_reporting, and urischemes moved to the utils package.
milde
2012-06-25
1
-1
/
+1
*
Fix [ 3481980 ] Use os.getcwdu() in make_paths_absolute().
milde
2012-02-03
1
-3
/
+3
*
Fix parsing of lists from config files.
milde
2011-11-22
1
-4
/
+6
*
Work around encoding problems in Py3k. Fixes [ 3395948 ]
milde
2011-10-20
1
-1
/
+1
*
Fix deprecation warning with Python 3.2
milde
2011-07-05
1
-1
/
+4
*
New sub-module and test suite for error reporting.
milde
2011-05-19
1
-6
/
+7
*
fix and re-organize error printing to sys.stderr
milde
2011-05-10
1
-20
/
+7
*
Fix 3149845 (patch by Toshio Kuratomi)
milde
2011-05-06
1
-5
/
+5
*
Fix: failsafe encoding of unicode strings before writing to sys.stderr
milde
2011-05-06
1
-1
/
+3
*
More robust guess of input/output encoding.
milde
2011-05-04
1
-4
/
+17
*
Code cleanup (removing pre 2.3 compatibility code)
milde
2011-05-04
1
-6
/
+0
*
Handle language codes according to BCP 47
milde
2010-09-17
1
-1
/
+1
*
fix typo
milde
2009-11-30
1
-2
/
+2
*
filter_settings_spec() now also allows to replace option specifications
milde
2009-11-13
1
-9
/
+20
*
New function filte_settings_spec
milde
2009-11-11
1
-6
/
+20
*
Drop extras/optparse.py and extras/textwrap.py (stdlib modules since 2.3).
milde
2009-10-05
1
-6
/
+2
*
Fix [ 2821266 ] --strict option works now like --halt=info.
milde
2009-09-17
1
-1
/
+1
*
Fix [ 2781629 ] support non-ASCII chars in file names.
milde
2009-09-10
1
-7
/
+14
*
Prepare for python 3.0: minimize "types" module where possible (gbrandl).
grubert
2008-11-30
1
-5
/
+4
*
Merged abolish-userstring-haskey r5609:5616 to trunk.
strank
2008-07-28
1
-4
/
+4
*
added warking on --strip-* options
goodger
2008-01-14
1
-1
/
+3
*
added Python version info
goodger
2008-01-14
1
-2
/
+3
*
Added ``--strip-elements-with-class`` and ``--strip-class`` options (``strip_...
goodger
2007-02-12
1
-2
/
+27
*
correct faulty setting definitions & add test; 0.4 backport candidate
goodger
2006-11-12
1
-4
/
+2
*
record paths of applied configuration files in _config_files runtime setting
goodger
2006-11-06
1
-2
/
+18
*
Added a kludge to allow publishing from within mod_python.
blais
2006-06-25
1
-1
/
+13
*
use $Id$ instead of $Date$ and $Revision$;
wiemann
2006-05-21
1
-4
/
+2
[next]