2237 Commits (b30a777ace4440bbd439419ba51cc60d7dd501f0)
 

Author SHA1 Message Date
Damien George a0863158f5 Merge pull request #605 from stinos/travis-mingw 11 years ago
Damien George 96b62855b5 Merge pull request #604 from stinos/windows-enablefeat 11 years ago
Damien George ee7a880d6e py: Use mp_arg_check_num in more places. 11 years ago
stijn 5f9ebd36cd travis: Add cross-compilation of mingw port 11 years ago
Damien George 1d34e32431 py: frozenset() creates an empty frozenset. 11 years ago
stijn b9d8091d0e windows: Enable frozen set and sys.exit 11 years ago
stijn 9e040b7cd8 unix: Use standard return codes for main 11 years ago
Damien George 2323ef9182 py: Rename globally-accessible tuple functions, prefix with mp_obj_. 11 years ago
Damien George c59af52e84 py: Rename some unichar functions for consistency. 11 years ago
Damien George 89755ae67f py: Rename MICROPY_SYS_EXIT to MICROPY_MOD_SYS_EXIT. 11 years ago
Damien George f92a0d4d16 stmhal: Enable frozenset. Takes 292 text bytes in ROM. 11 years ago
Damien George bd651d1a67 Merge pull request #597 from stinos/mingw-compilation 11 years ago
Damien George c3dcb590b8 Merge pull request #603 from stinos/windows-tests-newline 11 years ago
Damien George 18ceb7055b Merge branch 'master' of github.com:micropython/micropython 11 years ago
Damien George a7a1a38df4 stmhal: Update CC3000 driver to newer version. 11 years ago
Paul Sokolovsky eea0118654 py: Give up and make mp_obj_str_get_data() deal with bytes too. 11 years ago
stijn a4dbc73e8a tests: Fix handling of newlines from expected output files 11 years ago
Paul Sokolovsky b2d4fc06fc objstr: Make *strip() accept bytes. 11 years ago
Paul Sokolovsky ce6c10172b tests: Really fix import. 11 years ago
Paul Sokolovsky b4acd028b6 tests: Fix import. 11 years ago
Paul Sokolovsky ea9708092e objtuple: Go out of the way to support comparison of subclasses. 11 years ago
Paul Sokolovsky 9511f60f01 py: Don't try to "bind" types store as attributes of objects. 11 years ago
Paul Sokolovsky 69f3eb2c96 objstr: Make .[r]partition() work with bytes. 11 years ago
Paul Sokolovsky 285683d203 objboundmeth: If detailed reporting enabled, print object content. 11 years ago
Paul Sokolovsky 7aca1cae34 py: Start making good use of mp_const_obj_t. 11 years ago
Damien George 50073ed5d6 stmhal/cc3k: Remove spaces and tabs at end of lines. 11 years ago
Paul Sokolovsky 3f8d34ca83 objlist: Support list slice deletion. 11 years ago
Paul Sokolovsky 94d8246272 objlist: Implement non-growing slice assignment. 11 years ago
Paul Sokolovsky d915a52eb6 py: Fix prefix on few sequence helpers, was incorrectly "mp_". 11 years ago
Paul Sokolovsky aa4d19a05c objtype: Comments for duplicating code in runtime.c. 11 years ago
Paul Sokolovsky 1a7403bb74 objtype: Implement ->getiter() method for instances. 11 years ago
Paul Sokolovsky 0bc15941c2 py: Make mp_obj_print() handle null object w/o segfault if debug build. 11 years ago
Paul Sokolovsky 7067d69bcc objnamedtuple: Support iteration. 11 years ago
Damien George 3793830ed9 tools: Move gendoc.py to tools, and make it a little more generic. 11 years ago
Damien George 09bbe7215a stmhal: Fix USB CDC not flushing packets when an exact multiple of 64. 11 years ago
Damien George 0fb80c303a py: Compress a little the bytecode emitter structure. 11 years ago
Damien George 9597771fe4 py, emitters: Fix dummy_data size for bytecode and thumb. 11 years ago
Damien George 7db57bf6b2 Merge branch 'master' of github.com:micropython/micropython 11 years ago
Paul Sokolovsky 6913521911 objstr: Implement .lower() and .upper(). 11 years ago
Damien George b0edec61ac stmhal: Improve handling of out-of-memory in REPL. 11 years ago
Damien George e1199ecf10 py, lexer: Add allocation policy config; return NULL if can't allocate. 11 years ago
Damien George 1b82e9af5c py: Improve handling of memory error in parser. 11 years ago
Paul Sokolovsky ad6178bb08 builtinimport: Fix broken namespace imports due to dup vstr_cut_tail_bytes(). 11 years ago
Paul Sokolovsky f9589d2f23 builtinimport: Fix comment orphaned by one of previous commits. 11 years ago
Paul Sokolovsky deaeaac469 modsys: Enable sys.exit() per port after all. 11 years ago
Paul Sokolovsky 37b0f33545 objset: Add frozenset tests, skippable if frozenset not available. 11 years ago
Paul Sokolovsky 43d4a6fa31 run-tests: Add support for skipping tests. 11 years ago
Paul Sokolovsky 0f14fdea0c stmhal: Implement draft version of sys.exit(). 11 years ago
Paul Sokolovsky d99e9083cb modsys, unix: Add sys.exit(), should be implemented by a port. 11 years ago
Paul Sokolovsky d80e2476c7 py: Disable frozenset by default, enable on unix. 11 years ago