[Python-modules-commits] [python-docutils] 01/01: Import python-docutils_0.13.1+dfsg.orig.tar.gz

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


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

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

commit 1ec3fef1ee31a7ccdb2f806ac1857c32227eef8f
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Fri Dec 9 18:10:45 2016 +0300

    Import python-docutils_0.13.1+dfsg.orig.tar.gz
---
 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 ++
 docutils/writers/html5_polyglot/template.txt       |    8 +
 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 +
 .../input/standalone_rst_docutils_xml.txt          |    7 +
 test/functional/input/standalone_rst_html5.txt     |  222 ++
 test/functional/input/standalone_rst_latex.txt     |    4 +-
 test/functional/tests/footnotes_html5.py           |   14 +
 test/functional/tests/latex_cornercases.py         |   10 +
 test/functional/tests/math_output_mathml.py        |    6 +-
 .../tests/standalone_rst_docutils_xml.py           |   15 +
 test/functional/tests/standalone_rst_html5.py      |   15 +
 .../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, 19965 insertions(+), 6410 deletions(-)

diff --git a/BUGS.txt b/BUGS.txt
index 608bc42..fd1858e 100644
--- a/BUGS.txt
+++ b/BUGS.txt
@@ -4,8 +4,8 @@
 
 :Author: David Goodger; open to all Docutils developers
 :Contact: goodger at python.org
-:Date: $Date: 2013-06-06 11:13:12 +0200 (Don, 06. Jun 2013) $
-:Revision: $Revision: 7670 $
+:Date: $Date: 2014-07-07 04:36:36 +0200 (Mo, 07. Jul 2014) $
+:Revision: $Revision: 7768 $
 :Copyright: This document has been placed in the public domain.
 
 .. _Docutils: http://docutils.sourceforge.net/
@@ -124,7 +124,7 @@ __ http://svn.collab.net/viewcvs/svn/trunk/BUGS?view=markup
 .. _mailing list archives: http://docutils.sf.net/#mailing-lists
 .. _Docutils-users: docs/user/mailing-lists.html#docutils-users
 .. _SourceForge Bug Tracker:
-   http://sourceforge.net/tracker/?group_id=38414&atid=422030
+   http://sourceforge.net/p/docutils/bugs/
 
 
 Known Bugs
diff --git a/COPYING.txt b/COPYING.txt
index c32dcb7..bfc8937 100644
--- a/COPYING.txt
+++ b/COPYING.txt
@@ -4,7 +4,7 @@
 
 :Author: David Goodger
 :Contact: goodger at python.org
-:Date: $Date: 2012-10-16 14:40:36 +0200 (Die, 16. Okt 2012) $
+:Date: $Date: 2015-05-08 17:56:32 +0200 (Fr, 08. Mai 2015) $
 :Web site: http://docutils.sourceforge.net/
 :Copyright: This document has been placed in the public domain.
 
@@ -110,7 +110,7 @@ The exceptions to the `Public Domain Dedication`_ above are:
 
   .. _eLyXer: http://www.nongnu.org/elyxer/
 
-* extras/roman.py, copyright by Mark Pilgrim, released under the
+* docutils/utils/roman.py, copyright by Mark Pilgrim, released under the
   `Python 2.1.1 license`_ (`local copy`__).
 
   __ licenses/python-2-1-1.txt
diff --git a/FAQ.txt b/FAQ.txt
index 72fb25c..2303b9f 100644
--- a/FAQ.txt
+++ b/FAQ.txt
@@ -9,8 +9,8 @@
  Docutils FAQ (Frequently Asked Questions)
 ===========================================
 
-:Date: $Date: 2013-07-03 11:39:52 +0200 (Mit, 03. Jul 2013) $
-:Revision: $Revision: 7677 $
+:Date: $Date: 2016-02-26 22:40:17 +0100 (Fr, 26. Feb 2016) $
+:Revision: $Revision: 7934 $
 :Web site: http://docutils.sourceforge.net/
 :Copyright: This document has been placed in the public domain.
 
@@ -407,9 +407,6 @@ Are there any Wikis that use reStructuredText syntax?
 There are several, with various degrees of completeness.  With no
 implied endorsement or recommendation, and in no particular order:
 
