<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments.git/pygments/lexer.py, branch c-function-keywords</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>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://91.123.203.49/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>Default lexer encoding is now "guess", i.e. UTF-8 / Locale / Latin1 is</title>
<updated>2014-11-06T12:18:19+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-11-06T12:18:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=69e83eb0856666d2594c96b1e8fae42dbeb92318'/>
<id>69e83eb0856666d2594c96b1e8fae42dbeb92318</id>
<content type='text'>
tried in that order.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tried in that order.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve comment around inherit handling.</title>
<updated>2014-10-29T02:52:48+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2014-10-29T02:52:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=676b291873c58283bda631115269d771a13bb0a4'/>
<id>676b291873c58283bda631115269d771a13bb0a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve comments for RegexLexer inheritance.</title>
<updated>2014-10-28T22:15:10+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2014-10-28T22:15:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=bf24a5e0f926faa55bc2e2c99047b5b23b1b22a2'/>
<id>bf24a5e0f926faa55bc2e2c99047b5b23b1b22a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix inheritance repetition problem.  __mro__ already includes cls.</title>
<updated>2014-10-28T22:03:23+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2014-10-28T22:03:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=118aa6d3bc35bffb0b85f759e465f1c5a88972e8'/>
<id>118aa6d3bc35bffb0b85f759e465f1c5a88972e8</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/commit/?id=484583e428efde3dbea4980ffeafc53d4fe37935'/>
<id>484583e428efde3dbea4980ffeafc53d4fe37935</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>Closes #800: Add "inencoding" option to override "encoding".</title>
<updated>2014-10-07T23:18:39+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-10-07T23:18:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=c0ffb8a5babc8e6d1c58b92810f1cc11ae96ff85'/>
<id>c0ffb8a5babc8e6d1c58b92810f1cc11ae96ff85</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/commit/?id=e3b37e0dc370ec4671ffb09030cf7e723438b83b'/>
<id>e3b37e0dc370ec4671ffb09030cf7e723438b83b</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/commit/?id=583750890b845f4f8537eee5feb1f77c957dda38'/>
<id>583750890b845f4f8537eee5feb1f77c957dda38</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>Add a profiling lexer subclass.</title>
<updated>2014-09-20T09:10:38+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-09-20T09:10:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=208aca963e68029156bf208bfa82bbaeb1558505'/>
<id>208aca963e68029156bf208bfa82bbaeb1558505</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
