summaryrefslogtreecommitdiff
path: root/serial/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* chore: release 3.5v3.5Chris Liechti2020-11-231-1/+1
* chore: beta release 3.5b0v3.5b0Chris Liechti2020-09-211-1/+1
* docs: update copyright, notes, changelogChris Liechti2020-09-211-1/+1
* redefine TIOCXBRK to the correct syscall numbers for macKaelan Mikowicz2018-07-131-1/+1
* Use absolute import everywhereKurt McKee2018-02-071-0/+2
* chore: release 3.4v3.4Chris Liechti2017-07-221-1/+1
* chore: release 3.3v3.3Chris Liechti2017-03-081-2/+2
* 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
|\
| * 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
|/
* Make serial into a namespace package.Robert Smallshire2016-06-141-0/+5
* prepare release V3.1.1v3.1.1Chris Liechti2016-06-121-1/+1
* style: use .format() in various places instead of "%" formattingChris Liechti2016-06-081-3/+3
* prepare V3.1.0v3.1.0Chris Liechti2016-05-271-1/+1
* PEP 396 compatible __version__ attribute.Robert Smallshire2016-03-221-1/+3
* style: add flags for pylintChris Liechti2016-02-101-0/+1
* style: some of the suggestions from flake8Chris Liechti2016-02-061-2/+2
* style: some of the suggestions from flake8Chris Liechti2016-02-021-1/+1
* style: some of the suggestions from flake8Chris Liechti2016-01-251-2/+2
* fixes for RTS/DTR handling on open (#59)Chris Liechti2016-01-211-1/+1
* prepare release 3.0.1v3.0.1Chris Liechti2016-01-111-2/+2
* update version stringv3.0Chris Liechti2015-12-281-1/+1
* update file headersChris Liechti2015-12-161-2/+2
* prepare V3.0b1v3.0b1Chris Liechti2015-10-201-1/+1
* serialposix: add alternative implementation w/o selectChris Liechti2015-10-181-1/+1
* serial_for_url: add option to implement a factory function instead of Serial ...Chris Liechti2015-10-171-1/+4
* serial_for_url: fix importChris Liechti2015-10-161-11/+7
* update list of files included for "setup.py sdist"Chris Liechti2015-10-031-1/+1
* doc updatesChris Liechti2015-09-221-1/+1
* pep-8 and small cleanupsChris Liechti2015-08-301-8/+13
* update file headers with license information (SPDX)Chris Liechti2015-08-091-3/+4
* serial_for_url: use importlib instead of __import__Chris Liechti2015-08-071-6/+8
* Rename version to 3.0a to comply with pep 440.Steven Michalske2015-08-061-2/+2
* work on python 3 compatibilityChris Liechti2015-08-031-1/+1
* remove pyparallel and move pyserial files to toplevelChris Liechti2015-08-031-0/+79