- 08 Oct, 2015 7 commits
-
-
Paul Sokolovsky authored
Not remove so far, may be needed later.
-
Paul Sokolovsky authored
-
Damien George authored
This patch eliminates the need for a nested parse node for assignments and keyword arguments. It saves a little bit of RAM when parsing.
-
Damien George authored
In Python 3.4 the value is evaluated before the key. In Python 3.5 it's key then value.
-
Damien George authored
-
Damien George authored
Also adds tests specifically for testing constant folding.
-
Damien George authored
Thanks to Peter Hinch. Addresses issue #1488.
-
- 07 Oct, 2015 1 commit
-
-
Paul Sokolovsky authored
OpenJDK seemed to return NULL in case of exception, but Dalvik returns arbitrary value, so skip such "optimizations".
-
- 06 Oct, 2015 3 commits
-
-
Damien George authored
Thanks to Peter Hinch. See issue #1490.
-
Radomir Dopieralski authored
* Move the esp.status() to network module. * Describe the wifi.isconnected() method. * Describe esp.mac(), esp.wifi_mode(), esp.phy_mode(), esp.sleep_type(), esp.deepsleep(), and esp.flash_id() functions.
-
Paul Sokolovsky authored
-
- 05 Oct, 2015 1 commit
-
-
Paul Sokolovsky authored
-
- 04 Oct, 2015 1 commit
-
-
Paul Sokolovsky authored
-
- 03 Oct, 2015 5 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
From https://github.com/pfalcon/axtls , branch micropython.
-
Paul Sokolovsky authored
-
Damien George authored
-
Paul Sokolovsky authored
-
- 02 Oct, 2015 2 commits
-
-
Damien George authored
All breaking changes going from 3.4 to 3.5 are contained in basics/python34.py.
-
Paul Sokolovsky authored
-
- 01 Oct, 2015 9 commits
-
-
Damien George authored
-
Damien George authored
With this patch parse nodes are allocated sequentially in chunks. This reduces fragmentation of the heap and prevents waste at the end of individually allocated parse nodes. Saves roughly 20% of RAM during parse stage.
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
Python semantics are that rhs of shift must be non-negative, so there's no need to handle negative values in the underlying mpz implementation.
-
Damien George authored
-
Damien George authored
This patch adds more fine grained error message control for errors when parsing integers (now has terse, normal and detailed). When detailed is enabled, the error now escapes bytes when printing them so they can be more easily seen.
-
Paul Sokolovsky authored
-
- 30 Sep, 2015 1 commit
-
-
Paul Sokolovsky authored
-
- 29 Sep, 2015 1 commit
-
-
Paul Sokolovsky authored
-
- 28 Sep, 2015 4 commits
-
-
Paul Sokolovsky authored
To avoid local ref table overflow.
-
Tom Soulanille authored
-
Tom Soulanille authored
-
Paul Sokolovsky authored
-
- 27 Sep, 2015 5 commits
-
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-