Paul Sokolovsky
190eaad67f
struct: Start more compliant struct module implementation than ustruct.
2015-05-08 00:56:08 +03:00
Paul Sokolovsky
c63f0a1da3
upip: Release 0.5.1.
2015-05-07 00:55:08 +03:00
Paul Sokolovsky
756ca09940
upip: Update dependencies.
2015-05-07 00:55:08 +03:00
Paul Sokolovsky
6ac41f026e
base64: Depend on "struct".
2015-05-07 00:33:48 +03:00
Paul Sokolovsky
7dcfc3165a
select: Update for builtin "struct" renamed to "ustruct".
2015-05-07 00:33:48 +03:00
Paul Sokolovsky
949b0d53f4
os: Update for builtin "struct" renamed to "ustruct".
2015-05-07 00:33:48 +03:00
Paul Sokolovsky
0e4a1ab7e1
re-pcre: Implement findall() method.
2015-05-06 00:09:37 +03:00
Paul Sokolovsky
5fe6d7933b
functools: Release 0.0.3.
2015-05-05 13:14:22 +03:00
Paul Sokolovsky
d69ddf2817
functools: Fix dummy wraps() decorator.
2015-05-05 13:14:02 +03:00
Paul Sokolovsky
3c1ae63821
pprint: Add dummy pformat().
2015-05-05 10:08:37 +03:00
Paul Sokolovsky
0b5f3c4bca
upip: Add shell script to bootstrap upip from PyPI.
2015-05-04 13:22:00 +03:00
Paul Sokolovsky
5df309873d
upip: Release 0.5.
2015-05-04 00:10:51 +03:00
Paul Sokolovsky
bc319dafac
upip: Capture dependency sub-modules.
...
These modules are just copies of corresponding standalone modules.
2015-05-04 00:10:51 +03:00
Paul Sokolovsky
c736d88ccc
upip: Add Makefile to prepare dependency modules.
2015-05-04 00:10:51 +03:00
Paul Sokolovsky
a8edf7f0c8
upip: Dump a line per installed package in non-debug mode.
2015-05-04 00:10:51 +03:00
Paul Sokolovsky
b90bca7468
upip: Reduce amount of debug output (use --debug to re-enable).
2015-05-04 00:10:51 +03:00
Paul Sokolovsky
e143637b50
upip: Don't install README files.
2015-05-04 00:10:51 +03:00
Paul Sokolovsky
267b21252d
upip: Clean up downloaded and temporary files unless --debug is given.
2015-05-04 00:10:51 +03:00
Paul Sokolovsky
a33a93cc9f
upip: Name temporing files with starting dot.
2015-05-04 00:10:51 +03:00
Paul Sokolovsky
670f475a58
curses.ascii: Add metadata.
2015-05-03 22:39:19 +03:00
Paul Sokolovsky
da2a4ba87c
curses.ascii: Add pristine from Python 3.4.2.
2015-05-03 21:29:43 +03:00
Paul Sokolovsky
54ba983c50
CONTRIBUTING.md: Add file with a link to Contributor Guidelines.
2015-05-03 21:07:17 +03:00
Paul Sokolovsky
b8c6749e66
inspect: Add metadata.
2015-04-29 00:47:59 +03:00
Paul Sokolovsky
7eb7eba659
inspect: Add initial, mostly dummy, implementation.
...
Only few most obvious functions are implemented, several more added with
dummy implementation.
The intention of this module will likely always stay to be able to run
software which depends on this module for exceptional parts (like error
reporting), not to actually inspect objects.
2015-04-29 00:47:44 +03:00
Paul Sokolovsky
2274bcce81
_markupbase: Add metadata.
2015-04-11 23:18:19 +03:00
Paul Sokolovsky
96d020a27f
_markupbase: Add pristine from CPython 3.3.3.
2015-04-11 23:18:10 +03:00
Paul Sokolovsky
36852709a8
os: Release 0.2.
2015-04-09 22:40:25 +03:00
Paul Sokolovsky
10a4cfc757
os: os.read() should return immutable value suitable e.g. for hashing.
...
Converting bytearray to bytes is of course not memory-efficient, so
os.read() is good candidate for native implementation.
2015-04-09 22:39:59 +03:00
Paul Sokolovsky
568db3c1af
tty: Add metadata.
2015-04-08 21:12:37 +03:00
Paul Sokolovsky
e991eb3f4e
tty: Add module, mostly dummy.
...
Just imports stuff from builtin termios, which has 1 of 2 tty's methods.
2015-04-08 21:12:30 +03:00
Paul Sokolovsky
7800048f9d
pyb: Add LED blink example.
2015-04-05 14:08:16 +03:00
Paul Sokolovsky
523282758a
pyb: First cut at implementing "pyb" micropython module emulation for Linux.
2015-04-05 14:07:52 +03:00
Paul Sokolovsky
9f4f3ca261
pystone: Add metadata.
2015-04-03 00:16:21 +03:00
Paul Sokolovsky
61bfc2dba4
pystone: Use "utime" module to allow run without dependencies.
2015-04-03 00:16:21 +03:00
Paul Sokolovsky
316076fa11
pystone: Add pristine from CPython 3.4.2.
...
This module is actually not part of standard library, but rather part of
standard libary testsuite in CPython.
2015-04-03 00:16:21 +03:00
Paul Sokolovsky
750c165009
cgi: Add metadata.
2015-03-29 01:20:08 +02:00
Paul Sokolovsky
61c7a21905
cgi: Cannot override sys.stderr in MicroPython.
2015-03-29 01:20:08 +02:00
Paul Sokolovsky
420e73e9a4
cgi: Add pristine from CPython 3.3.3.
2015-03-29 01:20:08 +02:00
Paul Sokolovsky
1adffc9ef8
traceback: Add dummy impl of format_tb(), format_exception_only().
...
As referenced by cgi module.
2015-03-29 01:18:14 +02:00
Paul Sokolovsky
2e3b28cd15
html.entities: Add metadata.txt, release 3.3.3.
2015-03-28 20:22:46 +02:00
Paul Sokolovsky
6e64994ec2
string: Add implementation of translate() method.
...
As MicroPython doesn't have str.translate() method, here it's implemented
as string module function.
2015-03-28 19:49:37 +02:00
Paul Sokolovsky
9f925a6e60
traceback: Add metadata.txt .
2015-03-12 21:54:23 +02:00
Paul Sokolovsky
1cdaf050c8
signal: Add example of signal handler throwing exception.
2015-03-11 22:45:30 +02:00
Paul Sokolovsky
4e51698e4b
signal: Release 0.3.
2015-03-10 11:43:24 +02:00
Paul Sokolovsky
ac136e6cf6
signal: Add example of signal handler in Python.
2015-03-10 11:39:59 +02:00
Paul Sokolovsky
28db583fa9
signal: Implement support for Python handlers.
2015-03-09 23:02:36 +02:00
Paul Sokolovsky
c2d1feb854
select: Release 0.1.2.
2015-03-08 14:31:37 +02:00
Paul Sokolovsky
6c29bfbf57
select: Handle EINTR.
2015-03-08 14:31:06 +02:00
Paul Sokolovsky
f16ce85359
base64: Release 3.3.3-1.
2015-03-07 20:23:47 +02:00
slush0
44e2d86508
base64: Ported to MicroPython.
2015-03-07 20:21:25 +02:00