summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* chore: release 3.4v3.4Chris Liechti2017-07-223-5/+5
* docs: update CHANGES.rstChris Liechti2017-07-211-0/+24
* docs: changed __enter__ to open automaticallyChris Liechti2017-07-201-5/+10
* miniterm: workaround for non ASCII port descriptionsChris Liechti2017-07-191-1/+1
* docs: miniterm suspend function extensionsChris Liechti2017-07-181-2/+3
* miniterm: refactor key handler and extend suspend functionChris Liechti2017-07-171-104/+138
* docs: miniterm suspend functionChris Liechti2017-07-161-0/+4
* posix: allow calling cancel functions w/o error if port is closedChris Liechti2017-07-151-2/+4
* miniterm: reconnect in a loop handling errors, exit keyChris Liechti2017-07-141-4/+12
* miniterm: add suspend function (quickly close/reopen ports)Chris Liechti2017-07-131-0/+11
* Merge pull request #240 from AmberAussie/masterzsquareplusc2017-07-012-0/+51
|\
| * serial: SerialBase with is idempotentGuillaume Galeazzi2017-06-282-0/+51
|/
* feat(list_ports): add interface num to location on win32Chris Liechti2017-05-252-2/+6
* Merge pull request #141 from eliotb/list_ports_interfaceszsquareplusc2017-05-241-5/+16
|\
| * linux: list_ports use interface path for multi locationEliot Blennerhassett2016-07-271-5/+16
* | Merge pull request #230 from ciorceri/masterzsquareplusc2017-05-232-2/+5
|\ \
| * | Added query also for &MI_xx parameter from HardwareID stringSorin Ciorceri2017-05-182-2/+5
|/ /
* | fix: port_publisher typoChris Liechti2017-05-081-1/+1
* | socket: sync error handling with posix versionChris Liechti2017-05-061-16/+26
* | posix: fix syntax errrorChris Liechti2017-05-051-2/+2
* | posix: timeout only applies to blocking I/OChris Liechti2017-05-051-1/+1
* | posix: ignore more blocking errors and EINTR in write just as in readChris Liechti2017-05-051-6/+14
* | posix: ignore more blocking errors and EINTR also for python 2.7Chris Liechti2017-05-041-4/+5
* | fix(socket): alternate impl for #225, extend on readChris Liechti2017-05-031-8/+5
* | Merge pull request #225 from mawesi/blocking-io-errorzsquareplusc2017-05-031-0/+3
|\ \
| * | protocol_socket: Retry if BlockingIOError occurs in reset_input_buffer.mawesi2017-04-241-0/+3
|/ /
* | Merge pull request #222 from jwilk/stray-backtickzsquareplusc2017-04-081-1/+1
|\ \
| * | docs: remove stray backtickJakub Wilk2017-04-081-1/+1
|/ /
* | Merge pull request #213 from gesorthy/rfc2217_settergetterzsquareplusc2017-03-241-11/+11
|\ \
| * | Changed modem line status methods to setters and getters.gesorthy2017-03-231-11/+11
* | | docs: improvementsChris Liechti2017-03-213-8/+10
* | | docs: typos, trove classifierChris Liechti2017-03-203-6/+7
* | | doc: updatesChris Liechti2017-03-192-19/+25
* | | docs: mention include_links parameter for serial.tools.list_ports.comportsChris Liechti2017-03-181-2/+15
|/ /
* | list_ports: support (at least ignore) include_links parameterChris Liechti2017-03-173-10/+27
* | list_ports: option to include symlinked devicesChris Liechti2017-03-163-5/+38
* | Merge pull request #210 from NJDFan/masterzsquareplusc2017-03-151-0/+1
|\ \
| * | Added Advantech multi-port serial controllers to list_ports_linux glob list.Rob Gaddi2017-03-131-0/+1
|/ /
* | test: fix missing definition in test_ptyChris Liechti2017-03-101-0/+1
* | test: extend test_ptyChris Liechti2017-03-101-1/+12
* | test: extend test_ptyChris Liechti2017-03-091-3/+6
* | chore: release 3.3v3.3Chris Liechti2017-03-086-12/+34
* | chore: update Python versions in .travis.ymlChris Liechti2017-03-071-0/+2
* | test: improve and extend tests for "exclusive"Chris Liechti2017-03-061-9/+27
* | win32: improve error for out_waiting, save exclusive changesChris Liechti2017-03-051-1/+3
* | win32: raise error if "exclusive" is set to FalseChris Liechti2017-03-041-0/+6
* | test: add simple test for exclusive flagChris Liechti2017-03-031-0/+41
* | Merge pull request #206 from NJDFan/masterzsquareplusc2017-03-023-1/+32
|\ \
| * | Reverted the change of version number for the master branch.Rob Gaddi2017-02-241-1/+1
| * | Merge branch 'master' into v3.2.1-rgRob Gaddi2017-02-2417-65/+148
| |\ \ | |/ / |/| |