index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_re.py
Commit message (
Expand
)
Author
Age
*
GH-114911: use time.perf_counter in Stopwatch (GH-131469)
Chris Eibl
2 days
*
gh-90548: Make musl test skips smarter (fixes Alpine errors) (#131313)
R. David Murray
2025-03-19
*
gh-124130: Fix a bug in matching regular expression \B in empty string (GH-12...
Serhiy Storchaka
2025-01-02
*
gh-101955: Fix SystemError in possesive quantifier with alternative and group...
Serhiy Storchaka
2024-11-18
*
gh-67877: Fix memory leaks in terminated RE matching (GH-126840)
Serhiy Storchaka
2024-11-18
*
gh-126505: Fix bugs in compiling case-insensitive character classes (GH-126557)
Serhiy Storchaka
2024-11-11
*
gh-124130: Increase test coverage for \b and \B in regular expressions (GH-12...
Serhiy Storchaka
2024-09-24
*
Fix typos (#123775)
algonell
2024-09-09
*
gh-122798: Make tests for warnings in the re module more strict (GH-122799)
Serhiy Storchaka
2024-08-07
*
gh-111259: Optimize complementary character sets in RE (GH-120742)
Serhiy Storchaka
2024-06-20
*
gh-120417: Add #noqa: F401 to tests (#120627)
Victor Stinner
2024-06-18
*
gh-120417: Remove unused imports in tests (part 4) (#120632)
Victor Stinner
2024-06-17
*
gh-117594: Require cpu resource to test_search_anchor_at_beginning (gh-117595)
Donghee Na
2024-04-07
*
gh-114911: Add CPUStopwatch test helper (GH-114912)
Petr Viktorin
2024-02-28
*
GH-83162: Rename re.error for better clarity. (#101677)
achhina
2023-12-11
*
gh-109747: Improve errors for unsupported look-behind patterns (GH-109859)
Serhiy Storchaka
2023-10-14
*
gh-110590: Fix a bug where _sre.compile would overwrite exceptions (#110591)
Nikita Sobolev
2023-10-10
*
gh-56166: Deprecate passing confusing positional arguments in re functions (#...
Serhiy Storchaka
2023-08-16
*
gh-100061: Proper fix of the bug in the matching of possessive quantifiers (G...
SKO
2023-08-16
*
gh-106052: Fix bug in the matching of possessive quantifiers (gh-106515)
Serhiy Storchaka
2023-08-09
*
gh-106566: Optimize (?!) in regular expressions (GH-106567)
Serhiy Storchaka
2023-08-07
*
Move implementation specific RE tests to separate class (GH-106563)
Serhiy Storchaka
2023-07-09
*
gh-106510: Fix DEBUG output for atomic group (GH-106511)
Serhiy Storchaka
2023-07-08
*
gh-106524: Fix a crash in _sre.template() (GH-106525)
Radislav Chugunov
2023-07-08
*
gh-105687: Remove deprecated objects from `re` module (#105688)
Nikita Sobolev
2023-06-14
*
gh-80480: Emit DeprecationWarning for array's 'u' type code (#95760)
Hugo van Kemenade
2023-06-11
*
gh-84559: Remove the new multiprocessing warning, too disruptive. (#101551)
Gregory P. Smith
2023-02-03
*
GH-84559: Deprecate fork being the multiprocessing default. (#100618)
Gregory P. Smith
2023-02-02
*
gh-98740: Fix validation of conditional expressions in RE (GH-98764)
Serhiy Storchaka
2022-11-03
*
gh-94675: Add a regression test for rjsmin re slowdown (GH-94685)
Miro Hrončok
2022-08-03
*
gh-91404: Revert "bpo-23689: re module, fix memory leak when a match is termi...
Gregory P. Smith
2022-06-17
*
gh-92728: Restore re.template, but deprecate it (GH-93161)
Miro Hrončok
2022-05-25
*
gh-90473: Skip tests that don't apply to Emscripten and WASI (GH-92846)
Christian Heimes
2022-05-16
*
gh-91760: More strict rules for numerical group references and group names in...
Serhiy Storchaka
2022-05-08
*
gh-91760: Deprecate group names and numbers which will be invalid in future (...
Serhiy Storchaka
2022-04-30
*
Simplify testing the warning filename (GH-91868)
Serhiy Storchaka
2022-04-24
*
RE: Add more tests for inline flag "x" and re.VERBOSE (GH-91854)
Serhiy Storchaka
2022-04-23
*
gh-91700: Validate the group number in conditional expression in RE (GH-91702)
Serhiy Storchaka
2022-04-22
*
gh-90568: Fix exception type for \N with a named sequence in RE (GH-91665)
Serhiy Storchaka
2022-04-22
*
gh-91616: re module, fix .fullmatch() mismatch when using Atomic Grouping or ...
Ma Lin
2022-04-19
*
Add more tests for group names and refs in RE (GH-91695)
Serhiy Storchaka
2022-04-19
*
gh-91575: Update case-insensitive matching in re to the latest Unicode versio...
Serhiy Storchaka
2022-04-18
*
bpo-47211: Remove function re.template() and flag re.TEMPLATE (GH-32300)
Serhiy Storchaka
2022-04-06
*
bpo-23689: re module, fix memory leak when a match is terminated by a signal ...
Ma Lin
2022-04-03
*
bpo-47152: Convert the re module into a package (GH-32177)
Serhiy Storchaka
2022-04-02
*
bpo-35859: Fix a few long-standing bugs in re engine (GH-12427)
Ma Lin
2022-03-29
*
bpo-42885: Optimize search for regular expressions starting with "\A" or "^" ...
Serhiy Storchaka
2022-03-22
*
bpo-47081: Replace "qualifiers" with "quantifiers" in the re module documenta...
Serhiy Storchaka
2022-03-22
*
bpo-433030: Add support of atomic grouping in regular expressions (GH-31982)
Serhiy Storchaka
2022-03-21
*
bpo-47066: Convert a warning about flags not at the start of the regular expr...
Serhiy Storchaka
2022-03-19
[next]