<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments-git.git/pygments/util.py, branch 2.0.2</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>util: PEP8</title>
<updated>2014-11-11T09:03:28+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-11-11T09:03:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=0c4c3843effdaaf718947dbe60111b5497233b6e'/>
<id>0c4c3843effdaaf718947dbe60111b5497233b6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(Hopefully) fix test_cmdline failures under Windows without colorama.</title>
<updated>2014-11-11T17:36:28+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-11-11T17:36:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=a7ff57dd56adee64bf5cf8b8cef0a4b88ee5d374'/>
<id>a7ff57dd56adee64bf5cf8b8cef0a4b88ee5d374</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Closes #1055: fixup guessing routines for HTML/XML related markup</title>
<updated>2014-11-08T14:15:51+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-11-08T14:15:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=07e4d4ad4cd6353c0bfc63407696b86ea1ebeba7'/>
<id>07e4d4ad4cd6353c0bfc63407696b86ea1ebeba7</id>
<content type='text'>
* remove too broad recognition for Lasso lexer
* recognize XML declaration (&lt;?xml ...?&gt;) as XML
* make HTML doctype recognition more general (HTML5 only requires &lt;!DOCTYPE html&gt;)
* fix PHP not to recognize XML declarations
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* remove too broad recognition for Lasso lexer
* recognize XML declaration (&lt;?xml ...?&gt;) as XML
* make HTML doctype recognition more general (HTML5 only requires &lt;!DOCTYPE html&gt;)
* fix PHP not to recognize XML declarations
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 'duplicates_removed' function (for *_builtins.py generation).</title>
<updated>2014-11-07T03:41:33+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2014-11-07T03:41: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=16cd43ea626b6e5019292e5e82e900270e12dc55'/>
<id>16cd43ea626b6e5019292e5e82e900270e12dc55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Overhaul encoding handling in cmdline even more.</title>
<updated>2014-10-07T23:20:11+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-10-07T23:20: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=97ae7005be0d73ed703ec250f5b9a8bb829d354d'/>
<id>97ae7005be0d73ed703ec250f5b9a8bb829d354d</id>
<content type='text'>
Now the encoding guessed for the input file will be used for an output file.

We now always read and write to the terminal .buffer on Python 3, which allows
us to override the terminal encoding and use our guessing algorithm.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now the encoding guessed for the input file will be used for an output file.

We now always read and write to the terminal .buffer on Python 3, which allows
us to override the terminal encoding and use our guessing algorithm.
</pre>
</div>
</content>
</entry>
<entry>
<title>PEP8 and docstring format cleanup.</title>
<updated>2014-10-07T12:53:13+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-10-07T12:53:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=656cd108202d9d430650200f6bc6e1c000dd59fa'/>
<id>656cd108202d9d430650200f6bc6e1c000dd59fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Closes #979: improve encoding behavior of cmdline invocations</title>
<updated>2014-10-07T12:45:58+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-10-07T12:45: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=6a6901e2835d175d4f3bcf2d526732a82456f28c'/>
<id>6a6901e2835d175d4f3bcf2d526732a82456f28c</id>
<content type='text'>
Now the preferred locale encoding is used for stdin/stdout if the encoding is not set
on the file objects.

Also, code from input files is tried to be decoded as UTF-8, the locale encoding and
finally latin-1 as a last resort if no encoding option is given.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now the preferred locale encoding is used for stdin/stdout if the encoding is not set
on the file objects.

Also, code from input files is tried to be decoded as UTF-8, the locale encoding and
finally latin-1 as a last resort if no encoding option is given.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move specialcasing of words() to any subclass of Future</title>
<updated>2014-10-04T06:35:29+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2014-10-04T06:35:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=94c00161335bc4a27873262390e3337fed9a8dac'/>
<id>94c00161335bc4a27873262390e3337fed9a8dac</id>
<content type='text'>
The idea here is that plugins might want to provide some other optimization we
haven't dreamed up yet, and to do so this way means they don't need to change
with RegexLexerMeta (and it will be easier to support in regexlint).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The idea here is that plugins might want to provide some other optimization we
haven't dreamed up yet, and to do so this way means they don't need to change
with RegexLexerMeta (and it will be easier to support in regexlint).
</pre>
</div>
</content>
</entry>
<entry>
<title>Make format_lines take an indent level.</title>
<updated>2014-10-04T06:08:55+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2014-10-04T06:08:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=99717778dbff9909b7be8fb938c5286287ca7288'/>
<id>99717778dbff9909b7be8fb938c5286287ca7288</id>
<content type='text'>
We need this because the vim keywords file uses functions to define these lists,
because of Jython.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need this because the vim keywords file uses functions to define these lists,
because of Jython.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add util function for keyword list formatting</title>
<updated>2014-10-04T05:41:54+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2014-10-04T05:41:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=07022e669180b7e2009099a44da68f5c852f135c'/>
<id>07022e669180b7e2009099a44da68f5c852f135c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
