summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-042-1/+3
* | docs: minor updateChris Liechti2016-07-112-17/+13
* | Merge pull request #140 from MatthewWest/masterzsquareplusc2016-07-101-0/+7
|\ \
| * | Added documentation for is_open and isOpen.Matthew West2016-07-081-0/+7
|/ /
* | docs: extend FAQChris Liechti2016-07-041-0/+8
* | docs: typo, update changesChris Liechti2016-06-252-1/+4
* | examples: tcp_serial_redirect.py optimize socket options in server modeChris Liechti2016-06-241-6/+12
* | examples: add client mode to tcp_serial_redirect.py, closes #72Chris Liechti2016-06-231-10/+53
* | style: use .format() instead of % formattingChris Liechti2016-06-216-31/+31
* | style: use .format() instead of % formattingChris Liechti2016-06-2011-24/+24
* | miniterm: Python 3 fix for cancel, fixes #137Chris Liechti2016-06-192-1/+6
* | doc: asyncio is now in a separate packageChris Liechti2016-06-181-41/+6
* | Merge pull request #130 from rob-smallshire/single_source_versionzsquareplusc2016-06-171-2/+34
|\ \ | |/ |/|
| * Avoids setup.py having to import the serial package.Robert Smallshire2016-06-131-2/+34
* | 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-132-1/+9
|/
* prepare release V3.1.1v3.1.1Chris Liechti2016-06-124-5/+10
* fix: avoid Python 3 syntax in aio moduleChris Liechti2016-06-112-11/+15
* cli: rename to _reconfigure_port, fixes #127Chris Liechti2016-06-102-2/+4
* posix: PATCH: Check delay_before_tx/rx for None in serialposix.py, fixes #126Chris Liechti2016-06-092-2/+8
* style: use .format() in various places instead of "%" formattingChris Liechti2016-06-0812-47/+46
* style: flake8 findingsChris Liechti2016-06-073-4/+9
* Merge pull request #125 from machinaut/masterzsquareplusc2016-06-061-1/+1
|\
| * Documentation typo fixAlex Ray2016-06-061-1/+1
|/
* doc: update CHANGES.txtChris Liechti2016-06-051-0/+13
* posix: deprecate "nonblocking" methodChris Liechti2016-06-043-10/+9
* 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
* | win32: handle errors of GetOverlappedResult in read(), fixes #121Chris Liechti2016-05-311-1/+4
|/
* Merge pull request #118 from nexcvon/patch-1zsquareplusc2016-05-281-5/+5
|\
| * posix: retry if interrupted in Serial.readnexcvon2016-05-241-5/+5
* | prepare V3.1.0v3.1.0Chris Liechti2016-05-273-4/+4
* | test: cleanup & tweak testChris Liechti2016-05-262-14/+4
* | style: flake8 findingsChris Liechti2016-05-263-10/+8
* | win32: fix close and improve cancel (no error when write is canceled)Chris Liechti2016-05-252-1/+5
* | test: skip asyncio on non-posix systemsChris Liechti2016-05-251-0/+2
* | test: improve cancel test (race condition w/ threads)Chris Liechti2016-05-251-2/+2
|/
* doc: add note about reset_ouput_buffer and USB devicesChris Liechti2016-05-241-0/+3
* cancel: improve testChris Liechti2016-05-241-5/+32
* asyncio: add testChris Liechti2016-05-231-0/+80
* asyncio: use serial_for_url, improve test endChris Liechti2016-05-231-2/+3
* allow baudrate of value 0 (used as hang up signal by some drivers)Chris Liechti2016-05-231-2/+2
* posix: close pipes to avoid resource leakChris Liechti2016-05-221-0/+6
* test: improve stability, reduce influence on next testChris Liechti2016-05-221-2/+4
* doc: update change listChris Liechti2016-05-211-3/+4