summaryrefslogtreecommitdiffstats
path: root/Doc/library/re.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-102259: Fix re doc issue regarding right square brackets (#102264)Skip Montanaro2023-02-261-1/+2
* gh-99308: Clarify re docs for byte pattern group names (#99311)Ilya Kulakov2022-12-251-7/+9
* gh-69929: re docs: Add more specific definition of \w (#92015)Stanley2022-12-201-4/+3
* gh-99087: Add missing newline for prompts in docs (GH-98993)Stanley2022-12-091-0/+2
* GH-98906 ```re``` module: ```search() vs. match()``` section should mention `...ram vikram singh2022-11-301-6/+12
* gh-98401: Invalid escape sequences emits SyntaxWarning (#99011)Victor Stinner2022-11-031-1/+1
* gh-98740: Fix validation of conditional expressions in RE (GH-98764)Serhiy Storchaka2022-11-031-0/+3
* Add re.VERBOSE flag documentation example (#97678)Athos Ribeiro2022-10-051-1/+2
* gh-92727: Add example of named group in doc for re.Match.__getitem__ (#92730)Baptiste Mispelon2022-05-281-0/+8
* gh-73137: Added sub-subsection headers for flags in re (#93000)Stanley2022-05-231-30/+42
* re docs: fix source code link (#92819)谭九鼎2022-05-171-1/+1
* gh-91760: More strict rules for numerical group references and group names in...Serhiy Storchaka2022-05-081-8/+11
* gh-91760: Deprecate group names and numbers which will be invalid in future (...Serhiy Storchaka2022-04-301-0/+10
* chore/docs: fix rst style and typo (GH-32331)谭九鼎2022-04-051-6/+6
* bpo-47081: Replace "qualifiers" with "quantifiers" in the re module documenta...Serhiy Storchaka2022-03-221-8/+8
* bpo-433030: Add support of atomic grouping in regular expressions (GH-31982)Serhiy Storchaka2022-03-211-0/+54
* bpo-47066: Convert a warning about flags not at the start of the regular expr...Serhiy Storchaka2022-03-191-0/+3
* bpo-31369: include ``RegexFlag`` in ``re.__all__`` (GH-30279)andrei kulakov2022-02-051-0/+16
* Fix the "Finding all Adverbs" example (GH-21420)Rim Chatti2021-10-091-2/+2
* bpo-44940: Clarify the documentation of re.findall() (GH-27849)Serhiy Storchaka2021-08-221-4/+14
* Update URLs in comments and metadata to use HTTPS (GH-27458)Noah Kantrowitz2021-07-301-2/+2
* Minor modernization and readability improvement to the tokenizer example (GH-...Raymond Hettinger2020-04-171-2/+6
* bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (G...Ricardo Bánffy2019-10-071-3/+5
* Doc: Fix missing negation. (GH-14640)Julien Palard2019-09-111-2/+2
* Fix typo in re.escape documentation (GH-14722)Robert DiPietro2019-07-131-1/+1
* bpo-36645: Fix ambiguous formatting in re.sub() documentation (GH-12879)mollison2019-04-211-0/+1
* bpo-28450: Fix and improve the documentation for unknown escapes in RE. (GH-1...Serhiy Storchaka2019-02-251-2/+5
* bpo-34294: re module, fix wrong capturing groups in rare cases. (GH-11546)animalize2019-02-181-0/+2
* Add information about DeprecationWarning for invalid escaped characters in th...Pablo Galindo2019-01-201-1/+4
* Cleanup and improve the regex tokenizer example. (GH-10426)Raymond Hettinger2018-11-091-36/+38
* bpo-35054: Add yet more index entries for symbols. (GH-10121)Serhiy Storchaka2018-10-281-19/+16
* bpo-35054: Add more index entries for symbols. (GH-10064)Serhiy Storchaka2018-10-261-0/+100
* bpo-34962: make doctest in Doc/ now passes, and is enforced in CI (GH-9806)Stéphane Wirtel2018-10-121-7/+6
* Correct grammar mistake in re.rst. (GH-9745)Andrés Delfino2018-10-061-1/+1
* bpo-33892: Doc: Use gender neutral words (GH-7770)Andrés Delfino2018-06-181-4/+4
* bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6...Stéphane Wirtel2018-05-151-1/+1
* Fix a reference to the MRE book in re docs (GH-1113)Berker Peksag2018-03-231-10/+8
* bpo-30688: Support \N{name} escapes in re patterns. (GH-5588)Serhiy Storchaka2018-02-091-3/+6
* bpo-32614: Modify re examples to use a raw string to prevent warning (GH-5265)Cheryl Sabella2018-02-021-1/+1
* bpo-32308: Replace empty matches adjacent to a previous non-empty match in re...Serhiy Storchaka2018-01-041-4/+10
* bpo-25054, bpo-1647489: Added support of splitting on zerowidth patterns. (#4...Serhiy Storchaka2017-12-041-30/+16
* Use raw strings in the re module examples. (#4616)Serhiy Storchaka2017-11-281-4/+4
* bpo-30349: Raise FutureWarning for nested sets and set operations (#1553)Serhiy Storchaka2017-11-161-1/+15
* bpo-15606: Improve the re.VERBOSE documentation. (#4366)Serhiy Storchaka2017-11-141-1/+2
* bpo-31690: Allow the inline flags "a", "L", and "u" to be used as group flags...Serhiy Storchaka2017-10-241-28/+30
* bpo-31714: Improved regular expression documentation. (#3907)Serhiy Storchaka2017-10-141-102/+133
* bpo-30397: Add re.Pattern and re.Match. (#1646)Serhiy Storchaka2017-10-041-52/+52
* bpo-26656: Improve re.compile documentation (GH-3211)Henk-Jaap Wagenaar2017-08-281-3/+4
* bpo-30398: Add a docstring for re.error. (#1647)Serhiy Storchaka2017-05-271-3/+3
* Added effect of re.ASCII and reworded slightly (#1782)Brian Ward2017-05-241-3/+5