1
I Use This!
Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 21 hours ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #215 from pyepics/drop_py2 More... over 3 years ago
typo More... over 3 years ago
add back legacy imports More... over 3 years ago
appears that trusty does not support py3.7 or py3.8 -- testing needs a rewrite More... over 3 years ago
fix tests to use More... over 3 years ago
drop iron python code More... over 3 years ago
drop py2.7 and 3.5 from travis, add py37 and py38 More... over 3 years ago
drop Windows+Py2 junk More... over 3 years ago
reduce unneeded str/bytes utilities More... over 3 years ago
drop utils switching in setup More... over 3 years ago
update utils.py and ca.py for Py3 only, drop utils2 and utils3 More... over 3 years ago
add notice about dropping Python 3.5 and Python 2.7 More... over 3 years ago
add PV.char_status and PV.char_severity as human-readable companion to PV.status and PV.severity, also show both in PV.info More... over 3 years ago
add PV.char_status and PV.char_severity as human-readable companion to PV.status and PV.severity, also show both in PV.info More... over 3 years ago
add AlarmStatus and AlarmSeverity enums using custom DefaultIntEnum (enum.IntEnum with fake member "UNKNOWN" for missing entries) More... over 3 years ago
add AlarmStatus and AlarmSeverity enums using custom DefaultIntEnum (enum.IntEnum with fake member "UNKNOWN" for missing entries) More... over 3 years ago
change doc to say status=0 is the normal, good state More... over 3 years ago
Merge pull request #209 from hhslepicka/clear_all_cbs More... almost 4 years ago
MNT: Add options to clear_callbacks for cleaning access and connection. More... almost 4 years ago
FIX: Compat for Python < 3 as list has no clear with Python 2.7. More... almost 4 years ago
FIX: Clean access and connection callbacks at clear_callbacks. More... almost 4 years ago
Merge pull request #205 from MikeHart85/dont_reinit_libca More... almost 4 years ago
FIX: Prevent exceptions when python shutting down, libca already finalized More... almost 4 years ago
Merge pull request #204 from hhslepicka/closing_can_of_worms More... about 4 years ago
FIX: Check for conn before calling _check_auto_monitor. More... about 4 years ago
FIX: Move _check_auto_monitor after setting connected. More... about 4 years ago
FIX: do not block if disconnected when changing auto_monitor settings More... about 4 years ago
fix PV.char_value to retun proper char value without needing PV.get(as_string=True) (#202) More... about 4 years ago
FIX: use sentinel to ensure CA does not re-initialize after a call to finalize_libca More... about 4 years ago
caget_many(): cleanups (and maybe speed ups, and better timing accuracy) (#201) More... about 4 years ago