<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments.git/pygments/lexers/sql.py, branch rawstring</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>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/commit/?id=0eca5a9db1b3c1f169f3fabda9fe9b72876a6056'/>
<id>0eca5a9db1b3c1f169f3fabda9fe9b72876a6056</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a small bug in the SQL analysis.</title>
<updated>2019-01-04T14:07:51+00:00</updated>
<author>
<name>Matth?us G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2019-01-04T14:07:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=5aa7fd79de2d137fb77cc60410b831312a7908aa'/>
<id>5aa7fd79de2d137fb77cc60410b831312a7908aa</id>
<content type='text'>
Updated CHANGES as well, and moved the LLVM PR to the right list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated CHANGES as well, and moved the LLVM PR to the right list.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in roskakori/pygments-analyze-sql (pull request #672)</title>
<updated>2019-01-04T13:58:54+00:00</updated>
<author>
<name>Anteru</name>
<email>bitbucket@ca.sh13.net</email>
</author>
<published>2019-01-04T13:58:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=739365558e04bc7bdc67fc522b47f5baa1259d74'/>
<id>739365558e04bc7bdc67fc522b47f5baa1259d74</id>
<content type='text'>
Added analyse_text() for SQL
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added analyse_text() for SQL
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge heads.</title>
<updated>2018-11-28T15:11:03+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2018-11-28T15:11:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=8a90867907e3c47f919a2a29f8d7aa52b6c17ad4'/>
<id>8a90867907e3c47f919a2a29f8d7aa52b6c17ad4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix invalid escapes due to missing raw string prefix.</title>
<updated>2018-11-28T14:49:16+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2018-11-28T14:49:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=cdb2a89a25131f46a09a5497e56196c2fe69e184'/>
<id>cdb2a89a25131f46a09a5497e56196c2fe69e184</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Be more Pythonic, use a for instead of while 1: try: next</title>
<updated>2018-07-04T16:31:40+00:00</updated>
<author>
<name>Miro Hron?ok</name>
<email>miro@hroncok.cz</email>
</author>
<published>2018-07-04T16:31:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=b909c279a4cf4a93c5244e2c3046d769ba737dc0'/>
<id>b909c279a4cf4a93c5244e2c3046d769ba737dc0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PEP 479: Raising StopIteration from a generator is now an error</title>
<updated>2018-07-04T16:08:48+00:00</updated>
<author>
<name>Miro Hron?ok</name>
<email>miro@hroncok.cz</email>
</author>
<published>2018-07-04T16:08:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=5927c118d3556f19199fe502c0ffcc8584652518'/>
<id>5927c118d3556f19199fe502c0ffcc8584652518</id>
<content type='text'>
So we return instead. Fix needed for Python 3.7.

Fixes https://bitbucket.org/birkenfeld/pygments-main/issues/1457
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So we return instead. Fix needed for Python 3.7.

Fixes https://bitbucket.org/birkenfeld/pygments-main/issues/1457
</pre>
</div>
</content>
</entry>
<entry>
<title>Copyright update.</title>
<updated>2017-01-22T17:38:11+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2017-01-22T17:38:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=c77c9c90964b8b457bc831f5aa0524f3de8f1ca8'/>
<id>c77c9c90964b8b457bc831f5aa0524f3de8f1ca8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added analyse_text() that attempts to detect MySQL and Transact-SQL.</title>
<updated>2016-10-01T16:17:05+00:00</updated>
<author>
<name>Thomas Aglassinger</name>
<email>roskakori@users.sourceforge.net</email>
</author>
<published>2016-10-01T16:17:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=cdbc000e03a5a92ea2a28020e71218cae5010a5d'/>
<id>cdbc000e03a5a92ea2a28020e71218cae5010a5d</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 roskakori/pygments-tsql (pull request #577)</title>
<updated>2016-05-31T18:03:15+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2016-05-31T18:03:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=b615f3450dfa5a639bb6342d08c7b7be691c9d47'/>
<id>b615f3450dfa5a639bb6342d08c7b7be691c9d47</id>
<content type='text'>
Add lexer for Transact-SQL
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add lexer for Transact-SQL
</pre>
</div>
</content>
</entry>
</feed>
