Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
fb581d9154c1df095ab9fbd1690fbc2f77f44530
/
Modules
/
sre.h
4b8f894
Issue #17381: Fixed handling of case-insensitive ranges in regular expressions.
by Serhiy Storchaka
· 10 years ago
9baa5b2
Issue #22437: Number of capturing groups in regular expression is no longer
by Serhiy Storchaka
· 10 years ago
429b59e
Issue #20998: Fixed re.fullmatch() of repeated single character pattern
by Serhiy Storchaka
· 10 years ago
32eddc1
Issue #16203: Add re.fullmatch() function and regex.fullmatch() method,
by Serhiy Storchaka
· 11 years ago
9eabac6
Issue #18685: Restore re performance to pre-PEP 393 levels.
by Serhiy Storchaka
· 11 years ago
daa1fa9
Back out accidentally pushed changeset b51218966201.
by Georg Brandl
· 11 years ago
4300019
Add re.fullmatch() function and regex.fullmatch() method, which anchor the
by Georg Brandl
· 11 years ago
1f35ae0
Issue #17998: Fix an internal error in regular expression engine.
by Serhiy Storchaka
· 11 years ago
a0eb809
Issue #13169: The maximal repetition number in a regular expression has been
by Serhiy Storchaka
· 12 years ago
70ca021
Issue #13169: The maximal repetition number in a regular expression has been
by Serhiy Storchaka
· 12 years ago
39bdad8
Issue #1160: Fix compiling large regular expressions on UCS2 builds.
by Antoine Pitrou
· 12 years ago
766a16e
Fix test_re failure under Windows.
by Antoine Pitrou
· 12 years ago
33d21a2
merge 3.2 (#14212)
by Benjamin Peterson
· 13 years ago
e48944b
keep the buffer object around while we're using it (closes #14212)
by Benjamin Peterson
· 13 years ago
d63a3b8
Implement PEP 393.
by Martin v. Löwis
· 13 years ago
fd03645
#2834: Change re module semantics, so that str and bytes mixing is forbidden,
by Antoine Pitrou
· 16 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 18 years ago
027bb63
Add weakref support to sockets and re pattern objects.
by Raymond Hettinger
· 20 years ago
7d9c6c7
Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848.
by Martin v. Löwis
· 21 years ago
601b963
- Fixing annoying warnings.
by Gustavo Niemeyer
· 21 years ago
ad3fc44
Implemented non-recursive SRE matching.
by Gustavo Niemeyer
· 21 years ago
5909402
Remove extraneous #define as per effbot's instructions in:
by Neal Norwitz
· 23 years ago
b0f05bd
merged with pythonware's SRE 2.1.1 codebase
by Fredrik Lundh
· 23 years ago
8f45585
use Py_UNICODE_WIDE instead of USE_UCS4_STORAGE and Py_UNICODE_SIZE tests.
by Fredrik Lundh
· 23 years ago
1294ad0
experimental UCS-4 support: added USE_UCS4_STORAGE define to
by Fredrik Lundh
· 23 years ago
96ab465
-- added recursion limit (currently ~10,000 levels)
by Fredrik Lundh
· 24 years ago
2f2c67d
-- fixed width calculations for alternations
by Fredrik Lundh
· 24 years ago
29c4ba9
SRE 0.9.8: passes the entire test suite
by Fredrik Lundh
· 24 years ago
8a3ebf8
-- SRE 0.9.6 sync. this includes:
by Fredrik Lundh
· 24 years ago
72b82ba
- fixed grouping error bug
by Fredrik Lundh
· 24 years ago
6f01398
- added lookbehind support (?<=pattern), (?<!pattern).
by Fredrik Lundh
· 24 years ago
c230173
- experimental: added two new attributes to the match object:
by Fredrik Lundh
· 24 years ago
7cafe4d
- actually enabled charset anchors in the engine (still not
by Fredrik Lundh
· 24 years ago
8094611
- fixed another split problem (those semantics are weird...)
by Fredrik Lundh
· 24 years ago
be2211e
- fixed split
by Fredrik Lundh
· 24 years ago
b389df3
- renamed "tolower" hook (it happened to work with
by Fredrik Lundh
· 24 years ago
102f3ad
towards 1.6b1
by Fredrik Lundh
· 24 years ago
b1aa195
Fredrik Lundh: here's the 96.6% version of SRE
by Jeremy Hylton
· 24 years ago
b700df9
Adding Fredrik Lundh's _sre.c module and its header files.
by Guido van Rossum
· 25 years ago