Wykres commitów

40 Commity (dedf328503430fa70257ec980f26bbbbfa2d9321)

Autor SHA1 Wiadomość Data
Paul Sokolovsky 60de502676 all: setup.py: Switch to sdist_upip. 2018-02-02 20:30:52 +02:00
Paul Sokolovsky 2ff5940d92 all: setup.py: Consistently update author and maintainer fields. 2018-02-02 20:25:27 +02:00
Paul Sokolovsky c265899cb7 re-pcre: Release 0.2.5. 2017-07-06 00:15:54 +03:00
Paul Sokolovsky b8718dc7cc re-pcre: Support .group() method without args.
Defaults to 0.
2017-07-06 00:15:17 +03:00
Paul Sokolovsky 92d32a6cd8 re-pcre: Release 0.2.4. 2016-12-19 23:07:34 +03:00
Paul Sokolovsky 7ccd2d87ed re-pcre: Actually fix compatibility with big-endian systems.
"big" argument to b"".from_bytes(..., "big") isn't really supported by
MicroPython, so use array as a buffer.
2016-12-19 23:05:38 +03:00
Paul Sokolovsky 1abe4fc8ed re-pcre: Release 0.2.3. 2016-12-08 14:36:35 +03:00
Paul Sokolovsky 444004be32 re-pcre: Fix compatibility with big-endian systems. 2016-12-08 14:35:48 +03:00
Paul Sokolovsky dfe4dee62a all: setup.py: New releases for gzip 4k conversion. 2016-10-11 06:47:01 +03:00
Paul Sokolovsky 65fb3707ba all: metadata.txt: Bump version for gzip 4k conversion. 2016-10-11 06:46:12 +03:00
Paul Sokolovsky cb4ba77c86 re-pcre: Release 0.2.1. 2015-06-05 18:18:22 +03:00
Damien George e4b67a0d32 re-pcre: Use ffilib to load libpcre shared library. 2015-06-05 13:17:37 +00:00
Paul Sokolovsky b8092c1838 re-pcre: Release 0.2. 2015-05-29 02:04:27 +03:00
Paul Sokolovsky 3ec82997d5 re-pcre: findall(): Rework for compliant implementation. 2015-05-29 02:04:27 +03:00
Paul Sokolovsky 0e4a1ab7e1 re-pcre: Implement findall() method. 2015-05-06 00:09:37 +03:00
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 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