- 14 Apr, 2014 15 commits
-
-
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
-
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 25 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
-
Damien George authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Damien George authored
py: don't look for any additional headers when lexerunix is disabled
-
Damien George authored
py: the entire `<unistd.h>` shouldn't be needed
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
Convert sys module to static allocation
-