<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments.git/pygments/formatters/_mapping.py, branch add/javascript-backtick</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>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>Revert changes to pygments/formatters/_mapping.py</title>
<updated>2015-02-18T08:57:20+00:00</updated>
<author>
<name>Edoardo Tenani</name>
<email>edoardo.tenani@gmail.com</email>
</author>
<published>2015-02-18T08:57:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=2eebd7e37d137d0e2d285158777daa91076c4c5f'/>
<id>2eebd7e37d137d0e2d285158777daa91076c4c5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add arduino lexer and style</title>
<updated>2015-01-28T10:38:20+00:00</updated>
<author>
<name>Edoardo Tenani</name>
<email>edoardo.tenani@gmail.com</email>
</author>
<published>2015-01-28T10:38:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=d4fa5cfd65ff117593a60bff24a51560aa6c22d3'/>
<id>d4fa5cfd65ff117593a60bff24a51560aa6c22d3</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>Bring coverage testing up to scratch. Add "pragma: no cover" to __main__ blocks.</title>
<updated>2014-11-10T18:58:20+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-11-10T18:58:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=a19ef4021199452b304431a8a3a53078f4ca4fb4'/>
<id>a19ef4021199452b304431a8a3a53078f4ca4fb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make mapfiles.</title>
<updated>2014-10-15T05:54:01+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2014-10-15T05:54:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=fe7dd126969de1e23dc9a0b751789eb8aaa2fb90'/>
<id>fe7dd126969de1e23dc9a0b751789eb8aaa2fb90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Closes #980: fix DeprecationWarnings (mostly due to files closed by __del__) on Py3.</title>
<updated>2014-10-07T12:10:28+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-10-07T12:10:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=9a51e6a6df8a56aebede133687e91e519a186122'/>
<id>9a51e6a6df8a56aebede133687e91e519a186122</id>
<content type='text'>
Also fix a bunch of other uses of open() to use the with statement.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fix a bunch of other uses of open() to use the with statement.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored formatter mapping to work like the lexer mapping.</title>
<updated>2014-09-20T07:25:38+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-09-20T07:25:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=f44f4394a82ca8d0e08c58850b4c08c67a981d61'/>
<id>f44f4394a82ca8d0e08c58850b4c08c67a981d61</id>
<content type='text'>
Thanks to Ilia Choly for the initial pull request.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to Ilia Choly for the initial pull request.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the formatters _mapping.py work like lexers wrt. PYTHONPATH</title>
<updated>2014-05-19T22:57:43+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2014-05-19T22:57:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=ae9a69d936b38519c12e158e8a6397fdbc9827cb'/>
<id>ae9a69d936b38519c12e158e8a6397fdbc9827cb</id>
<content type='text'>
Resolves #784
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves #784
</pre>
</div>
</content>
</entry>
<entry>
<title>Add testcase formatter</title>
<updated>2014-04-23T17:06:38+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2014-04-23T17:06:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=eed55ef38fbe44a5223927c6c1bc3048653623d6'/>
<id>eed55ef38fbe44a5223927c6c1bc3048653623d6</id>
<content type='text'>
Usage: echo 'print "hi";' | pygmentize -l python -f testcase
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Usage: echo 'print "hi";' | pygmentize -l python -f testcase
</pre>
</div>
</content>
</entry>
</feed>
