- 14 Apr, 2014 25 commits
-
-
Paul Sokolovsky authored
That was easy - just avoid erroring out on seeing candidate dir for namespace package. That's far from being complete though - namespace packages should support importing portions of package from different sys.path entries, here we require first matching entry to contain all namespace package's portions. And yet, that's a way to put parts of the same Python package into multiple installable package - something we really need for *Micro*Python.
-
Paul Sokolovsky authored
-
Damien George authored
pip-micropython: revert $HOME back to ~
-
Andrew Scheller authored
-
Damien George authored
-
Damien George authored
Don't allow both ENDIANNESSes to be set
-
Damien George authored
Make pip-micropython more portable
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
Add Travis CI support.
-
Damien George authored
Disabled by default. Enabled in unix port.
-
Damien George authored
-
Damien George authored
Use computed goto instead of switching op-codes.
-
AZ Huang authored
-
Damien George authored
Fix parallel build.
-
Damien George authored
-
AZ Huang authored
-
AZ Huang authored
-
Andrew Scheller authored
Replace /tmp with a $TMPDIR variable Replace multiple occurrences of /tmp/pip-micropy-venv with a $TMPVENV variable Replace ~ with $HOME
-
Andrew Scheller authored
See discussion on https://github.com/micropython/micropython/commit/2da81fa80c4cd965f05ad237d81d9764322fde20 Explicitly set `MP_ENDIANNESS_LITTLE` because that's the #define that is used in code elsewhere.
-
Damien George authored
-
Damien George authored
Packets of 64 bytes length are not send to the host until the following packet is sent. Fixed by never sending packets of 64 bytes length.
-
Damien George authored
-
Damien George authored
-
- 13 Apr, 2014 15 commits
-
-
Paul Sokolovsky authored
The logic appears to be that (at least beginning of) sys.versions is the version of reference Python language implemented, not version of particular implementation. Also, bump set versions at 3.4.0, based on @dpgeorge preference.
-
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
-
Damien George authored
Available via sys.std{in,out,err}. Basic reading and writing supported. Even sys.stdin.readline!
-
Damien George authored
-
Damien George authored
Enabled by MICROPY_ENABLE_PROPERTY.
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
Should address issue #475.
-
Damien George authored
-
Damien George authored
-