debian specific patch information for python-docutils / 0.4-3

Summary

Package Version Package Type Source Package Format
0.4-3 Debian-diff 1.0

"Debian diff" Information

Diff file python-docutils_0.4-3.diff.gz
Size36971
MD5sum599ba512cd21cc9601b28c05928074ac
./debian only changes view download

"series" style patches

patch summary view raw
01_upstream_04_branch_r4646.dpatch
 .svn                                                       |only
 COPYING.txt                                                |   27 +--
 FAQ.txt                                                    |   29 +++
 HISTORY.txt                                                |   17 ++
 MANIFEST.in                                                |    9 +
 RELEASE-NOTES.txt                                          |    8 -
 docs/dev/policies.txt                                      |   56 +++----
 docs/dev/pysource.dtd                                      |    5 
 docs/dev/repository.txt                                    |   10 -
 docs/ref/doctree.txt                                       |    6 
 docs/ref/docutils.dtd                                      |    5 
 docs/ref/rst/directives.txt                                |   96 ++++++-------
 docs/user/links.txt                                        |   18 ++
 docs/user/rst/cheatsheet.txt                               |    6 
 docs/user/rst/quickref.html                                |   17 +-
 docs/user/rst/quickstart.txt                               |    6 
 docs/user/slide-shows.txt                                  |    8 -
 docutils/__init__.py                                       |   15 +-
 docutils/core.py                                           |   10 -
 docutils/parsers/rst/__init__.py                           |    4 
 docutils/parsers/rst/states.py                             |    5 
 docutils/transforms/peps.py                                |    4 
 docutils/utils.py                                          |    6 
 docutils/writers/latex2e/__init__.py                       |   37 +++--
 docutils/writers/pep_html/__init__.py                      |    4 
 setup.py                                                   |   15 +-
 test/data/.svn                                             |only
 test/functional/expected/compact_lists.html                |    2 
 test/functional/expected/dangerous.html                    |    2 
 test/functional/expected/field_name_limit.html             |    2 
 test/functional/expected/misc_rst_html4css1.html           |    2 
 test/functional/expected/pep_html.html                     |    2 
 test/functional/expected/standalone_rst_html4css1.html     |    2 
 test/functional/expected/standalone_rst_latex.tex          |   58 +++----
 test/functional/expected/standalone_rst_s5_html_1.html     |    2 
 test/functional/expected/standalone_rst_s5_html_2.html     |    2 
 test/test_dependencies.py                                  |   38 ++---
 test/test_parsers/test_rst/test_directives/test_tables.py  |   15 +-
 test/test_parsers/test_rst/test_directives/test_unicode.py |   18 +-
 test/test_parsers/test_rst/test_interpreted.py             |    4 
 test/test_parsers/test_rst/test_targets.py                 |   43 +++++
 test/test_readers/test_pep/test_inline_markup.py           |    4 
 test/test_writers/test_latex2e.py                          |   30 ++--
 tools/editors/README.txt                                   |    5 
 tools/editors/emacs/rst.el                                 |   52 +++----
 tools/rst2s5.py                                            |    6 
 46 files changed, 420 insertions(+), 292 deletions(-)
