2202 Commits (7a4ddd24281a7e21eeaa697644418015cf4dd650)
 

Author SHA1 Message Date
Damien George 09bbe7215a stmhal: Fix USB CDC not flushing packets when an exact multiple of 64. 11 years ago
Damien George 0fb80c303a py: Compress a little the bytecode emitter structure. 11 years ago
Damien George 9597771fe4 py, emitters: Fix dummy_data size for bytecode and thumb. 11 years ago
Damien George 7db57bf6b2 Merge branch 'master' of github.com:micropython/micropython 11 years ago
Paul Sokolovsky 6913521911 objstr: Implement .lower() and .upper(). 11 years ago
Damien George b0edec61ac stmhal: Improve handling of out-of-memory in REPL. 11 years ago
Damien George e1199ecf10 py, lexer: Add allocation policy config; return NULL if can't allocate. 11 years ago
Damien George 1b82e9af5c py: Improve handling of memory error in parser. 11 years ago
Paul Sokolovsky ad6178bb08 builtinimport: Fix broken namespace imports due to dup vstr_cut_tail_bytes(). 11 years ago
Paul Sokolovsky f9589d2f23 builtinimport: Fix comment orphaned by one of previous commits. 11 years ago
Paul Sokolovsky deaeaac469 modsys: Enable sys.exit() per port after all. 11 years ago
Paul Sokolovsky 37b0f33545 objset: Add frozenset tests, skippable if frozenset not available. 11 years ago
Paul Sokolovsky 43d4a6fa31 run-tests: Add support for skipping tests. 11 years ago
Paul Sokolovsky 0f14fdea0c stmhal: Implement draft version of sys.exit(). 11 years ago
Paul Sokolovsky d99e9083cb modsys, unix: Add sys.exit(), should be implemented by a port. 11 years ago
Paul Sokolovsky d80e2476c7 py: Disable frozenset by default, enable on unix. 11 years ago
Paul Sokolovsky b181b581aa objset: Give up and implement frozenset. 11 years ago
Paul Sokolovsky d86020ac4f objtype: Don't treat inheritance from "object" as from native type. 11 years ago
Damien George d0a5bf34f7 py: Tidy up returning NULL which should be MP_OBJ_NOT_SUPPORTED. 11 years ago
Damien George 2bb179e124 bare-arm: Change output file from flash.elf to firmware.elf. 11 years ago
Damien George ccc85ea0da py: Combine native emitters to 1 glue function; distinguish viper. 11 years ago
Damien George 04b7cc4df0 stmhal: Fix setting of RTC: was BCD now BIN encoded. 11 years ago
Damien George c17fd70de9 stm: Reorder mpconfig.h header inclusion to get stm building. 11 years ago
Damien George 3417bc2f25 py: Rename byte_code to bytecode everywhere. 11 years ago
stijn f45a83d7fc mingw: Fix compilation issues 11 years ago
Paul Sokolovsky 6e8085b425 py: Fix base "detection" for int('0<hexdigit>', 16). 11 years ago
Paul Sokolovsky 7b0f9a7d9b bytes: Implement comparison and other binary operations. 11 years ago
Paul Sokolovsky 070c78af5d runtime0.h: Group binary ops by fives. 11 years ago
Paul Sokolovsky affa870cc2 Merge pull request #575 from stinos/windows-modtime 11 years ago
stijn 5ed284a15e windows: Add modtime implementation 11 years ago
Damien George d25cba4f64 Merge branch 'pfalcon-README-features-overview' 11 years ago
Damien George 65114ca015 README: Add articles, and update doc for deploying firmware. 11 years ago
Paul Sokolovsky ad79ecdf96 README: Add short overview of Python features supported. 11 years ago
Damien George 8c1c7488b2 Add gc.enable, gc.disable; remove pyb.gc. 11 years ago
Damien George d6cbbc51ab stmhal: Add time.time() and time.localtime(). 11 years ago
Paul Sokolovsky 62b5f42d81 Merge pull request #568 from stinos/windows-msvc-port 11 years ago
Damien George ffae48d750 py, compiler: Add basic support for A=const(123). 11 years ago
stijn 01d6be4d51 Windows MSVC port 11 years ago
Ilya Dmitrichenko c1c32d65af qemu-arm: fully integrated test suite. 11 years ago
Ilya Dmitrichenko be86596bb9 tools: inline test suite generator. 11 years ago
Ilya Dmitrichenko b1442e04d1 tools: check-in errordeveloper/tinytest@eb2dbc858f6c3785468a96e98f2b944f10013163 11 years ago
Damien George d509ac25f9 py: Fix stack access in thumb native emitter. 11 years ago
Paul Sokolovsky be6aa53cdb Merge pull request #584 from stinos/windows-input 11 years ago
Paul Sokolovsky 69cbec4afb tests/bench: Add testcase for positional/kwargs to enumerate(). 11 years ago
Paul Sokolovsky 2a05f05f44 tests/bench: Add tests for various ways to pass function args. 11 years ago
Paul Sokolovsky 1695151267 tests/bench: Add variation on loop_count/while_down_ne test. 11 years ago
Paul Sokolovsky 6638ea9ca3 tests/bench: Add testcases for lookup in 5-el instance and namedtuple. 11 years ago
Paul Sokolovsky 52b25293e2 tests/bench: Time namedtuple field access. 11 years ago
stijn 951335e102 windows: Fix input.c missing in Makefile after changes for #582 11 years ago
Damien George c3602e159c py: Fix emitcpy, to work with latest changes to PASS variables. 11 years ago