1. a27715f Merge pull request #342 from mghicho/buffer_size_fixed by zsquareplusc · 6 years ago
  2. 2d879b2 Merge pull request #358 from jdpatt/documenation-fix by zsquareplusc · 6 years ago
  3. 997ea88 Properly escape backslash. by David Patterson · 6 years ago
  4. 826533f Merge pull request #356 from jdpatt/master by zsquareplusc · 6 years ago
  5. daaf33e Documented read_until and updated parameter name to reflect functionality beyond just line terminators. by David Patterson · 6 years ago
  6. d7ae8f6 Merge pull request #354 from vlovich/patch-3 by zsquareplusc · 6 years ago
  7. 791fa85 Make ListPortInfo hashable by Vitali Lovich · 6 years ago
  8. 035053d Manually wrap comment. Add note of Windows 10 compatibility. by Cefn Hoile · 6 years ago
  9. d46bab8 Remove spurious newline by Cefn Hoile · 6 years ago
  10. 2d36b21 Added extra codes from miniterm_mpy.py and finalised setconsolemode shenanigans. by Cefn Hoile · 6 years ago
  11. d64fb60 First proven version with minimal nav keys by Cefn Hoile · 6 years ago
  12. 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
  13. 22d3900 docs: add notes for readline, readlines, writelines, IOBase by Chris Liechti · 6 years ago
  14. 8e45873 fix: compare only of the same type in list_ports_common.ListPortInfo by Chris Liechti · 6 years ago
  15. 27b7c8b Merge pull request #290 from jabdoa2/low_latency_mode by zsquareplusc · 6 years ago
  16. 1b2658a option for low latency mode on linux by Jan Kantert · 6 years ago
  17. bafd196 Merge pull request #335 from dhoomakethu/master by zsquareplusc · 6 years ago
  18. e5068a8 Merge pull request #333 from cweeks12/patch-1 by zsquareplusc · 6 years ago
  19. 4f87ba6 Merge pull request #327 from silbe/326-miniterm.py-exclusive-access by zsquareplusc · 6 years ago
  20. b178d12 Merge branch 'master' into 326-miniterm.py-exclusive-access by zsquareplusc · 6 years ago
  21. 5d5bf26 Merge pull request #324 from carlosperate/fix_miniterm_menu_exit by zsquareplusc · 6 years ago
  22. 2b155a3 Merge pull request #320 from pletnes/patch-1 by zsquareplusc · 6 years ago
  23. e74c67a Merge pull request #315 from kurtmckee/use-absolute-imports by zsquareplusc · 6 years ago
  24. 4a32be2 Merge pull request #305 from Mispel/master by zsquareplusc · 6 years ago
  25. 2f57d7d win32: do not check for links in serial.tools.list_ports by Chris Liechti · 6 years ago
  26. 49f1993 style: quotes by Chris Liechti · 7 years ago
  27. f0cde5f fix: remove default parameter now that os.path.basename is called by Chris Liechti · 7 years ago
  28. 3b7f062 Merge pull request #296 from Renha/patch-1 by zsquareplusc · 6 years ago
  29. 99cd372 Merge pull request #1 from dhoomakethu/dhoomakethu-xr-usb-serial by dhoomakethu · 6 years ago
  30. 24691e7 Add support exar usb-serial ports by dhoomakethu · 6 years ago
  31. c9661f7 Fixed 'uppon' typos by Connor Weeks · 6 years ago
  32. 9c05535 miniterm.py: use exclusive access for native serial ports by default by Sascha Silbe · 6 years ago
  33. 52bfe35 Fix miniterm constructor exit_character and menu_character by Carlos · 6 years ago
  34. e5bba52 Update pyserial.rst by Paul Anton Letnes · 6 years ago
  35. 057387c Use absolute import everywhere by Kurt McKee · 6 years ago
  36. ee70f44 return b'' when connection closes on rfc2217 connection by MANU · 6 years ago
  37. a44935c Typo fixed by Artem Grunichev · 6 years ago
  38. 92d1016 Merge pull request #263 from BrendanSimon/list_port_name by zsquareplusc · 7 years ago
  39. fac1c13 miniterm: use !r format instead of repr() by Chris Liechti · 7 years ago
  40. 92b6a43 examples: port_publisher python 3 fixes by Chris Liechti · 7 years ago
  41. a572638 posix: fix PosixPollSerial with timeout=None and add cancel support by Chris Liechti · 7 years ago
  42. 48504f7 list_ports: set default `name` attribute by Brendan Simon · 7 years ago
  43. 797018b Merge pull request #261 from madphysicist/patch-1 by zsquareplusc · 7 years ago
  44. 01e40db Added reference to main page. by Joseph Fox-Rabinovitz · 7 years ago
  45. 3fc18ee Merge pull request #259 from shaunwbell/patch-2 by zsquareplusc · 7 years ago
  46. 6bab3ca Update pyserial.rst by shaunwbell · 7 years ago
  47. 429b79b Merge pull request #257 from shaunwbell/patch-1 by zsquareplusc · 7 years ago
  48. 4e6d6ec Update README.rst by shaunwbell · 7 years ago
  49. c54c81d chore: release 3.4 by Chris Liechti · 7 years ago
  50. 82d568c docs: update CHANGES.rst by Chris Liechti · 7 years ago
  51. fd70a55 docs: changed __enter__ to open automatically by Chris Liechti · 7 years ago
  52. 8b0eaf2 miniterm: workaround for non ASCII port descriptions by Chris Liechti · 7 years ago
  53. d2bf42e docs: miniterm suspend function extensions by Chris Liechti · 7 years ago
  54. 45c6f22 miniterm: refactor key handler and extend suspend function by Chris Liechti · 7 years ago
  55. 591c451 docs: miniterm suspend function by Chris Liechti · 7 years ago
  56. 9c32628 posix: allow calling cancel functions w/o error if port is closed by Chris Liechti · 7 years ago
  57. ae59fd0 miniterm: reconnect in a loop handling errors, exit key by Chris Liechti · 7 years ago
  58. a73b96b miniterm: add suspend function (quickly close/reopen ports) by Chris Liechti · 7 years ago
  59. bcbfcdd Merge pull request #240 from AmberAussie/master by zsquareplusc · 7 years ago
  60. 48a5ce1 serial: SerialBase with is idempotent by Guillaume Galeazzi · 7 years ago
  61. 13c8f6d feat(list_ports): add interface num to location on win32 by Chris Liechti · 7 years ago
  62. cfea7d0 Merge pull request #141 from eliotb/list_ports_interfaces by zsquareplusc · 7 years ago
  63. b8dc572 Merge pull request #230 from ciorceri/master by zsquareplusc · 7 years ago
  64. 6c353f0 Added query also for &MI_xx parameter from HardwareID string by Sorin Ciorceri · 7 years ago
  65. 055f31c fix: port_publisher typo by Chris Liechti · 7 years ago
  66. fc1bf5a socket: sync error handling with posix version by Chris Liechti · 7 years ago
  67. 1c8dbee posix: fix syntax errror by Chris Liechti · 7 years ago
  68. fc70fd7 posix: timeout only applies to blocking I/O by Chris Liechti · 7 years ago
  69. 10d79d9 posix: ignore more blocking errors and EINTR in write just as in read by Chris Liechti · 7 years ago
  70. 17660ee posix: ignore more blocking errors and EINTR also for python 2.7 by Chris Liechti · 7 years ago
  71. c795c4d fix(socket): alternate impl for #225, extend on read by Chris Liechti · 7 years ago
  72. dc6faeb Merge pull request #225 from mawesi/blocking-io-error by zsquareplusc · 7 years ago
  73. 23d36bf protocol_socket: Retry if BlockingIOError occurs in reset_input_buffer. by mawesi · 7 years ago
  74. 66df3d6 Merge pull request #222 from jwilk/stray-backtick by zsquareplusc · 7 years ago
  75. bbe6d83 docs: remove stray backtick by Jakub Wilk · 7 years ago
  76. 6d6f806 Merge pull request #213 from gesorthy/rfc2217_settergetter by zsquareplusc · 7 years ago
  77. b5766f2 Changed modem line status methods to setters and getters. by gesorthy · 7 years ago
  78. bc6031c docs: improvements by Chris Liechti · 7 years ago
  79. 4f988d4 docs: typos, trove classifier by Chris Liechti · 7 years ago
  80. bdf21a1 doc: updates by Chris Liechti · 7 years ago
  81. cc4f5b4 docs: mention include_links parameter for serial.tools.list_ports.comports by Chris Liechti · 7 years ago
  82. 1ef8648 list_ports: support (at least ignore) include_links parameter by Chris Liechti · 7 years ago
  83. 1c19c42 list_ports: option to include symlinked devices by Chris Liechti · 7 years ago
  84. b5fd2d7 Merge pull request #210 from NJDFan/master by zsquareplusc · 7 years ago
  85. 5c021d4 Added Advantech multi-port serial controllers to list_ports_linux glob list. by Rob Gaddi · 7 years ago
  86. 7bd4270 test: fix missing definition in test_pty by Chris Liechti · 7 years ago
  87. 508d842 test: extend test_pty by Chris Liechti · 7 years ago
  88. 88e1064 test: extend test_pty by Chris Liechti · 7 years ago
  89. 1c4bc81 chore: release 3.3 by Chris Liechti · 7 years ago
  90. 23fe2ec chore: update Python versions in .travis.yml by Chris Liechti · 7 years ago
  91. b92c3f8 test: improve and extend tests for "exclusive" by Chris Liechti · 7 years ago
  92. d579018 win32: improve error for out_waiting, save exclusive changes by Chris Liechti · 7 years ago
  93. 700a238 win32: raise error if "exclusive" is set to False by Chris Liechti · 7 years ago
  94. d26ec4c test: add simple test for exclusive flag by Chris Liechti · 7 years ago
  95. a18a2af Merge pull request #206 from NJDFan/master by zsquareplusc · 7 years ago
  96. 4535203 Reverted the change of version number for the master branch. by Rob Gaddi · 7 years ago
  97. 06db381 Merge branch 'master' into v3.2.1-rg by Rob Gaddi · 7 years ago
  98. fd59ad4 Revised version identifier for PEP440 compliance. by Rob Gaddi · 7 years ago
  99. b1e3e32 Clarified meaning of exclusive access lock. by Rob Gaddi · 7 years ago
  100. 636cc64 Added exclusive locking for POSIX serial ports. by Rob Gaddi · 7 years ago