<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments-git.git/pygments/lexers, branch bug/angular-html</title>
<subtitle>github.com: pygments/pygments.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/'/>
<entry>
<title>all: remove "u" string prefix (#1536)</title>
<updated>2020-09-08T18:20:19+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2020-09-08T18:20:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=9f5672672bd61f7149d2a165b49f0617a1a9fe8e'/>
<id>9f5672672bd61f7149d2a165b49f0617a1a9fe8e</id>
<content type='text'>
* all: remove "u" string prefix

* util: remove unirange

Since Python 3.3, all builds are wide unicode compatible.

* unistring: remove support for narrow-unicode builds

which stopped being relevant with Python 3.3</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* all: remove "u" string prefix

* util: remove unirange

Since Python 3.3, all builds are wide unicode compatible.

* unistring: remove support for narrow-unicode builds

which stopped being relevant with Python 3.3</pre>
</div>
</content>
</entry>
<entry>
<title>fennel: fixup string regex</title>
<updated>2020-09-07T05:57:03+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2020-09-07T05:23:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=2b3ab6d6fe5c4064c3378315e9b49b3c6ef55b0e'/>
<id>2b3ab6d6fe5c4064c3378315e9b49b3c6ef55b0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid catastrophic backtracking.</title>
<updated>2020-09-07T05:57:03+00:00</updated>
<author>
<name>Phil Hagelberg</name>
<email>phil@hagelb.org</email>
</author>
<published>2020-09-06T19:46:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=17e7b1368afb0e153b4b45e1ac4922344b25ab14'/>
<id>17e7b1368afb0e153b4b45e1ac4922344b25ab14</id>
<content type='text'>
as advised in https://github.com/pygments/pygments/pull/1535/files/f581f2892154e8e4ed673ab940abf8af43ebe66b#r484028618
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as advised in https://github.com/pygments/pygments/pull/1535/files/f581f2892154e8e4ed673ab940abf8af43ebe66b#r484028618
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for # as lambda shorthand.</title>
<updated>2020-09-07T05:57:03+00:00</updated>
<author>
<name>Phil Hagelberg</name>
<email>phil@hagelb.org</email>
</author>
<published>2020-09-05T20:48:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=7f12ac42db078d950b04eaba006252d64626ce4e'/>
<id>7f12ac42db078d950b04eaba006252d64626ce4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove old python-2-style strings.</title>
<updated>2020-09-07T05:57:03+00:00</updated>
<author>
<name>Phil Hagelberg</name>
<email>phil@hagelb.org</email>
</author>
<published>2020-09-05T20:44:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=aec2a60214d8a80696916d742d9498020d2c92ae'/>
<id>aec2a60214d8a80696916d742d9498020d2c92ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Fennel keywords to catch up to version 0.6.0.</title>
<updated>2020-09-07T05:57:03+00:00</updated>
<author>
<name>Phil Hagelberg</name>
<email>phil@hagelb.org</email>
</author>
<published>2020-09-05T15:54:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=c4a3b82967dd9fc78018fae8a49162ec19c1ee65'/>
<id>c4a3b82967dd9fc78018fae8a49162ec19c1ee65</id>
<content type='text'>
Remove support for single-quoted strings.

Update fennelview example to latest version of library.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove support for single-quoted strings.

Update fennelview example to latest version of library.
</pre>
</div>
</content>
</entry>
<entry>
<title>all: revert changes of [a-zA-Z0-9_] to \w</title>
<updated>2020-09-07T05:55:55+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2020-09-07T05:55:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=080bbeb859d3346c221f7dcac1ae1822676bec6f'/>
<id>080bbeb859d3346c221f7dcac1ae1822676bec6f</id>
<content type='text'>
... which is not equivalent in Unicode mode
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... which is not equivalent in Unicode mode
</pre>
</div>
</content>
</entry>
<entry>
<title>Update mapfiles</title>
<updated>2020-09-06T18:16:19+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2020-09-06T18:05:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=d464bf55dabfe4f34e97e9c9f1617f5a508807fd'/>
<id>d464bf55dabfe4f34e97e9c9f1617f5a508807fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>all: use argumentless super()</title>
<updated>2020-09-06T18:16:01+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2020-09-05T19:12:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=5d5e3716e34f57477941a347ee1e6d3d3c78502f'/>
<id>5d5e3716e34f57477941a347ee1e6d3d3c78502f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add comment.</title>
<updated>2020-09-06T12:55:24+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2020-09-06T12:55:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=0feeea127e98e19e0601af6768c50ebc29b35897'/>
<id>0feeea127e98e19e0601af6768c50ebc29b35897</id>
<content type='text'>
Add a quick reminder that Javascript doesn't need integers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a quick reminder that Javascript doesn't need integers.
</pre>
</div>
</content>
</entry>
</feed>