-* `Webware for Python wiki
-  <http://wiki.webwareforpython.org/thiswiki.html>`__
-
 * `Ian Bicking's experimental code
   <http://docutils.sf.net/sandbox/ianb/wiki/Wiki.py>`__
 
@@ -433,9 +430,10 @@ implied endorsement or recommendation, and in no particular order:
 
 Please `let us know`_ of any other reStructuredText Wikis.
 
-The example application for the `Web Framework Shootout
-<http://colorstudy.com/docs/shootout.html>`__ article is a Wiki using
-reStructuredText.
+.. dead link
+.. The example application for the `Web Framework Shootout
+.. <http://colorstudy.com/docs/shootout.html>`__ article is a Wiki using
+.. reStructuredText.
 
 
 Are there any Weblog (Blog) projects that use reStructuredText syntax?
diff --git a/HISTORY.txt b/HISTORY.txt
index 09502ad..97688bc 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -6,13 +6,137 @@
 
 :Author: David Goodger; open to all Docutils developers
 :Contact: docutils-develop at lists.sourceforge.net
-:Date: $Date: 2014-07-06 13:48:38 +0200 (Son, 06. Jul 2014) $
-:Revision: $Revision: 7757 $
+:Date: $Date: 2016-12-09 10:48:58 +0100 (Fr, 09. Dez 2016) $
+:Revision: $Revision: 7985 $
 :Web site: http://docutils.sourceforge.net/
 :Copyright: This document has been placed in the public domain.
 
 .. contents::
 
+Release 0.13.1 (2016-12-09)
+===========================
+
+* docutils/languages/fa.py
+  docutils/parsers/rst/languages/fa.py
+  docutils/languages/la.py
+  docutils/parsers/rst/languages/la.py:
+  
+  - Apply [ 133 ] Persian mappings by Shahin Azad.
+  - Apply [ 135 ] Language modules for Latvian by Alexander Smishlajev
+  
+* docutils/nodes.py
+
+  - Fix [ 253 ] Attribute key without value not allowed in XML.
+
+* docutils/parsers/
+
+  - Apply [ 103 ] Recognize inline markups without word boundaries.
+  - Enable escaping in embedded URIs and aliases (fixes [ 284 ]).
+
+* docutils/parsers/rst/__init__.py
+
+  - Fix [ 233 ] Change the base URL for the :rfc: role.
+
+* docutils/parsers/rst/directives/tables.py
+
+  - Apply [ 120 ] tables accept option widths: list of relative widths, 'auto'
+    or 'grid'.
+
+  - Implement feature request [ 48 ]
+    Add :align: option to the table directives.
+    Thanks to Takeshi KOMIYA for the patch.
+
+* docutils/parsers/rst/roles.py
+
+  - Fix [ 295 ] Class argument for custom role inheriting from math.
+
+* docutils/parsers/rst/tableparser.py
+
+  - Really fix [ 159 ] Spurious table column alignment errors.
+
+* docutils/transforms/frontmatter.py
+
+  - Add name of generic bibliographic fields as a "classes" attribute value
+    (after conversion to a valid identifier form).
+
+* docutils/utils/error_reporting.py
+
+  - Fix [ 130 ] support streams expectiong byte-strings in ErrorOutput.
+
+* docutils/utils/math/math2html.py
+
+  - Add ``\colon`` macro, fix spacing around colons. Fixes [ 246 ].
+  - New upstream version (additional macros, piecewise integrals and sums).
+
+* docutils/writers/_html_base.py
+
+  - New auxiliary module for definitions common to all HTML writers.
+  
+* docutils/writers/html5_polyglot/
+
+  - New HTML writer generating clean, polyglot_ markup conforming to
+    `HTML 5`_.
+
+    The CSS stylesheets ``minimal.css`` and ``plain.css`` contain required
+    and recommended layout rules.
+
+* docutils/writers/html4css1/__init__.py
+
+  - Add "docutils" to class values for "container" object to address [ 267 ].
+  - Apply patch [ 119 ] by Anatoly Techtonik: use absolute paths for
+    ``default_stylesheet_path`` and ``default_template_path``.
+  - Fix [ 266 ] creating labels/class values in description list items.
+  - Do not use <sup> and <sub> tags inside <pre> (parsed-literal blocks).
+  - Fix footnotes with content that does not start with a paragraph.
+  - Use https in default MathJax URL (report Alan G Isaac).
+  - Outsourcing of common code to _html_base.py.
+
+* docutils/writers/latex2e/__init__.py
+
+  - Fix [ 262 ] Use ``\linewidth`` instead of ``\textwidth`` for figures,
+    admonitions and docinfo.
+
+  - Use absolute path for ``default_template_path``.
+
+  - Removed deprecated options ``--use-latex-footnotes`` and
+    ``--figure-footnotes``.
+
+  - Cleaner LaTeX code for enumerations and literal blocks.
+
+  - Use "hyperref" package together with "bookmark" (improved hyperlinking
+    by the same author).
+
+  - Fix [ 286 ] Empty column title cause invalid latex file.
+
+  - Fix [ 224 ] Fix rowspan support for tables.
+  
+  - Let LaTeX determine the column widths in tables with "colwidths-auto".
+    Not suited for with multi-paragraph cells!
+
+* docutils/writers/odf_odt/__init__.py
+
+  - remove decode.encode of filename stored in zip.
+
+* docutils/writers/xetex/__init__.py
+
+  - LuaLaTex compatibility: do not load "xunicode".
+
+* tools/
+
+  - New front-end ``rst2html5.py``.
+
+* tox.ini
+
+  - Test py26, py27, py33 and py34.
+
+    To use, install the ``tox`` package via pip or easy_install and use
+    tox from the project root directory.
+
+.. _polyglot: http://www.w3.org/TR/html-polyglot/
+.. _HTML 5: http://www.w3.org/TR/html5/
+.. _XHTML 1.0: http://www.w3.org/TR/xhtml1/
+
+
 Release 0.12 (2014-07-06)
 =========================
 
