This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2001年06月14日 08:28 by effbot, last changed 2022年04月10日 16:04 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| re_scoped_flags.diff | serhiy.storchaka, 2015年03月02日 08:04 | review | ||
| re_scoped_flags_2.patch | serhiy.storchaka, 2015年03月25日 20:54 | review | ||
| re_scoped_flags_3.patch | serhiy.storchaka, 2016年09月07日 14:54 | review | ||
| Messages (8) | |||
|---|---|---|---|
| msg53162 - (view) | Author: Fredrik Lundh (effbot) * (Python committer) | Date: 2001年06月14日 08:28 | |
from the jeffrey friedl report: (?flag:...) and (?-flag:...) are not supported. They'd be nice. |
|||
| msg73687 - (view) | Author: Matthew Barnett (mrabarnett) * (Python triager) | Date: 2008年09月24日 00:39 | |
Implemented in #3825. |
|||
| msg230849 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2014年11月08日 12:19 | |
I agree that they'd be nice. The regex module is too advanced and need much work and some transitional period for including in the stdlib, but this feature can be implemented right now. |
|||
| msg237026 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2015年03月02日 08:04 | |
Here is preliminary patch. |
|||
| msg239281 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2015年03月25日 20:53 | |
Updated to the tip. Could anyone please help with documentation? |
|||
| msg274817 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2016年09月07日 14:54 | |
Fixed generating info for fast search for groups with local flags and added some documentation (would appreciate for improving it). |
|||
| msg275467 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2016年09月09日 22:15 | |
New changeset ce5a834978ac by Serhiy Storchaka in branch 'default': Issue #433028: Added support of modifier spans in regular expressions. https://hg.python.org/cpython/rev/ce5a834978ac |
|||
| msg275742 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2016年09月11日 08:06 | |
There was one bug (issue28070), it is now fixed. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月10日 16:04:07 | admin | set | github: 34625 |
| 2016年09月11日 08:06:42 | serhiy.storchaka | set | status: open -> closed resolution: fixed messages: + msg275742 stage: patch review -> resolved |
| 2016年09月09日 22:15:12 | python-dev | set | nosy:
+ python-dev messages: + msg275467 |
| 2016年09月07日 14:54:40 | serhiy.storchaka | set | priority: low -> normal files: + re_scoped_flags_3.patch messages: + msg274817 versions: + Python 3.6, - Python 3.5 |
| 2015年03月25日 20:54:17 | serhiy.storchaka | set | files: + re_scoped_flags_2.patch |
| 2015年03月25日 20:53:55 | serhiy.storchaka | set | messages: + msg239281 |
| 2015年03月02日 08:04:39 | serhiy.storchaka | set | dependencies: + Improve some re error messages using regex for hints |
| 2015年03月02日 08:04:09 | serhiy.storchaka | set | files:
+ re_scoped_flags.diff keywords: + patch messages: + msg237026 stage: needs patch -> patch review |
| 2015年03月02日 07:49:06 | ezio.melotti | set | nosy:
+ ezio.melotti |
| 2015年02月19日 08:30:18 | serhiy.storchaka | set | status: closed -> open |
| 2014年11月08日 12:19:22 | serhiy.storchaka | set | assignee: effbot -> serhiy.storchaka superseder: Major reworking of Python 2.5.2 re module -> versions: + Python 3.5 nosy: + serhiy.storchaka messages: + msg230849 resolution: duplicate -> (no value) stage: needs patch |
| 2009年06月04日 10:00:11 | georg.brandl | set | status: open -> closed resolution: duplicate superseder: Major reworking of Python 2.5.2 re module |
| 2008年09月24日 11:28:50 | timehorse | set | nosy: + timehorse |
| 2008年09月24日 00:39:25 | mrabarnett | set | nosy:
+ mrabarnett messages: + msg73687 |
| 2001年06月14日 08:28:31 | effbot | create | |