<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments.git/tests/test_basic_api.py, branch crystal2</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>Rework of shell session lexers</title>
<updated>2015-10-14T17:17:36+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2015-10-14T17:17:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=985cdcdaadbdc5308745fe01f29811a130c0c1a6'/>
<id>985cdcdaadbdc5308745fe01f29811a130c0c1a6</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>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/commit/?id=b02f506cc3f6360c25881819996dbacc93702aea'/>
<id>b02f506cc3f6360c25881819996dbacc93702aea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dont print out all tokens to stdout.</title>
<updated>2014-10-07T22:58:47+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-10-07T22:58:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=d9dcb23898e9bb97f4494b24f8723e85e8045bc4'/>
<id>d9dcb23898e9bb97f4494b24f8723e85e8045bc4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Closes #908: fix test suite to test formatters with no Unicode output correctly.</title>
<updated>2014-10-07T14:36:28+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-10-07T14:36:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=c4ab8b3b31e240e4575a7034e166b9d8140c9e2b'/>
<id>c4ab8b3b31e240e4575a7034e166b9d8140c9e2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Closes #1028: fix filters to return Unicode strings</title>
<updated>2014-10-07T14:29:05+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-10-07T14:29:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=b8100205450bf23cca7efdf569112391e355ee35'/>
<id>b8100205450bf23cca7efdf569112391e355ee35</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>Fix minor problems noted by regexlint and 'make check'</title>
<updated>2014-10-04T18:06:28+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2014-10-04T18:06:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=900ce2be770ce98e7a93d5e687ae6a0184b2015c'/>
<id>900ce2be770ce98e7a93d5e687ae6a0184b2015c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sort out Unicode output issues with RTF and image formatters.</title>
<updated>2014-09-20T10:11:53+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-09-20T10:11:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=ccc25791eb7bd31d2c90ff52a747973615e087e2'/>
<id>ccc25791eb7bd31d2c90ff52a747973615e087e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't test lexer classes from arbitrary plugins.</title>
<updated>2014-09-20T09:57:59+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-09-20T09:57:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=f62d7598287b7f5026637811ed5913b51c649f3f'/>
<id>f62d7598287b7f5026637811ed5913b51c649f3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