view download
11_not_usrbinenv_python.dpatch
 docs/api/cmdline-tool.txt                                          |    2 +-
 docs/dev/testing.txt                                               |    2 +-
 docs/dev/todo.txt                                                  |    2 +-
 install.py                                                         |    2 +-
 setup.py                                                           |    2 +-
 test/docutils_difflib.py                                           |    2 +-
 test/package_unittest.py                                           |    2 +-
 test/test_dependencies.py                                          |    2 +-
 test/test_functional.py                                            |    2 +-
 test/test_io.py                                                    |    2 +-
 test/test_language.py                                              |    2 +-
 test/test_nodes.py                                                 |    2 +-
 test/test_parsers/test_rst/test_SimpleTableParser.py               |    2 +-
 test/test_parsers/test_rst/test_TableParser.py                     |    2 +-
 test/test_parsers/test_rst/test_block_quotes.py                    |    2 +-
 test/test_parsers/test_rst/test_bullet_lists.py                    |    2 +-
 test/test_parsers/test_rst/test_citations.py                       |    2 +-
 test/test_parsers/test_rst/test_comments.py                        |    2 +-
 test/test_parsers/test_rst/test_definition_lists.py                |    2 +-
 test/test_parsers/test_rst/test_directives/test_admonitions.py     |    2 +-
 test/test_parsers/test_rst/test_directives/test_compound.py        |    2 +-
 test/test_parsers/test_rst/test_directives/test_container.py       |    2 +-
 test/test_parsers/test_rst/test_directives/test_contents.py        |    2 +-
 test/test_parsers/test_rst/test_directives/test_date.py            |    2 +-
 test/test_parsers/test_rst/test_directives/test_decorations.py     |    2 +-
 test/test_parsers/test_rst/test_directives/test_default_role.py    |    2 +-
 test/test_parsers/test_rst/test_directives/test_figures.py         |    2 +-
 test/test_parsers/test_rst/test_directives/test_images.py          |    2 +-
 test/test_parsers/test_rst/test_directives/test_include.py         |    2 +-
 test/test_parsers/test_rst/test_directives/test_line_blocks.py     |    2 +-
 test/test_parsers/test_rst/test_directives/test_meta.py            |    2 +-
 test/test_parsers/test_rst/test_directives/test_raw.py             |    2 +-
 test/test_parsers/test_rst/test_directives/test_replace.py         |    2 +-
 test/test_parsers/test_rst/test_directives/test_role.py            |    2 +-
 test/test_parsers/test_rst/test_directives/test_rubrics.py         |    2 +-
 test/test_parsers/test_rst/test_directives/test_sidebars.py        |    2 +-
 test/test_parsers/test_rst/test_directives/test_tables.py          |    2 +-
 test/test_parsers/test_rst/test_directives/test_target_notes.py    |    2 +-
 test/test_parsers/test_rst/test_directives/test_test_directives.py |    2 +-
 test/test_parsers/test_rst/test_directives/test_topics.py          |    2 +-
 test/test_parsers/test_rst/test_directives/test_unicode.py         |    2 +-
 test/test_parsers/test_rst/test_directives/test_unknown.py         |    2 +-
 test/test_parsers/test_rst/test_doctest_blocks.py                  |    2 +-
 test/test_parsers/test_rst/test_east_asian_text.py                 |    2 +-
 test/test_parsers/test_rst/test_enumerated_lists.py                |    2 +-
 test/test_parsers/test_rst/test_field_lists.py                     |    2 +-
 test/test_parsers/test_rst/test_footnotes.py                       |    2 +-
 test/test_parsers/test_rst/test_functions.py                       |    2 +-
 test/test_parsers/test_rst/test_inline_markup.py                   |    2 +-
 test/test_parsers/test_rst/test_interpreted.py                     |    2 +-
 test/test_parsers/test_rst/test_line_blocks.py                     |    2 +-
 test/test_parsers/test_rst/test_literal_blocks.py                  |    2 +-
 test/test_parsers/test_rst/test_option_lists.py                    |    2 +-
 test/test_parsers/test_rst/test_outdenting.py                      |    2 +-
 test/test_parsers/test_rst/test_paragraphs.py                      |    2 +-
 test/test_parsers/test_rst/test_section_headers.py                 |    2 +-
 test/test_parsers/test_rst/test_substitutions.py                   |    2 +-
 test/test_parsers/test_rst/test_tables.py                          |    2 +-
 test/test_parsers/test_rst/test_targets.py                         |    2 +-
 test/test_parsers/test_rst/test_transitions.py                     |    2 +-
 test/test_publisher.py                                             |    2 +-
 test/test_readers/test_pep/test_inline_markup.py                   |    2 +-
 test/test_readers/test_pep/test_rfc2822.py                         |    2 +-
 test/test_readers/test_python/showast                              |    2 +-
 test/test_readers/test_python/showdoc                              |    2 +-
 test/test_readers/test_python/showparse                            |    2 +-
 test/test_readers/test_python/showtok                              |    2 +-
 test/test_readers/test_python/test_functions.py                    |    2 +-
 test/test_readers/test_python/test_parser.py                       |    2 +-
 test/test_readers/test_python/test_token_parser.py                 |    2 +-
 test/test_settings.py                                              |    2 +-
 test/test_statemachine.py                                          |    2 +-
 test/test_transforms/test___init__.py                              |    2 +-
 test/test_transforms/test_class.py                                 |    2 +-
 test/test_transforms/test_contents.py                              |    2 +-
 test/test_transforms/test_docinfo.py                               |    2 +-
 test/test_transforms/test_doctitle.py                              |    2 +-
 test/test_transforms/test_expose_internals.py                      |    2 +-
 test/test_transforms/test_filter.py                                |    2 +-
 test/test_transforms/test_footnotes.py                             |    2 +-
 test/test_transforms/test_hyperlinks.py                            |    2 +-
 test/test_transforms/test_messages.py                              |    2 +-
 test/test_transforms/test_peps.py                                  |    2 +-
 test/test_transforms/test_sectnum.py                               |    2 +-
 test/test_transforms/test_strip_comments.py                        |    2 +-
 test/test_transforms/test_substitutions.py                         |    2 +-
 test/test_transforms/test_target_notes.py                          |    2 +-
 test/test_transforms/test_transitions.py                           |    2 +-
 test/test_transforms/test_writer_aux.py                            |    2 +-
 test/test_utils.py                                                 |    2 +-
 test/test_viewlist.py                                              |    2 +-
 test/test_writers/test_docutils_xml.py                             |    2 +-
 test/test_writers/test_html4css1.py                                |    2 +-
 test/test_writers/test_html4css1_misc.py                           |    2 +-
 test/test_writers/test_latex2e.py                                  |    2 +-
 test/test_writers/test_null.py                                     |    2 +-
 test/test_writers/test_pseudoxml.py                                |    2 +-
 tools/buildhtml.py                                                 |    2 +-
 tools/dev/create_unimap.py                                         |    2 +-
 tools/dev/unicode2rstsubs.py                                       |    2 +-
 tools/quicktest.py                                                 |    2 +-
 tools/rst2html.py                                                  |    2 +-
 tools/rst2latex.py                                                 |    2 +-
 tools/rst2newlatex.py                                              |    2 +-
 tools/rst2pseudoxml.py                                             |    2 +-
 tools/rst2xml.py                                                   |    2 +-
 tools/rstpep2html.py                                               |    2 +-
 107 files changed, 107 insertions(+), 107 deletions(-)
view download
12_remove_unnecessary_hashbang.dpatch
 docutils/readers/python/pynodes.py |    2 --
 1 file changed, 2 deletions(-)
view download
13_nodes_namespace.dpatch
 docutils/nodes.py |    5 +++++
 1 file changed, 5 insertions(+)
view download
14_distutils_setup.dpatch
 setup.py       |   29 ++---------------------------
 setup_roman.py |   21 +++++++++++++++++++++
 2 files changed, 23 insertions(+), 27 deletions(-)
view download