2084 Commits (d86020ac4f6379fa14e1086b1d28e9e080c2a934)
 

Author SHA1 Message Date
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
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
Damien George 9102af6afb tests: Add a test for native code on pyboard. 11 years ago
Damien George c4ccb078a5 tests: Add inline assembler test for pyboard. 11 years ago
Damien George a32c1e41cc py: Improve native emitter; now supports more opcodes. 11 years ago
Damien George 36db6bcf54 py, compiler: Improve passes; add an extra pass for native emitter. 11 years ago
Damien George ca25c15d56 py, compiler: Start adding support for compile-time constants. 11 years ago
Damien George 7c6c843965 unix: Add missing stdio.h header for readline. 11 years ago
Damien George c35e53436b Merge pull request #582 from dhylands/unix-input 11 years ago
Dave Hylands 117c46d9eb Add input command for unix 11 years ago
Damien George 1dd46fafbd Merge pull request #581 from stinos/windows-math 11 years ago
stijn 3ce10935f0 windows: Enable math module 11 years ago
Paul Sokolovsky 0ef015b253 stream: Make non-blcoking stream support configurable. 11 years ago
Paul Sokolovsky 6c62e7257f unix modsocket: Add comments re: recv() vs read(), etc. semantics. 11 years ago
Paul Sokolovsky b9be45e421 stream: Use standard name of DEFAULT_BUFFER_SIZE. 11 years ago
Paul Sokolovsky 6e73143de8 stream: Add compliant handling of non-blocking readall(). 11 years ago
Paul Sokolovsky a592104acd stream: Add compliant handling of non-blocking read()/write(). 11 years ago
Damien George 93afa230a4 py, parser: Add commented-out code to discard doc strings. 11 years ago
Damien George c53b408f28 Merge branch 'master' of https://github.com/micropython/micropython 11 years ago
Damien George 491cbd6a7c py: Add keyword arg support to enumerate constructor. 11 years ago