<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>https://hg2.dom66.de/hgrepos/Python/libs/pygments-lexer-pseudocode2/</link>
    <language>en-us</language>

    <title>Python/libs/pygments-lexer-pseudocode2: tests/_tsetup.py history</title>
    <description>tests/_tsetup.py revision history</description>
    <item>
    <title>Move all lexers into a subpackage pygments_lexer_pseudocode2.lexers.</title>
    <link>https://hg2.dom66.de/hgrepos/Python/libs/pygments-lexer-pseudocode2/log/a4317957148b/tests/_tsetup.py</link>
    <description><![CDATA[Move all lexers into a subpackage pygments_lexer_pseudocode2.lexers.<br/>
<br/>
This is to prepare for a new subpackage with filters.]]></description>
    <author>&#70;&#114;&#97;&#110;&#122;&#32;&#71;&#108;&#97;&#115;&#110;&#101;&#114;&#32;&#60;&#102;&#122;&#103;&#108;&#97;&#115;&#46;&#104;&#103;&#64;&#100;&#111;&#109;&#54;&#54;&#46;&#100;&#101;&#62;</author>
    <pubDate>Fri, 08 May 2026 21:19:54 +0200</pubDate>
</item>
<item>
    <title>Rename the new pseudocode implementation to AlgPseudocode.</title>
    <link>https://hg2.dom66.de/hgrepos/Python/libs/pygments-lexer-pseudocode2/log/39151225fb84/tests/_tsetup.py</link>
    <description><![CDATA[Rename the new pseudocode implementation to AlgPseudocode.<br/>
<br/>
Because it is modelled after CTAN's algpseudocode(x).]]></description>
    <author>&#70;&#114;&#97;&#110;&#122;&#32;&#71;&#108;&#97;&#115;&#110;&#101;&#114;&#32;&#60;&#102;&#122;&#103;&#108;&#97;&#115;&#46;&#104;&#103;&#64;&#100;&#111;&#109;&#54;&#54;&#46;&#100;&#101;&#62;</author>
    <pubDate>Sun, 26 Apr 2026 19:16:23 +0200</pubDate>
</item>
<item>
    <title>Begin a new Pseudocode lexer using numbers and strings from Python</title>
    <link>https://hg2.dom66.de/hgrepos/Python/libs/pygments-lexer-pseudocode2/log/1f741934205e/tests/_tsetup.py</link>
    <description><![CDATA[Begin a new Pseudocode lexer using numbers and strings from Python]]></description>
    <author>&#70;&#114;&#97;&#110;&#122;&#32;&#71;&#108;&#97;&#115;&#110;&#101;&#114;&#32;&#60;&#102;&#122;&#103;&#108;&#97;&#115;&#46;&#104;&#103;&#64;&#100;&#111;&#109;&#54;&#54;&#46;&#100;&#101;&#62;</author>
    <pubDate>Tue, 21 Apr 2026 19:40:08 +0200</pubDate>
</item>
<item>
    <title>Move the original French pseudocode lexter into  a sub-module.</title>
    <link>https://hg2.dom66.de/hgrepos/Python/libs/pygments-lexer-pseudocode2/log/de1f67eff9d5/tests/_tsetup.py</link>
    <description><![CDATA[Move the original French pseudocode lexter into  a sub-module.<br/>
<br/>
This is to prepare for a new implementation along the lines of<br/>
CTAN's &quot;algpseudocode&quot; or &quot;algpseudocodex&quot;.]]></description>
    <author>&#70;&#114;&#97;&#110;&#122;&#32;&#71;&#108;&#97;&#115;&#110;&#101;&#114;&#32;&#60;&#102;&#122;&#103;&#108;&#97;&#115;&#46;&#104;&#103;&#64;&#100;&#111;&#109;&#54;&#54;&#46;&#100;&#101;&#62;</author>
    <pubDate>Tue, 21 Apr 2026 10:31:28 +0200</pubDate>
</item>
<item>
    <title>The first real tests about lexing with the Pygments API for the tests.</title>
    <link>https://hg2.dom66.de/hgrepos/Python/libs/pygments-lexer-pseudocode2/log/859ab8abce0a/tests/_tsetup.py</link>
    <description><![CDATA[The first real tests about lexing with the Pygments API for the tests.<br/>
<br/>
Also implemented a simple helper to compare token streams with shorter code.]]></description>
    <author>&#70;&#114;&#97;&#110;&#122;&#32;&#71;&#108;&#97;&#115;&#110;&#101;&#114;&#32;&#60;&#102;&#122;&#103;&#108;&#97;&#115;&#46;&#104;&#103;&#64;&#100;&#111;&#109;&#54;&#54;&#46;&#100;&#101;&#62;</author>
    <pubDate>Mon, 20 Apr 2026 14:12:35 +0200</pubDate>
</item>
<item>
    <title>The test data should live in &quot;tests/snippets&quot; for Pygments; rename &quot;data&quot; to &quot;snippets&quot;</title>
    <link>https://hg2.dom66.de/hgrepos/Python/libs/pygments-lexer-pseudocode2/log/251898f2f0c7/tests/_tsetup.py</link>
    <description><![CDATA[The test data should live in &quot;tests/snippets&quot; for Pygments; rename &quot;data&quot; to &quot;snippets&quot;]]></description>
    <author>&#70;&#114;&#97;&#110;&#122;&#32;&#71;&#108;&#97;&#115;&#110;&#101;&#114;&#32;&#60;&#102;&#122;&#103;&#108;&#97;&#115;&#46;&#104;&#103;&#64;&#100;&#111;&#109;&#54;&#54;&#46;&#100;&#101;&#62;</author>
    <pubDate>Mon, 20 Apr 2026 13:34:20 +0200</pubDate>
</item>
<item>
    <title>Begin a test infrastructure: using unittest and flake8.</title>
    <link>https://hg2.dom66.de/hgrepos/Python/libs/pygments-lexer-pseudocode2/log/b92f660f2461/tests/_tsetup.py</link>
    <description><![CDATA[Begin a test infrastructure: using unittest and flake8.<br/>
<br/>
Need a requirements-dev.txt now also.]]></description>
    <author>&#70;&#114;&#97;&#110;&#122;&#32;&#71;&#108;&#97;&#115;&#110;&#101;&#114;&#32;&#60;&#102;&#122;&#103;&#108;&#97;&#115;&#46;&#104;&#103;&#64;&#100;&#111;&#109;&#54;&#54;&#46;&#100;&#101;&#62;</author>
    <pubDate>Mon, 20 Apr 2026 13:31:42 +0200</pubDate>
</item>

  </channel>
</rss>
