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
*
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
*
bpo-30215: Make re.compile() locale agnostic. (#1361)
Serhiy Storchaka
2017-05-05
1
-0/+5
*
bpo-10076: Compiled regular expression and match objects now are copyable. (#...
Serhiy Storchaka
2017-04-16
1
-0/+10
*
bpo-29995: re.escape() now escapes only special characters. (#1007)
Serhiy Storchaka
2017-04-13
1
-3/+7
*
bpo-30021: Add examples for re.escape(). (#1048)
Serhiy Storchaka
2017-04-13
1
-3/+14
*
bpo-22594: Add a link to the regex module in re documentation (GH-241)
Marco Buttu
2017-02-26
1
-0/+6
*
merge
Raymond Hettinger
2017-02-06
1
-1/+1
|
\
|
*
Substitute a more readable f-string
Raymond Hettinger
2017-02-06
1
-1/+1
|
*
Fix typos in comment and documentation
Martin Panter
2016-12-10
1
-1/+1
*
|
Merge documentation for issue #27030 from 3.6.
Serhiy Storchaka
2016-12-06
1
-1/+6
|
\
\
|
|
/
|
*
Issue #27030: Unknown escapes in re.sub() replacement template are allowed
Serhiy Storchaka
2016-12-06
1
-1/+6
|
/
*
closes issue28082: doc update and NEWS entry
Ethan Furman
2016-11-21
1
-0/+3
*
Issue #27800: Merge RE repetition doc from 3.5 into 3.6
Martin Panter
2016-10-15
1
-0/+6
|
\
|
*
Issue #27800: Document limitation and workaround for multiple RE repetitions
Martin Panter
2016-10-15
1
-0/+6
|
*
Issue #27327: fix doc typo, noted by Jakub Wilk.
Ned Deily
2016-06-15
1
-1/+1
*
|
Issue 24454: Improve the usability of the re match object named group API
Eric V. Smith
2016-09-11
1
-0/+16
*
|
Issue #22493: Inline flags now should be used only at the start of the
Serhiy Storchaka
2016-09-11
1
-6/+2
*
|
We're not that far in the future yet
Zachary Ware
2016-09-09
1
-1/+1
*
|
repair versionadded directive
Benjamin Peterson
2016-09-09
1
-1/+1
*
|
Issue #433028: Added support of modifier spans in regular expressions.
Serhiy Storchaka
2016-09-09
1
-0/+10
[next]