summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix deprecated function, unicode in testv3.0a0Chris Liechti2015-09-222-3/+3
* doc updatesChris Liechti2015-09-224-4/+8
* fix EOL issuesChris Liechti2015-09-224-1176/+1176
* list_ports: calculate USB location on win32 tooChris Liechti2015-09-211-1/+29
* wxTerminal: update code, handle encodingChris Liechti2015-09-201-40/+42
* list_ports: add USB location string, shorter descriptions, CDC/ACM fixChris Liechti2015-09-201-4/+26
* java: update implementationChris Liechti2015-09-191-46/+61
* small fixesChris Liechti2015-09-182-2/+5
* cli: update implementationChris Liechti2015-09-182-75/+70
* Merge pull request #10 from bufferoverflow/readmezsquareplusc2015-09-171-1/+1
|\
| * docs(README.rst): fix link to readthedocsRoger Meier2015-09-161-1/+1
|/
* list_ports: fix sorting on win32Chris Liechti2015-09-161-2/+2
* readme: add readthedocs.org badgeChris Liechti2015-09-151-4/+6
* readme: include build status iconChris Liechti2015-09-151-3/+7
* travis: add simple test using loop deviceChris Liechti2015-09-151-0/+1
* loop: fix nonblocking read, update is_open in close()Chris Liechti2015-09-151-4/+12
* doc updateChris Liechti2015-09-141-1/+2
* travis: adjust list of Python versions to test, importlib is provided by thes...Chris Liechti2015-09-142-2/+3
* Merge pull request #9 from bufferoverflow/traviszsquareplusc2015-09-132-0/+14
|\
| * feat(travis): add .travis.yml to build on travis-ci.orgRoger Meier2015-09-131-0/+13
| * feat(requirements): add requirements.txtRoger Meier2015-09-131-0/+1
|/
* miniterm: use unichr instead of u'' literals (support for < python 3.4)Chris Liechti2015-09-131-5/+5
* cleanup,improve wxSerialConfigDialog and wxTerminalChris Liechti2015-09-124-333/+400
* doc updateChris Liechti2015-09-112-12/+17
* miniterm:fix error when using input on wrapped stdoutChris Liechti2015-09-101-0/+1
* raise a TypeError when trying to write unicode instead of bytesChris Liechti2015-09-091-0/+7
* win32: fix flush()Chris Liechti2015-09-091-1/+1
* port_publisher: API update, cleanup, use argparseChris Liechti2015-09-082-61/+92
* rfc2217_server: API update, cleanupChris Liechti2015-09-071-37/+35
* tcp_serial_redirect: use serial.threading, cleanupChris Liechti2015-09-071-92/+78
* doc update: example usage textsChris Liechti2015-09-071-40/+29
* add a new reader loop implementation (with threads)Chris Liechti2015-09-061-0/+124
* list_ports: support a natural sorting of numbers in port namesChris Liechti2015-09-052-3/+35
* list_ports: add minimal set of methods to info objects to enable sorting againChris Liechti2015-09-042-0/+12
* aio: use new API in exampleChris Liechti2015-09-041-1/+1
* doc update: reorganize chapters/filesChris Liechti2015-09-045-378/+397
* doc update: add note about asyncioChris Liechti2015-09-031-1/+48
* doc updateChris Liechti2015-09-031-12/+11
* fixes for inter_byte_timeout attribute handlingChris Liechti2015-09-021-3/+3
* test: update no new APIChris Liechti2015-09-024-23/+22
* [Bug pyserial:187] improve support for FreeBSD (list_ports_posix)Chris Liechti2015-09-022-1/+2
* miniterm: add '-' as value for the port for "ask the user"Chris Liechti2015-09-011-2/+2
* miniterm: improve port list, allow selection by index, fix port switchingChris Liechti2015-09-011-15/+41
* fix apply_settings (wrong key)Chris Liechti2015-09-011-1/+1
* list_port: add .vid, .pid and .serial on linuxChris Liechti2015-09-011-5/+14
* list_ports: return an info object on windowsChris Liechti2015-09-011-8/+50
* list_ports: rewrite Linux implementationChris Liechti2015-08-311-116/+72
* list_ports: add -n N option, doc updateChris Liechti2015-08-302-7/+41
* pep-8 and small cleanupsChris Liechti2015-08-3018-424/+528
* doc: update API docs, rename inter_byte_timeoutChris Liechti2015-08-304-147/+210