Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.6] bpo-32614: Modify re examples to use a raw string to prevent wa… ↵ | Terry Jan Reedy | 2018-02-02 | 1 | -1/+1 |
| | | | | | | | | | …rning (GH-5265) (GH-5500) Modify RE examples in documentation to use raw strings to prevent DeprecationWarning. Add text to REGEX HOWTO to highlight the deprecation. Approved by Serhiy Storchaka. (cherry picked from commit 66771422d0541289d0b1287bc3c28e8b5609f6b4) | ||||
* | bpo-32211: Document the existing bug in re.findall() and re.finditer(). (#4695) | Serhiy Storchaka | 2018-01-04 | 1 | -4/+10 |
| | |||||
* | Use raw strings in the re module examples. (GH-4616) (#4617) | Miss Islington (bot) | 2017-11-28 | 1 | -4/+4 |
| | | | (cherry picked from commit c615be5166ed338c052fa67fe781b9bfe0dfb78c) | ||||
* | bpo-15606: Improve the re.VERBOSE documentation. (GH-4366) (#4394) | Miss Islington (bot) | 2017-11-14 | 1 | -1/+2 |
| | | | (cherry picked from commit b0b44b4b3337297007f5ef87220a75df204399f8) | ||||
* | [3.6] bpo-31714: Improved regular expression documentation. (GH-3907). (#3994) | Serhiy Storchaka | 2017-10-14 | 1 | -102/+133 |
| | | | (cherry picked from commit cd195e2a7ac5c9b2574d5462752b7939641de4a9) | ||||
* | [3.6] Added effect of re.ASCII and reworded slightly (GH-1782) (#3313) | Gregory P. Smith | 2017-09-04 | 1 | -3/+5 |
| | | | (cherry picked from commit c9d6dbc2900ace9564b8f67e63617be747355c6b) | ||||
* | [3.6] bpo-26656: Improve re.compile documentation (GH-3211) (GH-3225) | Mariatta | 2017-08-28 | 1 | -3/+4 |
| | | | | | - Link to the regular expressions object documentation - Clarify that it can be used with more than the two methods currently stated. (cherry picked from commit ed94a8b2851914bcda3a77b28b25517b8baa91e6) | ||||
* | [3.6] bpo-30398: Add a docstring for re.error. (GH-1647) (#1830) | Serhiy Storchaka | 2017-05-27 | 1 | -3/+3 |
| | | | | Also document that some attributes may be None. (cherry picked from commit 12d6b5d) | ||||
* | bpo-30021: Add examples for re.escape(). (#1048) (#1115) | Serhiy Storchaka | 2017-04-13 | 1 | -3/+14 |
| | | | | | And fix the parameter name. (cherry picked from commit 8fc7bc2b7631ee819ee614e47b6f44bacebe1574) | ||||
* | bpo-22594: Add a link to the regex module in re documentation (GH-241) (GH-316) | Mariatta | 2017-02-26 | 1 | -0/+6 |
| | | | (cherry picked from commit ed6795e46f7653e23b862efad240a93453e7df97) | ||||
* | 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 |
| | |||||
* | Issue #27030: Unknown escapes in re.sub() replacement template are allowed | Serhiy Storchaka | 2016-12-06 | 1 | -1/+6 |
| | | | | again. But they still are deprecated and will be disabled in 3.7. | ||||
* | 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 |
| | | | | | | | | | | regular expression. Deprecation warning is emitted if uses them in the middle of the regular expression. | ||||
* | | 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 |
| | | |||||
* | | Add grammatical article to “an ASCII letter” | Martin Panter | 2016-06-12 | 1 | -3/+3 |
| | | |||||
* | | Merge Issue #22558. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+4 |
| | | | | | | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. | ||||
* | | Issue #27030: Unknown escapes consisting of ``'\'`` and ASCII letter in | Serhiy Storchaka | 2016-06-11 | 1 | -12/+11 |
|/ | | | | regular expressions now are errors. | ||||
* | Issue #21593: Clarify that re.search() returns the first match | Berker Peksag | 2016-06-08 | 1 | -2/+2 |
| | |||||
* | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -15/+15 |
| | | | | Original patch by James Edwards. | ||||
* | Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc | Martin Panter | 2016-04-15 | 1 | -1/+1 |
| | | | | This affects documentation, code comments, and a debugging messages. | ||||
* | Clarify greedy-qualifier example, avoid HTML. | Georg Brandl | 2016-04-12 | 1 | -4/+4 |
| | |||||
* | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵ | Georg Brandl | 2016-02-26 | 1 | -1/+1 |
| | | | | to SilentGhost for the patch. | ||||
* | Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. | Georg Brandl | 2016-02-25 | 1 | -1/+1 |
| | |||||
* | Merge with 3.4 | Zachary Ware | 2015-11-12 | 1 | -7/+9 |
|\ | |||||
| * | Rewrite re.VERBOSE section. | Zachary Ware | 2015-11-12 | 1 | -7/+9 |
| | | | | | | | | | | | | | | It now has slightly better rationale and a less awkward wording in the explanation. Inspired by a report of a neither/or conflict by 'animalize' on docs@. | ||||
| * | Issues #814253, #9179: Warnings now are raised when group references and | Serhiy Storchaka | 2015-02-21 | 1 | -2/+5 |
| | | | | | | | | | | conditional group references are used in lookbehind assertions in regular expressions. | ||||
* | | Issue #23622: Unknown escapes in regular expressions that consist of ``'\'`` | Serhiy Storchaka | 2015-03-24 | 1 | -1/+9 |
| | | | | | | | | | | and ASCII letter now raise a deprecation warning and will be forbidden in Python 3.6. | ||||
* | | Issues #814253, #9179: Group references and conditional group references now | Serhiy Storchaka | 2015-02-21 | 1 | -0/+3 |
| | | | | | | | | work in lookbehind assertions in regular expressions. | ||||
* | | Issue #22818: Splitting on a pattern that could match an empty string now | Serhiy Storchaka | 2015-02-03 | 1 | -6/+26 |
| | | | | | | | | | | raises a warning. Patterns that can only match empty strings are now rejected. | ||||
* | | Issue #21032: Deprecated the use of re.LOCALE flag with str patterns or | Serhiy Storchaka | 2014-12-01 | 1 | -1/+5 |
| | | | | | | | | re.ASCII. It was newer worked. | ||||
* | | Issue #22578: Added attributes to the re.error class. | Serhiy Storchaka | 2014-11-10 | 1 | -2/+25 |
| | | |||||
* | | merge with 3.4 | Georg Brandl | 2014-10-28 | 1 | -7/+8 |
|\ \ | |/ | |||||
| * | Closes #22736: move seealso to the bottom of the section about RE syntax. | Georg Brandl | 2014-10-28 | 1 | -7/+8 |
| | | |||||
* | | Issue 1519638: Now unmatched groups are replaced with empty strings in re.sub() | Serhiy Storchaka | 2014-10-10 | 1 | -0/+8 |
|/ | | | | and re.subn(). | ||||
* | Remove unused leftover stray line | Raymond Hettinger | 2014-08-04 | 1 | -1/+0 |
| | |||||
* | Improve regex tokenizer example by using re.finditer(). | Raymond Hettinger | 2014-08-04 | 1 | -37/+38 |
| | | | | | Also, improve variable names and fix column numbers in the generated output. | ||||
* | Issue 21977: Minor improvements to the regexes in the tokenizer example. | Raymond Hettinger | 2014-07-14 | 1 | -2/+2 |
| | |||||
* | #21690: fix a couple of links in the docs of the re module. Noticed by ↵ | Ezio Melotti | 2014-06-19 | 1 | -2/+2 |
| | | | | Julian Gilbey. | ||||
* | Issue #21593: (from StackOverflow) minor doc clarification for re.search. | Terry Jan Reedy | 2014-05-30 | 1 | -1/+1 |
| | |||||
* | Removed spaces before commas and periods. | Serhiy Storchaka | 2013-12-23 | 1 | -1/+1 |
|\ | |||||
| * | Removed spaces before commas and periods. | Serhiy Storchaka | 2013-12-23 | 1 | -1/+1 |
| | |