aboutsummaryrefslogtreecommitdiff
path: root/serial/serialwin32.py
AgeCommit message (Expand)Author
2020-09-21docs: update copyright, notes, changelogChris Liechti
2020-09-14win32: extend RS485 error messagesChris Liechti
2020-09-14refactor: raise new instances for PortNotOpenError and SerialTimeoutExceptionChris Liechti
2018-05-15Fixed the docstring for the set_buffer_size function. It should be called aft...Mohammad Ghasemiahmadi
2018-02-07Use absolute import everywhereKurt McKee
2017-03-05win32: improve error for out_waiting, save exclusive changesChris Liechti
2017-03-04win32: raise error if "exclusive" is set to FalseChris Liechti
2017-02-15win32: include error message from system in ClearCommError exceptionChris Liechti
2017-01-10win32: spurious write fails with ERROR_SUCCESS, fixes #194Chris Liechti
2016-09-29win32: fix syntax error, closes #166Chris Liechti
2016-09-17win32: handle additional errors in non-blocking mode, see #162Chris Liechti
2016-09-16win32: fix return value of non-blocking write, fixes #162Chris Liechti
2016-09-15docs: update requirements, typoChris Liechti
2016-06-01win32: improve error messages in read()Chris Liechti
2016-05-31win32: handle errors of GetOverlappedResult in read(), fixes #121Chris Liechti
2016-05-26style: flake8 findingsChris Liechti
2016-05-25win32: fix close and improve cancel (no error when write is canceled)Chris Liechti
2016-05-12win32: fix error code checking in _cancel_overlapped_ioChris Liechti
2016-05-07revert "fixes for RTS/DTR handling on open", bad solutionChris Liechti
2016-05-03win32: add methods to cancel read/write operation, use in close, fixes #51Chris Liechti
2016-03-29refactor: use is_open instead of platform specific attributes, closes #83Chris Liechti
2016-02-16style: replace % with format callsChris Liechti
2016-02-12style: some of the suggestions from flake8 and pylintChris Liechti
2016-02-10style: add flags for pylintChris Liechti
2016-02-07style: some of the suggestions from flake8Chris Liechti
2016-01-30remove inconsistent and unused main of platform modulesChris Liechti
2016-01-25optimized the codes of read methoddenglj
2016-01-22win32: fix bad super call and duplicate old-stlye __init__ callChris Liechti
2016-01-21fixes for RTS/DTR handling on open (#59)Chris Liechti
2015-12-16update file headersChris Liechti
2015-12-14fixed issue with 0 timeout on windows 10David Howlett
2015-12-12win32: change exception type in case SetCommState fails, fix for #49Chris Liechti
2015-11-06win32: fix typoChris Liechti
2015-11-03win32: fix minimal timeout issueChris Liechti
2015-11-02win32: fix race conditionChris Liechti
2015-09-09win32: fix flush()Chris Liechti
2015-08-30pep-8 and small cleanupsChris Liechti
2015-08-30doc: update API docs, rename inter_byte_timeoutChris Liechti
2015-08-29api change: rename more methods and attributes (mostly internal)Chris Liechti
2015-08-27api change: provide control lines as properties, rename flush* and other func...Chris Liechti
2015-08-10win32: fixesChris Liechti
2015-08-09update file headers with license information (SPDX)Chris Liechti
2015-08-06inherit from io.RawIOBase in SerialBase instead of everywhere elseChris Liechti
2015-08-06rs485: redo RS485 support, removed RTS toggle functionChris Liechti
2015-08-05[Bug pyserial:169] missing "import time" in serialwin32.pyChris Liechti
2015-08-03always base on io.RawIOBaseChris Liechti
2015-08-03work on python 3 compatibilityChris Liechti
2015-08-03remove pyparallel and move pyserial files to toplevelChris Liechti