<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments-git.git/scripts, branch regex</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: convert "re" to "regex"</title>
<updated>2022-10-27T10:15:22+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2022-10-27T05:18:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=629c448bdcbd7ca9f5d530c0ef10fa3bcd7ccbff'/>
<id>629c448bdcbd7ca9f5d530c0ef10fa3bcd7ccbff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add World of Warcraft TOC file lexer (#2244)</title>
<updated>2022-09-21T18:17:14+00:00</updated>
<author>
<name>Tim Martin</name>
<email>tim@timmart.in</email>
</author>
<published>2022-09-21T18:17: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=d48686deae70c734a916886c9f93185dcd40494d'/>
<id>d48686deae70c734a916886c9f93185dcd40494d</id>
<content type='text'>
Also fix a broken link and decode as UTF8 in count_token_references.py.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fix a broken link and decode as UTF8 in count_token_references.py.</pre>
</div>
</content>
</entry>
<entry>
<title>gen_mapfiles.py: convert Path to str before adding to sys.path (#2223)</title>
<updated>2022-09-01T21:00:25+00:00</updated>
<author>
<name>Jean Abou-Samra</name>
<email>jean@abou-samra.fr</email>
</author>
<published>2022-09-01T21:00: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=728e63cfa969eaeb187b71807a5b20f12999e9fb'/>
<id>728e63cfa969eaeb187b71807a5b20f12999e9fb</id>
<content type='text'>
pathlib.Path entries in sys.path are actually ignored.  See
https://github.com/python/cpython/issues/96482</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pathlib.Path entries in sys.path are actually ignored.  See
https://github.com/python/cpython/issues/96482</pre>
</div>
</content>
</entry>
<entry>
<title>Merge mapping file generation scripts (#2152)</title>
<updated>2022-05-29T16:47:56+00:00</updated>
<author>
<name>Jean Abou-Samra</name>
<email>jean@abou-samra.fr</email>
</author>
<published>2022-05-29T16:47:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=cd5cf1aba811f55295827858f5af9823f348c16d'/>
<id>cd5cf1aba811f55295827858f5af9823f348c16d</id>
<content type='text'>
Use a unified script, to reduce code duplication and in preparation
for doing a similar thing with styles and filters.  The new script
also uses a bit more modern Python APIs (e.g., pathlib).

Unlike the previous scripts, it does not replace replace CRLF with LF
because Git should do that itself.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use a unified script, to reduce code duplication and in preparation
for doing a similar thing with styles and filters.  The new script
also uses a bit more modern Python APIs (e.g., pathlib).

Unlike the previous scripts, it does not replace replace CRLF with LF
because Git should do that itself.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more CSS property names (fixes #2113).</title>
<updated>2022-04-24T13:24:31+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2022-04-24T13:24:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=94b4c6ba09b57882fefd1e02080cd76b12d226b5'/>
<id>94b4c6ba09b57882fefd1e02080cd76b12d226b5</id>
<content type='text'>
This change also adds a script to regenerate the list of CSS properties
from the W3C source if needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change also adds a script to regenerate the list of CSS properties
from the W3C source if needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove now redundant re.UNICODE and (?u) (#2058)</title>
<updated>2022-01-31T21:00:40+00:00</updated>
<author>
<name>Jean Abou-Samra</name>
<email>jean@abou-samra.fr</email>
</author>
<published>2022-01-31T21:00: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=c81e97c3c281492ac6fdf4abc841ac5b63f3f303'/>
<id>c81e97c3c281492ac6fdf4abc841ac5b63f3f303</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 "plugins" argument to get_all_lexers</title>
<updated>2022-01-25T06:41:27+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2022-01-25T06:41:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=f6d3ce6f8d1f523b2f671a5f91d8a906c761685c'/>
<id>f6d3ce6f8d1f523b2f671a5f91d8a906c761685c</id>
<content type='text'>
and use it in the "duplicate filenames" checker.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and use it in the "duplicate filenames" checker.
</pre>
</div>
</content>
</entry>
<entry>
<title>Happy new year.</title>
<updated>2022-01-25T06:36:28+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2022-01-25T06:36:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=ab4afd821aa41403f7a0b1e714112c40b2ad843b'/>
<id>ab4afd821aa41403f7a0b1e714112c40b2ad843b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos (#2030)</title>
<updated>2022-01-18T20:00:07+00:00</updated>
<author>
<name>Kian-Meng Ang</name>
<email>kianmeng.ang@gmail.com</email>
</author>
<published>2022-01-18T20:00:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=2a0cecbb5037d04f1ecbf5f2336ef26813e2967c'/>
<id>2a0cecbb5037d04f1ecbf5f2336ef26813e2967c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update release-checklist.</title>
<updated>2021-12-30T13:30:02+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2021-12-30T13:30: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=e5d5c1658b3c18b3402451d832b07db9fd43c4aa'/>
<id>e5d5c1658b3c18b3402451d832b07db9fd43c4aa</id>
<content type='text'>
Use -m build instead of setup.py.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use -m build instead of setup.py.
</pre>
</div>
</content>
</entry>
</feed>
