Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
24e046987b8e34bb4f1f3fd9bd31f1d605e347dc
/
Lib
/
sre_constants.py
3557b05
bpo-31690: Allow the inline flags "a", "L", and "u" to be used as group flags for RE. (#3885)
by Serhiy Storchaka
· 7 years ago
0b5e61d
bpo-30397: Add re.Pattern and re.Match. (#1646)
by Serhiy Storchaka
· 7 years ago
12d6b5d
bpo-30398: Add a docstring for re.error. (#1647)
by Serhiy Storchaka
· 7 years ago
898ff03
bpo-30215: Make re.compile() locale agnostic. (#1361)
by Serhiy Storchaka
· 8 years ago
46ba6c8
Issue #22831: Use "with" to avoid possible fd leaks.
by Serhiy Storchaka
· 10 years ago
720b8c9
Removed unused function linecol() (added in issue #22578 by mistake).
by Serhiy Storchaka
· 10 years ago
ad446d5
Issue #22578: Added attributes to the re.error class.
by Serhiy Storchaka
· 10 years ago
c7f7d38
Issue #22434: Constants in sre_constants are now named constants (enum-like).
by Serhiy Storchaka
· 10 years ago
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
5c24d0e
Issue #13592: Improved the repr for regular expression pattern objects.
by Serhiy Storchaka
· 11 years ago
9acb9bc
Fix issue #13169: Reimport MAXREPEAT into sre_constants.py.
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
385ecd8
Fix generating of sre_constants.h on Python 3.
by Serhiy Storchaka
· 12 years ago
fd03645
#2834: Change re module semantics, so that str and bytes mixing is forbidden,
by Antoine Pitrou
· 16 years ago
be19ed7
Fix most trivially-findable print statements.
by Guido van Rossum
· 18 years ago
8bee761
PEP 292 classes Template and SafeTemplate are added to the string module.
by Barry Warsaw
· 20 years ago
ad3fc44
Implemented non-recursive SRE matching.
by Gustavo Niemeyer
· 21 years ago
6b59f5f
Let library modules use the new keyword arguments for list.sort().
by Raymond Hettinger
· 21 years ago
78e2f06
Fully support 32-bit codes. Enable BIGCHARSET in UCS-4 builds.
by Martin v. Löwis
· 22 years ago
41c99e7
SF patch #720991 by Gary Herron:
by Guido van Rossum
· 22 years ago
b8f2274
Added docstrings by Neal Norwitz. This closes SF bug #450980.
by Fred Drake
· 23 years ago
19af43d
added martin's BIGCHARSET patch to SRE 2.1.1. martin reports 2x
by Fredrik Lundh
· 23 years ago
b25e1ad
sre 2.1b2 update:
by Fredrik Lundh
· 24 years ago
f2989b2
- restored 1.5.2 compatibility (sorry, eric)
by Fredrik Lundh
· 24 years ago
1ca2ed3
removed __all__ - should probably rename makedict to _makedict unless it is
by Skip Montanaro
· 24 years ago
0de6580
bunch more __all__ lists
by Skip Montanaro
· 24 years ago
be18552
String method conversion.
by Eric S. Raymond
· 24 years ago
b35ffc0
added "magic" number to the _sre module, to avoid weird errors caused
by Fredrik Lundh
· 24 years ago
770617b
SRE fixes for 2.1 alpha:
by Fredrik Lundh
· 24 years ago
13ac992
Fixed too ambitious "nothing to repeat" check. Closes bug #114033.
by Fredrik Lundh
· 24 years ago
e186983
final 0.9.8 updates:
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
7e47402
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
by Thomas Wouters
· 24 years ago
72b82ba
- fixed grouping error bug
by Fredrik Lundh
· 24 years ago
7cafe4d
- actually enabled charset anchors in the engine (still not
by Fredrik Lundh
· 24 years ago
3562f11
-- use charset bitmaps where appropriate. this gives a 5-10%
by Fredrik Lundh
· 24 years ago
22d2546
today's SRE update:
by Fredrik Lundh
· 24 years ago
43b3b49
- fixed lookahead assertions (#10, #11, #12)
by Fredrik Lundh
· 24 years ago
8094611
- fixed another split problem (those semantics are weird...)
by Fredrik Lundh
· 24 years ago
6c68dc7
- removed "alpha only" licensing restriction
by Fredrik Lundh
· 24 years ago
436c3d58
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
b81e70e
Fredrik Lundh: new snapshot. Mostly reindented.
by Guido van Rossum
· 25 years ago
e3ba931
This patch looks large, but it just deletes the ^M characters and
by Andrew M. Kuchling
· 25 years ago
7627c0d
Added Fredrik Lundh's sre module and its supporting cast.
by Guido van Rossum
· 25 years ago