[issue433028] SRE: (?flag:...) is not supported

2022-04-10 Thread admin
Change by admin : -- github: None -> 34625 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue433028] SRE: (?flag:...) is not supported

2016-09-11 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: There was one bug (issue28070), it is now fixed. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue433028] SRE: (?flag:...) is not supported

2016-09-09 Thread Roundup Robot
Roundup Robot added the comment: 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 -- nosy: +python-dev ___ Python

[issue433028] SRE: (?flag:...) is not supported

2016-09-07 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Fixed generating info for fast search for groups with local flags and added some documentation (would appreciate for improving it). -- priority: low -> normal versions: +Python 3.6 -Python 3.5 Added file:

[issue433028] SRE: (?flag:...) is not supported

2015-03-25 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: Added file: http://bugs.python.org/file38693/re_scoped_flags_2.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue433028 ___

[issue433028] SRE: (?flag:...) is not supported

2015-03-25 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Updated to the tip. Could anyone please help with documentation? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue433028 ___

[issue433028] SRE: (?flag:...) is not supported

2015-03-02 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Here is preliminary patch. -- keywords: +patch stage: needs patch - patch review Added file: http://bugs.python.org/file38296/re_scoped_flags.diff ___ Python tracker rep...@bugs.python.org

[issue433028] SRE: (?flag:...) is not supported

2015-03-02 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- dependencies: +Improve some re error messages using regex for hints ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue433028 ___

[issue433028] SRE: (?flag:...) is not supported

2015-03-01 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- nosy: +ezio.melotti ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue433028 ___ ___

[issue433028] SRE: (?flag:...) is not supported

2015-02-19 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- status: closed - open ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue433028 ___ ___

[issue433028] SRE: (?flag:...) is not supported

2014-11-08 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: 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. -- assignee: effbot - serhiy.storchaka nosy: +serhiy.storchaka

[issue433028] SRE: (?flag:...) is not supported

2009-06-04 Thread Georg Brandl
Changes by Georg Brandl ge...@python.org: -- resolution: - duplicate status: open - closed superseder: - Major reworking of Python 2.5.2 re module ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue433028

[issue433028] SRE: (?flag:...) is not supported

2008-09-24 Thread Jeffrey C. Jacobs
Changes by Jeffrey C. Jacobs [EMAIL PROTECTED]: -- nosy: +timehorse ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue433028 ___ ___ Python-bugs-list

[issue433028] SRE: (?flag:...) is not supported

2008-09-23 Thread Matthew Barnett
Matthew Barnett [EMAIL PROTECTED] added the comment: Implemented in #3825. -- nosy: +mrabarnett ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue433028 ___