@@ -22,8 +146,8 @@ Release 0.12 (2014-07-06)
 
 * docutils/parsers/rst/directives/images.py
 
-  - Fix [258] figwidth="image" generates unitless width value.
-  
+  - Fix [ 258 ] figwidth="image" generates unitless width value.
+
 * docutils/parsers/rst/states.py
 
   - Improve error report when a non-ASCII character is specified as
@@ -166,7 +290,7 @@ Release 0.10 (2012-12-16)
   - Apply [ 3527401 ] addmonition's don't preserve indentation
   - Apply [ 3527397 ] Add indentation to literal blocks in manpage writer.
 
-, docutils/writers/xetex/__init__.py
+* docutils/writers/xetex/__init__.py
 
   - Apply [ 3555160 ] ensure order of "otherlanguages".
   - Fix section numbering by LaTeX.
@@ -178,6 +302,7 @@ Release 0.10 (2012-12-16)
 * docutils/writers/s5_html/docutils_xml.py
 
   - Fix [ 3552403 ] Prevent broken PyXML replacing stdlibs xml module.
+  - Fix/improve output with ``--indent`` option.
 
 * setup.py
 
diff --git a/MANIFEST.in b/MANIFEST.in
index 4758ce4..a054027 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -5,8 +5,7 @@ include MANIFEST
 include MANIFEST.in
 recursive-include docutils *
 recursive-include docs *
-recursive-include extras *
 recursive-include licenses *
 recursive-include test *
 recursive-include tools *
-recursive-exclude * .cvsignore *.pyc *~ .DS_Store
+recursive-exclude * *.pyc *~ .DS_Store
diff --git a/PKG-INFO b/PKG-INFO
index e462014..c8c9fb3 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: docutils
-Version: 0.12
+Version: 0.13.1
 Summary: Docutils -- Python Documentation Utilities
 Home-page: http://docutils.sourceforge.net/
 Author: docutils-develop list
diff --git a/README.txt b/README.txt
index bafdd0a..854fe34 100644
--- a/README.txt
+++ b/README.txt
@@ -4,7 +4,7 @@
 
 :Author: David Goodger
 :Contact: goodger at python.org
-:Date: $Date: 2013-07-22 10:28:47 +0200 (Mon, 22. Jul 2013) $
+:Date: $Date: 2014-07-07 04:36:36 +0200 (Mo, 07. Jul 2014) $
 :Web site: http://docutils.sourceforge.net/
 :Copyright: This document has been placed in the public domain.
 
@@ -371,7 +371,7 @@ Windows users type these commands::
 
 .. _Docutils Testing: http://docutils.sourceforge.net/docs/dev/testing.html
 .. _open a bug report:
