- 25 May, 2014 2 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
- 24 May, 2014 4 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Older int-only encoding is not expressive enough to support arbitrary slice assignment operations.
-
Damien George authored
Now of the form MICROPY_PY_*. See issue #35.
-
Paul Sokolovsky authored
-
- 21 May, 2014 1 commit
-
-
Damien George authored
See issue #608 for justification.
-
- 15 May, 2014 3 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Done in generalized manner, allowing any stream class to be specified as working with bytes.
-
- 13 May, 2014 2 commits
-
-
Paul Sokolovsky authored
sep=None is TODO.
-
Paul Sokolovsky authored
-
- 11 May, 2014 6 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
This is not fully correct re: error handling, because we should check that that types are used consistently (only str's or only bytes), but magically makes lot of functions support bytes.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
- 10 May, 2014 4 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Damien George authored
-
Paul Sokolovsky authored
Should support everything supported by strings.
-
- 06 May, 2014 1 commit
-
-
Paul Sokolovsky authored
Addresses #567.
-
- 03 May, 2014 1 commit
-
-
Damien George authored
Blanket wide to all .c and .h files. Some files originating from ST are difficult to deal with (license wise) so it was left out of those. Also merged modpyb.h, modos.h, modstm.h and modtime.h in stmhal/.
-
- 02 May, 2014 1 commit
-
-
Paul Sokolovsky authored
Specifically, nlr.h does.
-
- 30 Apr, 2014 1 commit
-
-
Paul Sokolovsky authored
-
- 26 Apr, 2014 2 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Share code with .strip(). TODO: optimize .rstrip().
-
- 19 Apr, 2014 1 commit
-
-
Paul Sokolovsky authored
-
- 18 Apr, 2014 1 commit
-
-
Damien George authored
When querying an object that supports the buffer protocol, that object must now return a typecode (as per binary.[ch]). This does not have to be honoured by the caller, but can be useful for determining element size.
-
- 17 Apr, 2014 2 commits
-
-
Damien George authored
Also make consistent use of MP_OBJ_NOT_SUPPORTED and MP_OBJ_NULL. This helps a lot in debugging and understanding of function API.
-
Damien George authored
mp_obj_t->subscr now does load/store/delete.
-
- 15 Apr, 2014 2 commits
-
-
Damien George authored
-
Damien George authored
-
- 14 Apr, 2014 1 commit
-
-
Damien George authored
Disabled by default. Enabled in unix port.
-
- 13 Apr, 2014 4 commits
-
-
Paul Sokolovsky authored
Similar to tuples, lists, dicts. Statically allocated strings don't have hash computed.
-
Paul Sokolovsky authored
This feature was proposed with initial hashing RFC, and is prerequisite for seamless static str object definition.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
These largely duplicate str() & bytes() constructors' functionality, but can be used to achieve Python2 compatibility.
-
- 11 Apr, 2014 1 commit
-
-
Damien George authored
It has (again) a fast path for ints, and a simplified "slow" path for everything else. Also simplify the way str indexing is done (now matches tuple and list).
-