[Python-modules-commits] [pygments] 04/04: merge patched into master

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Jan 25 14:58:32 UTC 2016


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

mitya57 pushed a commit to branch master
in repository pygments.

commit 24769d74cad0599733ba0cfb4fee1eb0d463eb09
Merge: 0d39ad4 e801e57
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Mon Jan 25 17:58:11 2016 +0300

    merge patched into master

 AUTHORS                                            |   42 +-
 CHANGES                                            |   89 +-
 LICENSE                                            |    2 +-
 Makefile                                           |   12 +-
 PKG-INFO                                           |    4 +-
 Pygments.egg-info/PKG-INFO                         |    4 +-
 Pygments.egg-info/SOURCES.txt                      |  208 +-
 README.rst                                         |    2 +-
 TODO                                               |    3 -
 debian/.git-dpm                                    |    6 +-
 debian/patches/change_docs_theme.patch             |    6 +-
 doc/_themes/pygments14/layout.html                 |    2 +-
 doc/_themes/pygments14/static/pygments14.css_t     |    2 +-
 doc/conf.py                                        |   12 +-
 doc/docs/filterdevelopment.rst                     |    7 +-
 doc/docs/integrate.rst                             |   15 -
 doc/docs/java.rst                                  |   14 +-
 doc/docs/lexerdevelopment.rst                      |   15 +-
 doc/docs/lexers.rst                                |    2 +-
 doc/docs/tokens.rst                                |    8 +-
 doc/docs/unicode.rst                               |    2 +-
 doc/faq.rst                                        |    4 +-
 doc/languages.rst                                  |   15 +-
 external/autopygmentize                            |   10 +-
 external/lasso-builtins-generator-9.lasso          |  122 +-
 external/markdown-processor.py                     |    2 +-
 external/moin-parser.py                            |    2 +-
 external/rst-directive.py                          |    2 +-
 pygments/__init__.py                               |   17 +-
 pygments/cmdline.py                                |  176 +-
 pygments/console.py                                |    2 +-
 pygments/filter.py                                 |    6 +-
 pygments/filters/__init__.py                       |    2 +-
 pygments/formatter.py                              |    2 +-
 pygments/formatters/__init__.py                    |    6 +-
 pygments/formatters/_mapping.py                    |   17 +-
 pygments/formatters/bbcode.py                      |    2 +-
 pygments/formatters/html.py                        |  102 +-
 pygments/formatters/img.py                         |   21 +-
 pygments/formatters/{terminal.py => irc.py}        |   87 +-
 pygments/formatters/latex.py                       |   25 +-
 pygments/formatters/other.py                       |    2 +-
 pygments/formatters/rtf.py                         |    2 +-
 pygments/formatters/svg.py                         |    2 +-
 pygments/formatters/terminal.py                    |   73 +-
 pygments/formatters/terminal256.py                 |   66 +-
 pygments/lexer.py                                  |   21 +-
 pygments/lexers/__init__.py                        |    4 +-
 pygments/lexers/_asy_builtins.py                   |    2 +-
 pygments/lexers/_cl_builtins.py                    |    2 +-
 pygments/lexers/_cocoa_builtins.py                 |   13 +-
 pygments/lexers/_csound_builtins.py                | 1346 +++
 pygments/lexers/_lasso_builtins.py                 | 9240 ++++++++++----------
 pygments/lexers/_lua_builtins.py                   |    5 +-
 pygments/lexers/_mapping.py                        |   84 +-
 pygments/lexers/_mql_builtins.py                   |    2 +-
 pygments/lexers/_openedge_builtins.py              |    2 +-
 pygments/lexers/_php_builtins.py                   |    5 +-
 pygments/lexers/_postgres_builtins.py              |    5 +-
 pygments/lexers/_scilab_builtins.py                |    5 +-
 pygments/lexers/_sourcemod_builtins.py             |    6 +-
 pygments/lexers/_stan_builtins.py                  |   54 +-
 pygments/lexers/_vim_builtins.py                   |    2 +-
 pygments/lexers/actionscript.py                    |    2 +-
 pygments/lexers/agile.py                           |    2 +-
 pygments/lexers/algebra.py                         |   42 +-
 pygments/lexers/ambient.py                         |    2 +-
 pygments/lexers/apl.py                             |    2 +-
 pygments/lexers/archetype.py                       |  318 +
 pygments/lexers/asm.py                             |    7 +-
 pygments/lexers/automation.py                      |    5 +-
 pygments/lexers/basic.py                           |    2 +-
 pygments/lexers/business.py                        |    4 +-
 pygments/lexers/c_cpp.py                           |   48 +-
 pygments/lexers/c_like.py                          |  132 +-
 pygments/lexers/chapel.py                          |   12 +-
 pygments/lexers/compiled.py                        |    2 +-
 pygments/lexers/configs.py                         |  293 +-
 pygments/lexers/console.py                         |    4 +-
 pygments/lexers/csound.py                          |  366 +
 pygments/lexers/css.py                             |   40 +-
 pygments/lexers/d.py                               |    2 +-
 pygments/lexers/dalvik.py                          |    2 +-
 pygments/lexers/data.py                            |    2 +-
 pygments/lexers/diff.py                            |    2 +-
 pygments/lexers/dotnet.py                          |    7 +-
 pygments/lexers/dsls.py                            |  210 +-
 pygments/lexers/dylan.py                           |    2 +-
 pygments/lexers/ecl.py                             |    2 +-
 pygments/lexers/eiffel.py                          |    2 +-
 pygments/lexers/elm.py                             |  121 +
 pygments/lexers/erlang.py                          |    2 +-
 pygments/lexers/esoteric.py                        |  113 +-
 pygments/lexers/ezhil.py                           |   68 +
 pygments/lexers/factor.py                          |    2 +-
 pygments/lexers/fantom.py                          |    2 +-
 pygments/lexers/felix.py                           |    2 +-
 pygments/lexers/fortran.py                         |   69 +-
 pygments/lexers/foxpro.py                          |    2 +-
 pygments/lexers/functional.py                      |    4 +-
 pygments/lexers/go.py                              |    2 +-
 pygments/lexers/grammar_notation.py                |  131 +
 pygments/lexers/graph.py                           |    3 +-
 pygments/lexers/graphics.py                        |    2 +-
 pygments/lexers/haskell.py                         |    2 +-
 pygments/lexers/haxe.py                            |    2 +-
 pygments/lexers/hdl.py                             |    2 +-
 pygments/lexers/hexdump.py                         |   97 +
 pygments/lexers/html.py                            |   30 +-
 pygments/lexers/idl.py                             |   13 +-
 pygments/lexers/igor.py                            |   17 +-
 pygments/lexers/inferno.py                         |    2 +-
 pygments/lexers/installers.py                      |    2 +-
 pygments/lexers/int_fiction.py                     |    3 +-
 pygments/lexers/iolang.py                          |    2 +-
 pygments/lexers/j.py                               |  146 +
 pygments/lexers/javascript.py                      |  291 +-
 pygments/lexers/julia.py                           |    9 +-
 pygments/lexers/jvm.py                             |   57 +-
 pygments/lexers/lisp.py                            |  897 +-
 pygments/lexers/make.py                            |    3 +-
 pygments/lexers/markup.py                          |    2 +-
 pygments/lexers/math.py                            |    2 +-
 pygments/lexers/matlab.py                          |    2 +-
 pygments/lexers/ml.py                              |    2 +-
 pygments/lexers/modeling.py                        |    8 +-
 pygments/lexers/modula2.py                         | 1561 ++++
 pygments/lexers/nimrod.py                          |    2 +-
 pygments/lexers/nit.py                             |    2 +-
 pygments/lexers/nix.py                             |    2 +-
 pygments/lexers/oberon.py                          |  105 +
 pygments/lexers/objective.py                       |  194 +-
 pygments/lexers/ooc.py                             |    2 +-
 pygments/lexers/other.py                           |    2 +-
 pygments/lexers/parasail.py                        |   79 +
 pygments/lexers/parsers.py                         |    2 +-
 pygments/lexers/pascal.py                          |  211 +-
 pygments/lexers/pawn.py                            |    2 +-
 pygments/lexers/perl.py                            |    3 +-
 pygments/lexers/php.py                             |    2 +-
 pygments/lexers/praat.py                           |  295 +
 pygments/lexers/prolog.py                          |   10 +-
 pygments/lexers/python.py                          |  127 +-
 pygments/lexers/qvt.py                             |  150 +
 pygments/lexers/r.py                               |    2 +-
 pygments/lexers/rdf.py                             |  208 +-
 pygments/lexers/rebol.py                           |    2 +-
 pygments/lexers/resource.py                        |    2 +-
 pygments/lexers/roboconf.py                        |   82 +
 pygments/lexers/robotframework.py                  |   32 +-
 pygments/lexers/ruby.py                            |   19 +-
 pygments/lexers/rust.py                            |  117 +-
 pygments/lexers/scripting.py                       |  324 +-
 pygments/lexers/shell.py                           |  548 +-
 pygments/lexers/smalltalk.py                       |    2 +-
 pygments/lexers/snobol.py                          |    2 +-
 pygments/lexers/special.py                         |    2 +-
 pygments/lexers/sql.py                             |    6 +-
 pygments/lexers/supercollider.py                   |   90 +
 pygments/lexers/tcl.py                             |    2 +-
 pygments/lexers/templates.py                       |   24 +-
 pygments/lexers/testing.py                         |   90 +-
 pygments/lexers/text.py                            |    2 +-
 pygments/lexers/textedit.py                        |    2 +-
 pygments/lexers/textfmts.py                        |    6 +-
 pygments/lexers/theorem.py                         |   56 +-
 pygments/lexers/trafficscript.py                   |   54 +
 pygments/lexers/urbi.py                            |    2 +-
 pygments/lexers/web.py                             |    2 +-
 pygments/lexers/webmisc.py                         |  139 +-
 pygments/lexers/x10.py                             |   69 +
 pygments/modeline.py                               |    7 +-
 pygments/plugin.py                                 |    2 +-
 pygments/regexopt.py                               |    2 +-
 pygments/scanner.py                                |    2 +-
 pygments/sphinxext.py                              |    8 +-
 pygments/style.py                                  |    4 +-
 pygments/styles/__init__.py                        |    5 +-
 pygments/styles/algol.py                           |   63 +
 pygments/styles/algol_nu.py                        |   63 +
 pygments/styles/arduino.py                         |   98 +
 pygments/styles/autumn.py                          |    2 +-
 pygments/styles/borland.py                         |    2 +-
 pygments/styles/bw.py                              |    2 +-
 pygments/styles/colorful.py                        |    2 +-
 pygments/styles/default.py                         |    2 +-
 pygments/styles/emacs.py                           |    2 +-
 pygments/styles/friendly.py                        |    2 +-
 pygments/styles/fruity.py                          |    2 +-
 pygments/styles/igor.py                            |    2 +-
 pygments/styles/lovelace.py                        |   93 +
 pygments/styles/manni.py                           |    2 +-
 pygments/styles/monokai.py                         |    2 +-
 pygments/styles/murphy.py                          |    2 +-
 pygments/styles/native.py                          |    2 +-
 pygments/styles/paraiso_dark.py                    |    2 +-
 pygments/styles/paraiso_light.py                   |    2 +-
 pygments/styles/pastie.py                          |    2 +-
 pygments/styles/perldoc.py                         |    2 +-
 pygments/styles/rrt.py                             |    2 +-
 pygments/styles/tango.py                           |    2 +-
 pygments/styles/trac.py                            |    2 +-
 pygments/styles/vim.py                             |    2 +-
 pygments/styles/vs.py                              |    2 +-
 pygments/styles/xcode.py                           |    2 +-
 pygments/token.py                                  |    4 +-
 pygments/unistring.py                              |    6 +-
 pygments/util.py                                   |   30 +-
 scripts/check_sources.py                           |    4 +-
 scripts/debug_lexer.py                             |   60 +-
 scripts/get_vimkw.py                               |    2 +-
 setup.py                                           |    4 +-
 tests/.coverage                                    |  Bin 0 -> 13152 bytes
 tests/__pycache__/string_asserts.cpython-33.pyc    |  Bin 0 -> 1469 bytes
 tests/__pycache__/support.cpython-33.pyc           |  Bin 0 -> 689 bytes
 tests/__pycache__/test_basic_api.cpython-33.pyc    |  Bin 0 -> 18346 bytes
 tests/__pycache__/test_cfm.cpython-33.pyc          |  Bin 0 -> 2324 bytes
 tests/__pycache__/test_clexer.cpython-33.pyc       |  Bin 0 -> 7334 bytes
 tests/__pycache__/test_cmdline.cpython-33.pyc      |  Bin 0 -> 11598 bytes
 tests/__pycache__/test_examplefiles.cpython-33.pyc |  Bin 0 -> 5050 bytes
 .../__pycache__/test_html_formatter.cpython-33.pyc |  Bin 0 -> 9503 bytes
 tests/__pycache__/test_inherit.cpython-33.pyc      |  Bin 0 -> 6640 bytes
 tests/__pycache__/test_java.cpython-33.pyc         |  Bin 0 -> 1781 bytes
 .../test_latex_formatter.cpython-33.pyc            |  Bin 0 -> 2290 bytes
 tests/__pycache__/test_lexers_other.cpython-33.pyc |  Bin 0 -> 3635 bytes
 .../test_objectiveclexer.cpython-33.pyc            |  Bin 0 -> 4125 bytes
 tests/__pycache__/test_perllexer.cpython-33.pyc    |  Bin 0 -> 10626 bytes
 tests/__pycache__/test_qbasiclexer.cpython-33.pyc  |  Bin 0 -> 2040 bytes
 tests/__pycache__/test_regexlexer.cpython-33.pyc   |  Bin 0 -> 2921 bytes
 tests/__pycache__/test_regexopt.cpython-33.pyc     |  Bin 0 -> 4440 bytes
 .../__pycache__/test_rtf_formatter.cpython-33.pyc  |  Bin 0 -> 6164 bytes
 tests/__pycache__/test_ruby.cpython-33.pyc         |  Bin 0 -> 5468 bytes
 tests/__pycache__/test_shell.cpython-33.pyc        |  Bin 0 -> 2992 bytes
 tests/__pycache__/test_smarty.cpython-33.pyc       |  Bin 0 -> 1939 bytes
 .../__pycache__/test_string_asserts.cpython-33.pyc |  Bin 0 -> 2740 bytes
 tests/__pycache__/test_textfmts.cpython-33.pyc     |  Bin 0 -> 2227 bytes
 tests/__pycache__/test_token.cpython-33.pyc        |  Bin 0 -> 2256 bytes
 tests/__pycache__/test_unistring.cpython-33.pyc    |  Bin 0 -> 2430 bytes
 tests/__pycache__/test_using_api.cpython-33.pyc    |  Bin 0 -> 2446 bytes
 tests/__pycache__/test_util.cpython-33.pyc         |  Bin 0 -> 12866 bytes
 tests/cover/coverage_html.js                       |  376 +
 tests/cover/jquery.hotkeys.js                      |   99 +
 tests/cover/jquery.isonscreen.js                   |   53 +
 tests/cover/jquery.min.js                          |  166 +
 tests/cover/jquery.tablesorter.min.js              |    2 +
 tests/cover/keybd_closed.png                       |  Bin 0 -> 264 bytes
 tests/cover/keybd_open.png                         |  Bin 0 -> 267 bytes
 tests/cover/status.dat                             | 5179 +++++++++++
 tests/cover/style.css                              |  300 +
 tests/examplefiles/99_bottles_of_beer.chpl         |  174 +
 tests/examplefiles/AcidStateAdvanced.hs            |  209 +
 tests/examplefiles/AlternatingGroup.mu             |  102 +
 tests/examplefiles/BOM.js                          |    1 +
 tests/examplefiles/Blink.ino                       |   24 +
 tests/examplefiles/CPDictionary.j                  |  611 ++
 tests/examplefiles/Config.in.cache                 | 1973 +++++
 tests/examplefiles/Constants.mo                    |  158 +
 tests/examplefiles/DancingSudoku.lhs               |  411 +
 tests/examplefiles/Deflate.fs                      |  578 ++
 tests/examplefiles/Error.pmod                      |   38 +
 tests/examplefiles/Errors.scala                    |   23 +
 tests/examplefiles/FakeFile.pike                   |  360 +
 tests/examplefiles/Get-CommandDefinitionHtml.ps1   |   66 +
 tests/examplefiles/IPDispatchC.nc                  |  104 +
 tests/examplefiles/IPDispatchP.nc                  |  671 ++
 tests/examplefiles/Intro.java                      | 1660 ++++
 tests/examplefiles/Makefile                        | 1131 +++
 tests/examplefiles/Object.st                       | 4394 ++++++++++
 tests/examplefiles/OrderedMap.hx                   |  584 ++
 tests/examplefiles/RoleQ.pm6                       |   23 +
 tests/examplefiles/SmallCheck.hs                   |  378 +
 tests/examplefiles/Sorting.mod                     |  470 +
 tests/examplefiles/Sudoku.lhs                      |  382 +
 tests/examplefiles/abnf_example1.abnf              |   22 +
 tests/examplefiles/abnf_example2.abnf              |    9 +
 tests/examplefiles/addressbook.proto               |   30 +
 tests/examplefiles/ahcon.f                         |  340 +
 tests/examplefiles/all.nit                         | 1986 +++++
 tests/examplefiles/antlr_ANTLRv3.g                 |  608 ++
 tests/examplefiles/antlr_throws                    |    1 +
 tests/examplefiles/apache2.conf                    |  393 +
 tests/examplefiles/as3_test.as                     |  143 +
 tests/examplefiles/as3_test2.as                    |   46 +
 tests/examplefiles/as3_test3.as                    |    3 +
 tests/examplefiles/aspx-cs_example                 |   27 +
 tests/examplefiles/autoit_submit.au3               |   27 +
 tests/examplefiles/automake.mk                     |    7 +
 tests/examplefiles/badcase.java                    |    2 +
 tests/examplefiles/bigtest.nsi                     |  308 +
 tests/examplefiles/bnf_example1.bnf                |   15 +
 tests/examplefiles/boot-9.scm                      | 1557 ++++
 tests/examplefiles/ca65_example                    |  284 +
 tests/examplefiles/cbmbas_example                  |    9 +
 tests/examplefiles/cells.ps                        |  515 ++
 tests/examplefiles/ceval.c                         | 2604 ++++++
 tests/examplefiles/char.scala                      |    4 +
 tests/examplefiles/cheetah_example.html            |   13 +
 tests/examplefiles/classes.dylan                   |  125 +
 tests/examplefiles/clojure-weird-keywords.clj      |    5 +
 tests/examplefiles/condensed_ruby.rb               |   10 +
 tests/examplefiles/coq_RelationClasses             |  447 +
 tests/examplefiles/core.cljs                       |   52 +
 tests/examplefiles/database.pytb                   |   20 +
 tests/examplefiles/de.MoinMoin.po                  | 2461 ++++++
 tests/examplefiles/demo.ahk                        |  181 +
 tests/examplefiles/demo.cfm                        |   50 +
 tests/examplefiles/demo.css.in                     |    6 +
 tests/examplefiles/demo.hbs                        |   12 +
 tests/examplefiles/demo.js.in                      |    6 +
 tests/examplefiles/demo.thrift                     |   14 +
 tests/examplefiles/demo.xul.in                     |    7 +
 tests/examplefiles/django_sample.html+django       |   68 +
 tests/examplefiles/docker.docker                   |    5 +
 tests/examplefiles/dwarf.cw                        |   17 +
 tests/examplefiles/eg_example1.eg                  |  155 +
 tests/examplefiles/ember.handlebars                |   33 +
 tests/examplefiles/erl_session                     |   10 +
 tests/examplefiles/es6.js                          |   46 +
 tests/examplefiles/escape_semicolon.clj            |    1 +
 tests/examplefiles/eval.rs                         |  606 ++
 tests/examplefiles/evil_regex.js                   |   48 +
 tests/examplefiles/example.Rd                      |   78 +
 tests/examplefiles/example.als                     |  217 +
 tests/examplefiles/example.bat                     |  205 +
 tests/examplefiles/example.bc                      |   53 +
 tests/examplefiles/example.bug                     |   54 +
 tests/examplefiles/example.c                       | 2080 +++++
 tests/examplefiles/example.ceylon                  |   52 +
 tests/examplefiles/example.chai                    |    6 +
 tests/examplefiles/example.clay                    |   33 +
 tests/examplefiles/example.cls                     |   15 +
 tests/examplefiles/example.cob                     | 2620 ++++++
 tests/examplefiles/example.coffee                  |   27 +
 tests/examplefiles/example.cpp                     | 2363 +++++
 tests/examplefiles/example.e                       |  124 +
 tests/examplefiles/example.elm                     |   58 +
 tests/examplefiles/example.ezt                     |   32 +
 tests/examplefiles/example.f90                     |    8 +
 tests/examplefiles/example.feature                 |   16 +
 tests/examplefiles/example.fish                    |  580 ++
 tests/examplefiles/example.gd                      |   23 +
 tests/examplefiles/example.gi                      |   64 +
 tests/examplefiles/example.golo                    |  113 +
 tests/examplefiles/example.groovy                  |    2 +
 tests/examplefiles/example.gs                      |  106 +
 tests/examplefiles/example.gst                     |    7 +
 tests/examplefiles/example.hs                      |   31 +
 tests/examplefiles/example.hx                      |  192 +
 tests/examplefiles/example.i6t                     |   32 +
 tests/examplefiles/example.i7x                     |   45 +
 tests/examplefiles/example.j                       |  564 ++
 tests/examplefiles/example.jag                     |   48 +
 tests/examplefiles/example.java                    |   16 +
 tests/examplefiles/example.jcl                     |   31 +
 tests/examplefiles/example.jsonld                  |   27 +
 tests/examplefiles/example.kal                     |   75 +
 tests/examplefiles/example.kt                      |   47 +
 tests/examplefiles/example.lagda                   |   19 +
 tests/examplefiles/example.liquid                  |   42 +
 tests/examplefiles/example.lua                     |  250 +
 tests/examplefiles/example.ma                      |    8 +
 tests/examplefiles/example.mac                     |    6 +
 tests/examplefiles/example.monkey                  |  152 +
 tests/examplefiles/example.moo                     |   26 +
 tests/examplefiles/example.moon                    |  629 ++
 tests/examplefiles/example.mq4                     |  187 +
 tests/examplefiles/example.mqh                     |  123 +
 tests/examplefiles/example.msc                     |   43 +
 tests/examplefiles/example.ni                      |   57 +
 tests/examplefiles/example.nim                     | 1010 +++
 tests/examplefiles/example.nix                     |   80 +
 tests/examplefiles/example.ns2                     |   69 +
 tests/examplefiles/example.pas                     | 2708 ++++++
 tests/examplefiles/example.pcmk                    |  115 +
 tests/examplefiles/example.pp                      |    8 +
 tests/examplefiles/example.praat                   |  245 +
 tests/examplefiles/example.prg                     |  161 +
 tests/examplefiles/example.rb                      | 1852 ++++
 tests/examplefiles/example.red                     |  257 +
 tests/examplefiles/example.reds                    |  150 +
 tests/examplefiles/example.reg                     |   19 +
 tests/examplefiles/example.rexx                    |   50 +
 tests/examplefiles/example.rhtml                   |  561 ++
 tests/examplefiles/example.rkt                     |  743 ++
 tests/examplefiles/example.rpf                     |    4 +
 tests/examplefiles/example.rts                     |  118 +
 tests/examplefiles/example.scd                     |   76 +
 tests/examplefiles/example.sh                      |   22 +
 tests/examplefiles/example.sh-session              |   19 +
 tests/examplefiles/example.shell-session           |   45 +
 tests/examplefiles/example.slim                    |   31 +
 tests/examplefiles/example.sls                     |   51 +
 tests/examplefiles/example.sml                     |  156 +
 tests/examplefiles/example.snobol                  |   15 +
 tests/examplefiles/example.stan                    |  122 +
 tests/examplefiles/example.tap                     |   37 +
 tests/examplefiles/example.tea                     |   34 +
 tests/examplefiles/example.tf                      |  162 +
 tests/examplefiles/example.thy                     |  751 ++
 tests/examplefiles/example.todotxt                 |    9 +
 tests/examplefiles/example.ts                      |   39 +
 tests/examplefiles/example.ttl                     |   43 +
 tests/examplefiles/example.u                       |  548 ++
 tests/examplefiles/example.weechatlog              |   11 +
 tests/examplefiles/example.x10                     |    9 +
 tests/examplefiles/example.xhtml                   |  376 +
 tests/examplefiles/example.xtend                   |   34 +
 tests/examplefiles/example.yaml                    |  302 +
 tests/examplefiles/example1.cadl                   |  149 +
 tests/examplefiles/example2.aspx                   |   29 +
 tests/examplefiles/example2.msc                    |   79 +
 tests/examplefiles/exampleScript.cfc               |  241 +
 tests/examplefiles/exampleTag.cfc                  |   18 +
 tests/examplefiles/example_coq.v                   |    4 +
 tests/examplefiles/example_elixir.ex               |  233 +
 tests/examplefiles/example_file.fy                 |  128 +
 tests/examplefiles/ezhil_primefactors.n            |  152 +
 tests/examplefiles/firefox.mak                     |  586 ++
 tests/examplefiles/flipflop.sv                     |   19 +
 tests/examplefiles/foo.sce                         |    6 +
 tests/examplefiles/format.ml                       | 1213 +++
 tests/examplefiles/fucked_up.rb                    |   77 +
 tests/examplefiles/function.mu                     |    1 +
 tests/examplefiles/functional.rst                  | 1472 ++++
 tests/examplefiles/garcia-wachs.kk                 |  133 +
 tests/examplefiles/genclass.clj                    |  510 ++
 tests/examplefiles/genshi_example.xml+genshi       |  193 +
 tests/examplefiles/genshitext_example.genshitext   |   33 +
 tests/examplefiles/glsl.frag                       |    7 +
 tests/examplefiles/glsl.vert                       |   13 +
 tests/examplefiles/grammar-test.p6                 |   22 +
 tests/examplefiles/hash_syntax.rb                  |    5 +
 tests/examplefiles/hello.at                        |    6 +
 tests/examplefiles/hello.golo                      |    5 +
 tests/examplefiles/hello.lsl                       |   12 +
 tests/examplefiles/hello.smali                     |   40 +
 tests/examplefiles/hello.sp                        |    9 +
 tests/examplefiles/hexdump_debugexe                |  309 +
 tests/examplefiles/hexdump_hd                      |  310 +
 tests/examplefiles/hexdump_hexcat                  |  247 +
 tests/examplefiles/hexdump_hexdump                 |  310 +
 tests/examplefiles/hexdump_od                      |  310 +
 tests/examplefiles/hexdump_xxd                     |  309 +
 tests/examplefiles/html+php_faulty.php             |    1 +
 tests/examplefiles/http_request_example            |   15 +
 tests/examplefiles/http_response_example           |   29 +
 tests/examplefiles/hybris_File.hy                  |  174 +
 tests/examplefiles/idl_sample.pro                  |   73 +
 tests/examplefiles/iex_example                     |   23 +
 tests/examplefiles/inet_pton6.dg                   |   71 +
 tests/examplefiles/inform6_example                 |  375 +
 tests/examplefiles/interp.scala                    |   10 +
 tests/examplefiles/intro.ik                        |   24 +
 tests/examplefiles/ints.php                        |   10 +
 tests/examplefiles/intsyn.fun                      |  675 ++
 tests/examplefiles/intsyn.sig                      |  286 +
 tests/examplefiles/irb_heredoc                     |    8 +
 tests/examplefiles/irc.lsp                         |  214 +
 tests/examplefiles/java.properties                 |   16 +
 tests/examplefiles/jbst_example1.jbst              |   28 +
 tests/examplefiles/jbst_example2.jbst              |   45 +
 tests/examplefiles/jinjadesignerdoc.rst            |  713 ++
 tests/examplefiles/json.lasso                      |  301 +
 tests/examplefiles/json.lasso9                     |  213 +
 tests/examplefiles/language.hy                     |  165 +
 tests/examplefiles/lighttpd_config.conf            |   13 +
 tests/examplefiles/limbo.b                         |  456 +
 tests/examplefiles/linecontinuation.py             |   47 +
 tests/examplefiles/livescript-demo.ls              |   43 +
 tests/examplefiles/logos_example.xm                |   28 +
 tests/examplefiles/ltmain.sh                       | 2849 ++++++
 tests/examplefiles/main.cmake                      |   45 +
 tests/examplefiles/markdown.lsp                    |  679 ++
 tests/examplefiles/matlab_noreturn                 |    3 +
 tests/examplefiles/matlab_sample                   |   34 +
 tests/examplefiles/matlabsession_sample.txt        |   37 +
 tests/examplefiles/metagrammar.treetop             |  455 +
 tests/examplefiles/minehunt.qml                    |  112 +
 tests/examplefiles/minimal.ns2                     |    4 +
 tests/examplefiles/modula2_test_cases.def          |  354 +
 tests/examplefiles/moin_SyntaxReference.txt        |  340 +
 tests/examplefiles/multiline_regexes.rb            |   38 +
 tests/examplefiles/nanomsg.intr                    |   95 +
 tests/examplefiles/nasm_aoutso.asm                 |   96 +
 tests/examplefiles/nasm_objexe.asm                 |   30 +
 tests/examplefiles/nemerle_sample.n                |   87 +
 tests/examplefiles/nginx_nginx.conf                |  118 +
 tests/examplefiles/noexcept.cpp                    |    8 +
 tests/examplefiles/numbers.c                       |   12 +
 tests/examplefiles/objc_example.m                  |  179 +
 tests/examplefiles/openedge_example                |   34 +
 tests/examplefiles/pacman.conf                     |   49 +
 tests/examplefiles/pacman.ijs                      | 1107 +++
 tests/examplefiles/pawn_example                    |   25 +
 tests/examplefiles/perl_misc                       |   62 +
 tests/examplefiles/perl_perl5db                    |  998 +++
 tests/examplefiles/perl_regex-delims               |  120 +
 tests/examplefiles/perlfunc.1                      |  856 ++
 tests/examplefiles/phpMyAdmin.spec                 |  163 +
 tests/examplefiles/phpcomplete.vim                 |  567 ++
 tests/examplefiles/pkgconfig_example.pc            |   18 +
 tests/examplefiles/pleac.in.rb                     | 1223 +++
 tests/examplefiles/postgresql_test.txt             |   47 +
 tests/examplefiles/pppoe.applescript               |   10 +
 tests/examplefiles/psql_session.txt                |  122 +
 tests/examplefiles/py3_test.txt                    |    2 +
 tests/examplefiles/py3tb_test.py3tb                |    4 +
 tests/examplefiles/pycon_ctrlc_traceback           |  118 +
 tests/examplefiles/pycon_test.pycon                |   17 +
 tests/examplefiles/pytb_test2.pytb                 |    2 +
 tests/examplefiles/pytb_test3.pytb                 |    4 +
 tests/examplefiles/python25-bsd.mak                |  234 +
 tests/examplefiles/qbasic_example                  |    2 +
 tests/examplefiles/qsort.prolog                    |   13 +
 tests/examplefiles/r-console-transcript.Rout       |   38 +
 tests/examplefiles/r6rs-comments.scm               |   23 +
 tests/examplefiles/ragel-cpp_rlscan                |  280 +
 tests/examplefiles/ragel-cpp_snippet               |    2 +
 tests/examplefiles/regex.js                        |   22 +
 tests/examplefiles/resourcebundle_demo             |    9 +
 tests/examplefiles/reversi.lsp                     |  427 +
 tests/examplefiles/roboconf.graph                  |   40 +
 tests/examplefiles/roboconf.instances              |   24 +
 tests/examplefiles/robotframework_test.txt         |   40 +
 tests/examplefiles/rql-queries.rql                 |   34 +
 tests/examplefiles/ruby_func_def.rb                |   11 +
 tests/examplefiles/sample.qvto                     |    4 +
 tests/examplefiles/scilab.sci                      |   30 +
 tests/examplefiles/scope.cirru                     |  237 +
 tests/examplefiles/session.dylan-console           |    9 +
 tests/examplefiles/sibling.prolog                  |   19 +
 tests/examplefiles/simple.camkes                   |   38 +
 tests/examplefiles/simple.croc                     |  747 ++
 tests/examplefiles/smarty_example.html             |  209 +
 tests/examplefiles/source.lgt                      |  343 +
 tests/examplefiles/sources.list                    |   62 +
 tests/examplefiles/sparql.rq                       |   48 +
 tests/examplefiles/sphere.pov                      |   18 +
 tests/examplefiles/sqlite3.sqlite3-console         |   27 +
 tests/examplefiles/squid.conf                      |   30 +
 tests/examplefiles/string.jl                       | 1031 +++
 tests/examplefiles/string_delimiters.d             |   21 +
 tests/examplefiles/stripheredoc.sh                 |    3 +
 tests/examplefiles/subr.el                         | 4868 +++++++++++
 tests/examplefiles/swig_java.swg                   | 1329 +++
 tests/examplefiles/swig_std_vector.i               |  225 +
 tests/examplefiles/tads3_example.t                 | 1248 +++
 tests/examplefiles/termcap                         | 1340 +++
 tests/examplefiles/terminfo                        | 1445 +++
 tests/examplefiles/test-3.0.xq                     |  185 +
 tests/examplefiles/test-exist-update.xq            |   75 +
 tests/examplefiles/test.R                          |  185 +
 tests/examplefiles/test.adb                        |  211 +
 tests/examplefiles/test.adls                       |  313 +
 tests/examplefiles/test.agda                       |  109 +
 tests/examplefiles/test.apl                        |   26 +
 tests/examplefiles/test.asy                        |  131 +
 tests/examplefiles/test.awk                        |  121 +
 tests/examplefiles/test.bb                         |   95 +
 tests/examplefiles/test.bmx                        |  145 +
 tests/examplefiles/test.boo                        |   39 +
 tests/examplefiles/test.bpl                        |  140 +
 tests/examplefiles/test.bro                        |  250 +
 tests/examplefiles/test.cadl                       |   32 +
 tests/examplefiles/test.cs                         |  374 +
 tests/examplefiles/test.csd                        |  260 +
 tests/examplefiles/test.css                        |   54 +
 tests/examplefiles/test.cu                         |   36 +
 tests/examplefiles/test.cyp                        |  123 +
 tests/examplefiles/test.d                          |  135 +
 tests/examplefiles/test.dart                       |   23 +
 tests/examplefiles/test.dtd                        |   89 +
 tests/examplefiles/test.ebnf                       |   31 +
 tests/examplefiles/test.ec                         |  605 ++
 tests/examplefiles/test.eh                         |  315 +
 tests/examplefiles/test.erl                        |  169 +
 tests/examplefiles/test.evoque                     |   33 +
 tests/examplefiles/test.fan                        |  818 ++
 tests/examplefiles/test.flx                        |   57 +
 tests/examplefiles/test.gdc                        |   13 +
 tests/examplefiles/test.gradle                     |   20 +
 tests/examplefiles/test.groovy                     |   97 +
 tests/examplefiles/test.html                       |  339 +
 tests/examplefiles/test.idr                        |  101 +
 tests/examplefiles/test.ini                        |   10 +
 tests/examplefiles/test.java                       |  653 ++
 tests/examplefiles/test.jsp                        |   24 +
 tests/examplefiles/test.lean                       |  217 +
 tests/examplefiles/test.maql                       |   45 +
 tests/examplefiles/test.mask                       |   41 +
 tests/examplefiles/test.mod                        |  374 +
 tests/examplefiles/test.moo                        |   51 +
 tests/examplefiles/test.myt                        |  166 +
 tests/examplefiles/test.nim                        |   93 +
 tests/examplefiles/test.odin                       |   43 +
 tests/examplefiles/test.opa                        |   10 +
 tests/examplefiles/test.orc                        |  257 +
 tests/examplefiles/test.p6                         |  252 +
 tests/examplefiles/test.pan                        |   54 +
 tests/examplefiles/test.pas                        |  743 ++
 tests/examplefiles/test.php                        |  515 ++
 tests/examplefiles/test.pig                        |  148 +
 tests/examplefiles/test.plot                       |  333 +
 tests/examplefiles/test.ps1                        |  108 +
 tests/examplefiles/test.psl                        |  182 +
 tests/examplefiles/test.pwn                        |  253 +
 tests/examplefiles/test.pypylog                    | 1000 +++
 tests/examplefiles/test.r3                         |  114 +
 tests/examplefiles/test.rb                         |  177 +
 tests/examplefiles/test.rhtml                      |   43 +
 tests/examplefiles/test.rsl                        |  111 +
 tests/examplefiles/test.scaml                      |    8 +
 tests/examplefiles/test.sco                        |   10 +
 tests/examplefiles/test.shen                       |  137 +
 tests/examplefiles/test.ssp                        |   12 +
 tests/examplefiles/test.swift                      |   65 +
 tests/examplefiles/test.tcsh                       |  830 ++
 tests/examplefiles/test.vb                         |  407 +
 tests/examplefiles/test.vhdl                       |  161 +
 tests/examplefiles/test.xqy                        |  138 +
 tests/examplefiles/test.xsl                        |   23 +
 tests/examplefiles/test.zep                        |   33 +
 tests/examplefiles/test2.odin                      |   30 +
 tests/examplefiles/test2.pypylog                   |  120 +
 tests/examplefiles/test_basic.adls                 |   28 +
 tests/examplefiles/truncated.pytb                  |   15 +
 tests/examplefiles/twig_test                       | 4612 ++++++++++
 tests/examplefiles/type.lisp                       | 1218 +++
 tests/examplefiles/underscore.coffee               |  603 ++
 tests/examplefiles/unicode.applescript             |    5 +
 tests/examplefiles/unicode.go                      |   10 +
 tests/examplefiles/unicode.js                      |    6 +
 tests/examplefiles/unicodedoc.py                   |   11 +
 tests/examplefiles/unix-io.lid                     |   37 +
 tests/examplefiles/vbnet_test.bas                  |   29 +
 tests/examplefiles/vctreestatus_hg                 |    4 +
 tests/examplefiles/vimrc                           |   21 +
 tests/examplefiles/vpath.mk                        |   16 +
 tests/examplefiles/webkit-transition.css           |    3 +
 tests/examplefiles/while.pov                       |   13 +
 tests/examplefiles/wiki.factor                     |  384 +
 tests/examplefiles/xml_example                     | 1897 ++++
 tests/examplefiles/yahalom.cpsa                    |   34 +
 tests/examplefiles/zmlrpc.f90                      |  798 ++
 tests/run.py                                       |   31 +-
 tests/string_asserts.py                            |    2 +-
 tests/string_asserts.pyc                           |  Bin 0 -> 1218 bytes
 tests/support.pyc                                  |  Bin 0 -> 631 bytes
 tests/test_basic_api.py                            |   32 +-
 tests/test_basic_api.pyc                           |  Bin 0 -> 13646 bytes
 tests/test_cfm.py                                  |    4 +-
 tests/test_cfm.pyc                                 |  Bin 0 -> 1877 bytes
 tests/test_clexer.py                               |   25 +-
 tests/test_clexer.pyc                              |  Bin 0 -> 7082 bytes
 tests/test_cmdline.py                              |  243 +-
 tests/test_cmdline.pyc                             |  Bin 0 -> 9732 bytes
 tests/test_examplefiles.py                         |    2 +-
 tests/test_examplefiles.pyc                        |  Bin 0 -> 4508 bytes
 tests/test_ezhil.py                                |  182 +
 tests/test_ezhil.pyc                               |  Bin 0 -> 4954 bytes
 tests/test_html_formatter.py                       |   37 +-
 tests/test_html_formatter.pyc                      |  Bin 0 -> 7888 bytes
 tests/test_inherit.py                              |    2 +-
 tests/test_inherit.pyc                             |  Bin 0 -> 4031 bytes
 tests/test_irc_formatter.py                        |   30 +
 tests/test_irc_formatter.pyc                       |  Bin 0 -> 1317 bytes
 tests/test_java.py                                 |   40 +-
 tests/test_java.pyc                                |  Bin 0 -> 2511 bytes
 tests/test_latex_formatter.py                      |    4 +-
 tests/test_latex_formatter.pyc                     |  Bin 0 -> 2036 bytes
 tests/test_lexers_other.py                         |   25 +-
 tests/test_lexers_other.pyc                        |  Bin 0 -> 3714 bytes
 tests/test_objectiveclexer.py                      |    2 +-
 tests/test_objectiveclexer.pyc                     |  Bin 0 -> 3145 bytes
 tests/test_perllexer.py                            |    2 +-
 tests/test_perllexer.pyc                           |  Bin 0 -> 7481 bytes
 tests/test_qbasiclexer.py                          |    2 +-
 tests/test_qbasiclexer.pyc                         |  Bin 0 -> 1807 bytes
 tests/test_regexlexer.py                           |    2 +-
 tests/test_regexlexer.pyc                          |  Bin 0 -> 2358 bytes
 tests/test_regexopt.py                             |    2 +-
 tests/test_regexopt.pyc                            |  Bin 0 -> 3355 bytes
 tests/test_rtf_formatter.py                        |    2 +-
 tests/test_rtf_formatter.pyc                       |  Bin 0 -> 4866 bytes
 tests/test_ruby.py                                 |    2 +-
 tests/test_ruby.pyc                                |  Bin 0 -> 4511 bytes
 tests/test_shell.py                                |   28 +-
 tests/test_shell.pyc                               |  Bin 0 -> 3129 bytes
 tests/test_smarty.py                               |    2 +-
 tests/test_smarty.pyc                              |  Bin 0 -> 1690 bytes
 tests/test_string_asserts.py                       |    2 +-
 tests/test_string_asserts.pyc                      |  Bin 0 -> 2017 bytes
 tests/test_terminal_formatter.py                   |   51 +
 tests/test_terminal_formatter.pyc                  |  Bin 0 -> 2295 bytes
 tests/test_textfmts.py                             |    2 +-
 tests/test_textfmts.pyc                            |  Bin 0 -> 1842 bytes
 tests/test_token.py                                |    2 +-
 tests/test_token.pyc                               |  Bin 0 -> 1953 bytes
 tests/test_unistring.py                            |    2 +-
 tests/test_unistring.pyc                           |  Bin 0 -> 1996 bytes
 tests/test_using_api.py                            |    2 +-
 tests/test_using_api.pyc                           |  Bin 0 -> 1965 bytes
 tests/test_util.py                                 |   70 +-
 tests/test_util.pyc                                |  Bin 0 -> 9890 bytes
 704 files changed, 132466 insertions(+), 6207 deletions(-)