-   http://sourceforge.net/tracker/?group_id=38414&atid=422030
+   http://sourceforge.net/p/docutils/bugs/
 .. _send email: mailto:docutils-users at lists.sourceforge.net
    ?subject=Test%20suite%20failure
 .. _web interface: http://post.gmane.org/post.php
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 549c5e1..adc9279 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -4,8 +4,8 @@
 
 :Contact: grubert at users.sourceforge.net
 :Maintainer: docutils-develop at lists.sourceforge.net
-:Date: $Date: 2014-07-06 13:48:38 +0200 (Son, 06. Jul 2014) $
-:Revision: $Revision: 7757 $
+:Date: $Date: 2016-12-09 10:48:58 +0100 (Fr, 09. Dez 2016) $
+:Revision: $Revision: 7985 $
 :Web site: http://docutils.sourceforge.net/
 :Copyright: This document has been placed in the public domain.
 
@@ -22,24 +22,47 @@ Future changes
 
 * remove the `handle_io_errors` option from io.FileInput/Output.
 
+  .. used by Sphinx up to version 1.3.1,
+     see https://github.com/sphinx-doc/sphinx/issues/1834
+
 * »Prune« the doctree (no change to the reST input syntax):
 
-  - "doctest" element -> literal block with class argument,
+  - "doctest" element -> literal block with "pycon" (python-console)
+    class argument and syntax highlight (like the "code" directive),
   - special admonitions (note, hint, warning, ...) -> generic "admonition"
     element with class attribute and auto-generated title.
 
-* Move to single source for Python 2 and Python 3, slowly.
-  See `Porting Python 2 Code to Python 3`_ and 
-  `future: clean single-source support for Python 2/3`_
+* Drop support for python 2.4 after release 0.13.
+
+Release 0.13.1 (2016-12-09)
+===========================
+
+* docutils/writers/html_plain
+
+  - New HTML writer generating `HTML 5`_.
+
+
+* tools/
+
+  - New front-end ``rst2html5.py``.
+
+.. _HTML 5: http://www.w3.org/TR/html5/
+
+* languages: persian/farsi and latvian/la mappings.
+
+* change default base url for :rfc: to http://tools.ietf.org/html/  
+
+* tables accept widths, a list and align 
+
+* latex2e: Fix admonition width, remove deprecated options, better tablewidth auto, ... 
 
-  - Drop support for python 2.4 probably after 0.12 release.
+* rst.el : The problem with ``electric-indent-mode`` has been fixed.
 
-.. _Porting Python 2 Code to Python 3: https://docs.python.org/3/howto/pyporting.html
-.. _future\: clean single-source support for Python 2/3: http://python-future.org
 
 Release 0.12 (2014-07-06)
 =========================
 
+Small changes only, release current state
 
 Release 0.11 (2013-07-22)
 =========================
diff --git a/THANKS.txt b/THANKS.txt
index 9ceeb0d..ca5cafe 100644
--- a/THANKS.txt
+++ b/THANKS.txt
@@ -5,8 +5,8 @@ Acknowledgements
 
 :Author: David Goodger
 :Contact: goodger at python.org
-:Date: $Date: 2012-08-26 17:42:37 +0200 (Son, 26. Aug 2012) $
-:Revision: $Revision: 7503 $
+:Date: $Date: 2015-02-09 00:21:18 +0100 (Mo, 09. Feb 2015) $
+:Revision: $Revision: 7784 $
 :Copyright: This document has been placed in the public domain.
 
 I would like to acknowledge the people who have made a direct impact
@@ -92,6 +92,7 @@ donations, tasty treats, and related projects:
 * Wolfgang Lipp
 * Edward Loper
 * Dallas Mahrt
+* Brecht Machiels
 * Mikolaj Machowski
 * Ken Manheimer
 * Bob Marshall
diff --git a/docs/api/cmdline-tool.txt b/docs/api/cmdline-tool.txt
index 7de3385..aa8a176 100644
--- a/docs/api/cmdline-tool.txt
+++ b/docs/api/cmdline-tool.txt
@@ -4,7 +4,7 @@
 
 :Author: David Goodger
 :Contact: docutils-develop at lists.sourceforge.net
