<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments-git.git/pygments, branch 2.6.0</title>
<subtitle>github.com: pygments/pygments.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/'/>
<entry>
<title>Bump version to 2.6.0.</title>
<updated>2020-03-08T09:24:04+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2020-03-08T09:24:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=66dd53af13aa03a42e8b92935e92ed6e35d4f601'/>
<id>66dd53af13aa03a42e8b92935e92ed6e35d4f601</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #1401.</title>
<updated>2020-03-07T19:44:48+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2020-03-07T19:43:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=a9902056f3d6fcb9822a55f9e93a11c666258dc1'/>
<id>a9902056f3d6fcb9822a55f9e93a11c666258dc1</id>
<content type='text'>
Remove a '__main__' handler from __init__.py.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove a '__main__' handler from __init__.py.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1402 from lonetwin/master</title>
<updated>2020-03-05T20:00:56+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>Anteru@users.noreply.github.com</email>
</author>
<published>2020-03-05T20:00:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=b60392ca0b026308d61c2f533109e2afd8b8d780'/>
<id>b60392ca0b026308d61c2f533109e2afd8b8d780</id>
<content type='text'>
sql lexer: Add temporal support keywords</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sql lexer: Add temporal support keywords</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1405 from pygments/fix/1247</title>
<updated>2020-03-05T19:59:59+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>Anteru@users.noreply.github.com</email>
</author>
<published>2020-03-05T19:59:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=d7fdfb71417f6ef45ce6d7a38192b3a04987ce2c'/>
<id>d7fdfb71417f6ef45ce6d7a38192b3a04987ce2c</id>
<content type='text'>
Fix #1247 by looking up in both HKLM and HKCU.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #1247 by looking up in both HKLM and HKCU.</pre>
</div>
</content>
</entry>
<entry>
<title>Improve font handling code.</title>
<updated>2020-03-03T19:47:51+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2020-03-03T19:47:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=573bfa4319889a1c9b0cbb65d1122ed47c3b7017'/>
<id>573bfa4319889a1c9b0cbb65d1122ed47c3b7017</id>
<content type='text'>
* Fix an issue raised in the review -- don't raise None no matter what.
* Remove a few variables to make the control flow easier to understand
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix an issue raised in the review -- don't raise None no matter what.
* Remove a few variables to make the control flow easier to understand
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #1247 by looking up in both HKLM and HKCU.</title>
<updated>2020-03-02T08:20:43+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2020-03-01T12:46:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=37b80b9f4bfb80b46ce6ddf27a8eeeb325e9bf64'/>
<id>37b80b9f4bfb80b46ce6ddf27a8eeeb325e9bf64</id>
<content type='text'>
This is slightly different from the code posted inside the issue:
* Use finally to close the registry key no matter what
* Don't use break, but return directly on the first hit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is slightly different from the code posted inside the issue:
* Use finally to close the registry key no matter what
* Don't use break, but return directly on the first hit
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tests on Windows.</title>
<updated>2020-03-01T14:50:52+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2020-03-01T14:21:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=11ea92ad40218608a7e3e060b7bf290cb70a3904'/>
<id>11ea92ad40218608a7e3e060b7bf290cb70a3904</id>
<content type='text'>
This fixes three test failures on Windows:
* Two due to incorrect handling of : (on Windows, multiple : can
  be part of a path.)
* One due to newline differences
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes three test failures on Windows:
* Two due to incorrect handling of : (on Windows, multiple : can
  be part of a path.)
* One due to newline differences
</pre>
</div>
</content>
</entry>
<entry>
<title>sql lexer: Add temporal support keywords</title>
<updated>2020-02-29T20:06:08+00:00</updated>
<author>
<name>lonetwin</name>
<email>steve@lonetwin.net</email>
</author>
<published>2020-02-29T20:06:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=463abe832177378994e13c3b8c059cf0d2c6e9e7'/>
<id>463abe832177378994e13c3b8c059cf0d2c6e9e7</id>
<content type='text'>
SQL:2011 introduced support for temporal databases[1] via new keywords to
create and manage temporal tables. This patchset adds these new keywords to
the sql lexer.

One concrete example of these feature is the temporal tables support in
MariaDB[2]. As evident from the code listing on that page, the syntax
highlighting for these keywords is not as widespread as expected (I wouldn't
be surprised if code listing on that page ultimately use pygments for syntax
highlighting !)

[1] https://en.wikipedia.org/wiki/SQL:2011
[2] https://mariadb.com/kb/en/temporal-data-tables/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SQL:2011 introduced support for temporal databases[1] via new keywords to
create and manage temporal tables. This patchset adds these new keywords to
the sql lexer.

One concrete example of these feature is the temporal tables support in
MariaDB[2]. As evident from the code listing on that page, the syntax
highlighting for these keywords is not as widespread as expected (I wouldn't
be surprised if code listing on that page ultimately use pygments for syntax
highlighting !)

[1] https://en.wikipedia.org/wiki/SQL:2011
[2] https://mariadb.com/kb/en/temporal-data-tables/
</pre>
</div>
</content>
</entry>
<entry>
<title>Add typedef back to the D lexer.</title>
<updated>2020-02-29T14:55:44+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2020-02-29T14:55:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=c74d310ca83c6e3867077a4b7de6a2aac1c6b039'/>
<id>c74d310ca83c6e3867077a4b7de6a2aac1c6b039</id>
<content type='text'>
Put it into a new category, Keyword.Removed, so it's not completely
gone.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Put it into a new category, Keyword.Removed, so it's not completely
gone.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'dlang-remove-typedef-from-keywords' of https://github.com/kubo39/pygments into kubo39-dlang-remove-typedef-from-keywords</title>
<updated>2020-02-29T14:48:30+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2020-02-29T14:48:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=5faf4c6dd3f15249ce692aca67debb109e234cf8'/>
<id>5faf4c6dd3f15249ce692aca67debb109e234cf8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
