Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | py: Add keyword arg support to enumerate constructor. | Damien George | 2014-05-06 |
| | | | | | | | | Need to have a policy as to how far we go adding keyword support to built ins. It's nice to have, and gets better CPython compatibility, but hurts the micro nature of uPy. Addresses issue #577. | ||
* | basics/enumerate.py: Don't turn enumerate test into heap test. | Paul Sokolovsky | 2014-02-11 |
| | | | | With range(10000), doesn't fit into 128K heap. | ||
* | Move tests in basic/tests/ up one level preparating to multiple test dirs. | Paul Sokolovsky | 2014-01-19 |