<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments.git/pygments/lexers/diff.py, branch bash-variable</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>Add wdiff to authors/changes.</title>
<updated>2016-02-17T08:23:56+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2016-02-17T08:23:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=b52b5fd49d18cd8da1fd5acc0712db848256b1bd'/>
<id>b52b5fd49d18cd8da1fd5acc0712db848256b1bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>See `#1164 &lt;https://bitbucket.org/birkenfeld/pygments-main/issues/1164/linter-to-check-for-single-character#comment-23138389&gt;`_.</title>
<updated>2015-11-07T12:59:57+00:00</updated>
<author>
<name>hhsprings</name>
<email>xwhhsprings@gmail.com</email>
</author>
<published>2015-11-07T12:59:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=4d5ef3c7733a6667cc083f0dbab042be556daab9'/>
<id>4d5ef3c7733a6667cc083f0dbab042be556daab9</id>
<content type='text'>
Before:
    28807 bytes, 118.3000 [ms] / 0.004107 [ms/byte]
    30964 bytes, 130.4700 [ms] / 0.004214 [ms/byte]
    159 bytes, 1.2000 [ms] / 0.007547 [ms/byte]
    28807 bytes, 117.6800 [ms] / 0.004085 [ms/byte]
    30964 bytes, 124.3500 [ms] / 0.004016 [ms/byte]
    159 bytes, 0.9500 [ms] / 0.005975 [ms/byte]
    28807 bytes, 123.9600 [ms] / 0.004303 [ms/byte]
    30964 bytes, 124.1700 [ms] / 0.004010 [ms/byte]
    159 bytes, 1.3200 [ms] / 0.008302 [ms/byte]

After:
    28807 bytes, 11.3200 [ms] / 0.000393 [ms/byte]
    30964 bytes, 21.6200 [ms] / 0.000698 [ms/byte]
    159 bytes, 0.3400 [ms] / 0.002138 [ms/byte]
    28807 bytes, 15.8100 [ms] / 0.000549 [ms/byte]
    30964 bytes, 21.6800 [ms] / 0.000700 [ms/byte]
    159 bytes, 0.4100 [ms] / 0.002579 [ms/byte]
    28807 bytes, 11.4300 [ms] / 0.000397 [ms/byte]
    30964 bytes, 15.3000 [ms] / 0.000494 [ms/byte]
    159 bytes, 0.3900 [ms] / 0.002453 [ms/byte]

About x10 faster...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before:
    28807 bytes, 118.3000 [ms] / 0.004107 [ms/byte]
    30964 bytes, 130.4700 [ms] / 0.004214 [ms/byte]
    159 bytes, 1.2000 [ms] / 0.007547 [ms/byte]
    28807 bytes, 117.6800 [ms] / 0.004085 [ms/byte]
    30964 bytes, 124.3500 [ms] / 0.004016 [ms/byte]
    159 bytes, 0.9500 [ms] / 0.005975 [ms/byte]
    28807 bytes, 123.9600 [ms] / 0.004303 [ms/byte]
    30964 bytes, 124.1700 [ms] / 0.004010 [ms/byte]
    159 bytes, 1.3200 [ms] / 0.008302 [ms/byte]

After:
    28807 bytes, 11.3200 [ms] / 0.000393 [ms/byte]
    30964 bytes, 21.6200 [ms] / 0.000698 [ms/byte]
    159 bytes, 0.3400 [ms] / 0.002138 [ms/byte]
    28807 bytes, 15.8100 [ms] / 0.000549 [ms/byte]
    30964 bytes, 21.6800 [ms] / 0.000700 [ms/byte]
    159 bytes, 0.4100 [ms] / 0.002579 [ms/byte]
    28807 bytes, 11.4300 [ms] / 0.000397 [ms/byte]
    30964 bytes, 15.3000 [ms] / 0.000494 [ms/byte]
    159 bytes, 0.3900 [ms] / 0.002453 [ms/byte]

About x10 faster...
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the lexer for `wdiff &lt;https://www.gnu.org/software/wdiff/&gt;`_ output.</title>
<updated>2015-11-04T08:43:59+00:00</updated>
<author>
<name>hhsprings</name>
<email>xwhhsprings@gmail.com</email>
</author>
<published>2015-11-04T08:43:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=b9b77fbceb32da2b4973725a4bda356535429424'/>
<id>b9b77fbceb32da2b4973725a4bda356535429424</id>
<content type='text'>
(issue `#960 &lt;https://bitbucket.org/birkenfeld/pygments-main/issues/960/syntax-highlighting-for-wdiff&gt;`_)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(issue `#960 &lt;https://bitbucket.org/birkenfeld/pygments-main/issues/960/syntax-highlighting-for-wdiff&gt;`_)
</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://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>all lexers: fix unescaped { and } so that the "regex" module can compile our regexes</title>
<updated>2014-10-15T19:32:31+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-10-15T19:32:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=10be9bec8a7969a40d4fa3483b8317e0131b1715'/>
<id>10be9bec8a7969a40d4fa3483b8317e0131b1715</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>split up text lexers</title>
<updated>2014-09-19T21:02:18+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-09-19T21:02:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=731527e9183d17d0f9eaf35bc0dd263ba84ae5c1'/>
<id>731527e9183d17d0f9eaf35bc0dd263ba84ae5c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
