1552 Commits (87e380b7eae5da7d4a4bee84df243faa488f10bd)
 

Author SHA1 Message Date
Damien George 87e380b7ea Merge pull request #461 from lurch/patch-1 11 years ago
Damien George 686afc5c0a py: Check that sequence has 2 elements for dict iterable constructor. 11 years ago
Paul Sokolovsky be019ce063 objdict: Implement construction from iterable of pairs. 11 years ago
Paul Sokolovsky 12a04392b9 objdict: Implement __getitem__ method. 11 years ago
Paul Sokolovsky 263853ef84 modffi: Update for latest binary API refactors. 11 years ago
Paul Sokolovsky 0c43cf9154 modstruct: Basic implementation of native struct alignment and types. 11 years ago
Paul Sokolovsky ef9124f5ff binary: Rename array accessors for clarity. 11 years ago
Paul Sokolovsky 2da81fa80c mpconfig.h: Add basic support for target endianness configuration. 11 years ago
Paul Sokolovsky 6582d64d01 modstruct: Refactor to support both LE and BE packed structs. 11 years ago
Andrew Scheller 83346749da Update mkrules.mk 11 years ago
Damien George 2b9419b5bf Merge pull request #460 from lurch/patch-2 11 years ago
Damien George 037b3e0e21 Merge pull request #458 from lurch/patch-1 11 years ago
Damien George 3f4898456b stmhal: Add stm module, which contains some constants for the MCU. 11 years ago
Damien George 57e99ebc86 py: Add simple way of looking up constants in compiler. 11 years ago
Andrew Scheller 4391c8f38e Update .gitignore 11 years ago
Damien George ae491055fa py: Fix float/complex binop returning NULL; implement complex power. 11 years ago
Damien George f31b6ff334 tests: Add test for multi-comparison. 11 years ago
Damien George d66ae18640 py: Simplify stack get/set to become stack adjust in emitters. 11 years ago
Damien George 069a35e3a5 py, compiler: Improve stack depth counting. 11 years ago
Damien George 190d1ba297 py: Make sure state/stack of byte code function has at least 1 slot. 11 years ago
Damien George a1ef441d18 py: Fix VM stack overflow detection. 11 years ago
Damien George e90be0ddf5 py: Add option to VM to detect stack overflow. 11 years ago
Damien George c90717a3e4 py: Add missing dummy functions to pass 1 emitter. 11 years ago
Damien George 58ba4c3b4c py: Check explicitly for memory allocation failure in parser. 11 years ago
Damien George ffa9bddfc4 Make lexerunix not allocate RAM for the entire script. 11 years ago
Damien George f0954e3fac py: Add emergency exception object for when heap allocation fails. 11 years ago
Damien George 6f355fd3b9 py: Make labels unsigned ints (converted from int). 11 years ago
Damien George bf8ae4d96e py: Fix modstruct to compile on 64-bit machine. 11 years ago
Damien George 3a8b1607fc Merge branch 'master' of github.com:micropython/micropython 11 years ago
Damien George 635543c72c py, compiler: Implement compiling of relative imports. 11 years ago
Damien George 2e9eb2d207 py: Fix lexer so it doesn't allow ! and .. 11 years ago
Damien George 175cecfa87 py: Make form-feed character a space (following C isspace). 11 years ago
Damien George a91f41407b py, lexer: Fix parsing of raw strings (allow escaping of quote). 11 years ago
Damien George f22626ee4f unix: Add option to only compile, and not execute code. 11 years ago
Paul Sokolovsky 978607aeff objfun: Fix default arguments filling loop, was broken in presense of kwargs. 11 years ago
Paul Sokolovsky 41e2dea4ca objfun: More debug logging when calling a bytecode function. 11 years ago
Andrew Scheller fec6f018ee Tweak pybcdc.inf to match recent changes to pybcdc.h 11 years ago
Paul Sokolovsky e9db840480 py: Start implementing "struct" module. 11 years ago
Paul Sokolovsky acb133d1b1 makeqstrdata.py: Add support for conditionally defined qstrs. 11 years ago
Paul Sokolovsky 881d9af05e objstr: Add TODO-optimize for using .join with arbitrary iterable. 11 years ago
Damien George 87bb093eb6 Merge branch 'master' of github.com:micropython/micropython 11 years ago
Damien George 7a5f9e94ad stmhal: Make /src/main.py just /main.py; allow SD to be used as root device. 11 years ago
Damien George 1d2ba5ddf9 Merge pull request #455 from lurch/exception-messages 11 years ago
Damien George 038fd52faa Merge branch 'str-index' of github.com:xbe/micropython into xbe-str-index 11 years ago
Damien George 5589db88c7 py: Implement complex division. 11 years ago
Damien George e2835c16f4 py: Oops, fix emitcpy to compile with latest changes. 11 years ago
Andrew Scheller f78cfaf8b5 Remove exception name from inside the exception message 11 years ago
Damien George b5fbd0ba87 py: Add mp_obj_is_integer; make mp_get_index check for long int. 11 years ago
Damien George d99944acdd py: Clear state to MP_OBJ_NULL before executing byte code. 11 years ago
Damien George a157e4caba py: str.join can now take arbitrary iterable as argument. 11 years ago