1. 0e76347 chore: release 3.5 by Chris Liechti · 3 years, 7 months ago
  2. d867871 chore: beta release 3.5b0 by Chris Liechti · 3 years, 9 months ago
  3. 6ae64c1 setup: change entry points, update classifiers by Chris Liechti · 3 years, 9 months ago
  4. 6fa82e1 docs: update copyright, notes, changelog by Chris Liechti · 3 years, 9 months ago
  5. 690a8d0 docs: update CHANGES by Chris Liechti · 3 years, 9 months ago
  6. c54c81d chore: release 3.4 by Chris Liechti · 7 years ago
  7. 82d568c docs: update CHANGES.rst by Chris Liechti · 7 years ago
  8. 1c4bc81 chore: release 3.3 by Chris Liechti · 7 years ago
  9. dc56ac9 win32: spurious write fails with ERROR_SUCCESS, fixes #194 by Chris Liechti · 7 years ago
  10. 772a6fa fix typos in documentation by Jakub Wilk · 7 years ago
  11. ffb44d6 chore: release 3.2.1 by Chris Liechti · 8 years ago
  12. ade9ea9 chore: release 3.2.0 by Chris Liechti · 8 years ago
  13. d1fb227 docs: update CHANGES.rst by Chris Liechti · 8 years ago
  14. ab1ff48 win32: fix return value of non-blocking write, fixes #162 by Chris Liechti · 8 years ago
  15. 06ed4a5 docs: timout class by Chris Liechti · 8 years ago
  16. 6dc58e8 posix: clear CMSPAR on supported platforms, fixes #157 by Chris Liechti · 8 years ago
  17. 1d15715 loop: Class Serial in protocol_loop.py references variable before assigning by Chris Liechti · 8 years ago
  18. ecf7d6e docs: typo, update changes by Chris Liechti · 8 years ago
  19. 9e60ac7 miniterm: Python 3 fix for cancel, fixes #137 by Chris Liechti · 8 years ago
  20. 6823937 posix: handle different errno for OSX when setting control lines on open, fixes #133 by Chris Liechti · 8 years ago
  21. f1dec6a prepare release V3.1.1 by Chris Liechti · 8 years ago
  22. 8643e50 fix: avoid Python 3 syntax in aio module by Chris Liechti · 8 years ago
  23. 5d772fc cli: rename to _reconfigure_port, fixes #127 by Chris Liechti · 8 years ago
  24. 279201b posix: PATCH: Check delay_before_tx/rx for None in serialposix.py, fixes #126 by Chris Liechti · 8 years ago
  25. a9d9b3d doc: update CHANGES.txt by Chris Liechti · 8 years ago
  26. c55b5ac prepare V3.1.0 by Chris Liechti · 8 years ago
  27. 411fa9b doc: update change list by Chris Liechti · 8 years ago
  28. 06ae1dc doc update by Chris Liechti · 8 years ago
  29. f0223b8 doc: update CHANGES.rst by Chris Liechti · 8 years ago
  30. 01df889 serialposix: _set_rs485_mode() tries to read non-existing attribute, fixes 85 by Chris Liechti · 8 years ago
  31. 4233c65 update changelog by Chris Liechti · 8 years ago
  32. 78143f9 update changelog by Chris Liechti · 8 years ago
  33. 91dc087 prepare release 3.0.1 by Chris Liechti · 8 years ago
  34. 675b293 doc update for release by Chris Liechti · 8 years ago
  35. b5f3182 doc update by Chris Liechti · 8 years ago
  36. e192724 win32: fix minimal timeout issue by Chris Liechti · 9 years ago
  37. eef7923 doc update by Chris Liechti · 9 years ago
  38. 6d86727 doc update by Chris Liechti · 9 years ago
  39. cc654c8 prepare V3.0b1 by Chris Liechti · 9 years ago
  40. 2fb3404 doc update by Chris Liechti · 9 years ago
  41. 889308f remove non existing release 2.8 and merge list of changes with 3.0a0 by Chris Liechti · 9 years ago
  42. c2b2679 doc updates by Chris Liechti · 9 years ago
  43. eacc3e9 doc update by Chris Liechti · 9 years ago
  44. b43ef05 doc update by Chris Liechti · 9 years ago
  45. 2ed3a57 [Bug pyserial:187] improve support for FreeBSD (list_ports_posix) by Chris Liechti · 9 years ago
  46. d14b1ab URLs: changed paramter delimiter from / to ? and & as it is usual for URLs, update docs by Chris Liechti · 9 years ago
  47. 1f7ac6c miniterm: change command line args by Chris Liechti · 9 years ago
  48. b028b25 Migrate to setuptools if installed. by Steven Michalske · 9 years ago
  49. 2a9486d Rename version to 3.0a to comply with pep 440. by Steven Michalske · 9 years ago
  50. e47ffe5 [Bug pyserial:170] list_ports_posix not working properly for Cygwin by Chris Liechti · 9 years ago
  51. ce62188 doc: update RS485 related docs by Chris Liechti · 9 years ago
  52. e2a64da [Feature pyserial:39] Support BlueTooth serial port discovery on Linux by Chris Liechti · 9 years ago
  53. 069d32a [Bug pyserial:185] SocketSerial.read() never returns data when timeout==0 by Chris Liechti · 9 years ago
  54. d240cf5 [Bug pyserial:169] missing "import time" in serialwin32.py by Chris Liechti · 9 years ago
  55. 6e683ed [Patch pyserial:34] Improvements to port_publisher.py example by Chris Liechti · 9 years ago
  56. b74be01 [Bug pyserial:172] applySettingsDict() throws an error if the settings dictionary is not complete by Chris Liechti · 9 years ago
  57. 8cf8f06 posix: clear OCRNL/ONLCR flags (CR/LF translation settings) by Chris Liechti · 9 years ago
  58. 5c4d2d8 [Patch pyserial:36 / 38] Make USB information work in python 3.4 and 2.7 by Chris Liechti · 9 years ago
  59. 779b1a2 remove set* functions, use @property decorator by Chris Liechti · 9 years ago
  60. c6af356 doc update: rename CHANGES.txt -> .rst, improve README by Chris Liechti · 9 years ago[Renamed from CHANGES.txt]
  61. 80e2ae2 doc update: links, license by Chris Liechti · 9 years ago
  62. b9229f7 remove pyparallel and move pyserial files to toplevel by Chris Liechti · 9 years ago