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
/
utils
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use pathlib.Path in utils.find_file_in_dirs().
milde
2022-11-28
1
-15
/
+10
*
Use "pathlib" to simplify path manipulations. No change to behaviour.
milde
2022-11-24
1
-9
/
+21
*
New function utils.xml_declaration()
milde
2022-11-13
1
-0
/
+13
*
Use the built-in ``open`` instead of ``FileOutput``
aa-turner
2022-11-03
1
-13
/
+12
*
Unify naming of the "utf-8" codec.
milde
2022-06-13
1
-1
/
+1
*
Postpone deprecations to Docutils 2.0
milde
2022-05-30
1
-1
/
+1
*
Prepare switch from optparse to argparse.
milde
2022-03-17
1
-8
/
+18
*
Remove unused imports.
milde
2022-03-05
1
-1
/
+2
*
Avoid multiple statements on one line. Fix redundant backslash
milde
2022-03-05
1
-1
/
+2
*
Avoid too long lines.
milde
2022-03-05
1
-1
/
+1
*
Ensure 2 blank lines around top-level functions and classes.
milde
2022-03-04
1
-1
/
+20
*
Ensure at least two spaces before inline comment.
milde
2022-03-04
1
-4
/
+5
*
Fix multiple spaces after ',' or ':'.
milde
2022-03-03
1
-3
/
+3
*
Fix missing whitespace after ',' or ':'.
milde
2022-03-03
1
-2
/
+2
*
Fix missing whitespace around operator.
milde
2022-03-03
1
-2
/
+2
*
Small fixes, mostly documentation. Test more "list" settings.
milde
2022-02-05
1
-2
/
+2
*
Fix code indentation
milde
2022-01-29
1
-11
/
+13
*
New style classes no longer need to inherit from `object`.
milde
2022-01-26
1
-2
/
+2
*
Drop string prefix "u".
milde
2022-01-26
1
-2
/
+2
*
Skip assigning to a variable when immediately returning
milde
2022-01-26
1
-2
/
+1
*
Use "x not in y" over "not x in y"
milde
2022-01-26
1
-3
/
+3
*
Use "is" to check for None
milde
2022-01-26
1
-1
/
+1
*
Use generator expressions with functions expecting a sequence.
milde
2022-01-26
1
-3
/
+3
*
Update URLs in the docs.
milde
2022-01-21
1
-1
/
+0
*
Change removal warnings to "minor + 2" where appropriate.
milde
2022-01-14
1
-1
/
+2
*
Drop use of utils.error_reporting module and deprecate it.
milde
2022-01-07
1
-10
/
+8
*
Deprecate `nodes.reprunicode` and `nodes.ensure_str()`.
milde
2022-01-04
1
-3
/
+3
*
Drop (most) special-casing for Python 2.x.
milde
2022-01-03
1
-11
/
+3
*
Remove "coding:" slug
milde
2022-01-03
1
-1
/
+0
*
Fixup for [r8891]. Fix bug #434.
milde
2021-11-18
1
-0
/
+2
*
Fix behaviour of get_stylesheet_list()
milde
2021-11-17
1
-4
/
+10
*
Update documentation and handling of (east-asian) wide characters.
milde
2021-11-14
1
-1
/
+1
*
Add DeprecationWarnings and FutureWarnings for planned changes.
milde
2021-11-05
1
-2
/
+2
*
Fix spelling
milde
2021-10-22
1
-1
/
+1
*
Remove utils.unique_combinations().
milde
2021-05-18
1
-7
/
+0
*
Update documentation
milde
2021-04-07
1
-1
/
+1
*
Provide fallbacks for parser config settings.
milde
2021-04-07
1
-3
/
+2
*
Fix #395.
milde
2020-07-14
1
-1
/
+4
*
Minor formatting updates.
milde
2020-02-06
1
-1
/
+0
*
trivial: Misc whitespace fixes
milde
2019-08-27
1
-1
/
+1
*
py3: Wrap 'foo.keys()', 'zip(foo, bar') in 'list'
milde
2019-08-27
1
-1
/
+1
*
Formatting changes to facilitate integration of "py3" patchset.
milde
2019-08-27
1
-4
/
+4
*
Consistent Python 3 checks.
milde
2019-08-26
1
-1
/
+1
*
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
-1
/
+1
*
py3: Switch to print functions
milde
2019-08-26
1
-1
/
+0
*
py3: Use new style classes
milde
2019-08-26
1
-1
/
+1
*
Fix [ 366 ] - move unescape() definition to `nodes`
milde
2019-07-23
1
-12
/
+2
*
DocInfo transform must not use "rawsource" attribute for escaping.
milde
2018-11-20
1
-7
/
+1
*
New function `utils.unescape_rawsource`.
milde
2017-11-04
1
-0
/
+7
[next]