index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-07-15
docs,teensy: Use the name MicroPython consistently in documentation
Alexander Steffen
2017-07-14
stmhal/servo: Don't compile servo code when it's not enabled.
Damien George
2017-07-14
stmhal/pin_named_pins: Remove unreachable print function.
Damien George
2017-07-14
stmhal/servo: Make pyb.Servo(n) map to Pin('Xn') on all MCUs.
Damien George
2017-07-12
stmhal: Reduce size of ESPRUINO_PICO build so it fits in flash.
Damien George
2017-07-12
py/gc: Refactor assertions in gc_free function.
Damien George
2017-07-12
unix/Makefile: Disable assertions in the standard unix executable.
Damien George
2017-07-12
unix/modsocket: Remove unnecessary asserts.
Damien George
2017-07-11
cc3200/modusocket: Fix connect() when in non-blocking or timeout mode.
Damien George
2017-07-09
tests/cpydiff: Add case for str.ljust/rjust.
Paul Sokolovsky
2017-07-09
tests/cpydiff/: Improve wording, add more workarounds.
Paul Sokolovsky
2017-07-09
tools/gen-cpydiff: Use case description as 3rd-level heading.
Paul Sokolovsky
2017-07-09
tests/cpydiff/core_class_supermultiple: Same cause as core_class_mro.
Paul Sokolovsky
2017-07-09
tests/cpydiff/core_arguments: Move under Functions subsection.
Paul Sokolovsky
2017-07-09
tests/cpydiff/core_class_mro: Move under Classes, add workaround.
Paul Sokolovsky
2017-07-09
zephyr/Makefile: Revert prj.conf construction rule to the previous state.
Paul Sokolovsky
2017-07-09
py/compile: Fix enum variable declaration.
Damien George
2017-07-08
zephyr/Makefile: Rework dependencies and "clean" target.
Paul Sokolovsky
2017-07-07
py/objgenerator: Allow to hash generators and generator instances.
Damien George
2017-07-07
py,extmod: Some casts and minor refactors to quiet compiler warnings.
Tom Collins
2017-07-05
tests/cpydiff/modules_deque: Elaborate workaround.
Paul Sokolovsky
2017-07-05
tests/basics: Add tests for arithmetic operators precedence.
Krzysztof Blazewicz
2017-07-05
py/compile: Use switch-case to match token and operator.
Krzysztof Blazewicz
2017-07-05
py/compile: Combine arith and bit-shift ops into 1 compile routine.
Krzysztof Blazewicz
2017-07-05
extmod/modujson: Properly initialise temporary StringIO object.
Damien George
2017-07-04
py/repl: Change mp_uint_t to size_t in repl helpers.
Damien George
2017-07-04
py: Change mp_uint_t to size_t in builtins code.
Damien George
2017-07-04
py/objdict: Factorise dict accessor helper to reduce code size.
Damien George
2017-07-04
stmhal/boards/NUCLEO_F429ZI: Change USB config from HS to FS peripheral.
Damien George
2017-07-04
py/makeversionhdr.py: Update to parse new release line in docs/conf.py.
Damien George
2017-07-04
esp8266/mpconfigport_512k: Use terse error messages to get 512k to fit.
Damien George
2017-07-04
docs/uzlib: Update description of decompress() and mention DecompIO.
Paul Sokolovsky
2017-07-04
py/modmath: Check for zero division in log with 2 args.
Damien George
2017-07-04
py/vm: Make "if" control flow more obvious in YIELD_FROM opcode.
Damien George
2017-07-04
py/objstr: Remove unnecessary "sign" variable in formatting code.
Damien George
2017-07-04
py/runtime: Mark m_malloc_fail() as NORETURN.
Damien George
2017-07-04
py/binary: Add missing "break" statements.
Damien George
2017-07-03
stmhal: Clean up some header includes.
Damien George
2017-07-03
stmhal/boards: Add configuration files for NUCLEO_F429ZI.
Alberto Petrucci
2017-07-03
docs/pyboard: Move info about using Windows from topindex to general.
Damien George
2017-07-03
extmod/modubinascii: Add check for empty buffer passed to hexlify.
Damien George
2017-07-02
docs/esp8266/general.rst: Fix name of NTP module.
Patrick O'Leary
2017-07-03
docs/uerrno: Document "uerrno" module.
Paul Sokolovsky
2017-07-02
docs/pyboard: Move hardware info into General Info chapter.
Paul Sokolovsky
2017-07-02
docs/*_index: Drop "Indices and tables" pseudo-section.
Paul Sokolovsky
2017-07-02
py/objstr: Move uPy function wrappers to just after the C function.
Damien George
2017-07-02
docs/conf.py: Set "version" and "release" to the same value.
Paul Sokolovsky
2017-07-02
docs/replace.inc: Add |see_cpython|, to xref individual symbols from CPython.
Paul Sokolovsky
2017-07-02
docs/library: Add CPython docs xref to each pertinent module.
Paul Sokolovsky
2017-07-02
docs/conf.py: Add file for global replacements definition.
Paul Sokolovsky
[prev]
[next]