COMMITS
/ Doc/library/re.rst March 10, 2026
H
Python 3.15.0a7
Hugo van Kemenade committed
February 21, 2026
M
gh-144694: Fix re.Match.group() doc claiming [1..99] range limit (#144696)
Mohsin Mehmood committed
February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 16, 2026
G
gh-86519: Add prefixmatch APIs to the re module (GH-31137)
Gregory P. Smith committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
May 19, 2025
S
gh-122055: Clarify documentation for empty matches in RE (GH-133169)
Serhiy Storchaka committed
May 6, 2025
H
Python 3.14.0b1
Hugo van Kemenade committed
May 3, 2025
S
gh-133306: Support \z as a synonym for \Z in regular expressions (GH-133314)
Serhiy Storchaka committed
April 10, 2025
S
gh-106482: Clarify documentation of character set in RE (#106517)
Serhiy Storchaka committed
January 14, 2025
H
Python 3.14.0a4
Hugo van Kemenade committed
January 2, 2025
S
gh-124130: Fix a bug in matching regular expression \B in empty string (GH-127007)
Serhiy Storchaka committed
September 23, 2024
September 2, 2024
N
gh-118508: Clarify which characters are matched by `\s` (#119155)
Nice Zombies committed
June 20, 2024
S
gh-111259: Document idiomatic RE pattern (?s:.) that matches any character (GH-120745)
Serhiy Storchaka committed
June 19, 2024
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
April 15, 2024
H
Docs: add link roles with Sphinx extlinks (#117850)
Hugo van Kemenade committed
February 17, 2024
S
gh-101699: Explain using Match.expand with \g<0> (GH-101701)
Stevoisiak committed
February 11, 2024
S
gh-115172: Fix explicit index extries for the C API (GH-115173)
Serhiy Storchaka committed
January 20, 2024
D
gh-114332: Fix the flags reference for ``re.compile()`` (#114334)
David H. Gutteridge committed
January 11, 2024
A
GH-107678: Improve Unicode handling clarity in ``library/re.rst`` (#107679)
Adam Turner committed
December 11, 2023
A
GH-83162: Rename re.error for better clarity. (#101677)
achhina committed
October 11, 2023
E
gh-110631: Fix reST indentation in `Doc/library` (#110685)
Ezio Melotti committed
September 23, 2023
S
gh-109634: Use :samp: role (GH-109635)
Serhiy Storchaka committed
August 25, 2023
P
gh-102211: Document `re.{Pattern,Match}`’s existence (#102212)
Philipp A committed
August 16, 2023
S
gh-56166: Deprecate passing confusing positional arguments in re functions (#107778)
Serhiy Storchaka committed
July 23, 2023
W
July 22, 2023
W
Fix Sphinx warnings in `re` module docs (#107044)
wulmer committed
February 26, 2023
S
gh-102259: Fix re doc issue regarding right square brackets (#102264)
Skip Montanaro committed
December 25, 2022
I
gh-99308: Clarify re docs for byte pattern group names (#99311)
Ilya Kulakov committed
December 20, 2022
S
gh-69929: re docs: Add more specific definition of \w (#92015)
Stanley committed
December 9, 2022
S
gh-99087: Add missing newline for prompts in docs (GH-98993)
Stanley committed
November 30, 2022
R
GH-98906 ```re``` module: ```search() vs. match()``` section should mention ```fullmatch()``` (GH-98916)
ram vikram singh committed
November 3, 2022
V
gh-98401: Invalid escape sequences emits SyntaxWarning (#99011)
Victor Stinner committed
S
gh-98740: Fix validation of conditional expressions in RE (GH-98764)
Serhiy Storchaka committed
October 5, 2022
A
Add re.VERBOSE flag documentation example (#97678)
Athos Ribeiro committed
May 28, 2022
B
gh-92727: Add example of named group in doc for re.Match.__getitem__ (#92730)
Baptiste Mispelon committed
May 23, 2022
S
gh-73137: Added sub-subsection headers for flags in re (#93000)
Stanley committed
May 17, 2022
谭
re docs: fix source code link (#92819)
谭九鼎 committed
May 8, 2022
S
gh-91760: More strict rules for numerical group references and group names in RE (GH-91792)
Serhiy Storchaka committed
April 30, 2022
S
gh-91760: Deprecate group names and numbers which will be invalid in future (GH-91794)
Serhiy Storchaka committed
April 5, 2022
谭
chore/docs: fix rst style and typo (GH-32331)
谭九鼎 committed
March 22, 2022
S
bpo-47081: Replace "qualifiers" with "quantifiers" in the re module documentation (GH-32028)
Serhiy Storchaka committed
March 21, 2022
S
bpo-433030: Add support of atomic grouping in regular expressions (GH-31982)
Serhiy Storchaka committed
March 19, 2022
S
bpo-47066: Convert a warning about flags not at the start of the regular expression into error (GH-31994)
Serhiy Storchaka committed
February 5, 2022
A
bpo-31369: include ``RegexFlag`` in ``re.__all__`` (GH-30279)
andrei kulakov committed
October 9, 2021
R
Fix the "Finding all Adverbs" example (GH-21420)
Rim Chatti committed
August 22, 2021
S
bpo-44940: Clarify the documentation of re.findall() (GH-27849)
Serhiy Storchaka committed
July 30, 2021
N
Update URLs in comments and metadata to use HTTPS (GH-27458)
Noah Kantrowitz committed
April 17, 2020
R
Minor modernization and readability improvement to the tokenizer example (GH-19558)
Raymond Hettinger committed