14
0
forked from pool/python-regex

Commit Graph

  • 50bce4f487 Accepting request 1236756 from devel:languages:python main Ana Guerrero 2025-01-12 10:08:33 +00:00
  • 144499ca61 Accepting request 1236756 from devel:languages:python slfo-main slfo-1.2 Ana Guerrero 2025-01-12 10:08:33 +00:00
  • 56625c3ee0 Accepting request 1236262 from home:nkrapp:branches:devel:languages:python Steve Kowalik 2025-01-10 03:10:32 +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 Kowalik 2025-01-10 03:10:32 +00:00
  • 8e57b2ba2d Accepting request 1179137 from devel:languages:python Ana Guerrero 2024-06-07 13:01:53 +00:00
  • 1ace46455e Accepting request 1179137 from devel:languages:python Ana Guerrero 2024-06-07 13:01:53 +00:00
  • e084684e56 - update to 2024.5.15: * fix hangs with fuzzy and optionals * Updated for Python 3.13. Dirk Mueller 2024-06-06 20:28:57 +00:00
  • 16690117d2 - update to 2024.5.15: * fix hangs with fuzzy and optionals * Updated for Python 3.13. Dirk Mueller 2024-06-06 20:28:57 +00:00
  • f9f4472cb3 Accepting request 1171297 from devel:languages:python Ana Guerrero 2024-05-02 21:42:56 +00:00
  • 4f1f0b13d4 Accepting request 1171297 from devel:languages:python Ana Guerrero 2024-05-02 21:42:56 +00:00
  • 505812a331 - update to 2024.4.28: * Git issue 527: VERBOSE/X flag breaks \N escapes Dirk Mueller 2024-05-02 08:58:17 +00:00
  • fab408c0b3 - update to 2024.4.28: * Git issue 527: VERBOSE/X flag breaks \N escapes Dirk Mueller 2024-05-02 08:58:17 +00:00
  • 36b3df9ebf Accepting request 1169318 from devel:languages:python Ana Guerrero 2024-04-23 16:54:47 +00:00
  • 19d51fc646 Accepting request 1169318 from devel:languages:python Ana Guerrero 2024-04-23 16:54:47 +00:00
  • 9c1f2642cd - 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 Mueller 2024-04-20 07:44:45 +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 Mueller 2024-04-20 07:44:45 +00:00
  • dadea1da80 Accepting request 1130727 from devel:languages:python Ana Guerrero 2023-12-05 16:01:06 +00:00
  • f7a16e07f9 Accepting request 1130727 from devel:languages:python Ana Guerrero 2023-12-05 16:01:06 +00:00
  • ba75ea68b3 - 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 Mueller 2023-12-04 11:38:09 +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 Mueller 2023-12-04 11:38:09 +00:00
  • a12b18fffb Accepting request 1109486 from devel:languages:python Ana Guerrero 2023-09-07 19:12:20 +00:00
  • 24b9fa4126 Accepting request 1109486 from devel:languages:python Ana Guerrero 2023-09-07 19:12:20 +00:00
  • c335cc9064 Accepting request 1109462 from home:ojkastl_buildservice:Branch_devel_languages_python Markéta Machová 2023-09-07 09:59:03 +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
  • 917d9fde09 Accepting request 1087113 from devel:languages:python Dominique Leuenberger 2023-05-15 14:54:01 +00:00
  • 485b2716f0 Accepting request 1087113 from devel:languages:python Dominique Leuenberger 2023-05-15 14:54:01 +00:00
  • dbe44b453e - update to 2023.5.5: * Removed semicolon after 'else' in 'munge_name'. * Fixed pyproject.toml and setup.py. * pyproject.toml was missing. * Added pyproject.toml. Dirk Mueller 2023-05-14 16:29:04 +00:00
  • 46aac253b1 - update to 2023.5.5: * Removed semicolon after 'else' in 'munge_name'. * Fixed pyproject.toml and setup.py. * pyproject.toml was missing. * Added pyproject.toml. Dirk Mueller 2023-05-14 16:29:04 +00:00
  • 04b712a6f8 Accepting request 1081781 from devel:languages:python Dominique Leuenberger 2023-04-22 19:58:59 +00:00
  • bbe3d32aa8 Accepting request 1081781 from devel:languages:python Dominique Leuenberger 2023-04-22 19:58:59 +00:00
  • e6f53b6cfc Accepting request 1081592 from home:dirkmueller:acdc:as_python3_module Dirk Mueller 2023-04-21 13:37:53 +00:00
  • 556d02979b Accepting request 1081592 from home:dirkmueller:acdc:as_python3_module Dirk Mueller 2023-04-21 13:37:53 +00:00
  • e8d3fec1c2 Accepting request 1074592 from devel:languages:python Dominique Leuenberger 2023-03-29 21:26:25 +00:00
  • 99fc86cea7 Accepting request 1074592 from devel:languages:python Dominique Leuenberger 2023-03-29 21:26:25 +00:00
  • 1202214b74 - update to 2023.3.23: * Backtracking failure matching regex * Limit running time for failing fullmatch Dirk Mueller 2023-03-27 07:37:44 +00:00
  • 6d59216d87 - update to 2023.3.23: * Backtracking failure matching regex * Limit running time for failing fullmatch Dirk Mueller 2023-03-27 07:37:44 +00:00
  • 530e6c044c Accepting request 1035247 from devel:languages:python Dominique Leuenberger 2022-11-12 16:40:16 +00:00
  • 02b9ee4877 Accepting request 1035247 from devel:languages:python Dominique Leuenberger 2022-11-12 16:40:16 +00:00
  • aa05e298e0 Accepting request 1034923 from home:yarunachalam:branches:devel:languages:python Markéta Machová 2022-11-11 13:06:18 +00:00
  • 8cf6981979 Accepting request 1034923 from home:yarunachalam:branches:devel:languages:python Markéta Machová 2022-11-11 13:06:18 +00:00
  • c03713d93d Accepting request 1004180 from devel:languages:python Dominique Leuenberger 2022-09-18 15:32:10 +00:00
  • 657904e2c3 Accepting request 1004180 from devel:languages:python Dominique Leuenberger 2022-09-18 15:32:10 +00:00
  • 87ea680403 - update to 2022.9.13: * update to unicode 15.0 Dirk Mueller 2022-09-16 18:29:17 +00:00
  • 1b4b65a7de - update to 2022.9.13: * update to unicode 15.0 Dirk Mueller 2022-09-16 18:29:17 +00:00
  • 5acc6ce354 Accepting request 1003049 from devel:languages:python Dominique Leuenberger 2022-09-15 20:57:34 +00:00
  • 6a40cf24c5 Accepting request 1003049 from devel:languages:python Dominique Leuenberger 2022-09-15 20:57:34 +00:00
  • 488cbb1a10 - 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 Mueller 2022-09-12 20:19:26 +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 Mueller 2022-09-12 20:19:26 +00:00
  • 6c00659e0c Accepting request 989685 from devel:languages:python Dominique Leuenberger 2022-08-04 11:23:07 +00:00
  • c034248187 Accepting request 989685 from devel:languages:python Dominique Leuenberger 2022-08-04 11:23:07 +00:00
  • be73845705 - 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 Mueller 2022-07-17 08:24: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 Mueller 2022-07-17 08:24:26 +00:00
  • e46bd32a44 Accepting request 982667 from devel:languages:python Dominique Leuenberger 2022-06-17 19:18:24 +00:00
  • 8b62ba92fc Accepting request 982667 from devel:languages:python Dominique Leuenberger 2022-06-17 19:18:24 +00:00
  • 7b4c453469 Accepting request 982666 from home:yarunachalam:branches:devel:languages:python Matej Cepl 2022-06-14 23:07:58 +00:00
  • e6443040a5 Accepting request 982666 from home:yarunachalam:branches:devel:languages:python Matej Cepl 2022-06-14 23:07:58 +00:00
  • 32d6506164 Accepting request 978935 from devel:languages:python Dominique Leuenberger 2022-06-08 12:24:03 +00:00
  • 2e7eaca18f Accepting request 978935 from devel:languages:python Dominique Leuenberger 2022-06-08 12:24:03 +00:00
  • 07f5bf57e4 Accepting request 978933 from home:aplanas:branches:devel:languages:python Alberto Planas Dominguez 2022-05-24 10:43:47 +00:00
  • ca9c4354d7 Accepting request 978933 from home:aplanas:branches:devel:languages:python Alberto Planas Dominguez 2022-05-24 10:43:47 +00:00
  • d96a64f9ac Accepting request 909591 from devel:languages:python Dominique Leuenberger 2021-08-04 20:28:21 +00:00
  • 333f5e0160 Accepting request 909591 from devel:languages:python Dominique Leuenberger 2021-08-04 20:28:21 +00:00
  • 98812f1322 - update to 2021.7.6: * drop-in replacement for python re * fix fuzzy character restrictions not applying to insertions Dirk Mueller 2021-08-01 09:31:52 +00:00
  • 5333a71a13 - update to 2021.7.6: * drop-in replacement for python re * fix fuzzy character restrictions not applying to insertions Dirk Mueller 2021-08-01 09:31:52 +00:00
  • d544e10a01 Accepting request 891881 from devel:languages:python Dominique Leuenberger 2021-05-12 17:31:18 +00:00
  • 1bbbd046dd Accepting request 891881 from devel:languages:python Dominique Leuenberger 2021-05-12 17:31:18 +00:00
  • 853f142929 - update to 2021.4.4: * Wheels for arm64 mac os * Fix fuzzy matching with wrong distance * Fix regex fails with a quantified backreference Dirk Mueller 2021-05-09 14:43:01 +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 Mueller 2021-05-09 14:43:01 +00:00
  • 08461c4db8 Accepting request 878762 from devel:languages:python Richard Brown 2021-03-16 14:42:21 +00:00
  • a9f9e0a0db Accepting request 878762 from devel:languages:python Richard Brown 2021-03-16 14:42:21 +00:00
  • 2b7e905317 - 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 Mueller 2021-03-13 14:16:01 +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 Mueller 2021-03-13 14:16:01 +00:00
  • b7253d05d8 Accepting request 839939 from devel:languages:python Dominique Leuenberger 2020-10-29 08:46:43 +00:00
  • 940d46cb5c Accepting request 839939 from devel:languages:python Dominique Leuenberger 2020-10-29 08:46:43 +00:00
  • 2ad6a0fa59 Accepting request 839915 from home:jayvdb:branches:devel:languages:python Tomáš Chvátal 2020-10-07 06:14:38 +00:00
  • 32d7c25f73 Accepting request 839915 from home:jayvdb:branches:devel:languages:python Tomáš Chvátal 2020-10-07 06:14:38 +00:00
  • 83031d9ff5 Accepting request 813501 from devel:languages:python Dominique Leuenberger 2020-06-21 16:50:17 +00:00
  • 40df4665cf Accepting request 813501 from devel:languages:python Dominique Leuenberger 2020-06-21 16:50:17 +00:00
  • c4506dbc60 Accepting request 813488 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2020-06-11 12:11:21 +00:00
  • 4281634b23 Accepting request 813488 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2020-06-11 12:11:21 +00:00
  • 66b52bfd92 Accepting request 786436 from devel:languages:python Dominique Leuenberger 2020-03-26 23:27:31 +00:00
  • 3ccbe4c9f4 Accepting request 786436 from devel:languages:python Dominique Leuenberger 2020-03-26 23:27:31 +00:00
  • a0bc90763b Accepting request 786432 from home:pgajdos:python Tomáš Chvátal 2020-03-19 11:37:18 +00:00
  • 7bdc5361fd Accepting request 786432 from home:pgajdos:python Tomáš Chvátal 2020-03-19 11:37:18 +00:00
  • 0163924e44 Accepting request 729801 from devel:languages:python Dominique Leuenberger 2019-09-11 08:35:52 +00:00
  • cc78e8e478 Accepting request 729801 from devel:languages:python Dominique Leuenberger 2019-09-11 08:35:52 +00:00
  • 60bb0ef1b3 - Update to 2019.08.19: * minor fixes Tomáš Chvátal 2019-09-10 10:54:35 +00:00
  • f52ee01c7a - Update to 2019.08.19: * minor fixes Tomáš Chvátal 2019-09-10 10:54:35 +00:00
  • 38ff11c766 Accepting request 717583 from devel:languages:python Dominique Leuenberger 2019-07-22 15:20:04 +00:00
  • 5f6a838fd5 Accepting request 717583 from devel:languages:python Dominique Leuenberger 2019-07-22 15:20:04 +00:00
  • 53596e361f - Update to 2019.06.08: * minor fixes Tomáš Chvátal 2019-07-22 12:59:22 +00:00
  • c317168b5e - Update to 2019.06.08: * minor fixes Tomáš Chvátal 2019-07-22 12:59:22 +00:00
  • 7ce7a1e846 Accepting request 707816 from devel:languages:python Dominique Leuenberger 2019-06-06 16:17:15 +00:00
  • 24b1cc3120 Accepting request 707816 from devel:languages:python Dominique Leuenberger 2019-06-06 16:17:15 +00:00
  • b3a6d2bad4 Accepting request 707801 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2019-06-05 11:37:23 +00:00
  • d183ac500d Accepting request 707801 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2019-06-05 11:37:23 +00:00
  • 11e27b044d Accepting request 702916 from devel:languages:python Dominique Leuenberger 2019-05-15 10:34:14 +00:00
  • e34e25ffc4 Accepting request 702916 from devel:languages:python Dominique Leuenberger 2019-05-15 10:34:14 +00:00
  • c1e1cc8739 - Update to 2019.04.14: * no upstream changelog provided Tomáš Chvátal 2019-05-14 17:27:35 +00:00
  • d929270774 - Update to 2019.04.14: * no upstream changelog provided Tomáš Chvátal 2019-05-14 17:27:35 +00:00