index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
basics
/
sys1.py
Age
Commit message (
Expand
)
Author
2025-07-22
py/modsys: Add sys.implementation._thread attribute.
Damien George
2025-03-05
py/modsys: Add sys.implementation._build entry.
Damien George
2023-12-15
py/modsys: Implement optional sys.intern.
stijn
2023-06-08
tests: Replace umodule with module everywhere.
Jim Mussared
2022-05-17
tests: Fix tests to use sys.implementation._mpy.
Damien George
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