diff --cc debian/.git-dpm
index c8b36b1,0000000..b46e1ca
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- 41619bd44acdfd66fb9c56ce3dae3d84c28ea862
- 41619bd44acdfd66fb9c56ce3dae3d84c28ea862
- 5af00867c24200bf923105deb40df521563084b2
++e801e574957be48697f3b985dc50dd5d45742fac
++e801e574957be48697f3b985dc50dd5d45742fac
++b5351c9cc0dc0092edb44cc4213415e43d46a92b
 +b5351c9cc0dc0092edb44cc4213415e43d46a92b
 +pygments_2.1.orig.tar.gz
 +c2c056473623b513609a3bb6f13983524c54674b
 +2078224
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"
diff --cc debian/patches/change_docs_theme.patch
index d2c32de,0000000..aa06edc
mode 100644,000000..100644
--- a/debian/patches/change_docs_theme.patch
+++ b/debian/patches/change_docs_theme.patch
@@@ -1,23 -1,0 +1,23 @@@
- From 41619bd44acdfd66fb9c56ce3dae3d84c28ea862 Mon Sep 17 00:00:00 2001
++From e801e574957be48697f3b985dc50dd5d45742fac Mon Sep 17 00:00:00 2001
 +From: SVN-Git Migration <python-modules-team at lists.alioth.debian.org>
 +Date: Thu, 8 Oct 2015 10:34:58 -0700
 +Subject: change_docs_theme
 +
 +Patch-Name: change_docs_theme.patch
 +---
 + doc/conf.py | 2 +-
 + 1 file changed, 1 insertion(+), 1 deletion(-)
 +
 +diff --git a/doc/conf.py b/doc/conf.py
- index 4ac487f..79be2e3 100644
++index 51a9161..82ae598 100644
 +--- a/doc/conf.py
 ++++ b/doc/conf.py
- @@ -93,7 +93,7 @@ exclude_patterns = ['_build']
++@@ -85,7 +85,7 @@ exclude_patterns = ['_build']
 + 
 + # The theme to use for HTML and HTML Help pages.  See the documentation for
 + # a list of builtin themes.
 +-html_theme = 'pygments14'
 ++html_theme = 'default'
 + 
 + # Theme options are theme-specific and customize the look and feel of a theme
 + # further.  For a list of options available for each theme, see the

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



More information about the Python-modules-commits mailing list