Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-10 | tests/basics: Convert "sys.exit()" to "raise SystemExit". | Paul Sokolovsky | |
2016-05-13 | tests/basics/string_splitlines: Reinstate feature test for splitlines. | Damien George | |
2016-05-13 | py/objstr: Make dedicated splitlines function, supporting diff newlines. | Damien George | |
It now supports \n, \r and \r\n as newline separators. Adds 56 bytes to stmhal and 80 bytes to unix x86-64. Fixes issue #1689. | |||
2015-04-04 | tests: Add test for str.splitlines(). | Paul Sokolovsky | |