[Python-modules-commits] [pygments] 01/05: Import pygments_2.1+dfsg.orig.tar.gz

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Jan 25 15:06:40 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 2795ecc67b331bde9b00cbad508e1ace0e4eed18
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Mon Jan 25 18:03:31 2016 +0300

    Import pygments_2.1+dfsg.orig.tar.gz
---
 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 -
 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/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/run.py                                   |   31 +-
 tests/string_asserts.py                        |    2 +-
 tests/test_basic_api.py                        |   32 +-
 tests/test_cfm.py                              |    4 +-
 tests/test_clexer.py                           |   25 +-
 tests/test_cmdline.py                          |  243 +-
 tests/test_examplefiles.py                     |    2 +-
 tests/test_ezhil.py                            |  182 +
 tests/test_html_formatter.py                   |   37 +-
 tests/test_inherit.py                          |    2 +-
 tests/test_irc_formatter.py                    |   30 +
 tests/test_java.py                             |   40 +-
 tests/test_latex_formatter.py                  |    4 +-
 tests/test_lexers_other.py                     |   25 +-
 tests/test_objectiveclexer.py                  |    2 +-
 tests/test_perllexer.py                        |    2 +-
 tests/test_qbasiclexer.py                      |    2 +-
 tests/test_regexlexer.py                       |    2 +-
 tests/test_regexopt.py                         |    2 +-
 tests/test_rtf_formatter.py                    |    2 +-
 tests/test_ruby.py                             |    2 +-
 tests/test_shell.py                            |   28 +-
 tests/test_smarty.py                           |    2 +-
 tests/test_string_asserts.py                   |    2 +-
 tests/test_terminal_formatter.py               |   51 +
 tests/test_textfmts.py                         |    2 +-
 tests/test_token.py                            |    2 +-
 tests/test_unistring.py                        |    2 +-
 tests/test_using_api.py                        |    2 +-
 tests/test_util.py                             |   70 +-
 250 files changed, 21586 insertions(+), 6201 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index 0611923..9318d43 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -7,12 +7,14 @@ Other contributors, listed alphabetically, are:
 
 * Sam Aaron -- Ioke lexer
 * Ali Afshar -- image formatter
-* Thomas Aglassinger -- Rexx lexer
+* Thomas Aglassinger -- Easytrieve, JCL and Rexx lexers
+* Muthiah Annamalai -- Ezhil lexer
 * Kumar Appaiah -- Debian control lexer
 * Andreas Amann -- AppleScript lexer
 * Timothy Armstrong -- Dart lexer fixes
 * Jeffrey Arnold -- R/S, Rd, BUGS, Jags, and Stan lexers
 * Jeremy Ashkenas -- CoffeeScript lexer
+* José Joaquín Atria -- Praat lexer
 * Stefan Matthias Aust -- Smalltalk lexer
 * Lucas Bajolet -- Nit lexer
 * Ben Bangert -- Mako lexers
@@ -21,25 +23,35 @@ Other contributors, listed alphabetically, are:
 * Tim Baumann -- (Literate) Agda lexer
 * Paul Baumgart, 280 North, Inc. -- Objective-J lexer
 * Michael Bayer -- Myghty lexers
+* Thomas Beale -- Archetype lexers
 * John Benediktsson -- Factor lexer
+* Trevor Bergeron -- mIRC formatter
+* Vincent Bernat -- LessCSS lexer
 * Christopher Bertels -- Fancy lexer
+* Sébastien Bigaret -- QVT Operational lexer
 * Jarrett Billingsley -- MiniD lexer
 * Adam Blinkinsop -- Haskell, Redcode lexers
 * Frits van Bommel -- assembler lexers
 * Pierre Bourdon -- bugfixes
+* chebee7i -- Python traceback lexer improvements
 * Hiram Chirino -- Scaml and Jade lexers
 * Ian Cooper -- VGL lexer
 * David Corbett -- Inform, Jasmin, and TADS 3 lexers
 * Leaf Corcoran -- MoonScript lexer
 * Christopher Creutzig -- MuPAD lexer
-* Daniël W. Crompton - Pike lexer
+* Daniël W. Crompton -- Pike lexer
 * Pete Curry -- bugfixes
 * Bryan Davis -- EBNF lexer
