<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments.git/pygments/lexers/data.py, branch py3-float-e</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>Robustify json-object against unexpected '}'</title>
<updated>2016-06-01T05:17:14+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2016-06-01T05:17:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=9df6f911209b5ef4ae3d3521048844afebe6f994'/>
<id>9df6f911209b5ef4ae3d3521048844afebe6f994</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a new lexer that assumes json object is already open.</title>
<updated>2016-06-01T05:06:40+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2016-06-01T05:06:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=11f5df043d36049fb066e41178c31c2e64410c7b'/>
<id>11f5df043d36049fb066e41178c31c2e64410c7b</id>
<content type='text'>
Fixes #884
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #884
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes two issues: Allows special characters in tag names (but not in named tag handles, which are still just limited to [\w-]).  Also allows the # character in tag names, which technically should be allowed.  Adds a regression test which previously caused an error due to the foo/bar tag being parsed as just foo, resulting an in rest of the line being parsed as an invalid scalar.</title>
<updated>2016-04-14T10:03:32+00:00</updated>
<author>
<name>Erik M. Bray</name>
<email>erik.m.bray@gmail.com</email>
</author>
<published>2016-04-14T10:03:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=e7e16520f6a5bf2256fac5f14b18c7c2d7f8db3e'/>
<id>e7e16520f6a5bf2256fac5f14b18c7c2d7f8db3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Copyright year update.</title>
<updated>2015-01-21T07:33:25+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2015-01-21T07:33:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=13705acbd57b936990c63a12de05ce29834b6afb'/>
<id>13705acbd57b936990c63a12de05ce29834b6afb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify charclasses in the remaining modules</title>
<updated>2014-11-06T13:00:28+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-11-06T13:00:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=c863ac19ce4d591b93be8b36cb69b04422c8dc9f'/>
<id>c863ac19ce4d591b93be8b36cb69b04422c8dc9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>all lexers: fix unescaped { and } so that the "regex" module can compile our regexes</title>
<updated>2014-10-15T19:32:31+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-10-15T19:32:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=10be9bec8a7969a40d4fa3483b8317e0131b1715'/>
<id>10be9bec8a7969a40d4fa3483b8317e0131b1715</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add JSON-LD Lexer.</title>
<updated>2014-10-09T01:55:35+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2014-10-09T01:55:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=87781e3aa6748b035a822a3a8fdf2cedd53d478b'/>
<id>87781e3aa6748b035a822a3a8fdf2cedd53d478b</id>
<content type='text'>
Adapted from PR 289.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adapted from PR 289.
</pre>
</div>
</content>
</entry>
<entry>
<title>split up web lexers</title>
<updated>2014-09-19T21:53:18+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-09-19T21:53:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=9d3184ead0ddafd2fe7278bd94eb815523773599'/>
<id>9d3184ead0ddafd2fe7278bd94eb815523773599</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>split up text lexers</title>
<updated>2014-09-19T21:02:18+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-09-19T21:02:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=731527e9183d17d0f9eaf35bc0dd263ba84ae5c1'/>
<id>731527e9183d17d0f9eaf35bc0dd263ba84ae5c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
