- Oct 06, 2015
-
-
Paul Sokolovsky authored
-
- Oct 05, 2015
-
-
Paul Sokolovsky authored
-
- Oct 04, 2015
-
-
Paul Sokolovsky authored
-
- Oct 03, 2015
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
From https://github.com/pfalcon/axtls , branch micropython.
-
Paul Sokolovsky authored
-
Damien George authored
-
Paul Sokolovsky authored
-
- Oct 02, 2015
-
-
Damien George authored
All breaking changes going from 3.4 to 3.5 are contained in basics/python34.py.
-
Paul Sokolovsky authored
-
- Oct 01, 2015
-
-
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
-
- Sep 30, 2015
-
-
Paul Sokolovsky authored
-
- Sep 29, 2015
-
-
Paul Sokolovsky authored
-
- Sep 28, 2015
-
-
Paul Sokolovsky authored
To avoid local ref table overflow.
-
Tom Soulanille authored
-
Tom Soulanille authored
-
Paul Sokolovsky authored
-
- Sep 27, 2015
-
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
Those two are rarely used features and better to have the extra heap.
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-