1. 7bb1dcc Merge pull request #433 from keith-packard/master by zsquareplusc · 5 years ago
  2. 47e4a11 Merge pull request #414 from ryan-summers/rsummers/windows-usb-composite-device-support by zsquareplusc · 5 years ago
  3. f620b47 Merge pull request #441 from NJDFan/master by zsquareplusc · 5 years ago
  4. 53d2273 Fixed flush_input_buffer() for situations where the remote end has closed by Rob Gaddi · 5 years ago
  5. 3215eb3 Merge pull request #1 from pyserial/master by NJDFan · 5 years ago
  6. f649229 tools/list_ports_windows: Scan both 'Ports' and 'Modem' device classes by Keith Packard · 5 years ago
  7. acab9d2 Merge pull request #430 from ARF1/master by zsquareplusc · 5 years ago
  8. 688e9b3 Add WaitCommEvent function to win32 by ARF1 · 5 years ago
  9. 1ab9710 Removing dependency on winerror by Ryan Summers · 6 years ago
  10. f7f32d8 Delinting changes by Ryan Summers · 6 years ago
  11. 579e3bb Updated parent traversal to check for root device by Ryan Summers · 6 years ago
  12. cd2248d Added recursive search for device USB serial number to support composite devices by Ryan Summers · 6 years ago
  13. a4d8f27 threaded: "write" returns byte count by Chris Liechti · 6 years ago
  14. ba3f6e7 docs: mention "seconds" in "send_break" and "__init__" docs by Chris Liechti · 6 years ago
  15. 86ae7f9 Merge pull request #400 from smeng9/master by zsquareplusc · 6 years ago
  16. 029b111 fix stopbits typo by Shaoyu · 6 years ago
  17. 226f19f add bytesize and stopbits argument to parser by Shaoyu · 6 years ago
  18. a27715f Merge pull request #342 from mghicho/buffer_size_fixed by zsquareplusc · 6 years ago
  19. 2d879b2 Merge pull request #358 from jdpatt/documenation-fix by zsquareplusc · 6 years ago
  20. 997ea88 Properly escape backslash. by David Patterson · 6 years ago
  21. 826533f Merge pull request #356 from jdpatt/master by zsquareplusc · 6 years ago
  22. daaf33e Documented read_until and updated parameter name to reflect functionality beyond just line terminators. by David Patterson · 6 years ago
  23. d7ae8f6 Merge pull request #354 from vlovich/patch-3 by zsquareplusc · 6 years ago
  24. 791fa85 Make ListPortInfo hashable by Vitali Lovich · 6 years ago
  25. 98b8c1a Fixed the docstring for the set_buffer_size function. It should be called after the port is opened otherwise it will be overwritten by Mohammad Ghasemiahmadi · 6 years ago
  26. 22d3900 docs: add notes for readline, readlines, writelines, IOBase by Chris Liechti · 6 years ago
  27. 8e45873 fix: compare only of the same type in list_ports_common.ListPortInfo by Chris Liechti · 6 years ago
  28. 27b7c8b Merge pull request #290 from jabdoa2/low_latency_mode by zsquareplusc · 6 years ago
  29. 1b2658a option for low latency mode on linux by Jan Kantert · 6 years ago
  30. bafd196 Merge pull request #335 from dhoomakethu/master by zsquareplusc · 6 years ago
  31. e5068a8 Merge pull request #333 from cweeks12/patch-1 by zsquareplusc · 6 years ago
  32. 4f87ba6 Merge pull request #327 from silbe/326-miniterm.py-exclusive-access by zsquareplusc · 6 years ago
  33. b178d12 Merge branch 'master' into 326-miniterm.py-exclusive-access by zsquareplusc · 6 years ago
  34. 5d5bf26 Merge pull request #324 from carlosperate/fix_miniterm_menu_exit by zsquareplusc · 6 years ago
  35. 2b155a3 Merge pull request #320 from pletnes/patch-1 by zsquareplusc · 6 years ago
  36. e74c67a Merge pull request #315 from kurtmckee/use-absolute-imports by zsquareplusc · 6 years ago
  37. 4a32be2 Merge pull request #305 from Mispel/master by zsquareplusc · 6 years ago
  38. 2f57d7d win32: do not check for links in serial.tools.list_ports by Chris Liechti · 6 years ago
  39. 49f1993 style: quotes by Chris Liechti · 7 years ago
  40. f0cde5f fix: remove default parameter now that os.path.basename is called by Chris Liechti · 7 years ago
  41. 3b7f062 Merge pull request #296 from Renha/patch-1 by zsquareplusc · 6 years ago
  42. 99cd372 Merge pull request #1 from dhoomakethu/dhoomakethu-xr-usb-serial by dhoomakethu · 6 years ago
  43. 24691e7 Add support exar usb-serial ports by dhoomakethu · 6 years ago
  44. c9661f7 Fixed 'uppon' typos by Connor Weeks · 6 years ago
  45. 9c05535 miniterm.py: use exclusive access for native serial ports by default by Sascha Silbe · 7 years ago
  46. 52bfe35 Fix miniterm constructor exit_character and menu_character by Carlos · 7 years ago
  47. e5bba52 Update pyserial.rst by Paul Anton Letnes · 7 years ago
  48. 057387c Use absolute import everywhere by Kurt McKee · 7 years ago
  49. ee70f44 return b'' when connection closes on rfc2217 connection by MANU · 7 years ago
  50. a44935c Typo fixed by Artem Grunichev · 7 years ago
  51. 92d1016 Merge pull request #263 from BrendanSimon/list_port_name by zsquareplusc · 7 years ago
  52. fac1c13 miniterm: use !r format instead of repr() by Chris Liechti · 7 years ago
  53. 92b6a43 examples: port_publisher python 3 fixes by Chris Liechti · 7 years ago
  54. a572638 posix: fix PosixPollSerial with timeout=None and add cancel support by Chris Liechti · 7 years ago
  55. 48504f7 list_ports: set default `name` attribute by Brendan Simon · 7 years ago
  56. 797018b Merge pull request #261 from madphysicist/patch-1 by zsquareplusc · 7 years ago
  57. 01e40db Added reference to main page. by Joseph Fox-Rabinovitz · 7 years ago
  58. 3fc18ee Merge pull request #259 from shaunwbell/patch-2 by zsquareplusc · 7 years ago
  59. 6bab3ca Update pyserial.rst by shaunwbell · 7 years ago
  60. 429b79b Merge pull request #257 from shaunwbell/patch-1 by zsquareplusc · 7 years ago
  61. 4e6d6ec Update README.rst by shaunwbell · 7 years ago
  62. c54c81d chore: release 3.4 by Chris Liechti · 7 years ago
  63. 82d568c docs: update CHANGES.rst by Chris Liechti · 7 years ago
  64. fd70a55 docs: changed __enter__ to open automatically by Chris Liechti · 7 years ago
  65. 8b0eaf2 miniterm: workaround for non ASCII port descriptions by Chris Liechti · 7 years ago
  66. d2bf42e docs: miniterm suspend function extensions by Chris Liechti · 7 years ago
  67. 45c6f22 miniterm: refactor key handler and extend suspend function by Chris Liechti · 7 years ago
  68. 591c451 docs: miniterm suspend function by Chris Liechti · 7 years ago
  69. 9c32628 posix: allow calling cancel functions w/o error if port is closed by Chris Liechti · 7 years ago
  70. ae59fd0 miniterm: reconnect in a loop handling errors, exit key by Chris Liechti · 7 years ago
  71. a73b96b miniterm: add suspend function (quickly close/reopen ports) by Chris Liechti · 7 years ago
  72. bcbfcdd Merge pull request #240 from AmberAussie/master by zsquareplusc · 7 years ago
  73. 48a5ce1 serial: SerialBase with is idempotent by Guillaume Galeazzi · 7 years ago
  74. 13c8f6d feat(list_ports): add interface num to location on win32 by Chris Liechti · 7 years ago
  75. cfea7d0 Merge pull request #141 from eliotb/list_ports_interfaces by zsquareplusc · 7 years ago
  76. b8dc572 Merge pull request #230 from ciorceri/master by zsquareplusc · 7 years ago
  77. 6c353f0 Added query also for &MI_xx parameter from HardwareID string by Sorin Ciorceri · 7 years ago
  78. 055f31c fix: port_publisher typo by Chris Liechti · 7 years ago
  79. fc1bf5a socket: sync error handling with posix version by Chris Liechti · 7 years ago
  80. 1c8dbee posix: fix syntax errror by Chris Liechti · 7 years ago
  81. fc70fd7 posix: timeout only applies to blocking I/O by Chris Liechti · 7 years ago
  82. 10d79d9 posix: ignore more blocking errors and EINTR in write just as in read by Chris Liechti · 7 years ago
  83. 17660ee posix: ignore more blocking errors and EINTR also for python 2.7 by Chris Liechti · 7 years ago
  84. c795c4d fix(socket): alternate impl for #225, extend on read by Chris Liechti · 7 years ago
  85. dc6faeb Merge pull request #225 from mawesi/blocking-io-error by zsquareplusc · 7 years ago
  86. 23d36bf protocol_socket: Retry if BlockingIOError occurs in reset_input_buffer. by mawesi · 7 years ago
  87. 66df3d6 Merge pull request #222 from jwilk/stray-backtick by zsquareplusc · 7 years ago
  88. bbe6d83 docs: remove stray backtick by Jakub Wilk · 7 years ago
  89. 6d6f806 Merge pull request #213 from gesorthy/rfc2217_settergetter by zsquareplusc · 8 years ago
  90. b5766f2 Changed modem line status methods to setters and getters. by gesorthy · 8 years ago
  91. bc6031c docs: improvements by Chris Liechti · 8 years ago
  92. 4f988d4 docs: typos, trove classifier by Chris Liechti · 8 years ago
  93. bdf21a1 doc: updates by Chris Liechti · 8 years ago
  94. cc4f5b4 docs: mention include_links parameter for serial.tools.list_ports.comports by Chris Liechti · 8 years ago
  95. 1ef8648 list_ports: support (at least ignore) include_links parameter by Chris Liechti · 8 years ago
  96. 1c19c42 list_ports: option to include symlinked devices by Chris Liechti · 8 years ago
  97. b5fd2d7 Merge pull request #210 from NJDFan/master by zsquareplusc · 8 years ago
  98. 5c021d4 Added Advantech multi-port serial controllers to list_ports_linux glob list. by Rob Gaddi · 8 years ago
  99. 7bd4270 test: fix missing definition in test_pty by Chris Liechti · 8 years ago
  100. 508d842 test: extend test_pty by Chris Liechti · 8 years ago