+* Bruno Deferrari -- Shen lexer
+* Giedrius Dubinskas -- HTML formatter improvements
 * Owen Durni -- Haxe lexer
 * Alexander Dutton, Oxford University Computing Services -- SPARQL lexer
+* James Edwards -- Terraform lexer
 * Nick Efford -- Python 3 lexer
 * Sven Efftinge -- Xtend lexer
 * Artem Egorkine -- terminal256 formatter
+* Matthew Fernandez -- CAmkES lexer
+* Michael Ficarra -- CPSA lexer
 * James H. Fisher -- PostScript lexer
 * William S. Fulton -- SWIG lexer
 * Carlos Galdino -- Elixir and Elixir Console lexers
@@ -54,28 +66,33 @@ Other contributors, listed alphabetically, are:
 * Krzysiek Goj -- Scala lexer
 * Matt Good -- Genshi, Cheetah lexers
 * Michał Górny -- vim modeline support
+* Alex Gosse -- TrafficScript lexer
 * Patrick Gotthardt -- PHP namespaces support
 * Olivier Guibe -- Asymptote lexer
 * Jordi Gutiérrez Hermoso -- Octave lexer
+* Florian Hahn -- Boogie lexer
 * Martin Harriman -- SNOBOL lexer
 * Matthew Harrison -- SVG formatter
 * Steven Hazel -- Tcl lexer
+* Dan Michael Heggø -- Turtle lexer
 * Aslak Hellesøy -- Gherkin lexer
 * Greg Hendershott -- Racket lexer
+* Justin Hendrick -- ParaSail lexer
 * David Hess, Fish Software, Inc. -- Objective-J lexer
 * Varun Hiremath -- Debian control lexer
 * Rob Hoelz -- Perl 6 lexer
 * Doug Hogan -- Mscgen lexer
 * Ben Hollis -- Mason lexer
 * Max Horn -- GAP lexer
-* Dustin Howett -- Logos lexer
 * Alastair Houghton -- Lexer inheritance facility
 * Tim Howard -- BlitzMax lexer
+* Dustin Howett -- Logos lexer
 * Ivan Inozemtsev -- Fantom lexer
+* Hiroaki Itoh -- Shell console rewrite, Lexers for PowerShell session, MSDOS session, BC
 * Brian R. Jackson -- Tea lexer
 * Christian Jann -- ShellSession lexer
 * Dennis Kaarsemaker -- sources.list lexer
-* Dmitri Kabak - Inferno Limbo lexer
+* Dmitri Kabak -- Inferno Limbo lexer
 * Igor Kalnitsky -- vhdl lexer
 * Alexander Kit -- MaskJS lexer
 * Pekka Klärck -- Robot Framework lexer
@@ -85,16 +102,20 @@ Other contributors, listed alphabetically, are:
 * Adam Koprowski -- Opa lexer
 * Benjamin Kowarsch -- Modula-2 lexer
 * Domen Kožar -- Nix lexer
+* Oleh Krekel -- Emacs Lisp lexer
 * Alexander Kriegisch -- Kconfig and AspectJ lexers
 * Marek Kubica -- Scheme lexer
 * Jochen Kupperschmidt -- Markdown processor
 * Gerd Kurzbach -- Modelica lexer
 * Jon Larimer, Google Inc. -- Smali lexer
 * Olov Lassus -- Dart lexer
+* Matt Layman -- TAP lexer
 * Sylvestre Ledru -- Scilab lexer
 * Mark Lee -- Vala lexer
+* Valentin Lorentz -- C++ lexer improvements
 * Ben Mabey -- Gherkin lexer
 * Angus MacArthur -- QML lexer
+* Louis Mandel -- X10 lexer
 * Louis Marchand -- Eiffel lexer
 * Simone Margaritelli -- Hybris lexer
 * Kirk McDonald -- D lexer
@@ -112,6 +133,7 @@ Other contributors, listed alphabetically, are:
 * Jon Morton -- Rust lexer
 * Paulo Moura -- Logtalk lexer
 * Mher Movsisyan -- DTD lexer
+* Dejan Muhamedagic -- Crmsh lexer
 * Ana Nelson -- Ragel, ANTLR, R console lexers
 * Nam T. Nguyen -- Monokai style
 * Jesper Noehr -- HTML formatter "anchorlinenos"
@@ -120,12 +142,13 @@ Other contributors, listed alphabetically, are:
 * Edward O'Callaghan -- Cryptol lexer
 * David Oliva -- Rebol lexer
 * Pat Pannuto -- nesC lexer
