aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-18stmhal: Remap system flash and adjust addressesSven Wegener
2014-05-18stmhal: Activate bootloader with pyb.bootloader()Sven Wegener
2014-05-17Merge pull request #615 from swegener/for-upstreamPaul Sokolovsky
2014-05-17py: Fix mp_obj_t -> mp_const_obj_t for mp_obj_int_get_checked()Sven Wegener
2014-05-17py: More mp_identity usage.Paul Sokolovsky
2014-05-17py: More const usage.Paul Sokolovsky
2014-05-15objstr: startswith(): Accept optional "start" arg.Paul Sokolovsky
2014-05-15py: Implement more complete bytes comparison handling.Paul Sokolovsky
2014-05-15sequence: Fix yet another case of improper sequence comparison.Paul Sokolovsky
2014-05-15modos: Clean 64-bit issues.Paul Sokolovsky
2014-05-15objstringio: Implement io.BytesIO.Paul Sokolovsky
2014-05-14unix: Add "_os" module with stat().Paul Sokolovsky
2014-05-14objstr.c: Partial implementation of .rsplit().Paul Sokolovsky
2014-05-13py: Improve mpz_and function.Damien George
2014-05-13Merge pull request #600 from stinos/unix-exitcodeDamien George
2014-05-13Merge pull request #613 from pfalcon/pauls-copyrDamien George
2014-05-13py, unix: Add copyright for modules I worked closely on.Paul Sokolovsky
2014-05-13tests/int-long.py: Try to expose issue with recent "&" optimization.Paul Sokolovsky
2014-05-12py: Fix bug in mpz_and function.Damien George
2014-05-12unix: Implement -O option to turn off __debug__ flag.Damien George
2014-05-12py: Remove emit_glue init and deinit. Needed only for debugging.Damien George
2014-05-12py: Add support for __debug__ constant.Damien George
2014-05-12py: Rename BYTE_CODE to BYTECODE (this was missed in previous rename).Damien George
2014-05-13unix: Fix linker errors when time/ffi modules are disabledstijn
2014-05-12modstruct: Implement count specifier for strings (e.g. "100s").Paul Sokolovsky
2014-05-11modstruct: Use MP_OBJ_FUN_ARGS_MAX instead of -1.Paul Sokolovsky
2014-05-11objstr: Slice indexing: support bytes properly.Paul Sokolovsky
2014-05-11objstr: Make .split() support bytes.Paul Sokolovsky
2014-05-11objstr: Make .join() support bytes.Paul Sokolovsky
2014-05-11py: Fix __len__ special method result handling.Paul Sokolovsky
2014-05-11py: Don't expect that type->getiter() always returns iterator, check for NULL.Paul Sokolovsky
2014-05-11showbc: Decode MAP_ADD.Paul Sokolovsky
2014-05-11py: Add basic implementation of hasattr() function.Paul Sokolovsky
2014-05-11Merge pull request #605 from stinos/travis-mingwDamien George
2014-05-11Merge pull request #604 from stinos/windows-enablefeatDamien George
2014-05-11py: Use mp_arg_check_num in more places.Damien George
2014-05-11travis: Add cross-compilation of mingw portstijn
2014-05-11py: frozenset() creates an empty frozenset.Damien George
2014-05-11windows: Enable frozen set and sys.exitstijn
2014-05-11unix: Use standard return codes for mainstijn
2014-05-11py: Rename globally-accessible tuple functions, prefix with mp_obj_.Damien George
2014-05-11py: Rename some unichar functions for consistency.Damien George
2014-05-11py: Rename MICROPY_SYS_EXIT to MICROPY_MOD_SYS_EXIT.Damien George
2014-05-11stmhal: Enable frozenset. Takes 292 text bytes in ROM.Damien George
2014-05-11Merge pull request #597 from stinos/mingw-compilationDamien George
2014-05-11Merge pull request #603 from stinos/windows-tests-newlineDamien George
2014-05-11Merge branch 'master' of github.com:micropython/micropythonDamien George
2014-05-11stmhal: Update CC3000 driver to newer version.Damien George
2014-05-11py: Give up and make mp_obj_str_get_data() deal with bytes too.Paul Sokolovsky
2014-05-11tests: Fix handling of newlines from expected output filesstijn