Commits
User selector
Commit History
Commits on Apr 18, 2016
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
Commits on Apr 10, 2016
- committed
py/stream: Simplify arg extraction logic for stream_ioctl.
Show description for 657aef6committed- committed
- committed
py/stream: Add Python-level ioctl() method.
Show description for 0c97e4ccommitted- committed
Commits on Apr 7, 2016
py/objarray: Fix array.append so it doesn't extend if append fails.
Show description for 04d5e64committed- committed
py: Combine continuous block of emit steps into with_cleanup emit call.
Show description for ce8b4e8committed
Commits on Apr 5, 2016
Commits on Apr 4, 2016
py/obj.h: Add comment why mp_fun_kw_t takes non-const mp_map_t*.
Show description for 069654fcommitted
Commits on Apr 1, 2016
- authored andcommitted
Commits on Mar 30, 2016
py/ringbuf.h: Add reusable ring buffer class.
Show description for b1dfdafcommitted
Commits on Mar 29, 2016
py/parsenum: Use pow function to apply exponent to decimal number.
Show description for 2599672committedpy/formatfloat: Fix further cases of buffer overflow in formatting.
Show description for e1e7657committedpy/formatfloat: Fix case of float format where leading digit was "10".
Show description for 03b8bb7committed
Commits on Mar 27, 2016
Commits on Mar 25, 2016
Commits on Mar 24, 2016
py/modio: Initial implementation of io.BufferedWriter class.
Show description for 5d93dfbcommitted- committed
extmod/modwebsocket: Start module for WebSocket helper functions.
Show description for 24342ddcommittedpy/stream: Add mp_stream_writeall() helper function.
Show description for d4c8e62committed
Commits on Mar 19, 2016
Commits on Mar 16, 2016
py: Don't allocate an extra parse node for power exponent.
Show description for 3acaa28committed