-* Jon Parise -- Protocol buffers lexer
-* Ronny Pfannschmidt -- BBCode lexer
+* Jon Parise -- Protocol buffers and Thrift lexers
 * Benjamin Peterson -- Test suite refactoring
+* Ronny Pfannschmidt -- BBCode lexer
 * Dominik Picheta -- Nimrod lexer
 * Andrew Pinkham -- RTF Formatter Refactoring
 * Clément Prévost -- UrbiScript lexer
+* Elias Rabel -- Fortran fixed form lexer
 * raichoo -- Idris lexer
 * Kashif Rasul -- CUDA lexer
 * Justin Reidy -- MXML lexer
@@ -135,6 +158,7 @@ Other contributors, listed alphabetically, are:
 * Andre Roberge -- Tango style
 * Konrad Rudolph -- LaTeX formatter enhancements
 * Mario Ruggier -- Evoque lexers
+* Miikka Salminen -- Lovelace style, Hexdump lexer, lexer enhancements
 * Stou Sandalski -- NumPy, FORTRAN, tcsh and XSLT lexers
 * Matteo Sasso -- Common Lisp lexer
 * Joe Schafer -- Ada lexer
@@ -149,6 +173,8 @@ Other contributors, listed alphabetically, are:
 * Jerome St-Louis -- eC lexer
 * James Strachan -- Kotlin lexer
 * Tom Stuart -- Treetop lexer
+* Colin Sullivan -- SuperCollider lexer
+* Edoardo Tenani -- Arduino lexer
 * Tiberius Teng -- default style overhaul
 * Jeremy Thurgood -- Erlang, Squid config lexers
 * Brian Tiffin -- OpenCOBOL lexer
@@ -159,16 +185,18 @@ Other contributors, listed alphabetically, are:
 * Daniele Varrazzo -- PostgreSQL lexers
 * Abe Voelker -- OpenEdge ABL lexer
 * Pepijn de Vos -- HTML formatter CTags support
-* Whitney Young -- ObjectiveC lexer
 * Matthias Vallentin -- Bro lexer
 * Linh Vu Hong -- RSL lexer
 * Nathan Weizenbaum -- Haml and Sass lexers
+* Nathan Whetsell -- Csound lexers
 * Dietmar Winkler -- Modelica lexer
 * Nils Winter -- Smalltalk lexer
 * Davy Wybiral -- Clojure lexer
+* Whitney Young -- ObjectiveC lexer
 * Diego Zamboni -- CFengine3 lexer
 * Enrique Zamudio -- Ceylon lexer
 * Alex Zimin -- Nemerle lexer
 * Rob Zimmerman -- Kal lexer
+* Vincent Zurczak -- Roboconf lexer
 
 Many thanks for all contributions!
diff --git a/CHANGES b/CHANGES
index 7031852..379cc87 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,9 +2,94 @@ Pygments changelog
 ==================
 
 Issue numbers refer to the tracker at
-<http://bitbucket.org/birkenfeld/pygments-main/issues>,
+<https://bitbucket.org/birkenfeld/pygments-main/issues>,
 pull request numbers to the requests at
