<?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: pygments_lexer_pseudocode2/bases.py history</title>
    <description>pygments_lexer_pseudocode2/bases.py revision history</description>
    <item>
    <title>An alternate multiline comment syntax using &quot;(* ... *)&quot;.</title>
    <link>https://hg2.dom66.de/hgrepos/Python/libs/pygments-lexer-pseudocode2/log/e1663ac707b0/pygments_lexer_pseudocode2/bases.py</link>
    <description><![CDATA[An alternate multiline comment syntax using &quot;(* ... *)&quot;.<br/>
<br/>
Can be nested.]]></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>Wed, 06 May 2026 01:31:41 +0200</pubDate>
</item>
<item>
    <title>If a Pygments callback gets a &quot;Context&quot; it must set the new position explicitely.</title>
    <link>https://hg2.dom66.de/hgrepos/Python/libs/pygments-lexer-pseudocode2/log/cd79d2c76347/pygments_lexer_pseudocode2/bases.py</link>
    <description><![CDATA[If a Pygments callback gets a &quot;Context&quot; it must set the new position explicitely.<br/>
<br/>
This is **not** done automatically.]]></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>Thu, 30 Apr 2026 13:21:38 +0200</pubDate>
</item>
<item>
    <title>FIX: Python 2 needs a &quot;staticmethod&quot; on &quot;op_fixed()&quot; when called via the LexBase.</title>
    <link>https://hg2.dom66.de/hgrepos/Python/libs/pygments-lexer-pseudocode2/log/a2a56d08b860/pygments_lexer_pseudocode2/bases.py</link>
    <description><![CDATA[FIX: Python 2 needs a &quot;staticmethod&quot; on &quot;op_fixed()&quot; when called via the LexBase.<br/>
<br/>
Python 3 does not allow this. Implement proper decoration depending on the<br/>
Python version.]]></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, 28 Apr 2026 19:29:28 +0200</pubDate>
</item>
<item>
    <title>Refactor: Make the &quot;op_space()&quot; and related methods more flexible and allow a given fixed token type and value</title>
    <link>https://hg2.dom66.de/hgrepos/Python/libs/pygments-lexer-pseudocode2/log/206017a08ed7/pygments_lexer_pseudocode2/bases.py</link>
    <description><![CDATA[Refactor: Make the &quot;op_space()&quot; and related methods more flexible and allow a given fixed token type and value]]></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, 28 Apr 2026 19:14:17 +0200</pubDate>
</item>
<item>
    <title>Doc string</title>
    <link>https://hg2.dom66.de/hgrepos/Python/libs/pygments-lexer-pseudocode2/log/2ea86269e84e/pygments_lexer_pseudocode2/bases.py</link>
    <description><![CDATA[Doc string]]></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, 28 Apr 2026 19:03:10 +0200</pubDate>
</item>
<item>
    <title>Normalize whitespace handling for entity names</title>
    <link>https://hg2.dom66.de/hgrepos/Python/libs/pygments-lexer-pseudocode2/log/3f4223a79d2b/pygments_lexer_pseudocode2/bases.py</link>
    <description><![CDATA[Normalize whitespace handling for entity names]]></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, 28 Apr 2026 13:05:15 +0200</pubDate>
</item>
<item>
    <title>Implement ignoring of \ENDxxx including its optional name parts</title>
    <link>https://hg2.dom66.de/hgrepos/Python/libs/pygments-lexer-pseudocode2/log/7153e945a3d6/pygments_lexer_pseudocode2/bases.py</link>
    <description><![CDATA[Implement ignoring of \ENDxxx including its optional name parts]]></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, 28 Apr 2026 10:09:17 +0200</pubDate>
</item>
<item>
    <title>Make the &quot;py-name&quot; rules parameterized: allow to provide the token type.</title>
    <link>https://hg2.dom66.de/hgrepos/Python/libs/pygments-lexer-pseudocode2/log/661461fb4dfc/pygments_lexer_pseudocode2/bases.py</link>
    <description><![CDATA[Make the &quot;py-name&quot; rules parameterized: allow to provide the token type.<br/>
<br/>
For this to work the implemting function must be global, because the<br/>
access to the class is not yet possible at construction time.<br/>
<br/>
So consistently make some previons LexBase members module globals.<br/>
<br/>
Make some LexBase members module globals consistently.]]></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, 27 Apr 2026 12:37:27 +0200</pubDate>
</item>
<item>
    <title>First tests with &quot;py-name&quot;: names from the Python lexer</title>
    <link>https://hg2.dom66.de/hgrepos/Python/libs/pygments-lexer-pseudocode2/log/5bfa9113d3c4/pygments_lexer_pseudocode2/bases.py</link>
    <description><![CDATA[First tests with &quot;py-name&quot;: names from the Python lexer]]></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 18:58:44 +0200</pubDate>
</item>
<item>
    <title>FIX: Proper string parsing: explicitely error out when single-line strings contain a linefeed</title>
    <link>https://hg2.dom66.de/hgrepos/Python/libs/pygments-lexer-pseudocode2/log/bbef0ac6cfcf/pygments_lexer_pseudocode2/bases.py</link>
    <description><![CDATA[FIX: Proper string parsing: explicitely error out when single-line strings contain a linefeed]]></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, 24 Apr 2026 19:01:10 +0200</pubDate>
</item>
<item>
    <title>Document where &quot;multiline-nested-comment&quot; is taken from</title>
    <link>https://hg2.dom66.de/hgrepos/Python/libs/pygments-lexer-pseudocode2/log/193ee1eb5013/pygments_lexer_pseudocode2/bases.py</link>
    <description><![CDATA[Document where &quot;multiline-nested-comment&quot; is taken from]]></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, 24 Apr 2026 18:22:23 +0200</pubDate>
</item>
<item>
    <title>Some basic keywords for programs, algorithms, procedures and functions; also comments (single and multiline) and &quot;remarks&quot;</title>
    <link>https://hg2.dom66.de/hgrepos/Python/libs/pygments-lexer-pseudocode2/log/a3151d837258/pygments_lexer_pseudocode2/bases.py</link>
    <description><![CDATA[Some basic keywords for programs, algorithms, procedures and functions; also comments (single and multiline) and &quot;remarks&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>Fri, 24 Apr 2026 09:44:34 +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/pygments_lexer_pseudocode2/bases.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>FIX: ADD: Forgotten bases.py.</title>
    <link>https://hg2.dom66.de/hgrepos/Python/libs/pygments-lexer-pseudocode2/log/db1bc740a201/pygments_lexer_pseudocode2/bases.py</link>
    <description><![CDATA[FIX: ADD: Forgotten bases.py.<br/>
<br/>
When renaming PseudocodeLexer2 there accidentally &quot;LexBase&quot; was introduced<br/>
also. This was too early.]]></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 12:33:17 +0200</pubDate>
</item>

  </channel>
</rss>
