./textproc/py-regex, Alternative regular expression module, to replace re

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2026.5.9, Package name: py313-regex-2026.5.9, Maintainer: pkgsrc-users

This regex implementation is backwards-compatible with the standard
're' module, but offers additional functionality.


Required to run:
[lang/python310]

Master sites:

Filesize: 406.322 KB

Version history: (Expand)


CVS history: (Expand)


   2026-05-11 18:10:29 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-regex: updated to 2026.5.9

2026.5.9
Reverse matching with full unicode casefolding could lead to out-of-range string \ 
indexes.
   2026-04-10 09:31:03 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-regex: updated to 2026.4.4

2026.4.4
A fix for older Python versions before free-threading was supported.
   2026-03-30 13:13:06 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-regex: updated to 2026.3.32

Version: 2026.3.32

    Fixed segfault.

Version: 2026.3.31

    Fixed bug again.

Version: 2026.3.30

    Fixed bug.
   2026-03-01 09:28:40 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-regex: updated to 2026.2.28

2026.2.28
Replaced atomic operations with mutex on pattern object for free-threaded Python.
   2026-02-24 20:38:30 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-regex: updated to 2026.2.19

2026.2.19
Added \z as alias of \Z, like in re module.
Added prefixmatch as alias of match, like in re module.
   2026-01-15 07:06:39 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-regex: updated to 2026.1.15

2026.1.15
Re-uploaded.
   2026-01-14 19:56:49 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-regex: updated to 2026.1.14

2026.1.14
Unknown changes
   2025-11-11 09:55:30 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-regex: updated to 2025.11.3

2025.11.3
Git issue 594: Support relative PARNO in recursive subpatterns