-<http://bitbucket.org/birkenfeld/pygments-main/pull-requests/merged>.
+<https://bitbucket.org/birkenfeld/pygments-main/pull-requests/merged>.
+
+
+Version 2.1
+-----------
+(released Jan 17, 2016)
+
+- Added lexers:
+
+  * Emacs Lisp (PR#431)
+  * Arduino (PR#442)
+  * Modula-2 with multi-dialect support (#1090)
+  * Fortran fixed format (PR#213)
+  * Archetype Definition language (PR#483)
+  * Terraform (PR#432)
+  * Jcl, Easytrieve (PR#208)
+  * ParaSail (PR#381)
+  * Boogie (PR#420)
+  * Turtle (PR#425)
+  * Fish Shell (PR#422)
+  * Roboconf (PR#449)
+  * Test Anything Protocol (PR#428)
+  * Shen (PR#385)
+  * Component Pascal (PR#437)
+  * SuperCollider (PR#472)
+  * Shell consoles (Tcsh, PowerShell, MSDOS) (PR#479)
+  * Elm and J (PR#452)
+  * Crmsh (PR#440)
+  * Praat (PR#492)
+  * CSound (PR#494)
+  * Ezhil (PR#443)
+  * Thrift (PR#469)
+  * QVT Operational (PR#204)
+  * Hexdump (PR#508)
+  * CAmkES Configuration (PR#462)
+
+- Added styles:
+
+  * Lovelace (PR#456)
+  * Algol and Algol-nu (#1090)
+
+- Added formatters:
+
+  * IRC (PR#458)
+  * True color (24-bit) terminal ANSI sequences (#1142)
+    (formatter alias: "16m")
+
+- New "filename" option for HTML formatter (PR#527).
+
+- Improved performance of the HTML formatter for long lines (PR#504).
+
+- Updated autopygmentize script (PR#445).
+
+- Fixed style inheritance for non-standard token types in HTML output.
+
+- Added support for async/await to Python 3 lexer.
+
+- Rewrote linenos option for TerminalFormatter (it's better, but slightly
+  different output than before) (#1147).
+
+- Javascript lexer now supports most of ES6 (#1100).
+
+- Cocoa builtins updated for iOS 8.1 (PR#433).
+
+- Combined BashSessionLexer and ShellSessionLexer, new version should support
+  the prompt styles of either.
+
+- Added option to pygmentize to show a full traceback on exceptions.
+
+- Fixed incomplete output on Windows and Python 3 (e.g. when using iPython
+  Notebook) (#1153).
+
+- Allowed more traceback styles in Python console lexer (PR#253).
+
+- Added decorators to TypeScript (PR#509).
+
+- Fix highlighting of certain IRC logs formats (#1076).
+
+
+Version 2.0.2
+-------------
+(released Jan 20, 2015)
+
+- Fix Python tracebacks getting duplicated in the console lexer (#1068).
+
+- Backquote-delimited identifiers are now recognized in F# (#1062).
 
 
 Version 2.0.1
diff --git a/LICENSE b/LICENSE
index 641c8e8..10b8e91 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2006-2014 by the respective authors (see AUTHORS file).
+Copyright (c) 2006-2015 by the respective authors (see AUTHORS file).
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/Makefile b/Makefile
index 020f6ac..efae857 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
 #
 # Combines scripts for common tasks.
 #
-# :copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS.
+# :copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS.
 # :license: BSD, see LICENSE for details.
 #
 
@@ -50,7 +50,13 @@ reindent:
 	@$(PYTHON) scripts/reindent.py -r -B .
 
 test:
-	@$(PYTHON) tests/run.py $(TEST)
+	@$(PYTHON) tests/run.py -d $(TEST)
 
 test-coverage:
-	@$(PYTHON) tests/run.py -C $(TEST)
+	@$(PYTHON) tests/run.py -d --with-coverage --cover-package=pygments --cover-erase $(TEST)
+
+tox-test:
+	@tox -- $(TEST)
+
+tox-test-coverage:
+	@tox -- --with-coverage --cover-package=pygments --cover-erase $(TEST)
diff --git a/PKG-INFO b/PKG-INFO
index 14ade0d..a648547 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: Pygments
-Version: 2.0.1
+Version: 2.1
 Summary: Pygments is a syntax highlighting package written in Python.
 Home-page: http://pygments.org/
 Author: Georg Brandl
@@ -21,7 +21,7 @@ Description: Pygments
             * a number of output formats, presently HTML, LaTeX, RTF, SVG, all image       formats that PIL supports and ANSI sequences
             * it is usable as a command-line tool and as a library
         
-            :copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS.
+            :copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS.
             :license: BSD, see LICENSE for details.
         
 Keywords: syntax highlighting
diff --git a/Pygments.egg-info/PKG-INFO b/Pygments.egg-info/PKG-INFO
index 14ade0d..a648547 100644
--- a/Pygments.egg-info/PKG-INFO
+++ b/Pygments.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: Pygments
-Version: 2.0.1
+Version: 2.1
 Summary: Pygments is a syntax highlighting package written in Python.
 Home-page: http://pygments.org/
 Author: Georg Brandl
@@ -21,7 +21,7 @@ Description: Pygments
             * a number of output formats, presently HTML, LaTeX, RTF, SVG, all image       formats that PIL supports and ANSI sequences
             * it is usable as a command-line tool and as a library
         
-            :copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS.
+            :copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS.
             :license: BSD, see LICENSE for details.
         
 Keywords: syntax highlighting
diff --git a/Pygments.egg-info/SOURCES.txt b/Pygments.egg-info/SOURCES.txt
index 5fb140f..e36db6a 100644
--- a/Pygments.egg-info/SOURCES.txt
+++ b/Pygments.egg-info/SOURCES.txt
@@ -23,110 +23,6 @@ doc/index.rst
 doc/languages.rst
 doc/make.bat
 doc/pygmentize.1
-doc/_build/doctrees/download.doctree
-doc/_build/doctrees/environment.pickle
-doc/_build/doctrees/faq.doctree
-doc/_build/doctrees/index.doctree
-doc/_build/doctrees/languages.doctree
-doc/_build/doctrees/docs/api.doctree
-doc/_build/doctrees/docs/authors.doctree
-doc/_build/doctrees/docs/changelog.doctree
-doc/_build/doctrees/docs/cmdline.doctree
-doc/_build/doctrees/docs/filterdevelopment.doctree
-doc/_build/doctrees/docs/filters.doctree
-doc/_build/doctrees/docs/formatterdevelopment.doctree
-doc/_build/doctrees/docs/formatters.doctree
-doc/_build/doctrees/docs/index.doctree
-doc/_build/doctrees/docs/integrate.doctree
-doc/_build/doctrees/docs/java.doctree
-doc/_build/doctrees/docs/lexerdevelopment.doctree
-doc/_build/doctrees/docs/lexers.doctree
-doc/_build/doctrees/docs/moinmoin.doctree
-doc/_build/doctrees/docs/plugins.doctree
-doc/_build/doctrees/docs/quickstart.doctree
-doc/_build/doctrees/docs/rstdirective.doctree
-doc/_build/doctrees/docs/styles.doctree
-doc/_build/doctrees/docs/tokens.doctree
-doc/_build/doctrees/docs/unicode.doctree
-doc/_build/html/.buildinfo
-doc/_build/html/download.html
-doc/_build/html/faq.html
-doc/_build/html/genindex.html
-doc/_build/html/index.html
-doc/_build/html/languages.html
-doc/_build/html/objects.inv
-doc/_build/html/py-modindex.html
-doc/_build/html/search.html
-doc/_build/html/searchindex.js
-doc/_build/html/_sources/download.txt
-doc/_build/html/_sources/faq.txt
-doc/_build/html/_sources/index.txt
-doc/_build/html/_sources/languages.txt
-doc/_build/html/_sources/docs/api.txt
-doc/_build/html/_sources/docs/authors.txt
-doc/_build/html/_sources/docs/changelog.txt
-doc/_build/html/_sources/docs/cmdline.txt
-doc/_build/html/_sources/docs/filterdevelopment.txt
-doc/_build/html/_sources/docs/filters.txt
-doc/_build/html/_sources/docs/formatterdevelopment.txt
-doc/_build/html/_sources/docs/formatters.txt
-doc/_build/html/_sources/docs/index.txt
-doc/_build/html/_sources/docs/integrate.txt
-doc/_build/html/_sources/docs/java.txt
-doc/_build/html/_sources/docs/lexerdevelopment.txt
-doc/_build/html/_sources/docs/lexers.txt
-doc/_build/html/_sources/docs/moinmoin.txt
-doc/_build/html/_sources/docs/plugins.txt
-doc/_build/html/_sources/docs/quickstart.txt
-doc/_build/html/_sources/docs/rstdirective.txt
-doc/_build/html/_sources/docs/styles.txt
-doc/_build/html/_sources/docs/tokens.txt
-doc/_build/html/_sources/docs/unicode.txt
-doc/_build/html/_static/ajax-loader.gif
-doc/_build/html/_static/basic.css
-doc/_build/html/_static/comment-bright.png
-doc/_build/html/_static/comment-close.png
-doc/_build/html/_static/comment.png
-doc/_build/html/_static/default.css
-doc/_build/html/_static/doctools.js
-doc/_build/html/_static/down-pressed.png
-doc/_build/html/_static/down.png
-doc/_build/html/_static/favicon.ico
-doc/_build/html/_static/file.png
-doc/_build/html/_static/jquery-1.11.1.js
-doc/_build/html/_static/jquery.js
-doc/_build/html/_static/logo_new.png
-doc/_build/html/_static/logo_only.png
-doc/_build/html/_static/minus.png
-doc/_build/html/_static/plus.png
-doc/_build/html/_static/pygments.css
-doc/_build/html/_static/searchtools.js
-doc/_build/html/_static/sidebar.js
-doc/_build/html/_static/underscore-1.3.1.js
-doc/_build/html/_static/underscore.js
-doc/_build/html/_static/up-pressed.png
-doc/_build/html/_static/up.png
-doc/_build/html/_static/websupport.js
-doc/_build/html/docs/api.html
-doc/_build/html/docs/authors.html
-doc/_build/html/docs/changelog.html
-doc/_build/html/docs/cmdline.html
-doc/_build/html/docs/filterdevelopment.html
-doc/_build/html/docs/filters.html
-doc/_build/html/docs/formatterdevelopment.html
-doc/_build/html/docs/formatters.html
-doc/_build/html/docs/index.html
-doc/_build/html/docs/integrate.html
-doc/_build/html/docs/java.html
-doc/_build/html/docs/lexerdevelopment.html
-doc/_build/html/docs/lexers.html
-doc/_build/html/docs/moinmoin.html
-doc/_build/html/docs/plugins.html
-doc/_build/html/docs/quickstart.html
-doc/_build/html/docs/rstdirective.html
-doc/_build/html/docs/styles.html
-doc/_build/html/docs/tokens.html
-doc/_build/html/docs/unicode.html
 doc/_static/favicon.ico
 doc/_static/logo_new.png
 doc/_static/logo_only.png
@@ -187,6 +83,7 @@ pygments/formatters/_mapping.py
 pygments/formatters/bbcode.py
 pygments/formatters/html.py
 pygments/formatters/img.py
+pygments/formatters/irc.py
 pygments/formatters/latex.py
 pygments/formatters/other.py
 pygments/formatters/rtf.py
@@ -197,6 +94,7 @@ pygments/lexers/__init__.py
 pygments/lexers/_asy_builtins.py
 pygments/lexers/_cl_builtins.py
 pygments/lexers/_cocoa_builtins.py
+pygments/lexers/_csound_builtins.py
 pygments/lexers/_lasso_builtins.py
 pygments/lexers/_lua_builtins.py
 pygments/lexers/_mapping.py
@@ -213,6 +111,7 @@ pygments/lexers/agile.py
 pygments/lexers/algebra.py
 pygments/lexers/ambient.py
 pygments/lexers/apl.py
+pygments/lexers/archetype.py
 pygments/lexers/asm.py
 pygments/lexers/automation.py
 pygments/lexers/basic.py
@@ -223,6 +122,7 @@ pygments/lexers/chapel.py
 pygments/lexers/compiled.py
 pygments/lexers/configs.py
 pygments/lexers/console.py
+pygments/lexers/csound.py
 pygments/lexers/css.py
 pygments/lexers/d.py
 pygments/lexers/dalvik.py
@@ -233,8 +133,10 @@ pygments/lexers/dsls.py
 pygments/lexers/dylan.py
 pygments/lexers/ecl.py
 pygments/lexers/eiffel.py
+pygments/lexers/elm.py
 pygments/lexers/erlang.py
 pygments/lexers/esoteric.py
+pygments/lexers/ezhil.py
 pygments/lexers/factor.py
 pygments/lexers/fantom.py
 pygments/lexers/felix.py
@@ -242,11 +144,13 @@ pygments/lexers/fortran.py
 pygments/lexers/foxpro.py
 pygments/lexers/functional.py
 pygments/lexers/go.py
+pygments/lexers/grammar_notation.py
 pygments/lexers/graph.py
 pygments/lexers/graphics.py
 pygments/lexers/haskell.py
 pygments/lexers/haxe.py
 pygments/lexers/hdl.py
+pygments/lexers/hexdump.py
 pygments/lexers/html.py
 pygments/lexers/idl.py
 pygments/lexers/igor.py
@@ -254,6 +158,7 @@ pygments/lexers/inferno.py
 pygments/lexers/installers.py
 pygments/lexers/int_fiction.py
 pygments/lexers/iolang.py
+pygments/lexers/j.py
 pygments/lexers/javascript.py
 pygments/lexers/julia.py
 pygments/lexers/jvm.py
@@ -264,23 +169,29 @@ pygments/lexers/math.py
 pygments/lexers/matlab.py
 pygments/lexers/ml.py
 pygments/lexers/modeling.py
+pygments/lexers/modula2.py
 pygments/lexers/nimrod.py
 pygments/lexers/nit.py
 pygments/lexers/nix.py
+pygments/lexers/oberon.py
 pygments/lexers/objective.py
 pygments/lexers/ooc.py
 pygments/lexers/other.py
+pygments/lexers/parasail.py
 pygments/lexers/parsers.py
 pygments/lexers/pascal.py
 pygments/lexers/pawn.py
 pygments/lexers/perl.py
 pygments/lexers/php.py
+pygments/lexers/praat.py
 pygments/lexers/prolog.py
 pygments/lexers/python.py
+pygments/lexers/qvt.py
 pygments/lexers/r.py
 pygments/lexers/rdf.py
 pygments/lexers/rebol.py
 pygments/lexers/resource.py
+pygments/lexers/roboconf.py
 pygments/lexers/robotframework.py
 pygments/lexers/ruby.py
 pygments/lexers/rust.py
@@ -290,6 +201,7 @@ pygments/lexers/smalltalk.py
 pygments/lexers/snobol.py
 pygments/lexers/special.py
 pygments/lexers/sql.py
+pygments/lexers/supercollider.py
 pygments/lexers/tcl.py
 pygments/lexers/templates.py
 pygments/lexers/testing.py
@@ -297,10 +209,15 @@ pygments/lexers/text.py
 pygments/lexers/textedit.py
 pygments/lexers/textfmts.py
 pygments/lexers/theorem.py
+pygments/lexers/trafficscript.py
 pygments/lexers/urbi.py
 pygments/lexers/web.py
 pygments/lexers/webmisc.py
+pygments/lexers/x10.py
 pygments/styles/__init__.py
+pygments/styles/algol.py
+pygments/styles/algol_nu.py
+pygments/styles/arduino.py
 pygments/styles/autumn.py
 pygments/styles/borland.py
 pygments/styles/bw.py
@@ -310,6 +227,7 @@ pygments/styles/emacs.py
 pygments/styles/friendly.py
 pygments/styles/fruity.py
 pygments/styles/igor.py
+pygments/styles/lovelace.py
 pygments/styles/manni.py
 pygments/styles/monokai.py
 pygments/styles/murphy.py
@@ -332,6 +250,7 @@ scripts/find_error.py
 scripts/get_vimkw.py
 scripts/pylintrc
 scripts/vim2pygments.py
+tests/.coverage
 tests/run.py
 tests/string_asserts.py
 tests/string_asserts.pyc
@@ -347,10 +266,14 @@ tests/test_cmdline.py
 tests/test_cmdline.pyc
 tests/test_examplefiles.py
 tests/test_examplefiles.pyc
+tests/test_ezhil.py
+tests/test_ezhil.pyc
 tests/test_html_formatter.py
 tests/test_html_formatter.pyc
 tests/test_inherit.py
 tests/test_inherit.pyc
+tests/test_irc_formatter.py
+tests/test_irc_formatter.pyc
 tests/test_java.py
 tests/test_java.pyc
 tests/test_latex_formatter.py
@@ -377,6 +300,8 @@ tests/test_smarty.py
 tests/test_smarty.pyc
 tests/test_string_asserts.py
 tests/test_string_asserts.pyc
+tests/test_terminal_formatter.py
+tests/test_terminal_formatter.pyc
 tests/test_textfmts.py
 tests/test_textfmts.pyc
 tests/test_token.py
@@ -414,6 +339,15 @@ tests/__pycache__/test_token.cpython-33.pyc
 tests/__pycache__/test_unistring.cpython-33.pyc
 tests/__pycache__/test_using_api.cpython-33.pyc
 tests/__pycache__/test_util.cpython-33.pyc
+tests/cover/coverage_html.js
+tests/cover/jquery.hotkeys.js
+tests/cover/jquery.isonscreen.js
+tests/cover/jquery.min.js
+tests/cover/jquery.tablesorter.min.js
+tests/cover/keybd_closed.png
+tests/cover/keybd_open.png
+tests/cover/status.dat
+tests/cover/style.css
 tests/dtds/HTML4-f.dtd
 tests/dtds/HTML4-s.dtd
 tests/dtds/HTML4.dcl
@@ -426,6 +360,7 @@ tests/examplefiles/99_bottles_of_beer.chpl
 tests/examplefiles/AcidStateAdvanced.hs
 tests/examplefiles/AlternatingGroup.mu
 tests/examplefiles/BOM.js
+tests/examplefiles/Blink.ino
 tests/examplefiles/CPDictionary.j
 tests/examplefiles/Config.in.cache
 tests/examplefiles/Constants.mo
@@ -445,7 +380,10 @@ tests/examplefiles/RoleQ.pm6
 tests/examplefiles/SmallCheck.hs
 tests/examplefiles/Sorting.mod
 tests/examplefiles/Sudoku.lhs
+tests/examplefiles/abnf_example1.abnf
+tests/examplefiles/abnf_example2.abnf
 tests/examplefiles/addressbook.proto
+tests/examplefiles/ahcon.f
 tests/examplefiles/all.nit
 tests/examplefiles/antlr_ANTLRv3.g
 tests/examplefiles/antlr_throws
@@ -457,13 +395,14 @@ tests/examplefiles/aspx-cs_example
 tests/examplefiles/autoit_submit.au3
 tests/examplefiles/automake.mk
 tests/examplefiles/badcase.java
-tests/examplefiles/batchfile.bat
 tests/examplefiles/bigtest.nsi
+tests/examplefiles/bnf_example1.bnf
 tests/examplefiles/boot-9.scm
 tests/examplefiles/ca65_example
 tests/examplefiles/cbmbas_example
 tests/examplefiles/cells.ps
 tests/examplefiles/ceval.c
+tests/examplefiles/char.scala
 tests/examplefiles/cheetah_example.html
 tests/examplefiles/classes.dylan
 tests/examplefiles/clojure-weird-keywords.clj
@@ -477,16 +416,22 @@ tests/examplefiles/demo.cfm
 tests/examplefiles/demo.css.in
 tests/examplefiles/demo.hbs
 tests/examplefiles/demo.js.in
+tests/examplefiles/demo.thrift
 tests/examplefiles/demo.xul.in
 tests/examplefiles/django_sample.html+django
 tests/examplefiles/docker.docker
 tests/examplefiles/dwarf.cw
+tests/examplefiles/eg_example1.eg
 tests/examplefiles/ember.handlebars
 tests/examplefiles/erl_session
+tests/examplefiles/es6.js
 tests/examplefiles/escape_semicolon.clj
+tests/examplefiles/eval.rs
 tests/examplefiles/evil_regex.js
 tests/examplefiles/example.Rd
 tests/examplefiles/example.als
+tests/examplefiles/example.bat
+tests/examplefiles/example.bc
 tests/examplefiles/example.bug
 tests/examplefiles/example.c
 tests/examplefiles/example.ceylon
@@ -497,8 +442,11 @@ tests/examplefiles/example.cob
 tests/examplefiles/example.coffee
 tests/examplefiles/example.cpp
 tests/examplefiles/example.e
+tests/examplefiles/example.elm
+tests/examplefiles/example.ezt
 tests/examplefiles/example.f90
 tests/examplefiles/example.feature
+tests/examplefiles/example.fish
 tests/examplefiles/example.gd
 tests/examplefiles/example.gi
 tests/examplefiles/example.golo
@@ -509,10 +457,10 @@ tests/examplefiles/example.hs
 tests/examplefiles/example.hx
 tests/examplefiles/example.i6t
 tests/examplefiles/example.i7x
-tests/examplefiles/example.inf
 tests/examplefiles/example.j
 tests/examplefiles/example.jag
 tests/examplefiles/example.java
+tests/examplefiles/example.jcl
 tests/examplefiles/example.jsonld
 tests/examplefiles/example.kal
 tests/examplefiles/example.kt
@@ -520,6 +468,7 @@ tests/examplefiles/example.lagda
 tests/examplefiles/example.liquid
 tests/examplefiles/example.lua
 tests/examplefiles/example.ma
+tests/examplefiles/example.mac
 tests/examplefiles/example.monkey
 tests/examplefiles/example.moo
 tests/examplefiles/example.moon
@@ -531,7 +480,9 @@ tests/examplefiles/example.nim
 tests/examplefiles/example.nix
 tests/examplefiles/example.ns2
 tests/examplefiles/example.pas
+tests/examplefiles/example.pcmk
... 33396 lines suppressed ...

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