Paul Sokolovsky
|
cebaecf15f
|
re-pcre: Add testcase for inline flags and \Z.
See http://bugs.python.org/issue21464
|
2014-05-10 00:43:27 +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
|
085579bcaf
|
re-pcre: Bump version after debug publishings trying to resolve pip issue.
|
2014-04-13 02:14:16 +03:00 |
Paul Sokolovsky
|
a0ac03599e
|
re-pcre: Set sys.path so our module was not picked up by install tools.
|
2014-04-13 02:14:16 +03:00 |
Paul Sokolovsky
|
1bc138fcf3
|
re-pcre: Bump version to 0.1.
Implements enough functionality to run json module.
|
2014-04-13 02:14:16 +03:00 |
Paul Sokolovsky
|
1baa8662e7
|
re-pcre: Add basic tests for module.
|
2014-04-13 02:14:15 +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
|
74d5eccc98
|
re-pcre: Bump version.
|
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
|
833efb5144
|
re-pcre: Add setup metadata.
|
2014-04-13 02:14:14 +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 |