summaryrefslogtreecommitdiff
path: root/serial
Commit message (Expand)AuthorAgeFilesLines
* chore: release 3.2.1v3.2.1Chris Liechti2016-10-141-1/+1
* Merge branch 'master' of github.com:pyserial/pyserialChris Liechti2016-10-141-6/+1
|\
| * Merge pull request #136 from rob-smallshire/regular_packagezsquareplusc2016-10-111-6/+1
| |\
| | * Adds the missing import sys which got lostRobert Smallshire2016-06-161-0/+1
| | * serial cannot be a namespace package as it exports names such as serial_for_url.Robert Smallshire2016-06-161-6/+0
* | | chore: release 3.2.0v3.2.0Chris Liechti2016-10-141-1/+1
|/ /
* | remove unused importChris Liechti2016-10-111-1/+0
* | posix: support for arbitrary baudrates on BSD family, see #169Chris Liechti2016-10-091-0/+15
* | test_cancel: make tests a little less timing sensitiveChris Liechti2016-10-051-2/+2
* | threaded: use repr in exampleChris Liechti2016-10-051-2/+2
* | test: add cancel_read/cancel_write to loop://, #165Chris Liechti2016-10-041-2/+16
* | serialposix: use names instead of numbers (errno)Chris Liechti2016-10-021-1/+2
* | miniterm: fix missing newline in filter error messageChris Liechti2016-10-011-1/+1
* | win32: fix syntax error, closes #166Chris Liechti2016-09-291-1/+1
* | win32: handle additional errors in non-blocking mode, see #162Chris Liechti2016-09-172-7/+19
* | win32: fix return value of non-blocking write, fixes #162Chris Liechti2016-09-161-1/+4
* | docs: update requirements, typoChris Liechti2016-09-151-1/+1
* | refactor: simplify to_bytesChris Liechti2016-09-141-8/+3
* | fix: threaded FramedPacket, copy dataChris Liechti2016-09-111-1/+1
* | Merge pull request #149 from f1sty/python35-fixzsquareplusc2016-09-101-1/+1
|\ \
| * | Fix "TypeError: an integer is required" error on Python 3.5.2Yurii Skrynnykov2016-08-121-1/+1
* | | docs: typo, serial.rs485 needs to be importedChris Liechti2016-09-061-1/+1
* | | serialutil: Improve Timeout class to handle clock adjustmentsChris Liechti2016-09-041-2/+10
* | | docs: timout classChris Liechti2016-09-031-2/+10
* | | serialutil: use monotonic clock for timeouts, if availableChris Liechti2016-09-021-7/+18
* | | rfc2217: use of Timeout class for modem state timeoutChris Liechti2016-09-012-5/+8
* | | rfc2217: use of Timeout classChris Liechti2016-08-311-9/+10
* | | posix: abstraction of timeout via classChris Liechti2016-08-302-18/+42
* | | posix: clear CMSPAR on supported platforms, fixes #157Chris Liechti2016-08-291-6/+13
|/ /
* | posix: VTIMESerial fixes for blocking and cancel_readChris Liechti2016-08-081-0/+6
* | list_ports_windows: support devices with only VID. fixes #145Chris Liechti2016-08-062-6/+7
* | list_ports_windows: update fix for #144 for Python 3Chris Liechti2016-08-051-6/+2
* | list_ports_windows: use unicode APIs, fixes #144Chris Liechti2016-08-051-35/+22
* | loop: Class Serial in protocol_loop.py references variable before assigningChris Liechti2016-08-041-1/+1
* | miniterm: Python 3 fix for cancel, fixes #137Chris Liechti2016-06-191-1/+1
|/
* Merge pull request #134 from rob-smallshire/namespace-packagezsquareplusc2016-06-142-428/+5
|\
| * Removes serial/aio.py. This submodule is relocated to the pyserial-asyncio pa...Robert Smallshire2016-06-141-428/+0
| * Make serial into a namespace package.Robert Smallshire2016-06-141-0/+5
* | posix: handle different errno for OSX when setting control lines on open, fix...Chris Liechti2016-06-131-1/+1
|/
* prepare release V3.1.1v3.1.1Chris Liechti2016-06-122-2/+2
* fix: avoid Python 3 syntax in aio moduleChris Liechti2016-06-111-11/+14
* cli: rename to _reconfigure_port, fixes #127Chris Liechti2016-06-101-2/+2
* posix: PATCH: Check delay_before_tx/rx for None in serialposix.py, fixes #126Chris Liechti2016-06-091-2/+4
* style: use .format() in various places instead of "%" formattingChris Liechti2016-06-0812-47/+46
* style: flake8 findingsChris Liechti2016-06-073-4/+9
* posix: deprecate "nonblocking" methodChris Liechti2016-06-042-7/+5
* posix: make cancel-pipes non-blocking and read more bytes to "clear" pipeChris Liechti2016-06-031-2/+4
* Merge pull request #122 from lfdebrux/patch-1zsquareplusc2016-06-021-1/+1
|\
| * fix bug in FramedPacketLaurence de Bruxelles2016-05-311-1/+1
* | win32: improve error messages in read()Chris Liechti2016-06-011-2/+2