Wykres commitów

18 Commity (5fe6d7933b9fbd8e8965ec7d824dcace48309949)

Autor SHA1 Wiadomość Data
Paul Sokolovsky 5262fb8237 re-pcre: Implement count arg to re.sub(). 2014-06-08 00:16:34 +03:00
Paul Sokolovsky f1201bdce9 re-pcre: sub(): If suffix of string matched, None was returned. 2014-06-07 05:04:00 +03:00
Paul Sokolovsky cc4cd5b47a re-pcre: Implement split() method. 2014-05-11 12:20:31 +03:00
Paul Sokolovsky ef315ca90e re-pcre: Implement multiple args to match.group(). 2014-05-10 19:09:03 +03:00
Paul Sokolovsky 3ff262e08f re-pcre: Add escape() function. 2014-05-10 00:43:26 +03:00
Paul Sokolovsky 56454eba33 all: Tighten up typecodes for FFI module. 2014-04-22 00:39:21 +03:00
Paul Sokolovsky 7c2f087208 re-pcre: Add dummy ASCII and UNICODE flags. 2014-04-13 03:34:16 +03:00
Paul Sokolovsky 6ef3ed62e4 re-pcre: Capture all possible subexpressions, even empty. 2014-04-13 02:14:15 +03:00
Paul Sokolovsky edb642822c re-pcre: Implement Match.groups(). 2014-04-13 02:14:15 +03:00
Paul Sokolovsky 8067bab189 re-pcre: Implement module-level match(). 2014-04-13 02:14:15 +03:00
Paul Sokolovsky e375c69d43 re-pcre: search(): Implement pos arg support. 2014-04-13 02:14:15 +03:00
Paul Sokolovsky 9fcd9e7b3c re-pcre: Match: add start()/end() methods. 2014-04-13 02:14:15 +03:00
Paul Sokolovsky 9592480266 re-pcre: Add dummy pos/endpos args to search()/match(). 2014-04-13 02:14:15 +03:00
Paul Sokolovsky 9ad8f7090d re-pcre: sub(): support functional replacement arg. 2014-04-13 02:14:15 +03:00
Paul Sokolovsky 72b5eedd3d re-pcre: Implement subset of sub(). 2014-04-13 02:14:15 +03:00
Paul Sokolovsky a943b0f2e8 re-pcre: Allocate match span array of needed size. 2014-04-13 02:14:15 +03:00
Paul Sokolovsky bad3a0ad5a re-pcre: Add basic flags and partial implementation of match(). 2014-04-13 02:14:15 +03:00
Paul Sokolovsky 888ec84821 re-pcre: Add initial impl of re module using ffi against libpcre. 2014-04-13 02:14:14 +03:00