-:Date: $Date: 2012-01-03 20:23:53 +0100 (Die, 03. Jän 2012) $
+:Date: $Date: 2012-01-03 20:23:53 +0100 (Di, 03. Jan 2012) $
 :Revision: $Revision: 7302 $
 :Copyright: This document has been placed in the public domain.
 
diff --git a/docs/api/publisher.txt b/docs/api/publisher.txt
index 545386d..82a447f 100644
--- a/docs/api/publisher.txt
+++ b/docs/api/publisher.txt
@@ -4,7 +4,7 @@
 
 :Author: David Goodger
 :Contact: docutils-develop at lists.sourceforge.net
-:Date: $Date: 2012-01-03 20:23:53 +0100 (Die, 03. Jän 2012) $
+:Date: $Date: 2012-01-03 20:23:53 +0100 (Di, 03. Jan 2012) $
 :Revision: $Revision: 7302 $
 :Copyright: This document has been placed in the public domain.
 
diff --git a/docs/api/runtime-settings.txt b/docs/api/runtime-settings.txt
index d2660ff..38df0de 100644
--- a/docs/api/runtime-settings.txt
+++ b/docs/api/runtime-settings.txt
@@ -4,7 +4,7 @@
 
 :Author: David Goodger
 :Contact: docutils-develop at lists.sourceforge.net
-:Date: $Date: 2012-01-03 20:23:53 +0100 (Die, 03. Jän 2012) $
+:Date: $Date: 2012-01-03 20:23:53 +0100 (Di, 03. Jan 2012) $
 :Revision: $Revision: 7302 $
 :Copyright: This document has been placed in the public domain.
 
diff --git a/docs/dev/distributing.txt b/docs/dev/distributing.txt
index 46078f8..e66d7a9 100644
--- a/docs/dev/distributing.txt
+++ b/docs/dev/distributing.txt
@@ -4,8 +4,8 @@
 
 :Author: Lea Wiemann
 :Contact: docutils-develop at lists.sourceforge.net
-:Revision: $Revision: 7463 $
-:Date: $Date: 2012-06-22 21:49:51 +0200 (Fre, 22. Jun 2012) $
+:Revision: $Revision: 7889 $
+:Date: $Date: 2015-05-08 17:56:32 +0200 (Fr, 08. Mai 2015) $
 :Copyright: This document has been placed in the public domain.
 
 .. _Docutils: http://docutils.sourceforge.net/
@@ -35,11 +35,15 @@ Docutils has the following dependencies:
   Library`_).  If PIL is present, it is automatically detected by
   Docutils.
 
-* There is one file in the ``extras/`` directory of the Docutils
-  distribution, ``roman.py``. It is automatically installed by the setup
-  script (when calling "python setup.py install").
+* Docutils recommends the `Pygments`_ syntax hightlighter. If available, it
+  is used for highlighting the content of `code directives`_ and roles as
+  well as included source code files (with the "code" option to the include_
+  directive).
 
 .. _Python Imaging Library: http://www.pythonware.com/products/pil/
+.. _Pygments: http://pygments.org/
+.. _code directives: ../ref/rst/directives.html#code
+.. _include: ../ref/rst/directives.html#include
 
 
 Python Files
@@ -133,3 +137,7 @@ While you probably do not need to ship the tests with your
 distribution, you can test your package by installing it and then
 running ``alltests.py`` from the ``tests/`` directory of the Docutils
 tarball.
+
+For more information on testing, view the `Docutils Testing`_ page.
+
+.. _Docutils Testing: http://docutils.sourceforge.net/docs/dev/testing.html
diff --git a/docs/dev/enthought-plan.txt b/docs/dev/enthought-plan.txt
index 60db829..fc578f7 100644
--- a/docs/dev/enthought-plan.txt
+++ b/docs/dev/enthought-plan.txt
@@ -4,7 +4,7 @@
 
 :Author: David Goodger
 :Contact: docutils-develop at lists.sourceforge.net
-:Date: $Date: 2012-01-03 20:23:53 +0100 (Die, 03. Jän 2012) $
+:Date: $Date: 2012-01-03 20:23:53 +0100 (Di, 03. Jan 2012) $
 :Revision: $Revision: 7302 $
 :Copyright: 2004 by `Enthought, Inc. <http://www.enthought.com>`_
 :License: `Enthought License`_ (BSD-style)
