801 Commits (e77abc261bf47343d14c4b5e26c80a0136b93e7c)

Author SHA1 Message Date
Daniel Campora e77abc261b cc3200: Default peripheral ID support on I2C. 9 years ago
Daniel Campora 7d6b6f6681 cc3200: Make UART choose default id when not given. 9 years ago
Tom Soulanille aeb62f9ae3 py/objslice: Make slice attributes (start/stop/step) readable. 9 years ago
Tom Soulanille 04fffe6562 tests/README: Explain how tests get skipped 9 years ago
Damien George 8b4fb4fe14 py/mpz: Fix calculation of max digit storage for mpz; fix sys.maxsize. 9 years ago
Damien George 3ca84026db unix: Enable REPL auto-indent. 9 years ago
Dave Hylands 9d6128acdc stmhal: fix single precision float printing error 9 years ago
Daniel Campora f352fe82a5 tests/wipy: Add I2C tests. 9 years ago
Daniel Campora d265df589e tests/wipy: Disable the REPL on UART before running the UART test. 9 years ago
Daniel Campora 4cc0cd6cab tests/wipy: Additional tests for when the UART is un-initialized. 9 years ago
Daniel Campora 4d7fa05b43 cc3200: Improve Pin and UART implementation. 9 years ago
Daniel Campora f8b98d8329 tests/wipy: Improve UART tests with no pin assignment case. 9 years ago
Daniel Campora 88ca6c94d9 tests: Ignore exception chain test on the WiPy. 9 years ago
Daniel Campora f91f212d9f cc3200: New UART API plus related test. 9 years ago
Daniel Campora 36821d095a cc3200: Add alternate functions list to Pin object. 9 years ago
Daniel Campora d5e256486e cc3200: Re-work Pin class according to the new API. 9 years ago
Damien George 75a811a6df tests: Move int+unicode test to unicode-specific test directory. 9 years ago
Damien George 2b000474d9 py/lexer: Properly classify floats that look like hex numbers. 9 years ago
Damien George 0be3c70cd8 py/lexer: Raise SyntaxError when unicode char point out of range. 9 years ago
Damien George 081f9325f5 py/lexer: Raise NotImplError for unicode name escape, instead of assert. 9 years ago
Damien George a7ffa972f3 tests: Add tests for non-compliant behaviour of lexer. 9 years ago
Damien George 558a016e2c py/compile: Refine SyntaxError for repeated use of global/nonlocal. 9 years ago
Damien George 55b11e6d38 py/objstr: For str.endswith(s, start) raise NotImpl instead of assert. 9 years ago
Damien George 25afc7da0d tests: Add tests to improve coverage of objstr.c. 9 years ago
Damien George 81794fcd31 py/binary: Add support for array('q') and array('Q'). 9 years ago
Damien George 22602cc37b py/objstr: Make str.rsplit(None,n) raise NotImpl instead of assert(0). 9 years ago
Paul Sokolovsky 1b693543aa tests: Skip exception_chain.py with native emitter. 9 years ago
Paul Sokolovsky ab2594e341 tests: Add test for exception-chaining raise syntax. 9 years ago
Damien George 39c91d3624 tests: Fix non-compliant expected output to match actual behaviour. 9 years ago
Damien George 000730ecaa py/objstr: Simplify error handling for bad conversion specifier. 9 years ago
Damien George c9fa667252 tests: Add tests for non-compliant behaviour. 9 years ago
Damien George c2ec2ad8fb tests: Add test where __getitem__ raises IndexError to stop iteration. 9 years ago
Paul Sokolovsky a3fe307400 tests: Consolidate all feature check snippets under feature_check/. 9 years ago
Paul Sokolovsky 1a1b48e51a tests: Add feature_check dir to collect capability detection scripts. 9 years ago
Damien George b648e98ad0 py/objstr: Fix error reporting for unexpected end of modulo format str. 9 years ago
Damien George 7ef75f9f75 py/objstr: Fix error type for badly formatted format specifier. 9 years ago
Damien George 51b9a0d0c4 py/objstr: Make string formatting 8-bit clean. 9 years ago
Damien George 1d350b8ac6 tests: Add a few tests for bool, bytearray, float to improve coverage. 9 years ago
Paul Sokolovsky a488c266c3 tests: Add byteorder query script. 9 years ago
Paul Sokolovsky 58d9b10d70 tests: Split byteorder-dependent tests to *_endian.py's. 9 years ago
Paul Sokolovsky 0a8b5d160b run-tests: Allow to skip byteorder-dependent tests. 9 years ago
Paul Sokolovsky 5cb524673e tests/ffi_float: Split tgammaf() testcase to a separate test. 9 years ago
Paul Sokolovsky a160b70ced tests: Add test on set/frozenset equality. 9 years ago
Paul Sokolovsky 8b3b2d04a8 objset: frozensets are hashable. 9 years ago
Damien George 936e25b164 tests: For unix ffi float test, add libm.so.6 to library search list. 9 years ago
Damien George d007cb8903 tests: Add more tests to improve coverage, mostly testing exceptions. 9 years ago
Damien George d292a81e95 tests: Make io test cleanup after itself by removing 'testfile'. 9 years ago
Damien George 65dc960e3b unix-cpy: Remove unix-cpy. It's no longer needed. 9 years ago
blmorris bdd78c31b6 py: Add stream_tell method, and use for unix and stmhal file tell. 9 years ago
Tom Soulanille 20f40c3229 tests: Remove over-specification of startup banner 9 years ago