- 18 Tem, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
explicitly forbidden as well as numeric group references.
-
- 29 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
now is non-modifiable mapping.
-
- 25 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 24 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
and ASCII letter now raise a deprecation warning and will be forbidden in Python 3.6.
-
- 21 Şub, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
conditional group references are used in lookbehind assertions in regular expressions.
-
Serhiy Storchaka yazdı
work in lookbehind assertions in regular expressions.
-
- 03 Şub, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
raises a warning. Patterns that can only match empty strings are now rejected.
-
- 01 Ara, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 30 Kas, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 01 Ara, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
re.ASCII. It was newer worked.
-
- 11 Kas, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 10 Kas, 2014 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
different lowercase are now matched in case-insensitive regular expressions.
-
- 09 Kas, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 07 Kas, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
work in lookbehind assertions in regular expressions.
-
- 31 Eki, 2014 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Added new opcode RANGE_IGNORE.
-
- 30 Eki, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
locale-dependent regular expressions taking into account the locale.
-
- 29 Eki, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 10 Eki, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
and re.subn().
-
- 29 Eyl, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
limited by 100.
-
- 23 Eyl, 2014 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
regular expressions.
-
Serhiy Storchaka yazdı
-
- 21 Eyl, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
module.
-
- 15 Eyl, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 14 Eyl, 2014 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 14 May, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
with ignore case. Original patch by Matthew Barnett.
-
- 06 Mar, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
as documented. The pattern and source keyword parameters are left as deprecated aliases.
-
- 03 Şub, 2014 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug output every time it is called, regardless of the compilation cache.
-
- 23 Kas, 2013 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
which anchor the pattern at both ends of the string to match. Original patch by Matthew Barnett.
-
Serhiy Storchaka yazdı
Based on patch by Hugo Lopes Tavares.
-
- 26 Eki, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 25 Eki, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 24 Eki, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 20 Eki, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 16 Eki, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
and groups() methods of match object now always return a string or a bytes object.
-
- 13 Eki, 2013 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
pattern at both ends of the string to match. Patch by Matthew Barnett. Closes #16203.
-