2699 Commits (ad4c014d461cf325712d961c547f461746f52408)
 

Author SHA1 Message Date
Damien George f065344d3b Merge branch 'preserve-except' of github.com:dhylands/micropython into dhylands-preserve-except 11 years ago
Damien George aa47f3968b Merge pull request #734 from iabdalkader/copysign 11 years ago
Dave Hylands 2fe841d2fa Try not to cause a MemoryError when raising an exception during nterrupt handling. 11 years ago
Paul Sokolovsky caa7334141 stackctrl: Add "mp_" prefix. 11 years ago
Paul Sokolovsky e95b6b5e07 modffi: Add special 'C' code for passing a callback function pointer. 11 years ago
Dave Hylands 0d81c133b3 Add timer_deinit and call it just before doing a soft-restart 11 years ago
mux 5d44e6a92c Add copysignf 11 years ago
Damien George 4039a26679 Merge pull request #710 from iabdalkader/assert 11 years ago
Damien George b601d9574a py: Improvements to native emitter. 11 years ago
Paul Sokolovsky 5813efd634 stmhal: pyb.adc: Clarify that buffer with elements of any size can be used. 11 years ago
Paul Sokolovsky bb35f425f9 Merge pull request #730 from stinos/windows-mpconfig 11 years ago
Paul Sokolovsky c10a4405cd gendoc.py: Support modules w/o functions and/or classes. 11 years ago
Paul Sokolovsky a23475979b modffi: Support short types. 11 years ago
stijn ec6fa8732b windows: Sync mpconfigport.h with the unix' version 11 years ago
Paul Sokolovsky 8139494e54 stmhal: Include mpconfig.h before all other includes. 11 years ago
Paul Sokolovsky 9e215fa4c2 py: Make unichar_charlen() accept/return machine_uint_t. 11 years ago
Paul Sokolovsky a62da515af Merge pull request #729 from stinos/fix-include-order 11 years ago
stijn 5478ed18ea unix: Fix mpconfig.h not being included before misc.h 11 years ago
Damien George b1b840554d Merge branch 'unicode' 11 years ago
Damien George 635b60e299 unix, stmhal: Add option for STR_UNICODE to mpconfigport.h. 11 years ago
Damien George 8546ce1e28 py: Add missing #endif. 11 years ago
Damien George 41736f8201 tests: Write output in byte mode, not text mode. 11 years ago
Damien George e04a44e2f6 py: Small comments, name changes, use of machine_int_t. 11 years ago
Damien George b3a50f0f3e Merge branch 'master' into unicode 11 years ago
Paul Sokolovsky 8993fb6cf0 py: Add protection against printing too nested or recursive data structures. 11 years ago
Paul Sokolovsky 7e4ec3bf4f bare-arm: Hint of setting MICROPY_ERROR_REPORTING to REPORTING_TERSE. 11 years ago
Paul Sokolovsky 81df1e6c98 bare-arm: Disable array module and even bytearray type. 11 years ago
Paul Sokolovsky cb78f862cb py: Allow to disable array module and bytearray type. 11 years ago
Paul Sokolovsky 0a1ea40273 bare-arm: Enable link map file. 11 years ago
Paul Sokolovsky 8a96ebea75 py: Move stack_ctrl_init() to mp_init(). 11 years ago
Paul Sokolovsky 64c58403ef Merge pull request #720 from iabdalkader/mcu_name 11 years ago
mux a75e382a9b Change MCU name config micro 11 years ago
Paul Sokolovsky 3c8ce38d20 Merge pull request #717 from stinos/dead-code 11 years ago
Paul Sokolovsky 3659af97c5 Merge pull request #703 from iabdalkader/micro_names 11 years ago
Paul Sokolovsky ed07d035d5 tests: Add basic test for unicode file i/o. 11 years ago
Paul Sokolovsky f5f6c3b792 streams: Reading by char count from unicode text streams is not implemented. 11 years ago
Paul Sokolovsky ce81312d8a misc: Add count_lead_ones() function, useful for UTF-8 handling. 11 years ago
Paul Sokolovsky 63143c94ce tests: Test for explicit start/end args to str methods for unicode. 11 years ago
Paul Sokolovsky ea2c936c7e objstrunicode: Refactor str_index_to_ptr() following objstr. 11 years ago
Paul Sokolovsky 26fda6dc8e objstr: 64-bit issues. 11 years ago
Paul Sokolovsky 00c904b47a objstrunicode: Signedness issues. 11 years ago
Paul Sokolovsky 1044c3dfe6 unicode: Make get_char()/next_char()/charlen() be 8-bit compatible. 11 years ago
Paul Sokolovsky b1949e4c09 tests: Add tests for unicode find()/rfind()/index(). 11 years ago
Paul Sokolovsky 5048df0b7c objstr: find(), rfind(), index(): Make return value be unicode-aware. 11 years ago
Paul Sokolovsky 46d31e9ca9 unicode: Add utf8_ptr_to_index(). 11 years ago
Paul Sokolovsky ded0fc77f7 py: Add dedicated unicode header. 11 years ago
Paul Sokolovsky 17994d1bd3 tests: Add test for unicode string iteration. 11 years ago
Paul Sokolovsky 79b7fe2ee5 objstrunicode: Implement iterator. 11 years ago
Paul Sokolovsky cdc020da4b objstrunicode: Re-add buffer protocol back for now, required for io.StringIO. 11 years ago
Paul Sokolovsky e7f2b4c875 objstrunicode: Revamp len() handling for unicode, and optimize bool(). 11 years ago