aboutsummaryrefslogtreecommitdiff
path: root/py
AgeCommit message (Expand)Author
2014-05-10builtinimport: Fix broken namespace imports due to dup vstr_cut_tail_bytes().Paul Sokolovsky
2014-05-10builtinimport: Fix comment orphaned by one of previous commits.Paul Sokolovsky
2014-05-10modsys: Enable sys.exit() per port after all.Paul Sokolovsky
2014-05-10modsys, unix: Add sys.exit(), should be implemented by a port.Paul Sokolovsky
2014-05-10py: Disable frozenset by default, enable on unix.Paul Sokolovsky
2014-05-10objset: Give up and implement frozenset.Paul Sokolovsky
2014-05-10objtype: Don't treat inheritance from "object" as from native type.Paul Sokolovsky
2014-05-10py: Tidy up returning NULL which should be MP_OBJ_NOT_SUPPORTED.Damien George
2014-05-10py: Combine native emitters to 1 glue function; distinguish viper.Damien George
2014-05-10py: Rename byte_code to bytecode everywhere.Damien George
2014-05-10py: Fix base "detection" for int('0<hexdigit>', 16).Paul Sokolovsky
2014-05-10bytes: Implement comparison and other binary operations.Paul Sokolovsky
2014-05-10runtime0.h: Group binary ops by fives.Paul Sokolovsky
2014-05-09windows: Add modtime implementationstijn
2014-05-08Add gc.enable, gc.disable; remove pyb.gc.Damien George
2014-05-09Merge pull request #568 from stinos/windows-msvc-portPaul Sokolovsky
2014-05-08py, compiler: Add basic support for A=const(123).Damien George
2014-05-08Windows MSVC portstijn
2014-05-07py: Fix stack access in thumb native emitter.Damien George
2014-05-07py: Fix emitcpy, to work with latest changes to PASS variables.Damien George
2014-05-07py: Improve native emitter; now supports more opcodes.Damien George
2014-05-07py, compiler: Improve passes; add an extra pass for native emitter.Damien George
2014-05-07py, compiler: Start adding support for compile-time constants.Damien George
2014-05-07stream: Make non-blcoking stream support configurable.Paul Sokolovsky
2014-05-07stream: Use standard name of DEFAULT_BUFFER_SIZE.Paul Sokolovsky
2014-05-07stream: Add compliant handling of non-blocking readall().Paul Sokolovsky
2014-05-07stream: Add compliant handling of non-blocking read()/write().Paul Sokolovsky
2014-05-06py, parser: Add commented-out code to discard doc strings.Damien George
2014-05-06Merge branch 'master' of https://github.com/micropython/micropythonDamien George
2014-05-06py: Add keyword arg support to enumerate constructor.Damien George
2014-05-06py: bytes(), str(): Add NotImplementedError for kwargs.Paul Sokolovsky
2014-05-06py: enumerate(): Add NotImplementedError for kwargs.Paul Sokolovsky
2014-05-06modgc: Add new module for GC-related functionality.Paul Sokolovsky
2014-05-05py: Comment exc_state member from mp_obj_gen_instance_t as it gives troublestijn
2014-05-05py-version.sh: Use --always option of git describe.Paul Sokolovsky
2014-05-05py: Turn down amount of RAM parser and compiler use.Damien George
2014-05-05py-version.sh: Make it work in case no git tag is present.Paul Sokolovsky
2014-05-05py, unix: Add -v option, print bytecode dump if used.Paul Sokolovsky
2014-05-04showbc: Quote block name, so it was easily visible.Paul Sokolovsky
2014-05-03Add license header to (almost) all files.Damien George
2014-05-03Merge pull request #535 from pfalcon/blurbDamien George
2014-05-03Merge branch 'mingw-float-printf' of github.com:stinos/micropython into stino...Damien George
2014-05-03py, stream: Implement readlines for a stream.Damien George
2014-05-03py: Add --dirty flag to git describe.Damien George
2014-05-03mingw: Fix number of exponent digits in floating point formattingstijn
2014-05-03py: Print tag/version/git describe in uPy banner.Damien George
2014-05-03stmhal: Enable cmath module.Damien George
2014-05-03py, objtype.c: Rename class_ to instance_ following change of typedef.Damien George
2014-05-03Merge pull request #546 from stinos/relax-makeqstrdataDamien George
2014-05-03Merge pull request #552 from stinos/mingw-allocaPaul Sokolovsky