3526 Commits (d38939e676d0c36d81b1763fa3fbfcb53c649710)
 

Author SHA1 Message Date
Damien George f804833a97 py: Initialise variables in mp_parse correctly, to satisfy gcc warning. 10 years ago
Damien George 7d414a1b52 py: Parse big-int/float/imag constants directly in parser. 10 years ago
Damien George 5f97aaeca4 py: Fix instance lookup, since object is not a real type. 10 years ago
Damien George b5a790d2e6 unix-cpy: Fix compiler warning about unused variable. 10 years ago
Damien George 0bfc7638ba py: Protect mp_parse and mp_compile with nlr push/pop block. 10 years ago
Damien George e1e359ff59 py: Put mp_sys_path, mp_sys_argv and gc_collected in mp_state_ctx_t. 10 years ago
danicampora 8785645a95 cc3200: Add cc3200 port of MicroPython. 10 years ago
blmorris 97f14606f5 stmhal/adc.c: Fix calculation of read_core_vref() 10 years ago
Paul Sokolovsky 8775caf9f1 modffi: Add .addr() method to just get symbol address. 10 years ago
Paul Sokolovsky d6f648d04f esp8266: modesp: Add status() function for connection status. 10 years ago
Li lin b276cf1977 fix type error 10 years ago
Paul Sokolovsky 1cd47c6315 esp8266: modesp: Add disconnect() function to disconnect from WiFi AP. 10 years ago
Damien George 5f64dc55d8 extmod: Make ujson.loads raise exception if given empty string. 10 years ago
Damien George e8b877be60 tests: Disable float/cmath_fun.py for native emitter. 10 years ago
Damien George 744e767458 py: Make list.sort keep stack usage within O(log(N)) bound. 10 years ago
Damien George ae3150cb5c tests: Add test for cmath module. 10 years ago
Damien George f49782f005 py: Fix cmath.log10; fix printing of complex number with negative imag. 10 years ago
Paul Sokolovsky 471b2a8906 esp8266: modesp: Add connect() function to connect to WiFi AP. 10 years ago
Paul Sokolovsky 8fff7f8d38 esp8266: Add "reset" target to Makefile. 10 years ago
Paul Sokolovsky eca9a9323a esp8266: Update ROM address map to vendor SDK 0.9.5. 10 years ago
Paul Sokolovsky 98c4bc3fac py: Add MICROPY_PY_ALL_SPECIAL_METHODS and __iadd__ special method under it. 10 years ago
Damien George 32bade19d9 py: Convert CR to LF and CR LF to LF in lexer. 10 years ago
Damien George 3da677e658 py: Implement Ellipsis object in native emitter. 10 years ago
Damien George 92ab95f215 tests: Add some tests to improve coverage. 10 years ago
Damien George 598af3a7d6 unix: Add "coverage" target to do coverage testing using gcov. 10 years ago
Damien George 827b0f747b py: Change vstr_null_terminate -> vstr_null_terminated_str, returns str. 10 years ago
Damien George 26c0b155fa tests: Make float/int_power.py pass on pyboard/single prec float. 10 years ago
Damien George 12c66be2b8 tests: Add some tests to improve coverage. 10 years ago
Damien George 81e70a88a7 py: Make REPL printing function print repr of object, not str. 10 years ago
Damien George 0d3cb6726d py: Change vstr so that it doesn't null terminate buffer by default. 10 years ago
Paul Sokolovsky 57aebe1714 tests: Add testcase for bytes() on values in range 128-255. 10 years ago
Paul Sokolovsky bbd9251bac py: bytes(): Make sure we add values as bytes, not as chars. 10 years ago
Damien George 98e3a64694 py: Remove duplicated mp_obj_str_make_new function from objstrunicode.c. 10 years ago
Damien George 16677ce311 py: Be more precise about unicode type and disabled unicode behaviour. 10 years ago
Damien George 0ecd5988a2 stmhal: Remove unnecessary #include "systick.h" from pyexec.c. 10 years ago
Paul Sokolovsky e9995bdea2 moduzlib: Align out buffer to block size; shrink when decompression done. 10 years ago
Paul Sokolovsky 2324f3ef29 moduzlib: Implement raw DEFLATE decoding support. 10 years ago
David Steinberg 0b3014ce3a py: Add support for floats in mp_binary_{get,set}_val() 10 years ago
Damien George a5efcd4745 py: Specify unary/binary op name in TypeError error message. 10 years ago
Damien George a9dc9b8f6d py: Fix comparison of minus-zero long int. 10 years ago
Paul Sokolovsky e6a118ee85 moduzlib: Update to uzlib v1.2. 10 years ago
Damien George 2f8c409a4f qemu-arm: Disable try_finally1.py test (it fails randomly on Travis). 10 years ago
Damien George 8788b131ec py: Check for NDEBUG using #ifdef rather than #if. 10 years ago
Damien George 17d299b7bd lib/mp-readline: Use simple VT100 commands to speed up line redraw. 10 years ago
Damien George 4b35a5464c Merge branch 'master' of github.com:micropython/micropython 10 years ago
Paul Sokolovsky 5fb775a0c0 esp8266: Handle exceptions in callback. 10 years ago
Paul Sokolovsky 6ec650b41f esp8266: Add "esp" module with esp8266-specific "cooperative" networking. 10 years ago
Damien George 552f7c40a0 docs: Bump version to 1.3.9. 10 years ago
Damien George ad33e2465c stmhal: Disable MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE. 10 years ago
Paul Sokolovsky 31c1f1300e modffi: 's' (string) return type: handle NULL properly (return None). 10 years ago