<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments.git/pygments/formatters/img.py, branch bash-variable</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/pygments-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pygments.git/'/>
<entry>
<title>Fixed Python 3 regression in image formatter (closes #1215)</title>
<updated>2016-02-26T09:08:48+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2016-02-26T09:08:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pygments.git/commit/?id=e48b387113e036192110c91e4e347cd21828a7cc'/>
<id>e48b387113e036192110c91e4e347cd21828a7cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed image formatter font searching on Macs (closes #1188)</title>
<updated>2016-02-02T10:28:29+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2016-02-02T10:28:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pygments.git/commit/?id=f4e2ea8d4fcd4abefa228ecf2ac20998cce45a6c'/>
<id>f4e2ea8d4fcd4abefa228ecf2ac20998cce45a6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix byte decoding in py3 for ImageFormatter</title>
<updated>2016-01-07T13:08:58+00:00</updated>
<author>
<name>Rishav Kundu</name>
<email>rishav.kundu98@gmail.com</email>
</author>
<published>2016-01-07T13:08:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pygments.git/commit/?id=9fbc49268617422361a6b3f6f8fdff2d2c664db2'/>
<id>9fbc49268617422361a6b3f6f8fdff2d2c664db2</id>
<content type='text'>
subprocess.communicate returns a bytes object
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
subprocess.communicate returns a bytes object
</pre>
</div>
</content>
</entry>
<entry>
<title>Closes #1160: fix docstring markup.</title>
<updated>2015-10-20T17:10:35+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2015-10-20T17:10:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pygments.git/commit/?id=7bc19a5fd1fb7e40c8ec4937a0fe45ddb56b5509'/>
<id>7bc19a5fd1fb7e40c8ec4937a0fe45ddb56b5509</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid the shell entirely when finding fonts.</title>
<updated>2015-10-16T14:55:00+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2015-10-16T14:55:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pygments.git/commit/?id=a18b96f18b2bc421f9172a42982e22f5149ac432'/>
<id>a18b96f18b2bc421f9172a42982e22f5149ac432</id>
<content type='text'>
Manually tested on OS X.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Manually tested on OS X.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Shell Injection in FontManager._get_nix_font_path</title>
<updated>2015-09-28T17:13:23+00:00</updated>
<author>
<name>Javantea</name>
<email>jvoss@altsci.com</email>
</author>
<published>2015-09-28T17:13:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pygments.git/commit/?id=1d3cc002939d62718ff949466dd2c531274f7c31'/>
<id>1d3cc002939d62718ff949466dd2c531274f7c31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Copyright year update.</title>
<updated>2015-01-21T07:33:25+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2015-01-21T07:33:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pygments.git/commit/?id=13705acbd57b936990c63a12de05ce29834b6afb'/>
<id>13705acbd57b936990c63a12de05ce29834b6afb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sort out Unicode output issues with RTF and image formatters.</title>
<updated>2014-09-20T10:11:53+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-09-20T10:11:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pygments.git/commit/?id=ccc25791eb7bd31d2c90ff52a747973615e087e2'/>
<id>ccc25791eb7bd31d2c90ff52a747973615e087e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Image formatter: PEP8...</title>
<updated>2014-09-20T09:45:28+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-09-20T09:45:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pygments.git/commit/?id=1e9303897e7a1f0830a743d8fd06de5a233c927e'/>
<id>1e9303897e7a1f0830a743d8fd06de5a233c927e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use versionadded directives</title>
<updated>2014-01-19T18:05:19+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-01-19T18:05:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pygments.git/commit/?id=3b5d25c8d1b9ff34ac24230f606355c49bf429ab'/>
<id>3b5d25c8d1b9ff34ac24230f606355c49bf429ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
