<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments-git.git/tests, branch 2.4.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>Fixup all headers and some more minor problems.</title>
<updated>2019-05-28T05:00:40+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2019-05-28T05:00:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=597020d4ce90505dad8b850eadafd20f06bf1dc9'/>
<id>597020d4ce90505dad8b850eadafd20f06bf1dc9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in lucatorella/pygments-main (pull request #813)</title>
<updated>2019-05-21T16:32:04+00:00</updated>
<author>
<name>Anteru</name>
<email>bitbucket@ca.sh13.net</email>
</author>
<published>2019-05-21T16:32:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=fa473ff605f5192bfbff5ce87a8028c0e984fc99'/>
<id>fa473ff605f5192bfbff5ce87a8028c0e984fc99</id>
<content type='text'>
Add support for @import keyword in Objective-C
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for @import keyword in Objective-C
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix directive parsing in NasmLexer (fixes #1517.)</title>
<updated>2019-05-21T16:30:17+00:00</updated>
<author>
<name>Matth?us G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2019-05-21T16:30:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=289920a1b11a9445830b4d64f6b5fcbe68966f23'/>
<id>289920a1b11a9445830b4d64f6b5fcbe68966f23</id>
<content type='text'>
Directives were parsed independent of whitespace after them, which caused the
cpuid instruction to be parsed as CPU &amp; id, instead of cpuid. We now expect a
whitespace character after a directive, which seems to match the Nasm
documentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Directives were parsed independent of whitespace after them, which caused the
cpuid instruction to be parsed as CPU &amp; id, instead of cpuid. We now expect a
whitespace character after a directive, which seems to match the Nasm
documentation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update terminal formatter tests.</title>
<updated>2019-05-18T12:18:34+00:00</updated>
<author>
<name>Matth?us G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2019-05-18T12:18:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=179a49193ef82737ed609efd677da6ef94da34b4'/>
<id>179a49193ef82737ed609efd677da6ef94da34b4</id>
<content type='text'>
In eea5abc9161a, we changed the TerminalFormatter to use bright instead of bold,
and this caused the tests here to fail.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In eea5abc9161a, we changed the TerminalFormatter to use bright instead of bold,
and this caused the tests here to fail.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in hroncok/pygments-main/doscon_prompt (pull request #734)</title>
<updated>2019-05-09T05:33:40+00:00</updated>
<author>
<name>Anteru</name>
<email>bitbucket@ca.sh13.net</email>
</author>
<published>2019-05-09T05:33:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=f79a5c3b1d2fd28d55b8d5b71ec6ab85c3bc16a5'/>
<id>f79a5c3b1d2fd28d55b8d5b71ec6ab85c3bc16a5</id>
<content type='text'>
Recognize single &gt; as a prompt in doscon
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Recognize single &gt; as a prompt in doscon
</pre>
</div>
</content>
</entry>
<entry>
<title>Never pop all states from the stack, even if a lexer wants to.</title>
<updated>2019-05-06T05:42:02+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2019-05-06T05:42: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=eeb5ac2f16f63ad14509835961faf93fac19a318'/>
<id>eeb5ac2f16f63ad14509835961faf93fac19a318</id>
<content type='text'>
fixes #1506
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes #1506
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in sgarnotel/pygments-main (pull request #785)</title>
<updated>2019-04-30T19:14:31+00:00</updated>
<author>
<name>Matth?us G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2019-04-30T19:14:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=dc2d18c219e14236642354b9d33865a0987d07b8'/>
<id>dc2d18c219e14236642354b9d33865a0987d07b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update apache2.conf sample, CHANGES.</title>
<updated>2019-04-30T16:06:37+00:00</updated>
<author>
<name>Matth?us G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2019-04-30T16:06:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=884c066df07909c7538ece85ceac2083eef4cd1e'/>
<id>884c066df07909c7538ece85ceac2083eef4cd1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in kurtmckee/pygments-main/support-tera-term (pull request #749)</title>
<updated>2019-04-30T15:54:19+00:00</updated>
<author>
<name>Anteru</name>
<email>bitbucket@ca.sh13.net</email>
</author>
<published>2019-04-30T15:54: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=25f65dd3af11593c56e50bd9821630544ae44189'/>
<id>25f65dd3af11593c56e50bd9821630544ae44189</id>
<content type='text'>
Support Tera Term macro language
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support Tera Term macro language
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in andrescarrasco/pygments-main/boa (pull request #756)</title>
<updated>2019-04-30T15:52:31+00:00</updated>
<author>
<name>Anteru</name>
<email>bitbucket@ca.sh13.net</email>
</author>
<published>2019-04-30T15:52:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=01caf4e1e3de680ffcb38a68b31f61a7aeb3f5f9'/>
<id>01caf4e1e3de680ffcb38a68b31f61a7aeb3f5f9</id>
<content type='text'>
Add a lexer for the Boa Domain-Specific Langauge.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a lexer for the Boa Domain-Specific Langauge.
</pre>
</div>
</content>
</entry>
</feed>
