summaryrefslogtreecommitdiff
path: root/serial/win32.py
Commit message (Expand)AuthorAgeFilesLines
* Add WaitCommEvent function to win32ARF12019-05-131-0/+10
* Use absolute import everywhereKurt McKee2018-02-071-0/+2
* win32: handle additional errors in non-blocking mode, see #162Chris Liechti2016-09-171-0/+4
* win32: fix close and improve cancel (no error when write is canceled)Chris Liechti2016-05-251-0/+1
* win32: fix error code checking in _cancel_overlapped_ioChris Liechti2016-05-121-0/+1
* win32: add methods to cancel read/write operation, use in close, fixes #51Chris Liechti2016-05-031-0/+4
* style: some of the suggestions from flake8 and pylintChris Liechti2016-02-121-1/+2
* style: add flags for pylintChris Liechti2016-02-101-0/+1
* style: some of the suggestions from flake8Chris Liechti2016-01-311-2/+0
* style: more on imports (flake8 warnings)Chris Liechti2016-01-281-1/+2
* update file headersChris Liechti2015-12-161-0/+3
* win32: fix race conditionChris Liechti2015-11-021-0/+1
* pep-8 and small cleanupsChris Liechti2015-08-301-47/+60
* update file headers with license information (SPDX)Chris Liechti2015-08-091-0/+6
* work on python 3 compatibilityChris Liechti2015-08-031-3/+3
* remove pyparallel and move pyserial files to toplevelChris Liechti2015-08-031-0/+320