913 Commits (e4758ad2e2b027d3bcbe8b1bfe17087665dbafd0)
 

Author SHA1 Message Date
Damien George e4758ad2e2 Merge pull request #301 from pfalcon/full-kwargs 11 years ago
Paul Sokolovsky ac2e28c654 Support passing positional args as keywords to bytecode functions. 11 years ago
Paul Sokolovsky 44739e280e Make DEBUG_printf() a proper function, implementation is port-dependent. 11 years ago
Paul Sokolovsky 1b694c082e Rename fun-kwargs.py -> fun-kwvarargs.py to free up slot for simple kw test. 11 years ago
Damien George 8bb11171da stm: Only define __packed if not already defined. 11 years ago
Paul Sokolovsky 5fd7bc3264 Propagate scope flags refactor to emitcpy.c. 11 years ago
Paul Sokolovsky 91ba7a54c5 builtinimport: Get the basic (and only basic) package imports work. 11 years ago
Paul Sokolovsky d3783570a4 builtinimport.c: Recognize "namespace package" and error out as unsupported. 11 years ago
Damien George e5d371b545 py: Pass keyword arguments to byte code. 11 years ago
Damien George 2e482cdb7b py: Implement *vargs support. 11 years ago
Damien George 96056a6272 py: Revent some long int configuration. 11 years ago
Damien George 91f2dbf64c Merge branch 'master' of github.com:micropython/micropython 11 years ago
Damien George c8f78bc280 py: VM never throws an exception, instead returns a status and value. 11 years ago
Paul Sokolovsky ff4678c5b4 objexcept: Fix thinko with args to mp_obj_new_list(). 11 years ago
Damien George 36109d246f Small change to configuration of long int. 11 years ago
Damien George 22a0865d54 py: Improve exception bases, reduces ROM usage. 11 years ago
Damien George 8725f8f7de py: Pass all scope flags through to runtime. 11 years ago
Damien George c5966128c7 Implement proper exception type hierarchy. 11 years ago
Damien George a71c83a1d1 Change mp_obj_type_t.name from const char * to qstr. 11 years ago
Paul Sokolovsky 8ac72b9d00 Add testcase for failing namespace switch throwing exception from a module. 11 years ago
Damien George 9307ef46ca Merge pull request #291 from GordonMcGregor/osx_build 11 years ago
Damien George aa9b74fead py: Fix IMPORT_STAR, needs to pop the stack. 11 years ago
Damien George 7ef098000a Merge pull request #288 from pfalcon/port-builtins 11 years ago
Damien George 25735ba6d3 Merge pull request #282 from pfalcon/from-star 11 years ago
Gordon McGregor 3890ec48e7 OS X compatible -map syntax for LDFLAGS 11 years ago
Paul Sokolovsky 76f8cedb52 mp_binary_get_val(): Fix value type. 11 years ago
Paul Sokolovsky 60a0d3f1db objexcept: Fix a case of initialized object field. 11 years ago
Paul Sokolovsky c203324e6c objarray: Refactor to use array accessors from binary.c . 11 years ago
Paul Sokolovsky 8bc3516389 ffi: Implement ffivar.get()/set() methods. 11 years ago
Paul Sokolovsky 910843e86d Allow ports to define statically builtin functions. 11 years ago
Damien George 70d7a83c74 stm: If SD card inserted on hard reset, it is the medium for USB MSD. 11 years ago
Paul Sokolovsky e7299b5296 Add testcase for "from module import *". 11 years ago
Paul Sokolovsky b2e8c52298 Add testcase for "from module import sym". 11 years ago
Paul Sokolovsky da1ce93da8 Implement "from module import *" construct. 11 years ago
Damien George a8d404e0e1 Merge branch 'master' of github.com:micropython/micropython 11 years ago
Damien George 099a9cb575 Remove mp_obj_new_exception_msg_1_arg and _2_arg. 11 years ago
Paul Sokolovsky 2aa217b974 Implement full arg handling for exec(). 11 years ago
Damien George 780ba22bb8 stm: Copy COPT style from unix port. 11 years ago
Damien George 648d9e6447 Merge pull request #279 from pfalcon/make-copt 11 years ago
Paul Sokolovsky 5be1b2873b unix Makefile: Split off optimization options to COPT variable. 11 years ago
Paul Sokolovsky 520e2f58a5 Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. 11 years ago
Paul Sokolovsky d5df6cd44a Replace global "static" -> "STATIC", to allow "analysis builds". Part 1. 11 years ago
Damien George 1d1e38d911 Merge branch 'master' of github.com:micropython/micropython 11 years ago
Damien George 9d324b0ac7 stm: Add specific UINT_FMT and INT_FMT. 11 years ago
Paul Sokolovsky 550d804d95 Add prototype for gc_dump_info(). 11 years ago
Damien George 323f39a2b3 Merge pull request #278 from pfalcon/unix-gc 11 years ago
Damien George 0d14d13016 Merge pull request #277 from pfalcon/link-map 11 years ago
Damien George bbe39b62bc Merge pull request #276 from dhylands/cleanup-warnings 11 years ago
Paul Sokolovsky 723a6ed371 More GC debugging improvements. 11 years ago
Paul Sokolovsky 20632e4d3f stm: Provide malloc()/realloc()/free(), as forwarding to gc_*() functions. 11 years ago