Imported Upstream version 1.2.2 upstream/1.2.2
authorJinWang An <jinwang.an@samsung.com>
Tue, 5 Jan 2021 03:14:00 +0000 (12:14 +0900)
committerJinWang An <jinwang.an@samsung.com>
Tue, 5 Jan 2021 03:14:00 +0000 (12:14 +0900)
commit4e1102973c7d4a2269da950c1a01a128ff7d9827
treee54e45e03ecb1e8d68a14e115d5d8cbf6e694dbf
parent46dafedf04bfb3914409e78aa0ec86241181e111
Imported Upstream version 1.2.2
43 files changed:
CHANGES
PKG-INFO
Pygments.egg-info/PKG-INFO
Pygments.egg-info/SOURCES.txt
docs/build/api.html
docs/build/authors.html
docs/build/changelog.html
docs/build/cmdline.html
docs/build/filterdevelopment.html
docs/build/filters.html
docs/build/formatterdevelopment.html
docs/build/formatters.html
docs/build/index.html
docs/build/installation.html
docs/build/integrate.html
docs/build/lexerdevelopment.html
docs/build/lexers.html
docs/build/moinmoin.html
docs/build/plugins.html
docs/build/quickstart.html
docs/build/rstdirective.html
docs/build/styles.html
docs/build/tokens.html
docs/build/unicode.html
pygments/__init__.py
pygments/formatters/latex.py
pygments/lexers/agile.py
pygments/lexers/compiled.py
pygments/lexers/functional.py
pygments/lexers/other.py
pygments/lexers/text.py
setup.py
tests/support.pyc [new file with mode: 0644]
tests/test_basic_api.pyc [new file with mode: 0644]
tests/test_clexer.pyc [new file with mode: 0644]
tests/test_cmdline.pyc [new file with mode: 0644]
tests/test_examplefiles.pyc [new file with mode: 0644]
tests/test_html_formatter.pyc [new file with mode: 0644]
tests/test_latex_formatter.pyc [new file with mode: 0644]
tests/test_regexlexer.pyc [new file with mode: 0644]
tests/test_token.pyc [new file with mode: 0644]
tests/test_using_api.pyc [new file with mode: 0644]
tests/test_util.pyc [new file with mode: 0644]