summaryrefslogtreecommitdiff
path: root/pyvisa
Commit message (Expand)AuthorAge
* New upstream version 1.10.1Ruben Undheim2019-10-18
* New upstream version 1.9.1Ruben Undheim2018-08-19
* New upstream version 1.9.0Ruben Undheim2018-08-05
* Improvements to the documentation formatting and internal linksHernan Grecco2015-08-24
* Fix error reporting with Unicode filenamesHernan Grecco2015-08-24
* Clarify timeout getter and setterHernan Grecco2015-08-24
* If a resource class cannot be found for the resource_type, return a Resource ...Hernan Grecco2015-08-12
* Allow registering parent resource Classes and register resource Class for unk...Hernan Grecco2015-08-12
* Changed types in wrapper to be platform independent (Status is always 32 bit)Hernan Grecco2015-08-12
* Fix a not a invalid EventType buHernan Grecco2015-08-06
|\
| * Fix a not a invalid EventType bugChristian Lupien2015-08-05
* | Merge branch 'master' of git://github.com/bkstein/pyvisa into bkstein-masterHernan Grecco2015-08-06
|\ \
| * | Update serial.pybkstein2015-07-09
* | | Fix issue in replacing ? by . (regex with ?+ were incorrect)Matthieu Dartiailh2015-08-04
| |/ |/|
* | Get extended resource info in open_resource as we require the resource_classHernan Grecco2015-07-28
* | Added optional resource_pyclass to open_resourceHernan Grecco2015-07-27
* | Added optional parameter to ResourceManager.resource_info to select if extend...Hernan Grecco2015-07-27
* | Make parse_resource_extended return even in the case of not SUCCESSHernan Grecco2015-07-27
* | Added documentation filter function and started filter2 to implement optional...Hernan Grecco2015-07-27
* | Added tests for rname.filterHernan Grecco2015-07-27
* | Implemented filter in rnameHernan Grecco2015-07-23
|/
* Merge branch 'move_control_ren2' of git://github.com/lupien/pyvisa into lupie...Hernan Grecco2015-05-19
|\
| * Moved control_ren to a mixin and added it to USB, GPIB and TCPIPChristian Lupien2015-05-11
* | Merge branch 'fix_lock_excl' of git://github.com/lupien/pyvisa into lupien-fi...Hernan Grecco2015-05-19
|\ \
| * | lock_excl bug fix (ctwrapper/functions lock was failing when access_key was N...Christian Lupien2015-05-07
* | | Changed VisaLibraryBaseHernan Grecco2015-05-14
* | | Started decorator to help backendsHernan Grecco2015-05-14
| |/ |/|
* | Merge branch 'improve_handlers2' of git://github.com/lupien/pyvisa into lupie...Hernan Grecco2015-05-10
|\ \
| * | Properly cleanup visa handlers upon resource close.Christian Lupien2015-05-07
| * | Move __switch_events_off from gpib resource to base resourceChristian Lupien2015-05-07
| * | Cleanup/fix gpib resourceChristian Lupien2015-05-07
| * | Added wait_on_event to resourceChristian Lupien2015-05-07
| |/
* | Merge branch 'master' of git://github.com/burnpanck/pyvisa into burnpanck-masterHernan Grecco2015-05-10
|\ \ | |/ |/|
| * fixes bug #140Yves Delley2015-05-05
| * changed test suite to show bug #140Yves Delley2015-05-05
* | Fixed bug in rname error reportingHernan Grecco2015-05-05
* | Merge branch 'serial_read_termination' of git://github.com/lupien/pyvisa into...Hernan Grecco2015-05-05
|\ \
| * | Fix reseting of line termination for serialChristian Lupien2015-04-30
| |/
* | Merge branch 'load_error' of git://github.com/lupien/pyvisa into lupien-load_...Hernan Grecco2015-05-05
|\ \
| * | Fix UnicodeDecodeError on loading wrong library on python7 (issue 136)Christian Lupien2015-04-23
| * | Better handling when unable to load a library (issue 136)Christian Lupien2015-04-23
* | | Merge branch 'fix_attributes' of git://github.com/lupien/pyvisa into lupien-f...Hernan Grecco2015-05-05
|\ \ \ | |_|/ |/| |
| * | Remove empty entry in resources caused by attribute registrationChristian Lupien2015-04-29
| * | added the flow_control attribute to ASRL resourcesChristian Lupien2015-04-29
* | | Added property to resource name returning the InterfaceType valueHernan Grecco2015-04-30
* | | Added a new InterfaceType constant for unknownHernan Grecco2015-04-30
* | | Added backend information to loggingHernan Grecco2015-04-29
* | | Added a way to track for which c library function the signature could not be setHernan Grecco2015-04-29
|/ /
* | Merge branch 'compat_struct' of git://github.com/daritter/pyvisa into daritte...Hernan Grecco2015-04-28
|\ \
| * | Change util.py to use compat/struct.pyMartin Ritter2015-04-28