1793 Commits (1355cf42f23a39d3b887d2771d8bc7f3669d211c)
 

Author SHA1 Message Date
Paul Sokolovsky 14de114ba8 objdict: Add __delitem__. 11 years ago
Paul Sokolovsky cd94b384a3 objdict: Add __setitem__. 11 years ago
Damien George 86a03044e3 stmhal: Add stdin/stdout/stderr objects. 11 years ago
Damien George e2a48b66c2 tests: Add property test. 11 years ago
Damien George 777b0f32f4 py: Add property object, with basic functionality. 11 years ago
Damien George 4417478d0f tests: Make tests pass on pyboard. 11 years ago
Damien George 9dcc60d0b1 py: Detect ZeroDivisionError properly for floats. 11 years ago
Damien George 212f89e61a stmhal: Improve USB CDC write function (increase timeout). 11 years ago
Damien George 0e4ba25834 py: Fix SyntaxError exception: don't have a block name, so pass NULL. 11 years ago
Damien George 73496fbbe4 py: Fix up source-line calculation. 11 years ago
Damien George b636d024d2 Make pyboard.py have its own exception; update run-tests for pyboard. 11 years ago
Damien George d240ff83c7 Merge branch 'master' of github.com:micropython/micropython 11 years ago
Damien George b502156e22 py: Adjust #includes in lexerunix.c. 11 years ago
Paul Sokolovsky 978d2c0267 modsys: Implement sys.byteorder. 11 years ago
Paul Sokolovsky baaaf65eaa modsys: Implement basic sys.version_info. 11 years ago
Damien George da6c2fafb5 Merge pull request #470 from errordeveloper/misc_fix/lexerunix 11 years ago
Damien George d395a0e4b1 Merge pull request #471 from errordeveloper/misc_fix/unistd 11 years ago
Damien George 674f9887ce bare-arm/unix-cpy: Minor changes. 11 years ago
Damien George cb861a5c6a stm[hal]: Init mp_sys_path and mp_sys_argv correctly. 11 years ago
Damien George 5bb7d99175 py: Modify makeqstrdata to recognise better the output of CPP. 11 years ago
Damien George 49f20b841d py: Add more #if's for configurable MOD_SYS. 11 years ago
Damien George 640e7e4779 Merge pull request #476 from pfalcon/static-sys 11 years ago
Damien George f95c68e536 Merge pull request #473 from pfalcon/list-extend-iter 11 years ago
Damien George b9e7ed4ebc py: Oops, fix int.from_bytes to correctly convert bytes! 11 years ago
Damien George 5213eb35b5 py: Make int.from_bytes a classmethod; support arbitrary length buf. 11 years ago
Damien George 8a1cab952f py: Fix mp_get_buffer, and use it in more places. 11 years ago
Damien George 4b01de44ba py: Add traceback info to syntax errors. 11 years ago
Damien George 3d484d9ad4 py: Update showbc to decode ptrs for MAKE_FUNCTION ops. 11 years ago
Damien George 0aab675108 stmhal: Little hack to dump GC allocation table using pyb.info(). 11 years ago
Damien George df8127a17e py: Remove unique_codes from emitglue.c. Replace with pointers. 11 years ago
Paul Sokolovsky 68e7c5146c py: Factor out impl of special methods for builtin types into opmethods.c 11 years ago
Paul Sokolovsky 036ad76659 objset: Implement __contains__() op-method. 11 years ago
Paul Sokolovsky 1a37588e35 py: Provide more details for too few and too much args for Python fun calls. 11 years ago
Paul Sokolovsky 48fdaad824 py: Rename collections module to _collections. 11 years ago
Paul Sokolovsky ef79a82cec README: Update for modffi being enabled by default for unix port. 11 years ago
Paul Sokolovsky 4165cd1c0c stmhal: Update for static mod sys. 11 years ago
Paul Sokolovsky a3e50eacca py: Move sys attribute qstrs's to core. 11 years ago
Paul Sokolovsky 5500cdeec7 py, unix: Convert sys module to static representation. 11 years ago
Paul Sokolovsky 18bef25a0c objlist: Add support for statically allocated lists. 11 years ago
Paul Sokolovsky f130ca1f60 py: Make bytes type hashable. 11 years ago
Paul Sokolovsky 73b7027b83 objstr: Add str.encode() and bytes.decode() methods. 11 years ago
Paul Sokolovsky aa6666c45e objlist: Make .extend accept arbitrary iterable. 11 years ago
Damien George fe6ded4d17 Merge pull request #472 from pfalcon/modffi-on 11 years ago
Damien George eb936189aa Merge branch 'master' of github.com:micropython/micropython 11 years ago
Damien George 8721087661 py: Big improvements to inline assembler. 11 years ago
Paul Sokolovsky 9a092831f7 unix: Enable modffi by default. 11 years ago
Paul Sokolovsky 06526e7ccc pip-micropython: Apply more workarounds for setuptools, pip, etc misfeatures. 11 years ago
Damien George 82c7b1b1d5 stmhal: Put a USB structure in ROM; GC doesn't scan the data segment. 11 years ago
Damien George b14f2a0ba3 Update .gitignore to ignore __pycache__/. 11 years ago
Damien George 71dcd51989 examples: Add example script to flash an LED using inline assembler. 11 years ago