◐ Shell
clean mode source ↗

bpo-30987 - Support for ISO-TP protocol in SocketCAN by pylessard · Pull Request #2956 · python/cpython

added 3 commits

July 25, 2017 17:54

@pylessard pylessard changed the title Fix issue 30987 bpo-30987

Jul 31, 2017

@pylessard pylessard changed the title bpo-30987 bpo-30987 - Support for ISO-TP protocol in SocketCAN

Jul 31, 2017

@pylessard

@pylessard

@pylessard

GadgetSteve pushed a commit to GadgetSteve/cpython that referenced this pull request

Sep 10, 2017
* Added support for CAN_ISOTP protocol

* Added unit tests for CAN ISOTP

* Updated documentation for ISO-TP protocol

* Removed trailing whitespace in documentation

* Added blurb NEWS.d file

* updated Misc/ACKS

* Fixed broken unit test that was using isotp const outside of skippable section

* Removed dependecy over third party project

* Added implementation for getsockname + unit tests

* Missing newline at end of ACKS file

* Accidentally inserted a type in ACKS file

* Followed tiran changes review #1 recommendations

* Added spaces after comma