Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-19 | Move tests in basic/tests/ up one level preparating to multiple test dirs. | Paul Sokolovsky | |
2014-01-15 | Merge branch 'str-repr' of github.com:pfalcon/micropython into pfalcon-str-repr | Damien George | |
Conflicts: tests/basics/tests/exception1.py | |||
2014-01-15 | Implement repr. | Damien George | |
2014-01-15 | type->print(): Distinguish str() and repr() variety by passing extra param. | Paul Sokolovsky | |
2014-01-15 | Refactor exception objects to have better impl of Python-side interface. | Paul Sokolovsky | |
This implements internal args tuple of arguments, while still keeping object useful for reporting C-side errors. Further elaboration is needed. |