diff --git a/docs/dev/hacking.txt b/docs/dev/hacking.txt
index c65c26b..807f081 100644
--- a/docs/dev/hacking.txt
+++ b/docs/dev/hacking.txt
@@ -5,7 +5,7 @@
 :Author: Lea Wiemann
 :Contact: docutils-develop at lists.sourceforge.net
 :Revision: $Revision: 7302 $
-:Date: $Date: 2012-01-03 20:23:53 +0100 (Die, 03. Jän 2012) $
+:Date: $Date: 2012-01-03 20:23:53 +0100 (Di, 03. Jan 2012) $
 :Copyright: This document has been placed in the public domain.
 
 :Abstract: This is the introduction to Docutils for all persons who
diff --git a/docs/dev/policies.txt b/docs/dev/policies.txt
index a5dec61..052ce77 100644
--- a/docs/dev/policies.txt
+++ b/docs/dev/policies.txt
@@ -4,8 +4,8 @@
 
 :Author: David Goodger; open to all Docutils developers
 :Contact: docutils-develop at lists.sourceforge.net
-:Date: $Date: 2013-01-28 10:07:48 +0100 (Mon, 28. Jän 2013) $
-:Revision: $Revision: 7597 $
+:Date: $Date: 2015-02-24 14:01:43 +0100 (Di, 24. Feb 2015) $
+:Revision: $Revision: 7800 $
 :Copyright: This document has been placed in the public domain.
 
 .. contents::
@@ -60,12 +60,11 @@ Question:
   +1  usually triggers a fast response,
   -1  may be forgotten later,
 
-  and/or file a feature request at the `docutils tracker`_
+  and/or file a ticket at Docutils' `feature request tracker`_.
 
   +1  there is a permanent record,
   -1  it may stay forgotten among all the other feature requests.
 
-
 * Convince a Docutils developer that this is a valuable addition worth the
   effort.
 
