Paul Sokolovsky
|
7d1bb7e6a3
|
email.parser: Kw-only args are not supported yet by MicroPython.
|
2014-05-24 16:08:40 +03:00 |
Paul Sokolovsky
|
23cdbaec7c
|
email.parser: Add pristine from CPython 3.3.3.
|
2014-05-24 16:08:08 +03:00 |
Paul Sokolovsky
|
3c2a058c5e
|
email.feedparser: Add metadata.
|
2014-05-24 16:06:53 +03:00 |
Paul Sokolovsky
|
3152071bba
|
email.feedparser: Kw-only args are not supported yet by MicroPython.
|
2014-05-24 16:05:26 +03:00 |
Paul Sokolovsky
|
7a1e09866e
|
email.feedparser: Add pristine from CPython 3.3.3.
|
2014-05-24 16:04:25 +03:00 |
Paul Sokolovsky
|
dfbc8b4520
|
email.utils: Add metadata.
|
2014-05-24 15:36:40 +03:00 |
Paul Sokolovsky
|
65a158b904
|
email.message: Update dependencies.
|
2014-05-24 15:34:16 +03:00 |
Paul Sokolovsky
|
fd6b8bcbe4
|
email.errors: Add metadata,
|
2014-05-24 15:27:27 +03:00 |
Paul Sokolovsky
|
ac4c5fd6bd
|
email.errors: Fix MicroPython multiple inheritance from native type issues.
|
2014-05-24 15:26:04 +03:00 |
Paul Sokolovsky
|
817ae1413e
|
email.errors: Add pristine from CPython 3.3.3.
This is separate dist-package to allow lean dependencies for low-dependency
packages like email.encoders and email.charset.
|
2014-05-24 15:23:56 +03:00 |
Paul Sokolovsky
|
3b122e2b89
|
email.charset: Add metadata.
|
2014-05-24 15:20:33 +03:00 |
Paul Sokolovsky
|
de2ff8bd40
|
email.charset: Add pristine from CPython 3.3.3.
|
2014-05-24 15:16:11 +03:00 |
Paul Sokolovsky
|
82cd2d2ab4
|
email.encoders: Add metadata.
|
2014-05-24 15:13:36 +03:00 |
Paul Sokolovsky
|
582dc1600b
|
email.encoders: Add pristine from CPython 3.3.3.
|
2014-05-24 14:58:18 +03:00 |
Paul Sokolovsky
|
d55ce6a26d
|
email.utils: Add pristine from CPython 3.3.3.
|
2014-05-24 14:54:09 +03:00 |
Paul Sokolovsky
|
81bc5185e9
|
email.message: Add metadata.
|
2014-05-24 14:52:52 +03:00 |
Paul Sokolovsky
|
8b3340e0fb
|
email.message: Add pristine from CPython 3.3.3.
|
2014-05-24 14:51:00 +03:00 |
Paul Sokolovsky
|
3efe02c358
|
collections.defaultdict: Add missing metadata.txt.
|
2014-05-24 14:38:16 +03:00 |
Paul Sokolovsky
|
ce832f3c23
|
urllib.parse: Add metadata.
|
2014-05-23 02:19:21 +03:00 |
Paul Sokolovsky
|
b2b2279561
|
urllib.urlparse: test_urlparse: Adapt for uPy.
Disable: byte/str mix tests, unicode handling, plus namedtuple reflection.
|
2014-05-23 02:16:15 +03:00 |
Paul Sokolovsky
|
f5a9ad2d61
|
urllib.parse: No tracebacks in uPy.
|
2014-05-23 02:15:01 +03:00 |
Paul Sokolovsky
|
71c844f018
|
urllib.parse: PCRE is not NUL-safe, so let it deal with escapes.
|
2014-05-23 02:14:27 +03:00 |
Paul Sokolovsky
|
23538a2222
|
urllib.parse: Add pristine from CPython 3.3.3.
|
2014-05-23 02:13:11 +03:00 |
Paul Sokolovsky
|
3df5927825
|
collections.defaultdict: Switch to metadata.txt .
|
2014-05-23 01:17:53 +03:00 |
Paul Sokolovsky
|
08e62ebfc0
|
collections.defaultdict: Fix test.
|
2014-05-23 01:16:30 +03:00 |
Paul Sokolovsky
|
631ba9a419
|
collections.defaultdict: Add __new__ to perform basic initialization.
TODO: Actually, nowadays should just subclass dict, but that's left for next
time.
|
2014-05-23 01:14:47 +03:00 |
Paul Sokolovsky
|
0a8f6b1ff4
|
uu: Add pristine from CPython 3.3.3.
Imports, but won't work unless binascii methods are implemented.
|
2014-05-20 23:37:43 +03:00 |
Paul Sokolovsky
|
2fee21792b
|
posixpath: Add dummy module.
|
2014-05-20 23:33:42 +03:00 |
Paul Sokolovsky
|
ba2fb7a880
|
string: Add basic constant definitions.
|
2014-05-20 22:38:52 +03:00 |
Paul Sokolovsky
|
542bfca637
|
quopri: Add metadata.
|
2014-05-20 22:36:54 +03:00 |
Paul Sokolovsky
|
7f97a5c581
|
quopri: test_quopri.py: Patch for MicroPython compatibility.
|
2014-05-20 22:36:14 +03:00 |
Paul Sokolovsky
|
190ac118f8
|
quopri: Add pristine from CPython 3.3.3.
|
2014-05-20 22:33:40 +03:00 |
Paul Sokolovsky
|
b1581dd28f
|
calendar: Add dummy module.
|
2014-05-20 22:30:31 +03:00 |
Paul Sokolovsky
|
7f143db63c
|
abc: Add dummy module.
|
2014-05-20 22:28:36 +03:00 |
Paul Sokolovsky
|
9b4a601991
|
make_metadata.py: Make executable.
|
2014-05-20 00:20:30 +03:00 |
Paul Sokolovsky
|
d1be6bd2ab
|
glob: Update metadata.
|
2014-05-20 00:19:19 +03:00 |
Paul Sokolovsky
|
6e4d7ee145
|
glob: Patch test_glob.py a bit.
bytes/str dichotomy and win32-specifics.
|
2014-05-19 23:54:03 +03:00 |
Paul Sokolovsky
|
3409396c10
|
glob: Add pristine fron CPython 3.3.3.
|
2014-05-19 23:53:16 +03:00 |
Paul Sokolovsky
|
47fd37fc72
|
stat: Take from CPython 3.3.3.
|
2014-05-19 23:46:49 +03:00 |
Paul Sokolovsky
|
a70b61058f
|
base64: Some dummy functions.
|
2014-05-19 23:44:18 +03:00 |
Paul Sokolovsky
|
652444adf7
|
binascii: Some dummy functions.
|
2014-05-19 23:24:22 +03:00 |
Paul Sokolovsky
|
7b02354bd1
|
functools: Implement partial().
|
2014-05-19 22:51:26 +03:00 |
Paul Sokolovsky
|
d3761c3896
|
errno: Add EAFNOSUPPORT.
|
2014-05-19 22:49:31 +03:00 |
Paul Sokolovsky
|
1d12693371
|
shutils: Bump version.
|
2014-05-19 22:47:30 +03:00 |
Paul Sokolovsky
|
c637a75ece
|
os.path: Switch to metadata.txt .
|
2014-05-19 22:45:24 +03:00 |
Paul Sokolovsky
|
f8252e6e5a
|
os: Switch to metadata.txt .
|
2014-05-19 22:41:54 +03:00 |
Paul Sokolovsky
|
775c6fee31
|
unittest: Switch to metadata.txt .
|
2014-05-19 22:22:54 +03:00 |
Paul Sokolovsky
|
4a5945b438
|
getopt: Add setup.py.
|
2014-05-19 22:06:07 +03:00 |
Paul Sokolovsky
|
00d0f5efa8
|
getopt: Add from CPython 3.3.3.
|
2014-05-18 20:54:56 +03:00 |
Paul Sokolovsky
|
bef746c1d0
|
unittest: Add support for setUp() and tearDown().
|
2014-05-14 21:57:40 +03:00 |