<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments-git.git/tests/test_examplefiles.py, branch 2.0.2</title>
<subtitle>github.com: pygments/pygments.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/'/>
<entry>
<title>Skip known-failing tests on Jython</title>
<updated>2014-10-15T20:13:02+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2014-10-15T20:13:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=db05b5eb0f0828fddd72cd11603a4b947868cdea'/>
<id>db05b5eb0f0828fddd72cd11603a4b947868cdea</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.git/commit/?id=9a1feeb4efd10181760f380d5810156b1d0133b4'/>
<id>9a1feeb4efd10181760f380d5810156b1d0133b4</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>make test with -v a bit easier on the eyes</title>
<updated>2014-09-20T09:56:59+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-09-20T09:56:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=b822de0d62bb1847f7e6eff3cfa76003ff7d8bba'/>
<id>b822de0d62bb1847f7e6eff3cfa76003ff7d8bba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not pass the stats dict, it screws up -v output</title>
<updated>2014-09-20T08:45:42+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-09-20T08:45:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=9b90fa96ba3874b1e327320431614c23f0f96843'/>
<id>9b90fa96ba3874b1e327320431614c23f0f96843</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unit display.</title>
<updated>2014-09-20T08:25:14+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-09-20T08:25:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=306951ea37d8622003a215c009dfdb62b2a088cc'/>
<id>306951ea37d8622003a215c009dfdb62b2a088cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Keep track of speed stats in test_examplefiles and print a list of slowest absolute/relative lexers at the end (run with TEST=-s to see).</title>
<updated>2014-09-20T08:04:09+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-09-20T08:04:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=c6f0d55379dbdf6a48464f88d5d0289b8cde82f5'/>
<id>c6f0d55379dbdf6a48464f88d5d0289b8cde82f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update ElixirLexer and example_elixir.ex</title>
<updated>2014-06-05T01:07:19+00:00</updated>
<author>
<name>Alexei Sholik</name>
<email>alcosholik@gmail.com</email>
</author>
<published>2014-06-05T01:07:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=db1e5ef0852069e7a471e990e6024fdf1b9b8a61'/>
<id>db1e5ef0852069e7a471e990e6024fdf1b9b8a61</id>
<content type='text'>
Elixir syntax has evolved quite significantly since the initial lexer
was written. In this update I have rewritten most of the code to support
modern Elixir (as of v0.14.0-dev).

The example file has also been updated to give an quick overview
of most of the language constructs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Elixir syntax has evolved quite significantly since the initial lexer
was written. In this update I have rewritten most of the code to support
modern Elixir (as of v0.14.0-dev).

The example file has also been updated to give an quick overview
of most of the language constructs.
</pre>
</div>
</content>
</entry>
</feed>
