Lines Matching refs:sre
16764 - The sre module has been removed.
18763 - re and sre were swapped, so help(re) provides full help. importing sre
20630 sre.pattern_objects, file objects, and sockets.
20796 for a string or unicode object in sre.compile() when a different
22755 - Fixed bug #470582: sre module would return a tuple (None, 'a', 'ab')
22762 - Fixed bug #581080: sre scanner was not checking the buffer limit
23708 unpredictable. Also in sre, the pattern.split(), pattern.sub(), and
26035 - sre: Added experimental expand() method to match objects. Does not
26717 sre. SRE is faster than pre, and supports Unicode (which was the
26787 sre - regular expressions (fast, supports unicode). Currently, this
26789 using sre (without changes to the re API).