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
/
test
/
test_utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix test case under Windows, add HISTORY entry for last commit.
milde
2023-01-17
1
-7
/
+8
*
Use pathlib.Path in utils.find_file_in_dirs().
milde
2022-11-28
1
-7
/
+4
*
Fix IndexError when running individual test modules under Python <3.9
milde
2022-11-26
1
-1
/
+1
*
Use "pathlib.Path" for self-documenting path manipulations.
milde
2022-11-24
1
-11
/
+16
*
New function utils.xml_declaration()
milde
2022-11-13
1
-0
/
+18
*
Make the tests agnostic to the working directory
aa-turner
2022-11-10
1
-5
/
+13
*
Import from the ``docutils`` package
aa-turner
2022-10-21
1
-3
/
+3
*
Avoid too long lines.
milde
2022-03-05
1
-1
/
+2
*
Ensure 2 blank lines around top-level functions and classes.
milde
2022-03-04
1
-0
/
+1
*
Remove excess blank lines.
milde
2022-03-04
1
-3
/
+0
*
Ensure at least two spaces before inline comment.
milde
2022-03-04
1
-3
/
+3
*
Simplify/modernise tests for exceptions and warnings.
milde
2022-02-21
1
-35
/
+31
*
Fix code indentation
milde
2022-01-29
1
-6
/
+6
*
Drop string prefix "u".
milde
2022-01-26
1
-23
/
+23
*
Small fixes and clean-ups by Adam Turner.
milde
2022-01-26
1
-1
/
+0
*
Deprecate `nodes.reprunicode` and `nodes.ensure_str()`.
milde
2022-01-04
1
-1
/
+1
*
Drop special-casing for Python 2.x in tests and tools.
milde
2022-01-03
1
-8
/
+4
*
Fixup for [rr8892]
milde
2021-11-21
1
-2
/
+6
*
Fixup for [r8891]. Fix bug #434.
milde
2021-11-18
1
-3
/
+4
*
Fix behaviour of get_stylesheet_list()
milde
2021-11-17
1
-1
/
+32
*
Test the fix for #395.
milde
2020-07-18
1
-0
/
+14
*
Minor formatting updates.
milde
2020-02-06
1
-3
/
+3
*
add error message
grubert
2020-01-12
1
-1
/
+1
*
py3: Handle 'StringIO' to 'io' transition.
milde
2019-08-27
1
-1
/
+6
*
py3: Switch to 'except foo as bar' syntax
milde
2019-08-26
1
-1
/
+1
*
Drop support for Python 3.3
milde
2019-08-26
1
-6
/
+3
*
Small comment/doc fixes.
milde
2019-08-21
1
-0
/
+3
*
DocInfo transform must not use "rawsource" attribute for escaping.
milde
2018-11-20
1
-4
/
+0
*
Move tests for (un)escaping functions to test_utils.
milde
2017-11-06
1
-9
/
+12
*
New function `utils.unescape_rawsource`.
milde
2017-11-04
1
-0
/
+16
*
* Consolidated version identifier documentation, moving text from docutils/__...
goodger
2017-08-15
1
-1
/
+6
*
* Consolidated version numbering documentation in docs/dev/policies.txt (move...
goodger
2017-08-14
1
-8
/
+13
*
added docutils.utils.version_identifier() and a test
goodger
2017-07-08
1
-2
/
+9
*
hack around find files on windows , path with backslash
grubert
2014-07-08
1
-3
/
+6
*
HACK around tests that depend on directory contents.
grubert
2014-07-06
1
-1
/
+2
*
New setting `stylesheet_dirs`.
milde
2013-03-02
1
-0
/
+13
*
normalize_language_tag() now returns `BCP 47`_ conformant tags
milde
2012-11-23
1
-4
/
+7
*
Fix relative_path() with source=None and `unicode` target.
milde
2012-02-03
1
-0
/
+32
*
Replace deprecated aliases for assert methods with correct names.
milde
2012-02-03
1
-31
/
+32
*
docutils.utils is now a package (providing a place for sub-modules)
milde
2011-12-20
1
-1
/
+1
*
Workaround for unicode messages in Exception instances with Python < 2.6.
milde
2011-04-12
1
-3
/
+25
*
Minor fixes for Python 3.1
milde
2011-01-03
1
-1
/
+1
*
exclude combining chars from column_width (partial fix for [ 2926161 ])
milde
2010-11-10
1
-0
/
+6
*
Handle language codes according to BCP 47
milde
2010-09-17
1
-0
/
+13
*
Fix py3k problem: sys.stderr expects a unicode string.
milde
2010-03-22
1
-17
/
+19
*
Convert docutils to Python 3 (at least so that it runs the test suite.)
gbrandl
2009-04-01
1
-16
/
+16
*
Merged abolish-userstring-haskey r5609:5616 to trunk.
strank
2008-07-28
1
-2
/
+4
*
use $Id$ instead of $Date$ and $Revision$;
wiemann
2006-05-21
1
-4
/
+2
*
merged reporter-categories branch into trunk: removed docutils.utils.Reporter...
goodger
2005-04-05
1
-81
/
+0
*
made issuing debug-system_messages conditional
wiemann
2005-03-28
1
-5
/
+2
[next]