<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments.git/pygments/cmdline.py, branch css-variables</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/pygments-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/'/>
<entry>
<title>Merged in xuhdev/pygments-main/terminal256 (pull request #666)</title>
<updated>2017-01-27T06:24:04+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2017-01-27T06:24:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=558fa0cb19910c918fd56bf8fe75fdd6c7a50a69'/>
<id>558fa0cb19910c918fd56bf8fe75fdd6c7a50a69</id>
<content type='text'>
When no output file is specified, use the "terminal256" formatter by default if TERM contains "256".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When no output file is specified, use the "terminal256" formatter by default if TERM contains "256".
</pre>
</div>
</content>
</entry>
<entry>
<title>Use one single line to condition on whether TERM contains 256.</title>
<updated>2017-01-27T06:13:30+00:00</updated>
<author>
<name>Hong Xu</name>
<email>hong@topbug.net</email>
</author>
<published>2017-01-27T06:13:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=7dae1fd860eaa8af26a67f99a2adb031ce86490f'/>
<id>7dae1fd860eaa8af26a67f99a2adb031ce86490f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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/commit/?id=1f75c51afdbe281e0044ca5c5369e14fc5e0e8e1'/>
<id>1f75c51afdbe281e0044ca5c5369e14fc5e0e8e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in tprynn/pygments-main/command-line-lexer-formatter (pull request #559)</title>
<updated>2017-01-22T18:50:35+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2017-01-22T18:50:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=041b80fab1922800ae0618fd4d3d8d78bf7063b4'/>
<id>041b80fab1922800ae0618fd4d3d8d78bf7063b4</id>
<content type='text'>
Custom Lexer/Formatter File Loading
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Custom Lexer/Formatter File Loading
</pre>
</div>
</content>
</entry>
<entry>
<title>Copyright update.</title>
<updated>2017-01-22T17:38:11+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2017-01-22T17:38:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=c77c9c90964b8b457bc831f5aa0524f3de8f1ca8'/>
<id>c77c9c90964b8b457bc831f5aa0524f3de8f1ca8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>When no output file is specified, use the "terminal256" formatter by default if TERM contains "256".</title>
<updated>2016-09-25T07:49:44+00:00</updated>
<author>
<name>Hong Xu</name>
<email>hong@topbug.net</email>
</author>
<published>2016-09-25T07:49:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=ae0bf16c5e1ac2ad94451b9fd3aeb527d9a8022a'/>
<id>ae0bf16c5e1ac2ad94451b9fd3aeb527d9a8022a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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/commit/?id=1dcbeab604b4f6b9402a05895ceef1ce31177339'/>
<id>1dcbeab604b4f6b9402a05895ceef1ce31177339</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 additional command line option to prevent users from using eval() on untrusted files</title>
<updated>2016-02-22T19:37:30+00:00</updated>
<author>
<name>Tanner Prynn</name>
<email>tanner.prynn@nccgroup.trust</email>
</author>
<published>2016-02-22T19:37:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=3d2e08fc9844f34d80577aa2444a852fb9cdefd7'/>
<id>3d2e08fc9844f34d80577aa2444a852fb9cdefd7</id>
<content type='text'>
Finish custom-formatter loading and fill in some docstrings
Add load_?_from_file functions to API documentation
pep8 compliance
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Finish custom-formatter loading and fill in some docstrings
Add load_?_from_file functions to API documentation
pep8 compliance
</pre>
</div>
</content>
</entry>
<entry>
<title>add basic CLI support for custom lexers/formatters</title>
<updated>2016-02-22T16:48:28+00:00</updated>
<author>
<name>Tanner Prynn</name>
<email>tannerprynn@gmail.com</email>
</author>
<published>2016-02-22T16:48:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=3efc7cfd7504207ae0af632026be030987fde7ad'/>
<id>3efc7cfd7504207ae0af632026be030987fde7ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes noted by pylint, mostly.</title>
<updated>2015-10-14T19:08:43+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2015-10-14T19:08:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=96990f584f1e14c9c68b96c967b9f31f34ef33bb'/>
<id>96990f584f1e14c9c68b96c967b9f31f34ef33bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
