1
I Use This!
Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected 1 day ago.
Aug 23, 2025 — Aug 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change makefile so it works on Linux and Windows More... over 15 years ago
Change setup script to install ipython profile as a python module instead of a script More... over 15 years ago
Get ipy_profile to be installed as a python file, not a script More... over 15 years ago
merge More... over 15 years ago
print str is easier More... over 15 years ago
Reduced timeouts on canReadWait and canWriteWait to improve response time of CAN listeners More... over 15 years ago
Added TimestampMessage object to CAN.py, which is now returned instead of None when no messages are available More... over 15 years ago
Reduced timeouts on canReadWait and canWriteWait calls, to prevent them blocking other driver calls More... over 15 years ago
Eval is evil. More... over 15 years ago
Added tag 1.0.0 for changeset aa92eeca822c More... over 15 years ago
merge tag adding and type-checking
yli
More... almost 16 years ago
Removed type-checking of elements in a CAN.MessageList, as they are not always CAN.Message objects or subclasses More... almost 16 years ago
Added tag v1.0 for changeset d3c228c28ed1
yli
More... almost 16 years ago
Added install instructions More... almost 16 years ago
Fixed behaviour of get_canlib_version on Windows More... almost 16 years ago
CAN.MessageList can now accept messages that are instances of CAN.Message subclasses as well as instances of CAN.Message More... almost 16 years ago
More additions to pycanlib_manual.txt Removed unnecessary deepcopy operation from CAN.MessageList.filtered_messages More... almost 16 years ago
Fixed bug in evaluation of filter_criteria in CAN.MessageList Added some tests for CAN.MessageList class in pycanlib_manual.txt Added doctest target to documentation makefile More... almost 16 years ago
Fixed remaining doctests in pycanlib_manual.txt More... almost 16 years ago
Documentation makefile can now produce HTML documents Fixed spelling of reStructuredText in pycanlib_manual.txt More... almost 16 years ago
Rewrapped lines in pycanlib_manual.txt Started fixing doctests in pycanlib_manual.txt More... almost 16 years ago
Fixed bug where id_type parameter of a message could not be changed after it was created More... almost 16 years ago
Added maximum values for 11-bit and 29-bit arbitration IDs Data and info string arrays for different CAN.Message instances will now *actually* be different More... almost 16 years ago
Fixed an issue where members of a CAN.Message data array would be rejected for being long integers, even though they were within the range 0 - 255 More... about 16 years ago
CAN.Bus.listeners is now accessible as a property, and the add_listener and remove_listener methods have been removed More... about 16 years ago
Removed busload.py script because it relies on functionality that has been removed from pycanlib More... about 16 years ago
CAN.Bus.__init__ now takes a channel URL as its 'channel' argument More... about 16 years ago
Fixed bug where USBcan II devices were not found by get_canlib_channel_from_url on Linux More... about 16 years ago
CAN channels on a specific device may now be opened by referring to a channel number on a device with a specific serial number (only implemented for Kvaser Leaf and USBcan II currently) More... about 16 years ago
Added MessagePrinter subclass of CAN.Listener More... about 16 years ago