1. 14259d6 docs: fix typos by Pierre Grimaud · 3 years, 2 months ago
  2. e99bda3 refactor: raise new instances for PortNotOpenError and SerialTimeoutException by Chris Liechti · 3 years, 9 months ago
  3. 48a5ce1 serial: SerialBase with is idempotent by Guillaume Galeazzi · 7 years ago
  4. 7bd4270 test: fix missing definition in test_pty by Chris Liechti · 7 years ago
  5. 508d842 test: extend test_pty by Chris Liechti · 7 years ago
  6. 88e1064 test: extend test_pty by Chris Liechti · 7 years ago
  7. b92c3f8 test: improve and extend tests for "exclusive" by Chris Liechti · 7 years ago
  8. d26ec4c test: add simple test for exclusive flag by Chris Liechti · 7 years ago
  9. 73ff15c test: remove traces of port numbers by Chris Liechti · 8 years ago
  10. 8880264 test_advanced: cleanup test by Chris Liechti · 8 years ago
  11. 7fabc9c test: fix sys.path patch to run local tests by Chris Liechti · 8 years ago
  12. d361d68 test_util: compatibility with Python 3.x < 3.4 by Chris Liechti · 8 years ago
  13. 8c05ebf test_cancel: make tests a little less timing sensitive by Chris Liechti · 8 years ago
  14. 7549149 test: skip RS485 tests that only work on real port, #165 by Chris Liechti · 8 years ago
  15. 43dd68b test: cleanups by Chris Liechti · 8 years ago
  16. 122a932 test: add tests for to_bytes and iterbytes by Chris Liechti · 8 years ago
  17. 686abf5 tests: extend tests for serial.threaded by Chris Liechti · 8 years ago
  18. 790be84 test: add minimal test for serial.theaded by Chris Liechti · 8 years ago
  19. 012df5c serialutil: add tests for Timeout class by Chris Liechti · 8 years ago
  20. 3debab2 style: use .format() instead of % formatting by Chris Liechti · 8 years ago
  21. 5524bc0 test: cleanup & tweak test by Chris Liechti · 8 years ago
  22. 77d922b style: flake8 findings by Chris Liechti · 8 years ago
  23. c57d2bc test: skip asyncio on non-posix systems by Chris Liechti · 8 years ago
  24. 4dcd025 test: improve cancel test (race condition w/ threads) by Chris Liechti · 8 years ago
  25. edb0714 cancel: improve test by Chris Liechti · 8 years ago
  26. 242f8c4 asyncio: add test by Chris Liechti · 8 years ago
  27. f89cf8e test: improve stability, reduce influence on next test by Chris Liechti · 8 years ago
  28. 9cbd646 cancel: add basic test by Chris Liechti · 8 years ago
  29. a7db97c test_pty: skip on Windows where pty module is not available by Chris Liechti · 8 years ago
  30. 8eb2fd8 test: open serial on PTY by Miguel Sánchez de León Peque · 8 years ago
  31. 8e37ba9 style: some of the suggestions from flake8 by Chris Liechti · 8 years ago
  32. dedd3b7 avoid deprecated unittest functions by Chris Liechti · 8 years ago
  33. bb5341b rfc2217: improve tests and fix bugs by Chris Liechti · 9 years ago
  34. 3fcb192 add minimal test for RFC 2217 client by Chris Liechti · 9 years ago
  35. 0af3b82 test_settings_dict: add a new test, refactor, doc by Chris Liechti · 9 years ago
  36. 7c032f1 doc: update header in tests by Chris Liechti · 9 years ago
  37. 1684385 fix deprecated function, unicode in test by Chris Liechti · 9 years ago
  38. 6ed12e0 cli: update implementation by Chris Liechti · 9 years ago
  39. 20ed5fd test: update no new API by Chris Liechti · 9 years ago
  40. d73344d test: improve test reliability by Chris Liechti · 9 years ago
  41. 33f0ec5 rs485: redo RS485 support, removed RTS toggle function by Chris Liechti · 9 years ago
  42. b74be01 [Bug pyserial:172] applySettingsDict() throws an error if the settings dictionary is not complete by Chris Liechti · 9 years ago
  43. 779b1a2 remove set* functions, use @property decorator by Chris Liechti · 9 years ago
  44. 418a222 make that tests are also found when ivoking from other directory by Chris Liechti · 9 years ago
  45. a6f0b76 improve tests by Chris Liechti · 9 years ago
  46. b9229f7 remove pyparallel and move pyserial files to toplevel by Chris Liechti · 9 years ago