[Python-modules-commits] [python-docutils] branch upstream updated (10ac026 -> 1ec3fef)

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sat Dec 10 09:59:25 UTC 2016


This is an automated email from the git hooks/post-receive script.

mitya57 pushed a change to branch upstream
in repository python-docutils.

      from  10ac026   Imported Upstream version 0.12+dfsg
       new  1ec3fef   Import python-docutils_0.13.1+dfsg.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 BUGS.txt                                           |    6 +-
 COPYING.txt                                        |    4 +-
 FAQ.txt                                            |   14 +-
 HISTORY.txt                                        |  135 +-
 MANIFEST.in                                        |    3 +-
 PKG-INFO                                           |    2 +-
 README.txt                                         |    4 +-
 RELEASE-NOTES.txt                                  |   41 +-
 THANKS.txt                                         |    5 +-
 docs/api/cmdline-tool.txt                          |    2 +-
 docs/api/publisher.txt                             |    2 +-
 docs/api/runtime-settings.txt                      |    2 +-
 docs/dev/distributing.txt                          |   18 +-
 docs/dev/enthought-plan.txt                        |    2 +-
 docs/dev/hacking.txt                               |    2 +-
 docs/dev/policies.txt                              |  118 +-
 docs/dev/pysource.dtd                              |    2 +-
 docs/dev/pysource.txt                              |    2 +-
 docs/dev/release.txt                               |  116 +-
 docs/dev/repository.txt                            |   29 +-
 docs/dev/rst/alternatives.txt                      |    2 +-
 docs/dev/rst/problems.txt                          |    2 +-
 docs/dev/semantics.txt                             |    2 +-
 docs/dev/testing.txt                               |   71 +-
 docs/dev/todo.txt                                  |  211 +-
 docs/dev/website.txt                               |    2 +-
 docs/dev/wheeling.txt                              |  204 ++
 docs/howto/html-stylesheets.txt                    |   49 +-
 docs/howto/i18n.txt                                |   14 +-
 docs/howto/rst-directives.txt                      |    2 +-
 docs/howto/rst-roles.txt                           |    2 +-
 docs/howto/security.txt                            |    2 +-
 docs/index.txt                                     |    5 +-
 docs/peps/pep-0256.txt                             |    2 +-
 docs/peps/pep-0257.txt                             |    2 +-
 docs/peps/pep-0258.txt                             |    2 +-
 docs/peps/pep-0287.txt                             |    2 +-
 docs/ref/doctree.txt                               |   71 +-
 docs/ref/docutils.dtd                              |   32 +-
 docs/ref/rst/definitions.txt                       |    2 +-
 docs/ref/rst/directives.txt                        |   96 +-
 docs/ref/rst/introduction.txt                      |    2 +-
 docs/ref/rst/restructuredtext.txt                  |  186 +-
 docs/ref/rst/roles.txt                             |    2 +-
 docs/ref/transforms.txt                            |    2 +-
 docs/user/config.txt                               |  298 +-
 docs/user/docutils-05-compat.sty.txt               |    2 +-
 docs/user/emacs.txt                                |  149 +-
 docs/user/html.txt                                 |  324 +++
 docs/user/latex.txt                                |  101 +-
 docs/user/links.txt                                |  255 +-
 docs/user/mailing-lists.txt                        |    2 +-
 docs/user/manpage.txt                              |    2 +-
 docs/user/odt.txt                                  |    2 +-
 docs/user/rst/cheatsheet.txt                       |    2 +-
 docs/user/rst/demo.txt                             |    2 +-
 docs/user/rst/images/ball1.gif                     |  Bin 4361 -> 0 bytes
 docs/user/rst/images/biohazard-bitmap-scaling.svg  |   51 +
 docs/user/rst/images/biohazard-bitmap.svg          |   50 +
 docs/user/rst/images/title-scaling.svg             |   78 +-
 docs/user/rst/images/title.svg                     |   78 +-
 docs/user/rst/quickref.html                        |    2 +-
 docs/user/slide-shows.txt                          |    2 +-
 docs/user/tools.txt                                |  124 +-
 docutils/__init__.py                               |    4 +-
 docutils/io.py                                     |    6 +-
 docutils/languages/fa.py                           |   61 +
 docutils/languages/lt.py                           |   67 +-
 docutils/languages/lv.py                           |   60 +
 docutils/nodes.py                                  |    4 +-
 docutils/parsers/rst/__init__.py                   |   25 +-
 docutils/parsers/rst/directives/__init__.py        |   14 +-
 docutils/parsers/rst/directives/misc.py            |   22 +-
 docutils/parsers/rst/directives/tables.py          |   81 +-
 docutils/parsers/rst/languages/fa.py               |  102 +
 docutils/parsers/rst/languages/lv.py               |  108 +
 docutils/parsers/rst/roles.py                      |    7 +-
 docutils/parsers/rst/states.py                     |  273 +-
 docutils/parsers/rst/tableparser.py                |    4 +-
 docutils/transforms/frontmatter.py                 |    6 +-
 docutils/transforms/peps.py                        |    6 +-
 docutils/transforms/universal.py                   |    6 +-
 docutils/transforms/writer_aux.py                  |    2 +-
 docutils/utils/code_analyzer.py                    |    4 +-
 docutils/utils/error_reporting.py                  |   26 +-
 docutils/utils/math/__init__.py                    |    7 +-
 docutils/utils/math/latex2mathml.py                |   13 +-
 docutils/utils/math/math2html.py                   |  402 ++-
 docutils/utils/math/tex2mathml_extern.py           |  147 +
 docutils/utils/smartquotes.py                      |    4 +-
 docutils/utils/urischemes.py                       |    4 +-
 docutils/writers/__init__.py                       |   13 +-
 .../{html4css1/__init__.py => _html_base.py}       |  982 +++----
 docutils/writers/docutils_xml.py                   |   22 +-
 docutils/writers/html4css1/__init__.py             | 1157 +-------
 docutils/writers/html4css1/html4css1.css           |   28 +-
 docutils/writers/html5_polyglot/__init__.py        |  200 ++
 .../writers/{html4css1 => html5_polyglot}/math.css |    0
 docutils/writers/html5_polyglot/minimal.css        |  260 ++
 docutils/writers/html5_polyglot/plain.css          |  288 ++
 .../{html4css1 => html5_polyglot}/template.txt     |    0
 docutils/writers/latex2e/__init__.py               |  460 +--
 docutils/writers/latex2e/xelatex.tex               |    3 +-
 docutils/writers/odf_odt/__init__.py               |   32 +-
 docutils/writers/pep_html/pep.css                  |    2 +-
 docutils/writers/xetex/__init__.py                 |   15 +-
 setup.py                                           |   16 +-
 test/functional/expected/compact_lists.html        |    2 +-
 test/functional/expected/cyrillic.tex              |    1 +
 test/functional/expected/dangerous.html            |    2 +-
 test/functional/expected/field_name_limit.html     |    2 +-
 test/functional/expected/footnotes_html5.html      |   66 +
 test/functional/expected/latex_babel.tex           |    1 +
 test/functional/expected/latex_cornercases.tex     |  357 +++
 test/functional/expected/latex_docinfo.tex         |    1 +
 test/functional/expected/math_output_html.html     |   12 +-
 test/functional/expected/math_output_latex.html    |    4 +-
 test/functional/expected/math_output_mathjax.html  |    6 +-
 test/functional/expected/math_output_mathml.xhtml  |   86 +-
 test/functional/expected/misc_rst_html4css1.html   |    2 +-
 test/functional/expected/odt_nested_class.odt      |  Bin 0 -> 9138 bytes
 test/functional/expected/odt_no_class.odt          |  Bin 0 -> 9123 bytes
 test/functional/expected/odt_unnested_class.odt    |  Bin 0 -> 9125 bytes
 test/functional/expected/pep_html.html             |    4 +-
 .../expected/standalone_rst_docutils_xml.xml       | 1614 +++++++++++
 .../expected/standalone_rst_html4css1.html         |  224 +-
 test/functional/expected/standalone_rst_html5.html | 1524 ++++++++++
 test/functional/expected/standalone_rst_latex.tex  |  409 +--
 .../expected/standalone_rst_pseudoxml.txt          |  146 +-
 .../expected/standalone_rst_s5_html_1.html         |    4 +-
 .../expected/standalone_rst_s5_html_2.html         |    4 +-
 test/functional/expected/standalone_rst_xetex.tex  |  349 ++-
 test/functional/expected/xetex-cyrillic.tex        |    4 +-
 test/functional/input/data/html4css1.css           |  312 +-
 .../data/{latex.txt => latex-problematic.txt}      |  115 +-
 test/functional/input/data/latex_encoding.txt      |    2 +-
 test/functional/input/data/list_table.txt          |   10 +
 test/functional/input/data/math.css                |  277 +-
 test/functional/input/data/math.txt                |    1 +
 test/functional/input/data/minimal.css             |    1 +
 test/functional/input/data/plain.css               |    1 +
 test/functional/input/data/standard.txt            |   45 +-
 test/functional/input/data/svg_images.txt          |  148 +-
 test/functional/input/data/tables_latex.txt        |   37 +-
 test/functional/input/footnotes.txt                |   17 +
 test/functional/input/latex_cornercases.txt        |  138 +
 test/functional/input/odt_nested_class.txt         |    4 +
 test/functional/input/odt_no_class.txt             |    3 +
 test/functional/input/odt_unnested_class.txt       |    4 +
 ...eudoxml.txt => standalone_rst_docutils_xml.txt} |    0
 test/functional/input/standalone_rst_html5.txt     |  222 ++
 test/functional/input/standalone_rst_latex.txt     |    4 +-
 ...ndalone_rst_html4css1.py => footnotes_html5.py} |    7 +-
 .../tests/{latex_babel.py => latex_cornercases.py} |    4 +-
 test/functional/tests/math_output_mathml.py        |    6 +-
 ...pseudoxml.py => standalone_rst_docutils_xml.py} |    9 +-
 ...ne_rst_html4css1.py => standalone_rst_html5.py} |    8 +-
 .../test_rst/test_character_level_inline_markup.py |  632 +++++
 .../test_directives/includes/include14.txt         |    4 +
 .../test_rst/test_directives/includes/include4.txt |    7 +
 .../test_rst/test_directives/test_code.py          |    8 +-
 .../test_rst/test_directives/test_code_long.py     |    4 +-
 .../test_rst/test_directives/test_figures.py       |    2 +-
 .../test_rst/test_directives/test_images.py        |    4 +-
 .../test_rst/test_directives/test_include.py       |   63 +-
 .../test_rst/test_directives/test_tables.py        |  316 ++-
 test/test_parsers/test_rst/test_east_asian_text.py |    8 +-
 test/test_parsers/test_rst/test_inline_markup.py   |   53 +-
 test/test_parsers/test_rst/test_interpreted.py     |   18 +-
 test/test_parsers/test_rst/test_tables.py          |   52 +-
 test/test_readers/test_pep/test_inline_markup.py   |   12 +-
 test/test_transforms/test_docinfo.py               |    6 +-
 test/test_transforms/test_smartquotes.py           |   13 +-
 test/test_utils.py                                 |   10 +-
 test/test_writers/test_docutils_xml.py             |    8 +-
 test/test_writers/test_html4css1_misc.py           |   54 +-
 test/test_writers/test_html4css1_parts.py          |   45 +-
 test/test_writers/test_html4css1_template.py       |   17 +-
 ...ml4css1_misc.py => test_html5_polyglot_misc.py} |  101 +-
 test/test_writers/test_latex2e.py                  |  428 ++-
 test/test_writers/test_odt.py                      |   32 +-
 test/test_writers/test_s5.py                       |   15 +-
 tools/editors/README.txt                           |    4 +-
 tools/editors/emacs/IDEAS.rst                      |  200 +-
 tools/editors/emacs/README.txt                     |    2 +-
 tools/editors/emacs/rst.el                         | 2978 +++++++++++---------
 tools/editors/emacs/tests/Ado.el                   |  150 +
 tools/editors/emacs/tests/Hdr.el                   |  123 +
 tools/editors/emacs/tests/Stn.el                   |  277 ++
 tools/editors/emacs/tests/Ttl.el                   |  328 +++
 tools/editors/emacs/tests/adjust-section.el        |  503 ++--
 tools/editors/emacs/tests/adjust-uc.el             | 2927 +++++++++++++++++++
 tools/editors/emacs/tests/adjust-uc_doc.rst        |  204 ++
 tools/editors/emacs/tests/adornment.el             |  994 +++++--
 tools/editors/emacs/tests/apply-block.el           |  495 ++++
 tools/editors/emacs/tests/buffer.el                |   28 +-
 tools/editors/emacs/tests/cl.el                    |    9 +
 tools/editors/emacs/tests/comment.el               |   32 +-
 tools/editors/emacs/tests/ert-buffer.el            |   24 +-
 tools/editors/emacs/tests/fill.el                  |   78 +-
 tools/editors/emacs/tests/font-lock.el             |   38 +-
 tools/editors/emacs/tests/imenu.el                 |   30 +-
 tools/editors/emacs/tests/indent.el                |   44 +-
 tools/editors/emacs/tests/items.el                 |   56 +-
 tools/editors/emacs/tests/movement.el              |   38 +-
 tools/editors/emacs/tests/shift.el                 |  174 +-
 tools/editors/emacs/tests/toc.el                   |  191 +-
 tools/editors/emacs/tests/tree.el                  |  307 +-
 tools/rst2html5.py                                 |   35 +
 tools/rst2xetex.py                                 |    9 +-
 210 files changed, 19913 insertions(+), 6421 deletions(-)
 create mode 100644 docs/dev/wheeling.txt
 create mode 100644 docs/user/html.txt
 delete mode 100644 docs/user/rst/images/ball1.gif
 create mode 100644 docs/user/rst/images/biohazard-bitmap-scaling.svg
 create mode 100644 docs/user/rst/images/biohazard-bitmap.svg
 create mode 100644 docutils/languages/fa.py
 create mode 100644 docutils/languages/lv.py
 create mode 100644 docutils/parsers/rst/languages/fa.py
 create mode 100644 docutils/parsers/rst/languages/lv.py
 create mode 100644 docutils/utils/math/tex2mathml_extern.py
 copy docutils/writers/{html4css1/__init__.py => _html_base.py} (62%)
 create mode 100644 docutils/writers/html5_polyglot/__init__.py
 rename docutils/writers/{html4css1 => html5_polyglot}/math.css (100%)
 create mode 100644 docutils/writers/html5_polyglot/minimal.css
 create mode 100644 docutils/writers/html5_polyglot/plain.css
 copy docutils/writers/{html4css1 => html5_polyglot}/template.txt (100%)
 create mode 100644 test/functional/expected/footnotes_html5.html
 create mode 100644 test/functional/expected/latex_cornercases.tex
 create mode 100644 test/functional/expected/odt_nested_class.odt
 create mode 100644 test/functional/expected/odt_no_class.odt
 create mode 100644 test/functional/expected/odt_unnested_class.odt
 create mode 100644 test/functional/expected/standalone_rst_docutils_xml.xml
 create mode 100644 test/functional/expected/standalone_rst_html5.html
 mode change 100644 => 120000 test/functional/input/data/html4css1.css
 rename test/functional/input/data/{latex.txt => latex-problematic.txt} (56%)
 mode change 100644 => 120000 test/functional/input/data/math.css
 create mode 120000 test/functional/input/data/minimal.css
 create mode 120000 test/functional/input/data/plain.css
 create mode 100644 test/functional/input/footnotes.txt
 create mode 100644 test/functional/input/latex_cornercases.txt
 create mode 100644 test/functional/input/odt_nested_class.txt
 create mode 100644 test/functional/input/odt_no_class.txt
 create mode 100644 test/functional/input/odt_unnested_class.txt
 copy test/functional/input/{standalone_rst_pseudoxml.txt => standalone_rst_docutils_xml.txt} (100%)
 create mode 100644 test/functional/input/standalone_rst_html5.txt
 copy test/functional/tests/{standalone_rst_html4css1.py => footnotes_html5.py} (69%)
 copy test/functional/tests/{latex_babel.py => latex_cornercases.py} (68%)
 copy test/functional/tests/{standalone_rst_pseudoxml.py => standalone_rst_docutils_xml.py} (54%)
 copy test/functional/tests/{standalone_rst_html4css1.py => standalone_rst_html5.py} (66%)
 create mode 100644 test/test_parsers/test_rst/test_character_level_inline_markup.py
 create mode 100644 test/test_parsers/test_rst/test_directives/includes/include14.txt
 copy test/test_writers/{test_html4css1_misc.py => test_html5_polyglot_misc.py} (68%)
 mode change 100755 => 100644
 create mode 100644 tools/editors/emacs/tests/Ado.el
 create mode 100644 tools/editors/emacs/tests/Hdr.el
 create mode 100644 tools/editors/emacs/tests/Stn.el
 create mode 100644 tools/editors/emacs/tests/Ttl.el
 create mode 100644 tools/editors/emacs/tests/adjust-uc.el
 create mode 100644 tools/editors/emacs/tests/adjust-uc_doc.rst
 create mode 100644 tools/editors/emacs/tests/apply-block.el
 create mode 100755 tools/rst2html5.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-docutils.git



More information about the Python-modules-commits mailing list