<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments-git.git/tests/support, branch master</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>Remove the lxml dependency.</title>
<updated>2022-12-07T20:57:31+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2022-12-07T20:56:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=21d4997827496c3066bde6d98a88343680e6ffc2'/>
<id>21d4997827496c3066bde6d98a88343680e6ffc2</id>
<content type='text'>
Replace lxml with html.parser for the structural-diff.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace lxml with html.parser for the structural-diff.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update HTML tests.</title>
<updated>2021-12-06T17:51:39+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2021-12-06T17:51:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=d1f186741009030522e05ce6577a8a194245a22a'/>
<id>d1f186741009030522e05ce6577a8a194245a22a</id>
<content type='text'>
This includes a new structural diff which is more robust, as it handles
changes like different attribute order.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This includes a new structural diff which is more robust, as it handles
changes like different attribute order.
</pre>
</div>
</content>
</entry>
<entry>
<title>Run pyupgrade across codebase to modernize syntax and patterns (#1622)</title>
<updated>2021-01-17T15:44:58+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2021-01-17T15:44:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=debda34e2d4f28d6d369cdafdcba4791702f63fc'/>
<id>debda34e2d4f28d6d369cdafdcba4791702f63fc</id>
<content type='text'>
pyupgrade is a tool to automatically upgrade syntax for newer versions
of the Python language.

The project has been Python 3 only since
35544e2fc6eed0ce4a27ec7285aac71ff0ddc473, allowing for several cleanups:

- Remove unnecessary "-*- coding: utf-8 -*-" cookie. Python 3 reads all
  source files as utf-8 by default.

- Replace IOError/EnvironmentError with OSError. Python 3 unified these
  exceptions. The old names are aliases only.

- Use the Python 3 shorter super() syntax.

- Remove "utf8" argument form encode/decode. In Python 3, this value is
  the default.

- Remove "r" from open() calls. In Python 3, this value is the default.

- Remove u prefix from Unicode strings. In Python 3, all strings are
  Unicode.

- Replace io.open() with builtin open(). In Python 3, these functions
  are functionally equivalent.

Co-authored-by: Matthäus G. Chajdas &lt;Anteru@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pyupgrade is a tool to automatically upgrade syntax for newer versions
of the Python language.

The project has been Python 3 only since
35544e2fc6eed0ce4a27ec7285aac71ff0ddc473, allowing for several cleanups:

- Remove unnecessary "-*- coding: utf-8 -*-" cookie. Python 3 reads all
  source files as utf-8 by default.

- Replace IOError/EnvironmentError with OSError. Python 3 unified these
  exceptions. The old names are aliases only.

- Use the Python 3 shorter super() syntax.

- Remove "utf8" argument form encode/decode. In Python 3, this value is
  the default.

- Remove "r" from open() calls. In Python 3, this value is the default.

- Remove u prefix from Unicode strings. In Python 3, all strings are
  Unicode.

- Replace io.open() with builtin open(). In Python 3, these functions
  are functionally equivalent.

Co-authored-by: Matthäus G. Chajdas &lt;Anteru@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>-x functionality updates, Python 3 compatibility fix</title>
<updated>2017-01-22T18:57:19+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2017-01-22T18:57: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=9ca765ccb0597781159a4df6a43b25eb8f8125c5'/>
<id>9ca765ccb0597781159a4df6a43b25eb8f8125c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use exec instead of imp.load_source</title>
<updated>2016-02-26T20:48:43+00:00</updated>
<author>
<name>Tanner Prynn</name>
<email>tanner.prynn@nccgroup.trust</email>
</author>
<published>2016-02-26T20:48:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=85f8ba7e3655f52e16207dcdfcf59d6370d99761'/>
<id>85f8ba7e3655f52e16207dcdfcf59d6370d99761</id>
<content type='text'>
Custom lexer/formatter are no longer added to sys.modules()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Custom lexer/formatter are no longer added to sys.modules()
</pre>
</div>
</content>
</entry>
<entry>
<title>Update pull request per comments by birkenfeld.</title>
<updated>2016-02-24T23:46:32+00:00</updated>
<author>
<name>Tanner Prynn</name>
<email>tanner.prynn@nccgroup.trust</email>
</author>
<published>2016-02-24T23:46:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=4a49415561c00e2d235d266ee81cb026982f8e20'/>
<id>4a49415561c00e2d235d266ee81cb026982f8e20</id>
<content type='text'>
Add optional function parameter for the class name to instantiate, and update cli to support this.
Move error handling to within the loading functions; they now only raise ClassNotFound.
Modify doc with these updates and the version number.
Test case clean up and additions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add optional function parameter for the class name to instantiate, and update cli to support this.
Move error handling to within the loading functions; they now only raise ClassNotFound.
Modify doc with these updates and the version number.
Test case clean up and additions.
</pre>
</div>
</content>
</entry>
<entry>
<title>add tests for custom lexer/formatter loading from file</title>
<updated>2016-02-22T21:47:11+00:00</updated>
<author>
<name>Tanner Prynn</name>
<email>tanner.prynn@nccgroup.trust</email>
</author>
<published>2016-02-22T21:47:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=8d5dcbc8b124d7c12ca7f5c6e47bc899c848cd6b'/>
<id>8d5dcbc8b124d7c12ca7f5c6e47bc899c848cd6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge default into stable</title>
<updated>2016-01-17T16:00:26+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2016-01-17T16:00:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=fc55dc2e95bcea03fbc0d8e1d130c9e53f3f1dad'/>
<id>fc55dc2e95bcea03fbc0d8e1d130c9e53f3f1dad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
