<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments-git.git/pygments/formatters, branch 2.6.0</title>
<subtitle>github.com: pygments/pygments.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/'/>
<entry>
<title>Improve font handling code.</title>
<updated>2020-03-03T19:47:51+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2020-03-03T19:47:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=573bfa4319889a1c9b0cbb65d1122ed47c3b7017'/>
<id>573bfa4319889a1c9b0cbb65d1122ed47c3b7017</id>
<content type='text'>
* Fix an issue raised in the review -- don't raise None no matter what.
* Remove a few variables to make the control flow easier to understand
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix an issue raised in the review -- don't raise None no matter what.
* Remove a few variables to make the control flow easier to understand
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #1247 by looking up in both HKLM and HKCU.</title>
<updated>2020-03-02T08:20:43+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2020-03-01T12:46:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=37b80b9f4bfb80b46ce6ddf27a8eeeb325e9bf64'/>
<id>37b80b9f4bfb80b46ce6ddf27a8eeeb325e9bf64</id>
<content type='text'>
This is slightly different from the code posted inside the issue:
* Use finally to close the registry key no matter what
* Don't use break, but return directly on the first hit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is slightly different from the code posted inside the issue:
* Use finally to close the registry key no matter what
* Don't use break, but return directly on the first hit
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Python 2 compatibility (#1348)</title>
<updated>2020-02-29T14:45:08+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2020-02-29T14:45:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=35544e2fc6eed0ce4a27ec7285aac71ff0ddc473'/>
<id>35544e2fc6eed0ce4a27ec7285aac71ff0ddc473</id>
<content type='text'>
* Remove Python 2 compatibility

* remove 2/3 shims in pygments.util
* update setup.py metadata

* Remove unneeded object inheritance.

* Remove unneeded future imports.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove Python 2 compatibility

* remove 2/3 shims in pygments.util
* update setup.py metadata

* Remove unneeded object inheritance.

* Remove unneeded future imports.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update many links to use HTTPS and skip redirects</title>
<updated>2019-12-18T21:45:47+00:00</updated>
<author>
<name>Kurt McKee</name>
<email>contactme@kurtmckee.org</email>
</author>
<published>2019-12-18T21:45:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=9486f826b9729c7d3e94ddb69d6869598dfb0419'/>
<id>9486f826b9729c7d3e94ddb69d6869598dfb0419</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '582/joshuagryphon/svglinenos'</title>
<updated>2019-12-01T13:23:43+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2019-12-01T13:23:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=4cd83f9e5e16e4bafa208e5be5bb3a9dc1ed813a'/>
<id>4cd83f9e5e16e4bafa208e5be5bb3a9dc1ed813a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Right-align line numbers in the SVG formatter.</title>
<updated>2019-12-01T13:23:04+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2019-12-01T13:23:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=309798471384a7cfcd98b3b87dded45ba27c49e0'/>
<id>309798471384a7cfcd98b3b87dded45ba27c49e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into 582/joshuagryphon/svglinenos</title>
<updated>2019-12-01T12:00:41+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2019-12-01T12:00:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=a548691fe9fbd40259b8efe997ad3c064037abf2'/>
<id>a548691fe9fbd40259b8efe997ad3c064037abf2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allow terminal256 formatter to show italics...</title>
<updated>2019-12-01T08:06:59+00:00</updated>
<author>
<name>Kurt Neufeld</name>
<email>kneufeld@burgundywall.com</email>
</author>
<published>2017-03-11T18:43:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=20f903db1953e6cb480cc284d8c5acd9207aea38'/>
<id>20f903db1953e6cb480cc284d8c5acd9207aea38</id>
<content type='text'>
OSX users will have to follow instructions at: http://www.eddieantonio.ca/blog/2015/04/16/iterm-italics/

tldr;
infocmp xterm-256color &gt; /tmp/xterm-256color.terminfo
echo 'sitm=\E[3m, ritm=\E[23m,' &gt;&gt; /tmp/xterm-256color.terminfo
tic /tmp/xterm-256color.terminfo

make sure iTerm2.settings.profiles.terminal.terminal type=xterm-256color
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OSX users will have to follow instructions at: http://www.eddieantonio.ca/blog/2015/04/16/iterm-italics/

tldr;
infocmp xterm-256color &gt; /tmp/xterm-256color.terminfo
echo 'sitm=\E[3m, ritm=\E[23m,' &gt;&gt; /tmp/xterm-256color.terminfo
tic /tmp/xterm-256color.terminfo

make sure iTerm2.settings.profiles.terminal.terminal type=xterm-256color
</pre>
</div>
</content>
</entry>
<entry>
<title>use IOError reason in error message</title>
<updated>2019-11-29T05:12:48+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2019-11-29T05:12:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=689c25a627dcdc2e922cd0419f4c163fe90ccd42'/>
<id>689c25a627dcdc2e922cd0419f4c163fe90ccd42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>svg formatter can now add configurable linenumbers</title>
<updated>2019-11-28T05:34:04+00:00</updated>
<author>
<name>Joshua Griffin Dunn</name>
<email>joshua.g.dunn@gmail.com</email>
</author>
<published>2016-04-12T01:09:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=3396201f5657b3927754f52358944a0eb7aa5f24'/>
<id>3396201f5657b3927754f52358944a0eb7aa5f24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
