<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments.git/pygments/lexers/julia.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>Fix some unicode-related tests on Python 2.</title>
<updated>2016-06-03T18:27:22+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2016-06-03T18:27:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=316465c20480bf1b49e7ad09b19f2a2b7006659d'/>
<id>316465c20480bf1b49e7ad09b19f2a2b7006659d</id>
<content type='text'>
Regexopt does the wrong then when given a mix of string types (as happens in Python 2).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Regexopt does the wrong then when given a mix of string types (as happens in Python 2).
</pre>
</div>
</content>
</entry>
<entry>
<title>fix JuliaLexer and JuliaConsoleLexer</title>
<updated>2016-05-12T07:53:16+00:00</updated>
<author>
<name>Kenta Sato</name>
<email>bicycle1885@gmail.com</email>
</author>
<published>2016-05-12T07:53:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=a6bc9d7acf324d80589e7fe58830930638f53629'/>
<id>a6bc9d7acf324d80589e7fe58830930638f53629</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix most complaints from regexlint.</title>
<updated>2016-02-14T16:10:00+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2016-02-14T16:10:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=fff7caebc1befe71ab088a5d245fbb7708cfc0f2'/>
<id>fff7caebc1befe71ab088a5d245fbb7708cfc0f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed Julia string interpolation (closes #1170).</title>
<updated>2016-02-02T10:23:10+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2016-02-02T10:23:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=76e9a0a6e71ff20090f88f1949e4ae33f2079259'/>
<id>76e9a0a6e71ff20090f88f1949e4ae33f2079259</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Closes #1196: recognize Julia "immutable" as starting a type.</title>
<updated>2016-02-02T09:41:16+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2016-02-02T09:41:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=37a618e6ec1dc8193a91301502ff98f30868d503'/>
<id>37a618e6ec1dc8193a91301502ff98f30868d503</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix non-BMP character range in JuliaLexer</title>
<updated>2015-10-09T11:03:55+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2015-10-09T11:03:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=1bab4a14c38a1a7357283de7c3e7713c49929860'/>
<id>1bab4a14c38a1a7357283de7c3e7713c49929860</id>
<content type='text'>
Found with regexlint.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found with regexlint.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove unneeded ur literal</title>
<updated>2015-07-22T05:11:47+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2015-07-22T05:11:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=facc6a2a2cd4031450d713b432bf82535983ec92'/>
<id>facc6a2a2cd4031450d713b432bf82535983ec92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change Julia lexer to use multiline mode.</title>
<updated>2015-05-26T03:23:02+00:00</updated>
<author>
<name>Jon Malmaud</name>
<email>malmaud@gmail.com</email>
</author>
<published>2015-05-26T03:23:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=6d9b6cf5a899c5cde30955a208782f36221e4e7d'/>
<id>6d9b6cf5a899c5cde30955a208782f36221e4e7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extend Julia unicode identifier range.</title>
<updated>2015-05-25T19:29:06+00:00</updated>
<author>
<name>Jon Malmaud</name>
<email>malmaud@gmail.com</email>
</author>
<published>2015-05-25T19:29:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=2a5de6abfce2c8ea1cee477149221686cec3a4dd'/>
<id>2a5de6abfce2c8ea1cee477149221686cec3a4dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support Unicode identifiers in Julia.</title>
<updated>2015-05-25T18:06:54+00:00</updated>
<author>
<name>Jon Malmaud</name>
<email>malmaud@gmail.com</email>
</author>
<published>2015-05-25T18:06:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=92ccf781460507ec6cc88bb7655b477c7600b9ec'/>
<id>92ccf781460507ec6cc88bb7655b477c7600b9ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
