aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-20stmhal: Fix REPL printing by cooking output sent to stdout_obj.Damien George
2014-07-20stmhal: Change calls to pfenv_printf to pfenv_vprintf.Damien George
2014-07-19py: Make print() accept "file" argument, and actually print to stream.Paul Sokolovsky
2014-07-19Merge pull request #757 from stinos/windows-fsyncDamien George
2014-07-19Merge pull request #759 from micropython/unicode-read-charsDamien George
2014-07-19py: Add stream reading of n unicode chars; unicode support by default.Damien George
2014-07-19stmhal: Add file.flush and os.stat.Damien George
2014-07-17py: Remove unnecessary argument in bytearray print.Damien George
2014-07-17formatfloat.c: Typo fix in comment.Paul Sokolovsky
2014-07-17py, inline asm: Change "and" op name to "and_" to avoid keyword clash.Damien George
2014-07-17Merge pull request #755 from dhylands/teensy-coreDamien George
2014-07-17Merge pull request #754 from dhylands/fix-teensyDamien George
2014-07-16Add fsync for windows, i.e. _commit. See dce8876stijn
2014-07-14Add core files and use same toolchain as stmhalDave Hylands
2014-07-14Fix teensy to build on latest tree.Dave Hylands
2014-07-13unix: file: No fsync() on Windows.Paul Sokolovsky
2014-07-13stream: Factor out mp_stream_write() method to write a memstring to stream.Paul Sokolovsky
2014-07-13unix: file: Implement .flush() method.Paul Sokolovsky
2014-07-13test: Add run-tests-exp.sh, script to run testsuite with only sh dependency.Paul Sokolovsky
2014-07-13unix: Allow to disable MICROPY_EMIT_X64 from commandline.Paul Sokolovsky
2014-07-12run-tests: Add option to write CPython's test results to .exp files.Paul Sokolovsky
2014-07-12py: Add generic helper to align a pointer.Paul Sokolovsky
2014-07-12emitbc: Fix structure field alignment issue.Paul Sokolovsky
2014-07-11moductypes: Add symbolic constants to specify bitfield position/length.Paul Sokolovsky
2014-07-09moductypes: Foreign data interface module, roughly based on ctype ideas.Paul Sokolovsky
2014-07-07Merge branch 'dhylands-fix-sdcard-read'Damien George
2014-07-07stmhal: Protect SD_WriteBlocks by IRQ disable/enable pair.Damien George
2014-07-06Disable IRQs around sdcard reads.Dave Hylands
2014-07-05binary: Factor out mp_binary_set_int().Paul Sokolovsky
2014-07-05tests: Rename test scripts, changing - to _ for consistency.Damien George
2014-07-05py: Automatically ake __new__ a staticmethod.Damien George
2014-07-03py: Implement sys.maxsize, standard way to check platform "bitness".Paul Sokolovsky
2014-07-03parser: Convert (u)int to mp_(u)int_t.Damien George
2014-07-03lexer: Convert type (u)int to mp_(u)int_t.Damien George
2014-07-03Rename machine_(u)int_t to mp_(u)int_t.Damien George
2014-07-03Merge pull request #739 from errordeveloper/patch-1Damien George
2014-07-02qemu: fix typo in readmeIlya Dmitrichenko
2014-07-02Merge branch 'dhylands-add-timer-deinit'Damien George
2014-07-02stmhal: Some reordering of code/functions.Damien George
2014-07-02Merge branch 'add-timer-deinit' of github.com:dhylands/micropython into dhyla...Damien George
2014-07-02Merge pull request #709 from windelbouwman/masterDamien George
2014-07-02Merge branch 'dhylands-teensy-new'Damien George
2014-07-02Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te...Damien George
2014-07-01Merge branch 'dhylands-preserve-except'Damien George
2014-07-01py, objexcept: Only check for locked gc if gc is enabled.Damien George
2014-07-01Merge branch 'preserve-except' of github.com:dhylands/micropython into dhylan...Damien George
2014-07-01Merge pull request #734 from iabdalkader/copysignDamien George
2014-06-30Try not to cause a MemoryError when raising an exception during nterrupt hand...Dave Hylands
2014-07-01stackctrl: Add "mp_" prefix.Paul Sokolovsky
2014-07-01modffi: Add special 'C' code for passing a callback function pointer.Paul Sokolovsky