<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments-git.git/scripts/utility.py, branch 2.15.1</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>Update copyright year to 2023.</title>
<updated>2023-03-29T19:11:12+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2023-03-29T19:08: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=a1361035ec5f599290371f7df9f21e3f1f1420a6'/>
<id>a1361035ec5f599290371f7df9f21e3f1f1420a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix various linter issues.</title>
<updated>2023-02-01T20:18:44+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2023-02-01T20:18:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=9d561d47ad32e5290708d7a290bac45d54ab9688'/>
<id>9d561d47ad32e5290708d7a290bac45d54ab9688</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix lots of missing encoding="utf-8" parameters</title>
<updated>2023-01-31T15:30:11+00:00</updated>
<author>
<name>Jean Abou Samra</name>
<email>jean@abou-samra.fr</email>
</author>
<published>2023-01-30T02:11:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=b69cae00b4a13cf306ec92d169b81c965a0865fc'/>
<id>b69cae00b4a13cf306ec92d169b81c965a0865fc</id>
<content type='text'>
Some of these are probably unnecessary (ASCII-only content), but it's
easier not to think about it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some of these are probably unnecessary (ASCII-only content), but it's
easier not to think about it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve utility script.</title>
<updated>2022-12-05T14:19:33+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2022-12-05T14:19: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=0db531852f848913853929a7af1b0bab44d59f1a'/>
<id>0db531852f848913853929a7af1b0bab44d59f1a</id>
<content type='text'>
Skip the `---tokens---` line when parsing a snippet.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Skip the `---tokens---` line when parsing a snippet.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve utility scripts.</title>
<updated>2022-12-04T18:53:23+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2022-12-04T18:53:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=be2196eba29e52ef9fe93b0ff60e8d4af6b2524d'/>
<id>be2196eba29e52ef9fe93b0ff60e8d4af6b2524d</id>
<content type='text'>
Scan snippet files in addition to token output streams.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Scan snippet files in addition to token output streams.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make utility script file PEP8 compliant.</title>
<updated>2022-12-04T14:41:53+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2022-12-04T14:41: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=6665e5118c66ed3a0b35a2695209a952dbe6ac7d'/>
<id>6665e5118c66ed3a0b35a2695209a952dbe6ac7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add another check script for whitespace.</title>
<updated>2022-12-04T14:12:42+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2022-12-04T14:12:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=d98309343786205a34b483c559be5eefcfd7eade'/>
<id>d98309343786205a34b483c559be5eefcfd7eade</id>
<content type='text'>
Add a script which checks for whitespace tokens, similar to the script checking for
repeated tokens. Also move some functionality shared between them into a utility file,
and make check_repeated_token PEP8 compliant.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a script which checks for whitespace tokens, similar to the script checking for
repeated tokens. Also move some functionality shared between them into a utility file,
and make check_repeated_token PEP8 compliant.
</pre>
</div>
</content>
</entry>
</feed>
