<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments-git.git/pygments/__init__.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>Bump to 2.0.2.</title>
<updated>2015-01-20T06:57:03+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2015-01-20T06:57:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=1e4ec98d7066246394d3275b394bd44ee206e19c'/>
<id>1e4ec98d7066246394d3275b394bd44ee206e19c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix and test the "lex(class)" and "format(class)" handlers.</title>
<updated>2014-11-11T17:38:10+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-11-11T17:38:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=928e720cc4938a04244cd78f641646bf4914d2a1'/>
<id>928e720cc4938a04244cd78f641646bf4914d2a1</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.git/commit/?id=3d4377b4046b9313603435258afa3141a310358f'/>
<id>3d4377b4046b9313603435258afa3141a310358f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump to 2.0.1.</title>
<updated>2014-11-10T15:49:06+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-11-10T15:49:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=2940180dc984b5fabb008a6f1a37ae0bc1d48a5b'/>
<id>2940180dc984b5fabb008a6f1a37ae0bc1d48a5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump to 2.0 final.</title>
<updated>2014-11-09T18:24:56+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-11-09T18:24:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=a70c8a9ad53c3dd606440f36bd6912c37ffca27e'/>
<id>a70c8a9ad53c3dd606440f36bd6912c37ffca27e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump to 2.0rc1.</title>
<updated>2014-10-16T10:19:03+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-10-16T10:19:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=dd2d2960f36dae992d8005f9cbcca00db6b68c76'/>
<id>dd2d2960f36dae992d8005f9cbcca00db6b68c76</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>
