<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments-git.git/CHANGES, branch argparse</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>cmdline: port to argparse</title>
<updated>2021-01-22T18:40:31+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2021-01-22T18:39: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=3959e5256d7bdfd72ab5356da810ad668fdfc4de'/>
<id>3959e5256d7bdfd72ab5356da810ad668fdfc4de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add markdown to aliases</title>
<updated>2021-01-18T15:50:38+00:00</updated>
<author>
<name>Mestery</name>
<email>48163546+Mesteery@users.noreply.github.com</email>
</author>
<published>2021-01-17T13:30: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=604382c59e0b08fe2d7dffd10acd839c74296896'/>
<id>604382c59e0b08fe2d7dffd10acd839c74296896</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move setup.py to a declarative setup.cfg (#1621)</title>
<updated>2021-01-17T11:49:44+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2021-01-17T11:49: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=7f48240569973617d7c7e8ece12087eb6149ad23'/>
<id>7f48240569973617d7c7e8ece12087eb6149ad23</id>
<content type='text'>
Docs: https://setuptools.readthedocs.io/en/latest/userguide/declarative_config.html

Removes mixing code with configuration. No need to execute custom code
at the build step. The declarative configuration is also more friendly
to scripting.

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>
Docs: https://setuptools.readthedocs.io/en/latest/userguide/declarative_config.html

Removes mixing code with configuration. No need to execute custom code
at the build step. The declarative configuration is also more friendly
to scripting.

Co-authored-by: Matthäus G. Chajdas &lt;Anteru@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>update changelog</title>
<updated>2021-01-17T11:48:43+00:00</updated>
<author>
<name>Mestery</name>
<email>48163546+Mesteery@users.noreply.github.com</email>
</author>
<published>2021-01-17T10:42: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=6e64b3963aaa5c5f9600e12fe4ba5545494d38c7'/>
<id>6e64b3963aaa5c5f9600e12fe4ba5545494d38c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added `pygmentize -C` option to guess a lexer from content</title>
<updated>2021-01-17T10:18:17+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2021-01-17T10:18: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=b4594169025485f7d64d5ffd71f42673e7a5972d'/>
<id>b4594169025485f7d64d5ffd71f42673e7a5972d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not guess MIME or SQL without reason</title>
<updated>2021-01-17T10:18:00+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2021-01-17T10:14:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=7e6dbb20ce189022f1b0a058f44bd1c0b9d529a5'/>
<id>7e6dbb20ce189022f1b0a058f44bd1c0b9d529a5</id>
<content type='text'>
constant returns from analyse_text are not useful.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
constant returns from analyse_text are not useful.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make guessing prefer Python 3 lexer</title>
<updated>2021-01-17T10:00:46+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2021-01-17T10:00: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=ff1e7567b3c67eb07b0c188f87c062bb8df39def'/>
<id>ff1e7567b3c67eb07b0c188f87c062bb8df39def</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix escapes in JavaScript backtick strings</title>
<updated>2021-01-17T09:41:32+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2021-01-17T09:41: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=6c7205fee13ade278c2c802c5faa1e6c9cbd2a26'/>
<id>6c7205fee13ade278c2c802c5faa1e6c9cbd2a26</id>
<content type='text'>
fixes #1679
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes #1679
</pre>
</div>
</content>
</entry>
<entry>
<title>Update CHANGES.</title>
<updated>2021-01-12T06:54:50+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2021-01-12T06:54:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=fc3b05ddf25933e45f670534f79fd1df870e142a'/>
<id>fc3b05ddf25933e45f670534f79fd1df870e142a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare for 2.7.4 release.</title>
<updated>2021-01-12T06:48:31+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2021-01-12T06:48: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=e411506a23a39f4487ecc36afb616cc4715eb571'/>
<id>e411506a23a39f4487ecc36afb616cc4715eb571</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
