summaryrefslogtreecommitdiff
path: root/serial/serialwin32.py
Commit message (Expand)AuthorAgeFilesLines
* parity: new PARITY_IGNORE setting (posix/win32)issue-154Chris Liechti2016-08-271-0/+3
* win32: improve error messages in read()Chris Liechti2016-06-011-2/+2
* win32: handle errors of GetOverlappedResult in read(), fixes #121Chris Liechti2016-05-311-1/+4
* style: flake8 findingsChris Liechti2016-05-261-2/+1
* win32: fix close and improve cancel (no error when write is canceled)Chris Liechti2016-05-251-1/+4
* win32: fix error code checking in _cancel_overlapped_ioChris Liechti2016-05-121-1/+1
* revert "fixes for RTS/DTR handling on open", bad solutionChris Liechti2016-05-071-5/+0
* win32: add methods to cancel read/write operation, use in close, fixes #51Chris Liechti2016-05-031-3/+26
* refactor: use is_open instead of platform specific attributes, closes #83Chris Liechti2016-03-291-7/+7
* style: replace % with format callsChris Liechti2016-02-161-17/+19
* style: some of the suggestions from flake8 and pylintChris Liechti2016-02-121-19/+19
* style: add flags for pylintChris Liechti2016-02-101-0/+1
* style: some of the suggestions from flake8Chris Liechti2016-02-071-2/+11
* remove inconsistent and unused main of platform modulesChris Liechti2016-01-301-17/+0
* optimized the codes of read methoddenglj2016-01-251-15/+6
* win32: fix bad super call and duplicate old-stlye __init__ callChris Liechti2016-01-221-2/+1
* fixes for RTS/DTR handling on open (#59)Chris Liechti2016-01-211-0/+5
* update file headersChris Liechti2015-12-161-3/+3
* fixed issue with 0 timeout on windows 10David Howlett2015-12-141-1/+1
* win32: change exception type in case SetCommState fails, fix for #49Chris Liechti2015-12-121-1/+1
* win32: fix typoChris Liechti2015-11-061-1/+1
* win32: fix minimal timeout issueChris Liechti2015-11-031-7/+8
* win32: fix race conditionChris Liechti2015-11-021-6/+6
* win32: fix flush()Chris Liechti2015-09-091-1/+1
* pep-8 and small cleanupsChris Liechti2015-08-301-58/+66
* doc: update API docs, rename inter_byte_timeoutChris Liechti2015-08-301-4/+4
* api change: rename more methods and attributes (mostly internal)Chris Liechti2015-08-291-107/+101
* api change: provide control lines as properties, rename flush* and other func...Chris Liechti2015-08-271-51/+26
* win32: fixesChris Liechti2015-08-101-17/+1
* update file headers with license information (SPDX)Chris Liechti2015-08-091-1/+2
* inherit from io.RawIOBase in SerialBase instead of everywhere elseChris Liechti2015-08-061-2/+1
* rs485: redo RS485 support, removed RTS toggle functionChris Liechti2015-08-061-19/+43
* [Bug pyserial:169] missing "import time" in serialwin32.pyChris Liechti2015-08-051-1/+1
* always base on io.RawIOBaseChris Liechti2015-08-031-16/+3
* work on python 3 compatibilityChris Liechti2015-08-031-1/+1
* remove pyparallel and move pyserial files to toplevelChris Liechti2015-08-031-0/+470