<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments-git.git/pygments, 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>Merge branch 'master' into bug/angular-html</title>
<updated>2020-09-08T18:33:25+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2020-09-08T18:33:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=203ef1eff6daebab6f95b0b49e6e6a58168073fb'/>
<id>203ef1eff6daebab6f95b0b49e6e6a58168073fb</id>
<content type='text'>
# Conflicts:
#	tests/test_shell.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Conflicts:
#	tests/test_shell.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip empty tokens in some cases.</title>
<updated>2020-09-08T18:31:17+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2020-09-08T18:31:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=e09d4e0cf23d7c6069ddc690942ceb4cd23fd556'/>
<id>e09d4e0cf23d7c6069ddc690942ceb4cd23fd556</id>
<content type='text'>
This fixes an empty token appearing in the Angular lexer (and
apparently also in the MSDOS lexer.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes an empty token appearing in the Angular lexer (and
apparently also in the MSDOS lexer.)
</pre>
</div>
</content>
</entry>
<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>Fix a Windows/PyPy3 test failure (#1533)</title>
<updated>2020-09-07T17:26:33+00:00</updated>
<author>
<name>Kurt McKee</name>
<email>contactme@kurtmckee.org</email>
</author>
<published>2020-09-07T17:26:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=945ed5ef268e2f3c7bbea42dfae1f8f844096f61'/>
<id>945ed5ef268e2f3c7bbea42dfae1f8f844096f61</id>
<content type='text'>
PyPy3 on Windows has a test failure in `test_cmdline:test_outfile()`
when trying to unlink the temporary output file. The root cause is that
`cmdline:inner_main()` does not explicitly close the file that it opens,
and PyPy3 isn't auto-closing the file when `inner_main()` returns.
This prevents the file from being unlinked, and the test case fails.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PyPy3 on Windows has a test failure in `test_cmdline:test_outfile()`
when trying to unlink the temporary output file. The root cause is that
`cmdline:inner_main()` does not explicitly close the file that it opens,
and PyPy3 isn't auto-closing the file when `inner_main()` returns.
This prevents the file from being unlinked, and the test case fails.</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>
</feed>
