- ffc96a9 msvc: Use single build target for dealing with generated files by stijn · 11 years ago
- fbfd355 msvc: Fix unresolved mp_arg_error_terse_mismatch since 7f23384 by stijn · 11 years ago
- 8dec62a msvc: Define main build/include directories in a single location by stijn · 11 years ago
- fd40a9c py: Make GC's STACK_SIZE definition a proper MICROPY_ config variable. by Damien George · 11 years ago
- 872a829 py: Fix windows external name error for nlr_top. by Damien George · 11 years ago
- 8a23477 py: Move global variable nlr_top to one place, in a .c file. by Damien George · 11 years ago
- 0b2a60a windows: Prefix includes with py/; remove need for -I../py. by Damien George · 11 years ago
- fe7d542 esp8266: Prefix includes with py/; remove need for -I../py. by Damien George · 11 years ago
- 4ef4ffe qemu-arm: Prefix includes with py/; remove need for -I../py. by Damien George · 11 years ago
- c2e22d6 bare-arm: Prefix includes with py/; remove need for -I../py. by Damien George · 11 years ago
- b68d98d teensy: Prefix includes with py/; remove need for -I../py. by Damien George · 11 years ago
- 2cf6dfa stmhal: Prefix includes with py/; remove need for -I../py. by Damien George · 11 years ago
- b36be5f unix-cpy: Prefix includes with py/; remove need for -I../py. by Damien George · 11 years ago
- 6d7e470 unix: Prefix includes with py/; remove need for -I../py. by Damien George · 11 years ago
- 3765ea4 extmod: Prefix py/ for includes from py core directory. by Damien George · 11 years ago
- 51dfcb4 py: Move to guarded includes, everywhere in py/ core. by Damien George · 11 years ago
- db1ac36 emitnative: Disable warning in delete_fast for now (breaks test). by Paul Sokolovsky · 11 years ago
- 8a8c1fc py: Add basic framework for issuing compile/runtime warnings. by Paul Sokolovsky · 11 years ago
- ebde3c6 py: Add guarded includes for asm-based headers. by Damien George · 11 years ago
- ddbcc79 docs: Add quickref info about Servo; improve Servo docs. by Damien George · 11 years ago
- ce5b5ca Add a command for converting the WAV files by Radomir Dopieralski · 11 years ago
- 84e0cf0 py: Change namedtuple error messages to reduce code size. by Damien George · 11 years ago
- 7f23384 py: Make terse_arg_mismatch a global function and use it elsewhere. by Damien George · 11 years ago
- 276159e objnamedtuple: Make sure to initialize type structure completely. by Paul Sokolovsky · 11 years ago
- 021dc44 py: Allow keyword arguments for namedtuple by stijn · 11 years ago
- 1234014 py: Use sequence of strings for named tuple initialization by stijn · 11 years ago
- 8422cac msvc: Support py/*.h includes per #1022 by stijn · 11 years ago
- e0ac194 py: Fix rshift and not of zero/one edge cases in mpz. by Damien George · 11 years ago
- 816a46a tests: Disable float/float2int.py on pyboard (needs double prec). by Damien George · 11 years ago
- 2c75665 objstr: Fix %d-formatting of floats. by Paul Sokolovsky · 11 years ago
- 8a2cc1c stmhal: Add fake implementation of __aeabi_f2lz(). by Paul Sokolovsky · 11 years ago
- 5f68094 py: mp_obj_new_int_from_float() supported only for MICROPY_PY_BUILTINS_FLOAT. by Paul Sokolovsky · 11 years ago
- f79cd6a py: Implement mp_obj_new_int_from_float() for MICROPY_LONGINT_IMPL_NONE. by Paul Sokolovsky · 11 years ago
- 12033df py: Partially fix float to int conversion. by Paul Sokolovsky · 11 years ago
- e3fa827 tools: Add script to generate a ChangeLog file. by Damien George · 11 years ago
- 9ddbe29 py: Add include guards to mpconfig,misc,qstr,obj,runtime,parsehelper. by Damien George · 11 years ago
- f89d659 py: In VM, for selective ip saving, store 1 byte past last opcode. by Damien George · 11 years ago
- 23f1b5f py: Add note about -fno-crossjumping when compiling vm.c. by Paul Sokolovsky · 11 years ago
- 96e2215 docs: Bump version to 1.3.8. by Damien George · 11 years ago
- 361909e py: Add MP_LIKELY(), MP_UNLIKELY() macros to help branch prediction. by Paul Sokolovsky · 11 years ago v1.3.8
- 1ee1785 showbc: Print operation mnemonic in BINARY_OP. by Paul Sokolovsky · 11 years ago
- df10346 showbc: Make code object start pointer semi-public. by Paul Sokolovsky · 11 years ago
- 7495750 vm: Record exception ip only for instructions where exceptions may happen. by Paul Sokolovsky · 11 years ago
- 1570eaf drivers: Add SD card driver, controlled via SPI bus. by Damien George · 11 years ago
- 7690b13 stmhal: Add ability to mount custom block device. by Damien George · 11 years ago
- e2745b3 lib/fatfs: Allow a smaller minimum sector count for fatfs to be created. by Damien George · 11 years ago
- 20236a8 stmhal: Upgrade to latest fatfs driver. by Damien George · 11 years ago
- 6b755d8 lib/fatfs: Support our volume names; make some funcs static. by Damien George · 11 years ago
- c546b66 lib/fatfs: Upgrade to new FatFs driver, put in lib/ for common use. by Damien George · 11 years ago
- 83204f3 py: Allow to properly disable builtin slice operation. by Damien George · 11 years ago
- e37dcaa py: Allow to properly disable builtin "set" object. by Damien George · 11 years ago
- 3b74c91 Makefiles: Support py/*.h includes per #1022. by Paul Sokolovsky · 11 years ago
- 8ab6f90 py: Move to guarded includes for compile.h and related headers. by Paul Sokolovsky · 11 years ago
- 343266e showbc: Refactor to allow inline instruction printing. by Paul Sokolovsky · 11 years ago
- c55a4d8 py: Make bytes objs work with more str methods; add tests. by Damien George · 11 years ago
- 7fdb8d7 tests: Add run-tests-exp.py, simple MicroPython-based test runner. by Paul Sokolovsky · 11 years ago
- f3a1d67 stmhal: Enable ubinascii module, weak link to binascii. by Damien George · 11 years ago
- 90cd6cd docs: Add mention about using USB charger when resetting the filesystem. by Dave Hylands · 11 years ago
- 9c658b6 unix, windows: Add _os.system() call. by Paul Sokolovsky · 11 years ago
- a37656c docs: Make admonition for CPy-difference use "attention" class. by Damien George · 11 years ago
- 74eb44c py: Reduce size of VM exception stack element by 1 machine word. by Damien George · 11 years ago
- 81836c2 py: Use str_to_int function in more places to reduce code size. by Damien George · 11 years ago
- 01039b5 py: Remove last uses of printf from compile; use proper SyntaxError. by Damien George · 11 years ago
- 584ba67 py: Move global/nonlocal decl code to compiler for proper SyntaxError. by Damien George · 11 years ago
- b063b9b py: Fix iteration over map in 2 places. by Damien George · 11 years ago
- 7b80d90 docs: Add RTD local_settings file, to add custom templates. by Damien George · 11 years ago
- 9b561a7 docs: Add custom CSS file, with code for admonition. by Damien George · 11 years ago
- 4b60b45 stmhal: gccollect.h is superfluous in many places. by Paul Sokolovsky · 11 years ago
- 6aaccc4 stmhal: Use gc_dump_info() function instead of adhoc code. by Paul Sokolovsky · 11 years ago
- bf19586 stmhal: Include MICROPY_HAL_H only if defined. by Paul Sokolovsky · 11 years ago
- 6efa66f py: Remove unnecessary RULE_none and PN_none from parser. by Damien George · 11 years ago
- b47ea4e py: Add blank and ident flags to grammar rules to simplify parser. by Damien George · 11 years ago
- 4fd7c1a tools, pyboard.py: Write data to pyboard in chunks of 256 bytes. by Damien George · 11 years ago
- 2870d85 py: Save a few code bytes in parser; make vars local where possible. by Damien George · 11 years ago
- 978f4ca run-tests: Allow to run testuite against Windows build on Linux (using Wine). by Paul Sokolovsky · 11 years ago
- f5efefd windows: Correctly interpret skipped tests, enable uhashlib and ubinascii by stijn · 11 years ago
- 6d3ae56 docs: Add CPy diff note for print_exception; embellish sys.platform. by Damien George · 11 years ago
- 2a3e2b9 py: Add execfile function (from Python 2); enable in stmhal port. by Damien George · 11 years ago
- 8427c5b unix/windows: Make sure that process exit code is portable 8-bit value. by Paul Sokolovsky · 11 years ago
- f04329e lib/libm: Add acosh, asinh, atanh, tan; get working with stmhal. by Damien George · 11 years ago
- 6936f46 tests: Get misc/print_exception and pyb/spi working on pyboard. by Damien George · 11 years ago
- c8b0229 tests: sha256: skip test if uhashlib module is not available. by Paul Sokolovsky · 11 years ago
- 5cf7ac7 Fix leds.rst by Gregory · 11 years ago
- 9d944c7 unix: Rename "time" module to "utime" to allow extensibility. by Paul Sokolovsky · 11 years ago
- 9642846 docs: Define more clearly the behaviour of LED methods. by Damien George · 11 years ago
- 0078561 modffi: Support void (None) return value for Python callback functions. by Paul Sokolovsky · 11 years ago
- 7a4765d tests: Add testcase for ffi callbacks. by Paul Sokolovsky · 11 years ago
- b62371e modffi: 64-bit cleanness (fixes actual bug in callback arg handling). by Paul Sokolovsky · 11 years ago
- c0bc3bd asmarm: Fix bug with encoding small negative ints using MVN instruction. by Paul Sokolovsky · 11 years ago
- 83d27b0 unix: Enable Thumb2 and ARM emitters by default on corresponding archs. by Paul Sokolovsky · 11 years ago
- 138562c run-tests: Skip native/viper tests based on prefix. by Paul Sokolovsky · 11 years ago
- e181c0d py: Fix optimised for-loop compiler so it follows proper semantics. by Damien George · 11 years ago
- 7764f16 py: Fix label printing in showbc; print sp in vm trace. by Damien George · 11 years ago
- 1ca28bd run-tests: Reset MICROPYPATH, to make sure tests use only builtin modules. by Paul Sokolovsky · 11 years ago
- dbc7854 run-tests: PEP8 fix. by Paul Sokolovsky · 11 years ago
- f42b3c7 tests: Activate recursive_data.py test, now that io.StringIO is available. by Paul Sokolovsky · 11 years ago
- 5fba93a tests: Add test for semantics of for-loop that optimisation can break. by Damien George · 11 years ago
- c33ce60 py: Fix a semantic issue with range optimisation. by Damien George · 11 years ago
- f905145 tests: Disable print_exception test when using native emitter. by Damien George · 11 years ago
- 184182d tests: Fix print_exception test and re-enable it on Travis CI. by Damien George · 11 years ago