@@ -88,7 +87,7 @@ How to make code contributions that are easily accepted:
   Testing`_ for a description of the test suite in ``docutils/test/``.
 
   Ensure the addition works with all supported Python versions
-  (2.4 ... 3.2).
+  (2.4 ... 3.4).
 
 * Look at the Docutils sources to see how similar features are implemented,
   learn to do it "the Docutils way".
@@ -102,7 +101,9 @@ How to make code contributions that are easily accepted:
   http://repo.or.cz/w/docutils.git or with git-svn.)
 
 .. _docutils-develop: ../user/mailing-lists.html#docutils-develop
-.. _docutils tracker: http://sourceforge.net/tracker/?group_id=38414
+.. _feature request tracker:
+   http://sourceforge.net/p/docutils/feature-requests/
+
 .. _git: http://git-scm.com/
 .. _Docutils testing: testing.html
 
@@ -225,55 +226,35 @@ intentions regarding copyright, in one of the following ways:
   The license should be well known, simple and compatible with other
   open source software licenses. To keep the number of different
   licenses at a minimum, using the `2-Clause BSD license`_
-  (also known as "Simplified" or `FreeBSD license`_) is recommended.
-
-  .. _2-Clause BSD license: http://www.opensource.org/licenses/BSD-2-Clause
-  .. _FreeBSD license:  http://www.freebsd.org/copyright/freebsd-license.html
-
-..
-
-  The following licenses are described as simple
-  and permissible on `Various Licenses and Comments about Them`_ by
-  the GNU Project and listed as popular in `OSI Approved Licenses`_:
-
-  Expat License / MIT License
-
-    http://www.jclark.com/xml/copying.txt
-    http://www.opensource.org/licenses/MIT
-    http://www.spdx.org/licenses/MIT
+  is recommended.
 
-    The term MIT License is ambiguous and may accurately refer to the
-    Expat license or the X11 license
-    [http://en.wikipedia.org/wiki/MIT_License]
+2-Clause BSD license
+--------------------
 
-    -1  called `MIT license` by OSI and in the
-        `SPDX Open Source License Registry`_
-        but `Expat license` by GNU
+(also known as "Simplified" or `FreeBSD license`)
 
-  2-Clause BSD license / FreeBSD license
+  If you want a simple, permissive non-copyleft free software license, the
+  FreeBSD license is a reasonable choice. However, please don't call it a
+  “BSD” or “BSD-style” license, because that is likely to cause confusion
+  which could lead to use of the flawed original BSD license.
 
-    http://www.freebsd.org/copyright/freebsd-license.html
-    http://www.opensource.org/licenses/BSD-2-Clause
-    http://www.spdx.org/licenses/BSD-2-Clause
+  -- `Various Licenses and Comments about Them`_
 
-      If you want a simple, permissive non-copyleft free software
-      license, the FreeBSD license is a reasonable choice. However,
-      please don't call it a “BSD” or “BSD-style” license, because
-      that is likely to cause confusion which could lead to use of the
-      flawed original BSD license.
+Pros:
+  * clear wording, structured text
+  * license used by the closely related Sphinx project
+  * "2-Clause BSD license" is a non-ambiguous name, used by both, OSI and
+    GNU.
 
-      -- `Various Licenses and Comments about Them`_
+References:
+  * http://www.freebsd.org/copyright/freebsd-license.html
+  * http://www.opensource.org/licenses/BSD-2-Clause
+  * http://www.spdx.org/licenses/BSD-2-Clause
 
-     +1  license used by the closely related Sphinx project
-     +1  "2-Clause BSD license" is a non-ambiguous name,
-         used by both, OSI and GNU.
-     +1  clear wording, structured text
-
-  .. _Various Licenses and Comments about Them:
-     http://www.gnu.org/licenses/license-list.html
-  .. _OSI Approved Licenses: http://www.opensource.org/licenses/category
-  .. _SPDX Open Source License Registry: http://www.spdx.org/licenses/
-  .. _pypi: http://pypi.python.org/pypi?:action=browse&c=54
+.. _Various Licenses and Comments about Them:
+   http://www.gnu.org/licenses/license-list.html
+.. _OSI Approved Licenses: http://www.opensource.org/licenses/category
+.. _SPDX Open Source License Registry: http://www.spdx.org/licenses/
 
 
 .. _Subversion Repository:
@@ -309,6 +290,8 @@ Docutils 0.5 is released, its maintenance branch will take over, and
 the 0.4.x maintenance branch may be retired.  Maintenance branches
 will receive bug fixes only; no new features will be allowed here.
 
+.. TODO: is this still active policy?
+
 Obvious and uncontroversial bug fixes *with tests* can be checked in
 directly to the core and to the maintenance branches.  Don't forget to
 add test cases!  Many (but not all) bug fixes will be applicable both
@@ -414,7 +397,7 @@ Docutils will pursue an open and trusting policy for as long as
 possible, and deal with any aberrations if (and hopefully not when)
 they happen.  We'd rather see a torrent of loose contributions than
 just a trickle of perfect-as-they-stand changes.  The occasional
-mistake is easy to fix.  That's what Subversion is for!
+mistake is easy to fix.  That's what version control is for!
 
 .. _Docutils Front-End Tools: ../user/tools.html
 .. _Docutils Configuration Files: ../user/config.html
@@ -440,37 +423,40 @@ included.
 
 Releases that change the micro number (x.y.z, e.g. 0.4.1) will be
 **bug-fix releases**.  No new features will be introduced in these
-releases; only bug fixes off of `maintenance branches`_ will be
-included.
+releases; only bug fixes will be included.
 
 This policy was adopted in October 2005, and will take effect with
 Docutils version 0.4.  Prior to version 0.4, Docutils didn't have an
 official version numbering policy, and micro releases contained both
 bug fixes and new features.
 
-.. _Docutils core:
-   http://docutils.svn.sourceforge.net/viewvc/docutils/trunk/docutils/
-.. _maintenance branches:
-   http://docutils.svn.sourceforge.net/viewvc/docutils/branches/
 
 
 Snapshots
 =========
 
-Snapshot tarballs will be generated regularly from
+Snapshot tarballs can be downloaded from the repository (see the "download
+snapshot" button in the head of the code listing table).
 
-* the Docutils core, representing the current cutting-edge state of
+* the `Docutils core`_, representing the current cutting-edge state of
   development;
 
-* each active maintenance branch, for bug fixes;
+* the `sandbox directory`_ with contributed projects and extensions from
+  `the Sandbox`_;
 
-* each development branch, representing the unstable
-  seat-of-your-pants bleeding edge.
+.. * maintenance branches, for bug fixes;
 
-The ``sandbox/infrastructure/docutils-update`` shell script, run as an
-hourly cron job on the BerliOS server, is responsible for
-automatically generating the snapshots and updating the web site.  See
-the `web site docs <website.html>`__.
+   TODO: do we have active maintenance branches?
+   (the only branch looking like a maintenance branch is
+   http://sourceforge.net/p/docutils/code/HEAD/tree/branches/docutils-0.4)
+
+* `development branches`_, representing ongoing development efforts to bring
+  new features into Docutils.
+
+.. _Docutils core:
+   http://sourceforge.net/p/docutils/code/HEAD/tree/trunk/docutils
+.. _development branches:
+   http://sourceforge.net/p/docutils/code/HEAD/tree/branches/
 
 
 Setting Up For Docutils Development
@@ -606,7 +592,7 @@ Docutils, may graduate to become `parallel projects`_.
 
 .. _sandbox README: http://docutils.sf.net/sandbox/README.html
 .. _sandbox directory:
-   http://docutils.svn.sourceforge.net/viewvc/docutils/trunk/sandbox/
+   http://sourceforge.net/p/docutils/code/HEAD/tree/trunk/sandbox/
 
 
 .. _parallel project:
@@ -649,7 +635,7 @@ code.
 Other related projects
 ----------------------
 
-Many related but independent projects are listed in the Docutils 
+Many related but independent projects are listed in the Docutils
 `link list`_. If you want your project to appear there, drop a note at
 the Docutils-develop_ mailing list.
 
diff --git a/docs/dev/pysource.dtd b/docs/dev/pysource.dtd
index 70db1e4..579a6fa 100644
--- a/docs/dev/pysource.dtd
+++ b/docs/dev/pysource.dtd
@@ -5,7 +5,7 @@
 :Author: David Goodger
 :Contact: docutils-develop at lists.sourceforge.net
 :Revision: $Revision: 7302 $
-:Date: $Date: 2012-01-03 20:23:53 +0100 (Die, 03. Jän 2012) $
+:Date: $Date: 2012-01-03 20:23:53 +0100 (Di, 03. Jan 2012) $
 :Copyright: This DTD has been placed in the public domain.
 :Filename: pysource.dtd
 
diff --git a/docs/dev/pysource.txt b/docs/dev/pysource.txt
index 4289741..ccc92a3 100644
--- a/docs/dev/pysource.txt
+++ b/docs/dev/pysource.txt
@@ -4,7 +4,7 @@
 :Author: David Goodger
 :Contact: docutils-develop at lists.sourceforge.net
 :Revision: $Revision: 7302 $
-:Date: $Date: 2012-01-03 20:23:53 +0100 (Die, 03. Jän 2012) $
+:Date: $Date: 2012-01-03 20:23:53 +0100 (Di, 03. Jan 2012) $
 :Copyright: This document has been placed in the public domain.
 
 This document explores issues around extracting and processing
diff --git a/docs/dev/release.txt b/docs/dev/release.txt
index 655656b..b5cdb26 100644
--- a/docs/dev/release.txt
+++ b/docs/dev/release.txt
@@ -4,8 +4,8 @@
 
 :Authors: David Goodger; Lea Wiemann; open to all Docutils developers
 :Contact: docutils-develop at lists.sourceforge.net
-:Date: $Date: 2013-07-13 20:14:43 +0200 (Sam, 13. Jul 2013) $
-:Revision: $Revision: 7686 $
+:Date: $Date: 2016-07-28 09:50:29 +0200 (Do, 28. Jul 2016) $
+:Revision: $Revision: 7956 $
 :Copyright: This document has been placed in the public domain.
 
 .. _Docutils: http://docutils.sourceforge.net/
@@ -13,13 +13,14 @@
 Assumptions and their failure
 -----------------------------
 
-On the test machine python2.4, 2.5 2.6 2.7 and 3.2 are installed.
+On the test machine python2.4, 2.5, 2.6, 2.7 and 3.2, 3.3, and 3.4
+are installed.
 Some in /usr/ some under /usr/local.
 
 Assumption: If python2.6 is in /usr/bin/ than site-packages is under
   /usr/local/lib/python2.6.
 
-On new ubuntu 12.10 
+On new ubuntu 12.10
 
 * python2.7 is here /usr/bin/python2.7.
 * in /usr/lib are python2.7, pymodules and pyshared.
... 36416 lines suppressed ...

-- 
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