<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments.git/scripts/debug_lexer.py, branch htmlformatter_with_title</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/pygments-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/'/>
<entry>
<title>debug_lexer: add option to ignore errors</title>
<updated>2015-08-08T06:05:15+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2015-08-08T06:05:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=aabe6d49f9fa65a9c33f8a8b6762deb74de4b4b3'/>
<id>aabe6d49f9fa65a9c33f8a8b6762deb74de4b4b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixup elisp lexer a bit</title>
<updated>2015-02-21T21:32:58+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2015-02-21T21:32:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=bf389fec621c2193392952d3839946b5ed2cee63'/>
<id>bf389fec621c2193392952d3839946b5ed2cee63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Copyright year update.</title>
<updated>2015-01-21T07:33:25+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2015-01-21T07:33:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=13705acbd57b936990c63a12de05ce29834b6afb'/>
<id>13705acbd57b936990c63a12de05ce29834b6afb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>debug_lexer: make it work for ExtendedRegexLexers by always using a context object</title>
<updated>2014-11-06T09:42:28+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-11-06T09:42:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=ce29cd6b979418ea34179577658a81dd3a2321c4'/>
<id>ce29cd6b979418ea34179577658a81dd3a2321c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>debug_lexer: fix missing import and wrong API usage</title>
<updated>2014-10-07T14:10:21+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-10-07T14:10:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=80d2ee61b9c146bc4dd5dec9d43a3a7e4c44ed36'/>
<id>80d2ee61b9c146bc4dd5dec9d43a3a7e4c44ed36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>debug_lexer: remove debug print; allow reading from stdin with filename "-"</title>
<updated>2014-10-07T13:10:22+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-10-07T13:10:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=bee0e0cbaa12bba306d8f5c52c6e749f1eb6ea26'/>
<id>bee0e0cbaa12bba306d8f5c52c6e749f1eb6ea26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change how debug_lexer.py finds its lexers.</title>
<updated>2014-10-07T03:38:15+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2014-10-07T03:38:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=053be80c14dace5f47d36507e7389f8b664e3898'/>
<id>053be80c14dace5f47d36507e7389f8b664e3898</id>
<content type='text'>
Previously it was way too easy to end up with None as the lexer, which later
fails.  This considers aliases, same as the -l argument to pygmentize does.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously it was way too easy to end up with None as the lexer, which later
fails.  This considers aliases, same as the -l argument to pygmentize does.
</pre>
</div>
</content>
</entry>
<entry>
<title>debug_lexer: fix byte/str confusion for Py3 and print usage if no args given.</title>
<updated>2014-10-04T20:00:09+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-10-04T20:00:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=400be92006f97f7d18dfccd358d728a0d719839d'/>
<id>400be92006f97f7d18dfccd358d728a0d719839d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename find_error to debug_lexer and add a mode to use the profiling regex lexer.</title>
<updated>2014-09-20T09:11:18+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-09-20T09:11:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=461bd4ea35ff51ec357795bca7e25c747f27d27d'/>
<id>461bd4ea35ff51ec357795bca7e25c747f27d27d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
