aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-27objstrunicode: Implement iterator.Paul Sokolovsky
2014-06-27objstrunicode: Re-add buffer protocol back for now, required for io.StringIO.Paul Sokolovsky
2014-06-27objstrunicode: Revamp len() handling for unicode, and optimize bool().Paul Sokolovsky
2014-06-27objstrunicode: Get rid of bytes checking, it's separate type.Paul Sokolovsky
2014-06-27py: Make MICROPY_PY_BUILTINS_STR_UNICODE=1 buildable.Paul Sokolovsky
2014-06-27py: Prune unneeded code from objstrunicode, reuse code in objstr.Paul Sokolovsky
2014-06-27vstr: Restore bytestr compatibility.Paul Sokolovsky
2014-06-27builtin: Restore bytestr compatibility.Paul Sokolovsky
2014-06-27lexer, vstr: Add unicode support.Chris Angelico
2014-06-27tests: Add unicode test.Chris Angelico
2014-06-27builtin: ord, chr: Unicode support.Chris Angelico
2014-06-27objstrunicode: Basic implementation of unicode handling.Chris Angelico
2014-06-27objstrunicode: Complete copy of objstr, to be patched for unicode support.Paul Sokolovsky
2014-06-27py: Implement basic unicode functions.Chris Angelico
2014-06-27mpconfig.h: Add MICROPY_PY_BUILTINS_STR_UNICODE.Paul Sokolovsky
2014-06-27tests: Add test for catching infinite function recursion.Paul Sokolovsky
2014-06-27stmhal: Use stackctrl framework.Paul Sokolovsky
2014-06-27py: Add portable framework to query/check C stack usage.Paul Sokolovsky
2014-06-26Merge pull request #719 from dhylands/pin_fixPaul Sokolovsky
2014-06-25Use mp_const_none to initialize mapper and map_dictDave Hylands
2014-06-26binary: machine_uint_t vs uint dichotomy starts doing real damage.Paul Sokolovsky
2014-06-26travis: Use unified diffs for failed tests.Paul Sokolovsky
2014-06-25modstruct: Fix alignment handling issues.Paul Sokolovsky
2014-06-25modgc: Add mem_free()/mem_alloc() methods.Paul Sokolovsky
2014-06-25Merge branch 'master' of github.com:micropython/micropythonDamien George
2014-06-24Merge pull request #690 from stinos/msvc-gcPaul Sokolovsky
2014-06-24modsocket: Fix uClibc detection.Paul Sokolovsky
2014-06-24unix: Dump default heap size in usage message.Paul Sokolovsky
2014-06-22py: Implement delete_attr in native emitter.Damien George
2014-06-22unix: Don't error out on #warning directive.Paul Sokolovsky
2014-06-22modsocket: Workaround uClibc issue with numeric port for getaddrinfo().Paul Sokolovsky
2014-06-22modsocket: Add call to freeaddrinfo().Paul Sokolovsky
2014-06-22unix: uClibc doesn't like NULL as a buffer arg to realpath().Paul Sokolovsky
2014-06-22gc: Use simple cast instead of union to silence compilerstijn
2014-06-22windows: Enable GC and implement bss start and end symbolsstijn
2014-06-22py: Support arm and thumb ARM ISAs, in addition to thumb2.Paul Sokolovsky
2014-06-21py: Include mpconfig.h before all other includes.Paul Sokolovsky
2014-06-20mkrules.mk: Pass $(COPT) to link stage.Paul Sokolovsky
2014-06-20makefile: Pass STRIPFLAGS_EXTRA to strip.Paul Sokolovsky
2014-06-20unix: Allow to override MICROPY_GCREGS_SETJMP from cmdline.Paul Sokolovsky
2014-06-20unix: Add CFLAGS_EXTRA & LDFLAGS_EXTRA for command line usage.Paul Sokolovsky
2014-06-20unix: Refactor order file munging fo MacOSX.Paul Sokolovsky
2014-06-20unix: Group CFLAGS related stuff together.Paul Sokolovsky
2014-06-20unix: Allow to override compiler warning options without touching the rest.Paul Sokolovsky
2014-06-20tests/float/: Skip tests if "math" module is not available.Paul Sokolovsky
2014-06-20py: Separate MICROPY_PY_BUILTINS_COMPLEX from MICROPY_PY_BUILTINS_FLOAT.Paul Sokolovsky
2014-06-20Merge pull request #697 from stinos/gc-debugPaul Sokolovsky
2014-06-20Merge pull request #707 from eblot/master-v1.1.1-build-fixesPaul Sokolovsky
2014-06-19bench: Three ways to process a byte buffer.Paul Sokolovsky
2014-06-19bench: Add test for map() vs inplace operations in array-likes.Paul Sokolovsky