<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments-git.git, branch 2.0rc1</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 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://git.baserock.org/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>Closes #1042: dont recognize *.md as MiniD anymore (which is now Croc).</title>
<updated>2014-10-16T09:01:09+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-10-16T09:01:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=a8355f7f3626c971299e7c15faa1594c5d1b503c'/>
<id>a8355f7f3626c971299e7c15faa1594c5d1b503c</id>
<content type='text'>
.md should be lexed as Markdown once we have a lexer for it.
Rename examplefile accordingly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
.md should be lexed as Markdown once we have a lexer for it.
Rename examplefile accordingly.
</pre>
</div>
</content>
</entry>
<entry>
<title>More fixes thanks to regexlint.</title>
<updated>2014-10-16T08:01:17+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-10-16T08:01:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=ec7883029c219cfbca7037526dcab76b093b4462'/>
<id>ec7883029c219cfbca7037526dcab76b093b4462</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix "matches empty string" complaints from regexlint.</title>
<updated>2014-10-16T07:33:43+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-10-16T07:33:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=d7c323f61dc380b045a7297a76c06b52b6481669'/>
<id>d7c323f61dc380b045a7297a76c06b52b6481669</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo.</title>
<updated>2014-10-16T06:28:49+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-10-16T06:28:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=972e82e7091afb82fc7cf97e767e07a4a5538daa'/>
<id>972e82e7091afb82fc7cf97e767e07a4a5538daa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Curly brace escaping, round 2.</title>
<updated>2014-10-16T05:46:09+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2014-10-16T05:46:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=f5a697027576977970c0e1524965771f2d04fa76'/>
<id>f5a697027576977970c0e1524965771f2d04fa76</id>
<content type='text'>
These were all pointed out by regexlint but required manual effort to track down
(indicator.py was confused by most of them being produced by expressions).

Also comment out some iffy comment patterns.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These were all pointed out by regexlint but required manual effort to track down
(indicator.py was confused by most of them being produced by expressions).

Also comment out some iffy comment patterns.
</pre>
</div>
</content>
</entry>
<entry>
<title>Curly brace escaping, round 1.</title>
<updated>2014-10-16T05:13:59+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2014-10-16T05:13:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=f92d1018f4ba9948d7f2248dda12b2548f78b5f7'/>
<id>f92d1018f4ba9948d7f2248dda12b2548f78b5f7</id>
<content type='text'>
These locations were all found by regexlint and done semi-manually, leaving
braces within [] alone (they aren't special in the 'regex' module).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These locations were all found by regexlint and done semi-manually, leaving
braces within [] alone (they aren't special in the 'regex' module).
</pre>
</div>
</content>
</entry>
<entry>
<title>KconfigLexer: Be explicit about single repetition.</title>
<updated>2014-10-16T04:28:43+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2014-10-16T04:28:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=d8587f80616706f8a9820371e60d207e3a84ef6e'/>
<id>d8587f80616706f8a9820371e60d207e3a84ef6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>HttpLexer: Use \Z explicitly for end of file.</title>
<updated>2014-10-16T04:27:45+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2014-10-16T04:27:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=68aab40cdc2e4d676b5c8ed2a6521ea731e68692'/>
<id>68aab40cdc2e4d676b5c8ed2a6521ea731e68692</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>maxunicode is 0xffff for narrow builds</title>
<updated>2014-10-15T20:21:49+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-10-15T20:21:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=f7a5876ae6628a4574764c9f9d7c6e8a6b2ac945'/>
<id>f7a5876ae6628a4574764c9f9d7c6e8a6b2ac945</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
