| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-14 | all: Remove readall() method, which is equivalent to read() w/o args. | Paul Sokolovsky | |
| Its addition was due to an early exploration on how to add CPython-like stream interface. It's clear that it's not needed and just takes up bytes in all ports. | |||
| 2016-10-07 | extmod: Use mp_raise_OSError helper function. | Damien George | |
| 2016-09-22 | all: Remove 'name' member from mp_obj_module_t struct. | Damien George | |
| One can instead lookup __name__ in the modules dict to get the value. | |||
| 2016-07-30 | py/stream: Add adapter methods with POSIX-compatible signatures. | Paul Sokolovsky | |
| Previoussly such read() and write() methods were used by modussl_axtls, move to py/stream for reuse. | |||
| 2016-07-23 | extmod/modussl_axtls: Use mp_stream_close() method. | Paul Sokolovsky | |
| 2016-07-15 | extmod/modussl_axtls: Add dummy setblocking() method. | Paul Sokolovsky | |
| Accepts only value of True. | |||
| 2016-07-13 | extmod/modussl_axtls: Further changes to allow alternative SSL modules. | Paul Sokolovsky | |
| Make variable MICROPY_SSL_AXTLS=1 should be defined to activate modussl_axtls and link with -laxtls. | |||
| 2016-07-13 | extmod/modussl: Rename to modussl_axtls.c, to allow impl using other SSL libs. | Paul Sokolovsky | |
