Paul Sokolovsky
|
fc01d606ba
|
itertools: Add setup metadata.
|
2014-04-18 04:32:11 +03:00 |
Paul Sokolovsky
|
01892e8a47
|
itertools: Add basic test.
|
2014-04-18 04:30:29 +03:00 |
Paul Sokolovsky
|
50f37fe01a
|
itertools: Add partial implementation.
|
2014-04-18 04:29:57 +03:00 |
Paul Sokolovsky
|
312377620b
|
collections.deque: Add setup metadata.
|
2014-04-18 03:38:43 +03:00 |
Paul Sokolovsky
|
607c28092b
|
collections.deque: Add initial implementation.
|
2014-04-18 03:06:20 +03:00 |
Paul Sokolovsky
|
f099ae22cb
|
sqlite3: Add simple test.
|
2014-04-17 03:37:53 +03:00 |
Paul Sokolovsky
|
62508429a6
|
sqlite3: Start with FFI bindings for SQLite3.
|
2014-04-17 03:35:29 +03:00 |
Paul Sokolovsky
|
966b6c1b80
|
traceback: Add setup metadata.
|
2014-04-17 01:37:14 +03:00 |
Paul Sokolovsky
|
ed99e022a8
|
logging: Add setup metadata.
|
2014-04-17 01:37:14 +03:00 |
Paul Sokolovsky
|
3def1345fa
|
warnings: Add setup metadata.
|
2014-04-17 01:36:26 +03:00 |
Paul Sokolovsky
|
ac2ae5831e
|
collections.defaultdict: Add implementation.
In a namespace package.
|
2014-04-14 21:20:31 +03:00 |
Paul Sokolovsky
|
813082a16b
|
collections: Add dummy implementation.
|
2014-04-14 20:31:46 +03:00 |
Paul Sokolovsky
|
d02abce1f2
|
warnings: Add empty module to preclude import errors.
|
2014-04-14 20:31:46 +03:00 |
Paul Sokolovsky
|
b5a45c28e4
|
keyword: Work around lack of frozenset.
|
2014-04-13 23:14:58 +03:00 |
Paul Sokolovsky
|
e49e054b18
|
keyword: Add pristine from Python-3.3.3 tarball.
|
2014-04-13 23:14:37 +03:00 |
Paul Sokolovsky
|
d12f5459f6
|
traceback: Add dummy module to preclude import errors.
|
2014-04-13 04:59:58 +03:00 |
Paul Sokolovsky
|
86d676cf58
|
logging: Add dummy module to preclude import errors.
|
2014-04-13 04:57:45 +03:00 |
Paul Sokolovsky
|
7c2f087208
|
re-pcre: Add dummy ASCII and UNICODE flags.
|
2014-04-13 03:34:16 +03:00 |
Paul Sokolovsky
|
e9b736e24a
|
Merge branch 'cpython-3.3.3'
|
2014-04-13 02:26:41 +03:00 |
Paul Sokolovsky
|
4101f31372
|
html: Add pristine from Python-3.3.3 tarball.
|
2014-04-13 02:26:15 +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
|
5efd6e3351
|
json: Add setup metadata.
|
2014-04-13 02:14:16 +03:00 |
Paul Sokolovsky
|
a4833ed354
|
json: Remove ugly hack to deal with float nan, inf, -inf values.
|
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 |
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 |