<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments.git/pygments/lexers/dotnet.py, branch fix-racket-lambda</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>F# lexer: rewrite with newest spec for F# 3.0 (#842).</title>
<updated>2013-05-20T06:55:41+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2013-05-20T06:55:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=1d27f185104f34835ed6e40d90995e4fab9ea7b0'/>
<id>1d27f185104f34835ed6e40d90995e4fab9ea7b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Happy new year 2013.</title>
<updated>2013-01-09T11:46:32+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2013-01-09T11:46:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=d61e25e529a78887c8364126f7f73a2e6651a1e6'/>
<id>d61e25e529a78887c8364126f7f73a2e6651a1e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Centralize regex metachar escaping, since the surrogate support breaks</title>
<updated>2012-08-27T07:30:35+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2012-08-27T07:30:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=08ad16c5ad5e80dfddd7ae81e368227e6bb6b989'/>
<id>08ad16c5ad5e80dfddd7ae81e368227e6bb6b989</id>
<content type='text'>
one-parsed-char per unicode codepoint already.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
one-parsed-char per unicode codepoint already.
</pre>
</div>
</content>
</entry>
<entry>
<title>Closes #791: CSharp: remove unneeded "|\n" from Comment.Multiline pattern</title>
<updated>2012-07-18T13:51:19+00:00</updated>
<author>
<name>Yuya Nishihara</name>
<email>yuya@tcha.org</email>
</author>
<published>2012-07-18T13:51:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=8014741aa9e3dc21052f5d534fd2028d6489c4ee'/>
<id>8014741aa9e3dc21052f5d534fd2028d6489c4ee</id>
<content type='text'>
Because CSharpLexer enables re.DOTALL flag, "." also matches "\n".
"(.|\n)" slows down matching speed significantly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because CSharpLexer enables re.DOTALL flag, "." also matches "\n".
"(.|\n)" slows down matching speed significantly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add C# 5.0 async/await keywords</title>
<updated>2012-05-01T18:59:36+00:00</updated>
<author>
<name>Paul Betts</name>
<email>paul@paulbetts.org</email>
</author>
<published>2012-05-01T18:59:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=4fca7f80c65b1464bd173550b9741ea0db733867'/>
<id>4fca7f80c65b1464bd173550b9741ea0db733867</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 bunch of minor issues noticed by regexlint</title>
<updated>2012-03-09T20:06:18+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2012-03-09T20:06:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=558f41c0580935533c6b4a67ca6bd7f2a5d4e723'/>
<id>558f41c0580935533c6b4a67ca6bd7f2a5d4e723</id>
<content type='text'>
---
 pygments/lexers/agile.py      |    8 ++++----
 pygments/lexers/dotnet.py     |    8 ++++----
 pygments/lexers/functional.py |    5 ++++-
 pygments/lexers/hdl.py        |    5 +++--
 pygments/lexers/other.py      |    2 +-
 pygments/lexers/templates.py  |   31 ++++++++++++++++---------------
 pygments/lexers/text.py       |    4 ++--
 pygments/lexers/web.py        |    6 +++---
 8 files changed, 37 insertions(+), 32 deletions(-)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
---
 pygments/lexers/agile.py      |    8 ++++----
 pygments/lexers/dotnet.py     |    8 ++++----
 pygments/lexers/functional.py |    5 ++++-
 pygments/lexers/hdl.py        |    5 +++--
 pygments/lexers/other.py      |    2 +-
 pygments/lexers/templates.py  |   31 ++++++++++++++++---------------
 pygments/lexers/text.py       |    4 ++--
 pygments/lexers/web.py        |    6 +++---
 8 files changed, 37 insertions(+), 32 deletions(-)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pygments-main with pygments-tim</title>
<updated>2012-02-28T02:55:15+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2012-02-28T02:55:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=9d519e510f887c337c7a715d80e07b15357d33dc'/>
<id>9d519e510f887c337c7a715d80e07b15357d33dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Closes #737: CSharpASP: remove unconditional 0.001 from analyse_text</title>
<updated>2012-02-12T07:18:34+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2012-02-12T07:18:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=abac6bdb8295926ca903e27c2c00f63fe2cc7568'/>
<id>abac6bdb8295926ca903e27c2c00f63fe2cc7568</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Copyright update.</title>
<updated>2012-02-05T11:58:02+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2012-02-05T11:58:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=cecb6181930eb60cbbe26cd5b09d5047084faa97'/>
<id>cecb6181930eb60cbbe26cd5b09d5047084faa97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Closes #679: fix Boo string regexes.</title>
<updated>2012-02-05T08:13:47+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2012-02-05T08:13:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=b04c2fa6bc6b4cc9a6882e07f03ca64e43cc927e'/>
<id>b04c2fa6bc6b4cc9a6882e07f03ca64e43cc927e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
