forked from pool/python-pyserial
22 lines
1.1 KiB
Plaintext
22 lines
1.1 KiB
Plaintext
![]() |
-------------------------------------------------------------------
|
||
|
Wed Apr 24 03:53:23 UTC 2013 - highwaystar.ru@gmail.com
|
||
|
|
||
|
- initial python3 package
|
||
|
- update to 2.6 version
|
||
|
* Moved some of the examples to serial.tools so that they can be
|
||
|
used with ``python -m``
|
||
|
* serial port enumeration now included as ``serial.tools.list_ports``
|
||
|
* URL handers for ``serial_for_url`` are now imported dynamically.
|
||
|
This allows to add protocols w/o editing files. The list
|
||
|
``serial.protocol_handler_packages`` can be used to add or remove
|
||
|
user packages with protocol handlers (see docs for details).
|
||
|
* new URL type: hwgrep://<regexp> uses list_ports module to search
|
||
|
for ports by their description
|
||
|
* serveral internal changes to improve Python 3.x compatibility
|
||
|
(setup.py, use of absolute imports and more)
|
||
|
* [Bug 3093882] calling open() on an already open port now
|
||
|
raises an exception
|
||
|
* [Bug 3245627] connection-lost let rfc2217 hangs in closed loop
|
||
|
* [Patch 3147043] readlines() to support multi-character eol
|
||
|
* [Patch 3316943] Avoid unneeded termios.tcsetattr calls in serialposix.py
|
||
|
* [Patch 2912349] Serial Scan as a Module with Mac Support
|