aboutsummaryrefslogtreecommitdiff
path: root/py
AgeCommit message (Expand)Author
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
2014-05-03objclosure, objcell: Print detailed representation if was requested.Paul Sokolovsky
2014-05-03More relaxed parsing of preprocessed qstr headerstijn
2014-05-03py: Use <alloca.h> for alloca()stijn
2014-05-02py, unix: Make "mpconfig.h" be first included, as other headers depend on it.Paul Sokolovsky
2014-05-02objtype: Work around stupid strict aliasing check.Paul Sokolovsky
2014-05-02objexcept: Support tracebacks for user Exception subclasses.Paul Sokolovsky
2014-05-02objtype: Rename mp_obj_class_t -> mp_obj_instance_t and move to local header.Paul Sokolovsky
2014-05-02objtype: .print() Exception instances in adhoc way.Paul Sokolovsky
2014-05-01Merge pull request #544 from lurch/fix-minmaxPaul Sokolovsky
2014-05-01objfun: More debug logging.Paul Sokolovsky
2014-05-01objgenerator: Fix check for too few args passed to gen function.Paul Sokolovsky
2014-05-01objgenerator: .print(): Output real underlying function name.Paul Sokolovsky
2014-05-01Fix the builtin min() and max() functions (and add tests).Andrew Scheller
2014-05-01py: Add copyright/license header to each file.Paul Sokolovsky
2014-05-01py: Add tentative scheme for error messages configuration.Paul Sokolovsky
2014-05-01objfun: Add function name accessor and .print slot method.Paul Sokolovsky
2014-04-30Merge pull request #528 from pfalcon/native-subclass1Damien George
2014-04-30objfun: Factor out function to report positional args mismatch.Paul Sokolovsky
2014-04-30py: Abstract no-return attribute for functions a bit.Paul Sokolovsky
2014-04-30py: If setjmp NLR implementation is forced, omit native versions.Paul Sokolovsky
2014-04-30nlr.h: As we treat all warnings as errors, can't use #warning.Paul Sokolovsky
2014-04-30objtype: Support calling normal methods inherited from native base class.Paul Sokolovsky
2014-04-29objtype: Add support for looking up non-method attrs in native base class.Paul Sokolovsky
2014-04-29objtype: Implement basic framework for subclassing native types.Paul Sokolovsky
2014-04-28py: Fix bug in map lookup of interned string vs non-interned.Damien George
2014-04-28py: Fix lexerunix, where not all data may be read from a file.Damien George
2014-04-28py: Remove silly comment about interning keywords.Damien George