Wykres commitów

1484 Commity (ebbb78e8e43ef88ae97beb61799890deca19c603)

Autor SHA1 Wiadomość Data
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
Paul Sokolovsky 6de74a64fe fcntl: Add setup metadata. 2014-04-13 02:14:14 +03:00
Paul Sokolovsky ee457cba33 os: Add setup metadata. 2014-04-13 02:14:14 +03:00
Paul Sokolovsky 122d1781e3 copy: Switch to setuptools to support dependencies (types module). 2014-04-13 02:14:14 +03:00
Paul Sokolovsky 0b37602a02 copy: Add workaround against loading copy from current dir when publishing. 2014-04-13 02:14:14 +03:00
Paul Sokolovsky 5cd6cf494c copy: Add setup metadata. 2014-04-13 02:14:14 +03:00
Paul Sokolovsky eb80a14ed0 copy: Patch to make loadable in MicroPython.
Limit support to standard types and __copy__() method.
2014-04-13 02:14:14 +03:00
Paul Sokolovsky 8bef738ca9 types: Add setup metadata.
Note that this explicitly marks CPython developers as author and specifies
Python license.
2014-04-13 02:14:14 +03:00
Paul Sokolovsky a1af6b1e22 types: Patch to make loadable in MicroPython.
We don't have too internal, advanced, or obscure types exposed.
2014-04-13 02:14:14 +03:00
Paul Sokolovsky 54d9716666 unittest: Bump version for PyPI. 2014-04-13 02:14:14 +03:00
Paul Sokolovsky a432e9ecf1 unittest: isinstance(<class>, object) no works. 2014-04-13 02:14:14 +03:00
Paul Sokolovsky 525487137b unittest: Rewrite .main() to be compliant re: 1st arg. 2014-04-13 02:14:14 +03:00
Paul Sokolovsky 1729f1c7fa unittest: Add simple, non-compliant test runner.
Need to implement importing of __main__ module and/or globals() to write
compliant implementation.
2014-04-13 02:14:13 +03:00
Paul Sokolovsky 27ec4eb700 Add very basic implementation of os and fcntl modules for unix port.
Using ffi module. Both offer just 1-2 initial functions so far.
2014-04-13 02:14:13 +03:00
Paul Sokolovsky e71f9f41c4 unittest: Add packaging metadata file (setup.py). 2014-04-13 02:14:13 +03:00
Paul Sokolovsky 9526ae8e7c unittest: Add dummy implementation (just a TestCase class with few methods). 2014-04-13 02:14:13 +03:00
Paul Sokolovsky 78fd8376d1 Add .gitignore . 2014-04-13 02:11:28 +03:00
Paul Sokolovsky 060e9250f4 json: Add pristine from Python-3.3.3 tarball. 2014-04-13 02:11:28 +03:00
Paul Sokolovsky 939f2267e9 Makefile: Support installing individual modules with "install MOD=<name>". 2014-04-13 02:11:28 +03:00
Paul Sokolovsky 3ddec7f491 copy: Add pristine from Python-3.3.3 tarball. 2014-04-13 02:11:28 +03:00
Paul Sokolovsky fedf90c426 types: Add pristine from Python-3.3.3 tarball. 2014-04-13 02:11:28 +03:00
Paul Sokolovsky 955b1727af Add Makefile to install all modules during development & testing. 2014-04-13 02:11:27 +03:00
Damien George 77046caaeb Initial commit 2014-04-01 03:47:14 -07:00