d07d678d53
- update to 2025.9.11: * Git PR 585: Fix AttributeError: 'AnyAll' object has no attribute '_key' * Git issue 546: Partial match not working in some instances * Reverted to actions/download-artifact@v3 and actions/upload-artifact@v3 in main.yml because GitHub Actions * Git issue 535: Regex fails Unicode 15.1 GraphemeBreakTest due
Dirk Mueller2025-09-05 09:21:02 +00:00
9abc877641
- Update to 2024.11.06: * Git issue 546: Partial match not working in some instances with non-greedy capture - from 2024.9.14: * Reverted to actions/download-artifact@v3 and actions/upload-artifact@v3 in main.yml because GitHub Actions failed when using them. - from 2024.9.13: * Updated to actions/upload-artifact@v4 in main.yml. - from 2024.9.12: * Updated to actions/download-artifact@v4 in main.yml. - from 2024.9.11: * Updated to Unicode 16.0.0. - from 2024.7.24: * Git issue 539: Bug: Partial matching fails on a simple example - from 2024.6.22: * Git issue 535: Regex fails Unicode 15.1 GraphemeBreakTest due to missing new GB9c rule implementation
Steve Kowalik2025-01-10 03:10:32 +00:00
1ace46455e
Accepting request 1179137 from devel:languages:python
Ana Guerrero2024-06-07 13:01:53 +00:00
16690117d2
- update to 2024.5.15: * fix hangs with fuzzy and optionals * Updated for Python 3.13.
Dirk Mueller2024-06-06 20:28:57 +00:00
4f1f0b13d4
Accepting request 1171297 from devel:languages:python
Ana Guerrero2024-05-02 21:42:56 +00:00
fab408c0b3
- update to 2024.4.28: * Git issue 527: VERBOSE/X flag breaks \N escapes
Dirk Mueller2024-05-02 08:58:17 +00:00
19d51fc646
Accepting request 1169318 from devel:languages:python
Ana Guerrero2024-04-23 16:54:47 +00:00
8a4dabdf9f
- updatge to 2024.4.16: * Git issue 525: segfault when fuzzy matching empty list * The escape function no longer escapes \x00. It's not necessary. Inline flags can now be turned off and apply to what follows. Added \R to match line endings.
Dirk Mueller2024-04-20 07:44:45 +00:00
f7a16e07f9
Accepting request 1130727 from devel:languages:python
Ana Guerrero2023-12-05 16:01:06 +00:00
8ed0520a78
- update to 2023.10.10: * Updated to Unicode 15.1.0. * Limit running time for failing fullmatch - update to 2022.10.31 * update to unicode 15.0 * fix issue 474: regex has no equivalent to re.Match.groups() for captures * fix fuzzy character restrictions not applying to insertions * licensing change to Apache-2.0 * Fix Memory Error in regex.findall * For fullmatch, added check for end/start of string for
Dirk Mueller2023-12-04 11:38:09 +00:00
24b9fa4126
Accepting request 1109486 from devel:languages:python
Ana Guerrero2023-09-07 19:12:20 +00:00
1f443c344c
Accepting request 1109462 from home:ojkastl_buildservice:Branch_devel_languages_python
Markéta Machová2023-09-07 09:59:03 +00:00
831c345e3c
- update to 2022.9.11: * fix issue 474: regex has no equivalent to re.Match.groups() for captures * fix segmentation fault when using conditional pattern (issue 479) * use \v for vertical spacing
Dirk Mueller2022-09-12 20:19:26 +00:00
951ac7392f
- update to 2022.7.9: * Fix Emoji classified as letter * Revisit compilation flag to prevent adding a single explicitly compiled regex to cache * Fix Scoped inline flags 'a', 'u', and 'L' affecting global flags * drop support for python 2 * add missing raw string prefix * add missing c headers * fix fuzzy regex matching which doesn't seem to test insertions correctly
Dirk Mueller2022-07-17 08:24:26 +00:00
5333a71a13
- update to 2021.7.6: * drop-in replacement for python re * fix fuzzy character restrictions not applying to insertions
Dirk Mueller2021-08-01 09:31:52 +00:00
5eb378a104
- update to 2021.4.4: * Wheels for arm64 mac os * Fix fuzzy matching with wrong distance * Fix regex fails with a quantified backreference
Dirk Mueller2021-05-09 14:43:01 +00:00
a9f9e0a0db
Accepting request 878762 from devel:languages:python
Richard Brown
2021-03-16 14:42:21 +00:00
445d5ec747
- update to 2020.11.13: * Fix Unexpected behavior in fuzzy matching with limited character set * clock() calls for timeout cause slowdown in Docker * Update lis of supported Python versions * licensing change to Apache-2.0
Dirk Mueller2021-03-13 14:16:01 +00:00