summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* miniterm: add option to specify encodingChris Liechti2015-08-121-0/+11
* miniterm: tweak filters (allow BS, TAB)Chris Liechti2015-08-121-3/+3
* miniterm: redo internals, bytes, text-to-text transformations, CR/LF conversionChris Liechti2015-08-111-160/+270
* loop: change buffer to queue (remove lock)Chris Liechti2015-08-111-18/+37
* win32: fixesChris Liechti2015-08-102-19/+3
* list_ports_linux: cleanupChris Liechti2015-08-091-44/+29
* miniterm: fix outputChris Liechti2015-08-091-1/+1
* update file headers with license information (SPDX)Chris Liechti2015-08-0929-40/+123
* doc update, remove obsolete .cvsignoreChris Liechti2015-08-082-5/+7
* port_publisher: adjust log levels: show connect/disconnect with default verbo...Chris Liechti2015-08-081-3/+5
* rfc2217: use bytes type more extensivelyChris Liechti2015-08-081-96/+94
* miniterm: use bytes for console and serial portChris Liechti2015-08-081-97/+98
* serial_for_url: use importlib instead of __import__Chris Liechti2015-08-071-6/+8
* miniterm: fix console cleanup at exit (python 3)Chris Liechti2015-08-071-15/+10
* improve python 3 support, use socket.create_connectionChris Liechti2015-08-073-44/+47
* Merge pull request #2 from hardkrash/masterzsquareplusc2015-08-074-7/+11
|\
| * Remove unnecessary importSteven Michalske2015-08-061-2/+0
| * Migrate to setuptools if installed.Steven Michalske2015-08-063-2/+8
| * Rename version to 3.0a to comply with pep 440.Steven Michalske2015-08-062-3/+3
|/
* [Bug pyserial:170] list_ports_posix not working properly for CygwinChris Liechti2015-08-072-1/+6
* IPv6: use urlparse and socket.create_connection to enhance socket:// and rfc2...Chris Liechti2015-08-072-51/+50
* hwgrep: fix port property access and python 3 supportChris Liechti2015-08-071-8/+11
* inherit from io.RawIOBase in SerialBase instead of everywhere elseChris Liechti2015-08-068-71/+10
* doc: update RS485 related docsChris Liechti2015-08-062-88/+84
* posix: redo platform specific setup (now as base class)Chris Liechti2015-08-061-224/+187
* test: improve test reliabilityChris Liechti2015-08-063-7/+13
* rs485: redo RS485 support, removed RTS toggle functionChris Liechti2015-08-065-22/+267
* [Feature pyserial:39] Support BlueTooth serial port discovery on LinuxChris Liechti2015-08-052-1/+5
* port_publisher: remove error handling that was probably never usedChris Liechti2015-08-051-10/+6
* port_publisher: add option groups, rename --tcp-port optionChris Liechti2015-08-051-41/+56
* port_publisher: improve logging outputs -q/-vChris Liechti2015-08-051-26/+44
* [Bug pyserial:185] SocketSerial.read() never returns data when timeout==0Chris Liechti2015-08-052-3/+4
* [Bug pyserial:169] missing "import time" in serialwin32.pyChris Liechti2015-08-052-1/+5
* things with "bytes".. python 3 compatibilityChris Liechti2015-08-052-36/+41
* miniterm: add --develop to show tracebacksChris Liechti2015-08-051-0/+11
* improve python 3 compatibilityChris Liechti2015-08-051-1/+5
* port_publisher: add option to specify TCP port, improve help textChris Liechti2015-08-041-16/+38
* [Patch pyserial:34] Improvements to port_publisher.py exampleChris Liechti2015-08-042-27/+50
* python 3 compatibility (partial)Chris Liechti2015-08-041-21/+11
* [Bug pyserial:172] applySettingsDict() throws an error if the settings dictio...Chris Liechti2015-08-043-1/+80
* posix: remove old names for fcntl and termios (was for compatibilty for Pytho...Chris Liechti2015-08-041-93/+83
* posix: clear OCRNL/ONLCR flags (CR/LF translation settings)Chris Liechti2015-08-042-1/+2
* [Patch pyserial:36 / 38] Make USB information work in python 3.4 and 2.7Chris Liechti2015-08-042-2/+4
* remove set* functions, use @property decoratorChris Liechti2015-08-043-76/+94
* doc update: rename CHANGES.txt -> .rst, improve READMEChris Liechti2015-08-042-1/+3
* doc update: links, remove pyparallel page, rename README.txt to end in .rstChris Liechti2015-08-049-269/+66
* remove FileLike class, add read_until, remove compatibility hacksChris Liechti2015-08-041-173/+33
* doc update: links, licenseChris Liechti2015-08-045-107/+59
* set executable flagsChris Liechti2015-08-046-0/+0
* work on python 3 compatibilityChris Liechti2015-08-048-92/+78