Age | Commit message (Expand) | Author |
---|---|---|
2020-09-04 | all: Rename "sys" module to "usys". | stijn |
2019-11-04 | py/modsys: Report .mpy version in sys.implementation. | Damien George |
2019-10-29 | tests/basics: Split sys.exit test to separate file so it can be skipped. | Damien George |
2019-05-03 | tests/basics/sys1.py: Add test for calling sys.exit() without any args. | Damien George |
2017-06-10 | tests/basics: Convert "sys.exit()" to "raise SystemExit". | Paul Sokolovsky |
2017-02-15 | tests/basic/: Make various tests skippable. | Paul Sokolovsky |
2015-10-02 | tests: Allow tests to pass against CPython 3.5. | Damien George |
2015-04-22 | tests: Add tests for attrtuple, and for more corner cases. | Damien George |
2015-04-04 | tests: Add missing tests for builtins, and many other things. | Damien George |