index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
re.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-102259: Fix re doc issue regarding right square brackets (#102264)
Skip Montanaro
2023-02-26
1
-1/+2
*
gh-99308: Clarify re docs for byte pattern group names (#99311)
Ilya Kulakov
2022-12-25
1
-7/+9
*
gh-69929: re docs: Add more specific definition of \w (#92015)
Stanley
2022-12-20
1
-4/+3
*
gh-99087: Add missing newline for prompts in docs (GH-98993)
Stanley
2022-12-09
1
-0/+2
*
GH-98906 ```re``` module: ```search() vs. match()``` section should mention `...
ram vikram singh
2022-11-30
1
-6/+12
*
gh-98401: Invalid escape sequences emits SyntaxWarning (#99011)
Victor Stinner
2022-11-03
1
-1/+1
*
gh-98740: Fix validation of conditional expressions in RE (GH-98764)
Serhiy Storchaka
2022-11-03
1
-0/+3
*
Add re.VERBOSE flag documentation example (#97678)
Athos Ribeiro
2022-10-05
1
-1/+2
*
gh-92727: Add example of named group in doc for re.Match.__getitem__ (#92730)
Baptiste Mispelon
2022-05-28
1
-0/+8
*
gh-73137: Added sub-subsection headers for flags in re (#93000)
Stanley
2022-05-23
1
-30/+42
*
re docs: fix source code link (#92819)
谭九鼎
2022-05-17
1
-1/+1
*
gh-91760: More strict rules for numerical group references and group names in...
Serhiy Storchaka
2022-05-08
1
-8/+11
*
gh-91760: Deprecate group names and numbers which will be invalid in future (...
Serhiy Storchaka
2022-04-30
1
-0/+10
*
chore/docs: fix rst style and typo (GH-32331)
谭九鼎
2022-04-05
1
-6/+6
*
bpo-47081: Replace "qualifiers" with "quantifiers" in the re module documenta...
Serhiy Storchaka
2022-03-22
1
-8/+8
*
bpo-433030: Add support of atomic grouping in regular expressions (GH-31982)
Serhiy Storchaka
2022-03-21
1
-0/+54
*
bpo-47066: Convert a warning about flags not at the start of the regular expr...
Serhiy Storchaka
2022-03-19
1
-0/+3
*
bpo-31369: include ``RegexFlag`` in ``re.__all__`` (GH-30279)
andrei kulakov
2022-02-05
1
-0/+16
*
Fix the "Finding all Adverbs" example (GH-21420)
Rim Chatti
2021-10-09
1
-2/+2
*
bpo-44940: Clarify the documentation of re.findall() (GH-27849)
Serhiy Storchaka
2021-08-22
1
-4/+14
*
Update URLs in comments and metadata to use HTTPS (GH-27458)
Noah Kantrowitz
2021-07-30
1
-2/+2
*
Minor modernization and readability improvement to the tokenizer example (GH-...
Raymond Hettinger
2020-04-17
1
-2/+6
*
bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (G...
Ricardo Bánffy
2019-10-07
1
-3/+5
*
Doc: Fix missing negation. (GH-14640)
Julien Palard
2019-09-11
1
-2/+2
*
Fix typo in re.escape documentation (GH-14722)
Robert DiPietro
2019-07-13
1
-1/+1
*
bpo-36645: Fix ambiguous formatting in re.sub() documentation (GH-12879)
mollison
2019-04-21
1
-0/+1
*
bpo-28450: Fix and improve the documentation for unknown escapes in RE. (GH-1...
Serhiy Storchaka
2019-02-25
1
-2/+5
*
bpo-34294: re module, fix wrong capturing groups in rare cases. (GH-11546)
animalize
2019-02-18
1
-0/+2
*
Add information about DeprecationWarning for invalid escaped characters in th...
Pablo Galindo
2019-01-20
1
-1/+4
*
Cleanup and improve the regex tokenizer example. (GH-10426)
Raymond Hettinger
2018-11-09
1
-36/+38
*
bpo-35054: Add yet more index entries for symbols. (GH-10121)
Serhiy Storchaka
2018-10-28
1
-19/+16
*
bpo-35054: Add more index entries for symbols. (GH-10064)
Serhiy Storchaka
2018-10-26
1
-0/+100
*
bpo-34962: make doctest in Doc/ now passes, and is enforced in CI (GH-9806)
Stéphane Wirtel
2018-10-12
1
-7/+6
*
Correct grammar mistake in re.rst. (GH-9745)
Andrés Delfino
2018-10-06
1
-1/+1
*
bpo-33892: Doc: Use gender neutral words (GH-7770)
Andrés Delfino
2018-06-18
1
-4/+4
*
bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6...
Stéphane Wirtel
2018-05-15
1
-1/+1
*
Fix a reference to the MRE book in re docs (GH-1113)
Berker Peksag
2018-03-23
1
-10/+8
*
bpo-30688: Support \N{name} escapes in re patterns. (GH-5588)
Serhiy Storchaka
2018-02-09
1
-3/+6
*
bpo-32614: Modify re examples to use a raw string to prevent warning (GH-5265)
Cheryl Sabella
2018-02-02
1
-1/+1
*
bpo-32308: Replace empty matches adjacent to a previous non-empty match in re...
Serhiy Storchaka
2018-01-04
1
-4/+10
*
bpo-25054, bpo-1647489: Added support of splitting on zerowidth patterns. (#4...
Serhiy Storchaka
2017-12-04
1
-30/+16
*
Use raw strings in the re module examples. (#4616)
Serhiy Storchaka
2017-11-28
1
-4/+4
*
bpo-30349: Raise FutureWarning for nested sets and set operations (#1553)
Serhiy Storchaka
2017-11-16
1
-1/+15
*
bpo-15606: Improve the re.VERBOSE documentation. (#4366)
Serhiy Storchaka
2017-11-14
1
-1/+2
*
bpo-31690: Allow the inline flags "a", "L", and "u" to be used as group flags...
Serhiy Storchaka
2017-10-24
1
-28/+30
*
bpo-31714: Improved regular expression documentation. (#3907)
Serhiy Storchaka
2017-10-14
1
-102/+133
*
bpo-30397: Add re.Pattern and re.Match. (#1646)
Serhiy Storchaka
2017-10-04
1
-52/+52
*
bpo-26656: Improve re.compile documentation (GH-3211)
Henk-Jaap Wagenaar
2017-08-28
1
-3/+4
*
bpo-30398: Add a docstring for re.error. (#1647)
Serhiy Storchaka
2017-05-27
1
-3/+3
*
Added effect of re.ASCII and reworded slightly (#1782)
Brian Ward
2017-05-24
1
-3/+5
[next]