index
:
delta/python-packages/pygments-git.git
2382-fix
661/ashsearle/phpclass
686/ximmm/css
704/kenzierocks/antlrv4
716/kemichal/eloquence
719/tatt61880/kuin
723/drhouck/cliterals
732/djrm0/gdscript
752/camoberg/yang
765/lgiordani/m68k
767/6wind/yang
769/mtreinish/openqasm
793/brytonhall/singularity
829/TheMartianLife/yarn
834/john-andrews/chisel
836/MaisaMilena/formality
839/joente/thingsdb
Anteru/issue1009
argparse
bug/angular-html
examplefiles
fix/1437
fix/1579
fix/1698-lineos-wrapping
improve-linenos-handling
master
py2removal
raw-alias
regex
release/2.8.x
stable
task/add-analyze-text
task/improve-crlf-handling
github.com: pygments/pygments.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix and test the "lex(class)" and "format(class)" handlers.
Georg Brandl
2014-11-11
1
-1
/
+18
*
Do not import pygments prematurely when running with coverage.
Georg Brandl
2014-11-11
1
-12
/
+17
*
Switch exception test to a different exception from closed streams.
Georg Brandl
2014-11-11
1
-19
/
+7
*
Fix use of test methods not in 2.6.
Georg Brandl
2014-11-10
1
-8
/
+8
*
Fix leftover debugging "raise". Add test coverage for errors and exceptions i...
Georg Brandl
2014-11-10
1
-0
/
+50
*
Closes #1058: Fix an encoding issue when using ``pygmentize`` with the ``-o``...
Georg Brandl
2014-11-10
1
-0
/
+14
*
python2.6 has no assertSequenceEqual
Tim Hatch
2014-11-06
1
-4
/
+4
*
Add 'duplicates_removed' function (for *_builtins.py generation).
Tim Hatch
2014-11-06
1
-0
/
+16
*
Merged in jiyinyiyong/pygments-main (pull request #378)
Georg Brandl
2014-11-06
1
-27
/
+195
|
\
|
*
update Cirru tests and rules
jiyinyiyong
2014-11-04
1
-27
/
+195
*
|
Swap unicode whitespace character to one that Java sees as webitespace.
Tim Hatch
2014-11-04
2
-2
/
+2
|
/
*
Test recognition of Unicode whitespace in java and js examplefiles.
Georg Brandl
2014-11-04
2
-1
/
+2
*
Add test for RegexLexer inheritance (fails with current code).
Tim Hatch
2014-10-28
1
-0
/
+94
*
Add regexopt test for suffix ordering.
Tim Hatch
2014-10-21
1
-0
/
+8
*
Closes #1042: dont recognize *.md as MiniD anymore (which is now Croc).
Georg Brandl
2014-10-16
1
-0
/
+0
*
Skip known-failing tests on Jython
Tim Hatch
2014-10-15
1
-1
/
+9
*
unistring: fix generated Cs category on Py2.
Georg Brandl
2014-10-15
1
-7
/
+4
*
Rename test file to use the correct lexer.
Georg Brandl
2014-10-15
1
-0
/
+0
*
Merged in dscorbett/pygments-tads3-2 (pull request #407)
Georg Brandl
2014-10-15
8
-2
/
+138
|
\
|
*
Add ResourceBundle lexer.
Tim Hatch
2014-10-14
1
-0
/
+9
|
*
Test fixes for Python3
Tim Hatch
2014-10-14
1
-2
/
+2
|
*
Skip some unistring tests on Jython.
Tim Hatch
2014-10-14
1
-0
/
+8
|
*
Allow unistring to use character ranges.
Tim Hatch
2014-10-14
1
-0
/
+43
|
*
Fix encoding of the test streams.
Georg Brandl
2014-10-14
1
-2
/
+2
|
*
Clarify mimetype handling in HttpLexer, add test.
Tim Hatch
2014-10-10
1
-0
/
+41
|
*
Add Mozilla preprocessor lexers.
Tim Hatch
2014-10-10
3
-0
/
+19
|
*
Add aditional tests for regex optimization.
Tim Hatch
2014-10-10
1
-0
/
+16
*
|
Add a lexer for TADS 3
David Corbett
2014-10-08
1
-0
/
+1248
|
/
*
Add JSON-LD Lexer.
Tim Hatch
2014-10-08
1
-0
/
+27
*
MakefileLexer: Add GNU Automake directives.
Tim Hatch
2014-10-08
1
-0
/
+7
*
Twig: add test example file, add changelog entry and regenerate mapping.
Georg Brandl
2014-10-08
1
-0
/
+4612
*
Merged in leodemoura/pygments-main (pull request #399)
Georg Brandl
2014-10-08
41
-1911
/
+3530
|
\
|
*
Overhaul encoding handling in cmdline even more.
Georg Brandl
2014-10-08
1
-6
/
+16
|
*
Dont print out all tokens to stdout.
Georg Brandl
2014-10-08
1
-2
/
+0
|
*
Closes #1015: fix lexing of Haskell char literals.
Georg Brandl
2014-10-08
1
-0
/
+4
|
*
PHP: allow spaces before heredoc end token
Georg Brandl
2014-10-07
1
-0
/
+8
|
*
Fix highlighting of Java enhanced for loops.
Tim Hatch
2014-10-07
1
-0
/
+42
|
*
JavascriptLexer: Support unicode identifiers per standard.
Tim Hatch
2014-10-07
1
-0
/
+5
|
*
MakeLexer: Add GNU Make vpath directive.
Tim Hatch
2014-10-07
1
-0
/
+16
|
*
ScalaLexer: Improve interpolated strings, adding triplequoted strings and tes...
Tim Hatch
2014-10-07
1
-0
/
+10
|
*
Closes #1041: Fix test suite to pass under Python 2.6.
Georg Brandl
2014-10-07
3
-12
/
+20
|
*
Closes #908: fix test suite to test formatters with no Unicode output correctly.
Georg Brandl
2014-10-07
1
-7
/
+9
|
*
Closes #1028: fix filters to return Unicode strings
Georg Brandl
2014-10-07
1
-7
/
+16
|
*
Closes #1030: recognize functions with no args in Matlab related lexers
Georg Brandl
2014-10-07
1
-0
/
+4
|
*
Closes #972: accept "inner attribute" syntax for Rust.
Georg Brandl
2014-10-07
1
-1
/
+1
|
*
Closes #982: fix pathological matching behavior for timestamps in IRC logs lexer
Georg Brandl
2014-10-07
1
-1
/
+3
|
*
Closes #980: fix DeprecationWarnings (mostly due to files closed by __del__) ...
Georg Brandl
2014-10-07
7
-51
/
+22
|
*
Closes #874: do not swallow incomplete tracebacks in the Python console lexer.
Georg Brandl
2014-10-07
1
-1
/
+4
|
*
Closes #1010: recognize string interpolation in Scala lexer.
Georg Brandl
2014-10-07
1
-0
/
+5
|
*
RubyLexer: Be less picky about closing delimiters.
Tim Hatch
2014-10-06
1
-0
/
+20
[next]