1480 Commits (3aa8ee7c9e2e9fd50ffb4b588518bd84b40fef84)
 

Author SHA1 Message Date
Paul Sokolovsky 3aa8ee7c9e py: Add mp_get_buffer(), mp_get_buffer_raise() convenience functions to API. 11 years ago
Damien George 2b0091983f tests: Oops: fix del-attr. 11 years ago
Damien George b04488151e stmhal: Make USRSW re-register the EXTI callback each time it's set. 11 years ago
Damien George 348435d279 py: Reinstate old pfenv_print_int function for stmhal's printf. 11 years ago
Damien George a9837bbf8b py: Remove obsolete mp_delete_subscr declaration. 11 years ago
Damien George f4c9b33abf py: Remove DELETE_SUBSCR opcode, combine with STORE_SUBSCR. 11 years ago
Damien George 4671392d90 Merge branch 'master' of github.com:micropython/micropython 11 years ago
Damien George 1d24ea5207 py: Finish implementation of all del opcodes. 11 years ago
Paul Sokolovsky 4dcb605ac4 py: Make bytearray a proper type. 11 years ago
Damien George 134c10e776 Merge branch 'master' of github.com:micropython/micropython 11 years ago
Damien George 47e1b85d9c py: Improve inline assembler; add a few more opcodes. 11 years ago
Damien George 495d781a36 py: implement UNPACK_EX byte code (for: a, *b, c = d) 11 years ago
Paul Sokolovsky f898a95cba unix modffi: Support any object implementing buffer protocol as a native arg. 11 years ago
Paul Sokolovsky 7a70a3ae9a bytes: Support buffer protocol. 11 years ago
Paul Sokolovsky b9cf3d3730 bytearray: Support bytearray(int) constructor. 11 years ago
Damien George e753d916c0 py: Raise exception for unimplemented byte codes. 11 years ago
Damien George b7ffdcc1c7 py: Improve compiler syntax errors; catch more errors. 11 years ago
Damien George 2137bc7124 stmhal: in EXTI interrupt handler wrap uPy calls in gc_lock and nlr_buf. 11 years ago
Damien George 72cfc6ef0a unix: Oops, remove nlr_jump test in main. 11 years ago
Damien George 26cf55ae05 Add a check for NULL nlr_top in nlr_jump. 11 years ago
Damien George 094ebef259 windows: Use most of the source files from unix/ port. 11 years ago
Damien George 73c79b9925 py: Continue line if last character is backslash. 11 years ago
Damien George 443e018a3f py: Improve GC locking/unlocking, and make it part of the API. 11 years ago
Damien George ff5639fd42 Merge pull request #451 from lurch/repr-fixes 11 years ago
Damien George 97790455fe Improve REPL detecting when input needs to continue. 11 years ago
Andrew Scheller 12968fb6b2 Display \r and \t escape codes in string repr 11 years ago
Paul Sokolovsky 72d70cb045 unix, stmhal: Consistently use "FileIO" as class name for file objects. 11 years ago
Paul Sokolovsky b8cf948550 unix, windows: There's no "help" builtin. 11 years ago
Damien George a12a0f78b0 py: Rename pfenv_print_int to pfenv_print_mp_int, and add back former. 11 years ago
Damien George 97543c5285 Merge pull request #447 from dhylands/str-format-mpz 11 years ago
Dave Hylands 23dc6d0ace Fix truncation problem when using longlong implementation. 11 years ago
Paul Sokolovsky 98dd6d7712 README: Be specific that ARMv7 Linux is supported. 11 years ago
Dave Hylands c4029e5079 Add string formatting support for longlong and mpz. 11 years ago
Damien George 6827f9fc55 Add uPy welcome message to UNIX and Windows ports; update Teensy port. 11 years ago
Damien George 6c6f9d6782 windows: Make it compile with latest changes to py core. 11 years ago
Damien George 10072b72a5 Merge pull request #439 from lurch/makefile-tweaks 11 years ago
Damien George 1422865c99 Merge pull request #445 from lurch/test-sorted-sets 11 years ago
Damien George a28507ab2b py: Detect unmatched tripple quote in repl helper. 11 years ago
Damien George 34ba06b076 Merge pull request #444 from lurch/test-sorted 11 years ago
Andrew Scheller 1ff6011abc Modify set tests to print sorted sets directly 11 years ago
Andrew Scheller a1a9ab2b2c Add tests for sorted() function 11 years ago
Andrew Scheller 5e443f4b70 Merge remote-tracking branch 'upstream/master' into makefile-tweaks 11 years ago
Andrew Scheller 902d9552c5 Replace some Makefile commands with variables in py/mkenv.mk 11 years ago
Damien George 2bfd2dc770 py: Revert revert for allocation policy of set hash table. 11 years ago
Paul Sokolovsky 46bd12d57e objset: Fix incorrect workaround against mp_set_init() munging alloc size. 11 years ago
Paul Sokolovsky 4d2238d2ce tests: Fix more tests which depend on order of elements in set. 11 years ago
Damien George 3bb8663282 Merge branch 'master' of github.com:micropython/micropython 11 years ago
Paul Sokolovsky bd6f3d31d2 tests: Fix few tests which depend on order of elements in set. 11 years ago
Damien George c75427baaa py: Revert change to allocation policy for mp_set_t. 11 years ago
Paul Sokolovsky 9f043da5c3 pip-micropython: Require command verb, but restrict to "install" only. 11 years ago