<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments-git.git/pygments/util.py, branch 1.4</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>Do not fail in analyse_text methods (#618).</title>
<updated>2010-11-26T09:07:33+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2010-11-26T09:07:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=2905f5dcc3f8919ca06097a3a2bda5ad68c48302'/>
<id>2905f5dcc3f8919ca06097a3a2bda5ad68c48302</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix opening unicode file under Py3k.</title>
<updated>2010-02-17T23:28:03+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2010-02-17T23:28:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=3ef94ffdff55f43dc78564524299680e37902551'/>
<id>3ef94ffdff55f43dc78564524299680e37902551</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Happy new year!</title>
<updated>2010-01-01T13:13:04+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2010-01-01T13:13:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=233ca0cdc09b4940e9a3396de3eba556263cf6fb'/>
<id>233ca0cdc09b4940e9a3396de3eba556263cf6fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Port Pygments to Python 3.1.</title>
<updated>2009-03-31T15:26:55+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2009-03-31T15:26:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=1e658400121159c25d1cb61ca66b2ebd7a735998'/>
<id>1e658400121159c25d1cb61ca66b2ebd7a735998</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyrighting style to standard "team" tags.</title>
<updated>2009-01-04T14:26:47+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2009-01-04T14:26:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=a1cef05799c3f5d5a1be12109d9982396c8f9d99'/>
<id>a1cef05799c3f5d5a1be12109d9982396c8f9d99</id>
<content type='text'>
Update AUTHORS file accordingly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update AUTHORS file accordingly.
</pre>
</div>
</content>
</entry>
<entry>
<title>* Add one formatter per image format, to avoid surprises with</title>
<updated>2008-09-07T17:50:47+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2008-09-07T17:50:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=400bff5d1cab4d66921d643c5040f14b7db3d211'/>
<id>400bff5d1cab4d66921d643c5040f14b7db3d211</id>
<content type='text'>
    pygmentize -f gif -o foo.gif foo.py
  which would previously create a PNG image.

* Make image format names case-insensitive.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    pygmentize -f gif -o foo.gif foo.py
  which would previously create a PNG image.

* Make image format names case-insensitive.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a cache for `looks_like_xml` and limit it to the first thousand bytes, as</title>
<updated>2008-07-24T05:39:42+00:00</updated>
<author>
<name>thatch</name>
<email>thatch@localhost</email>
</author>
<published>2008-07-24T05:39:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=1093618d2d4432e58e9013242fd27f7d8aa8a2d9'/>
<id>1093618d2d4432e58e9013242fd27f7d8aa8a2d9</id>
<content type='text'>
the regex has a tendency to go off into the woods when fed non-xml data.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the regex has a tendency to go off into the woods when fed non-xml data.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed looks_like_xml's tag regex so it doesn't do inordinate amounts of backtracking (making it O(2^n))</title>
<updated>2008-05-14T19:09:43+00:00</updated>
<author>
<name>Adam Gomaa</name>
<email>code@adam.gomaa.us</email>
</author>
<published>2008-05-14T19:09:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=68d80dc5c192796b9b40087ee04bf042b6de7ee1'/>
<id>68d80dc5c192796b9b40087ee04bf042b6de7ee1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn] Fix a few inconsistencies and nits, mainly in the docs.</title>
<updated>2007-05-04T06:42:07+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2007-05-04T06:42:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=2fb17b45aa31e0c86e09579a2e9d5246794f6ea8'/>
<id>2fb17b45aa31e0c86e09579a2e9d5246794f6ea8</id>
<content type='text'>
Use the get_choice_opt function consistently.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the get_choice_opt function consistently.
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn] Make the C# lexer unicode aware.</title>
<updated>2007-05-03T20:45:12+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2007-05-03T20:45:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=634618c3cdf41e35d7b1fa84b83f3841267eb1a9'/>
<id>634618c3cdf41e35d7b1fa84b83f3841267eb1a9</id>
<content type='text'>
Warning, major hack ahead: the code to support multiple
token defs is not the prettiest.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Warning, major hack ahead: the code to support multiple
token defs is not the prettiest.
</pre>
</div>
</content>
</entry>
</feed>
