[Python-modules-commits] [pyvisa] branch upstream updated (5644d18 -> 9d6aa78)
Ruben Undheim
rubund-guest at moszumanska.debian.org
Tue Sep 1 20:23:43 UTC 2015
This is an automated email from the git hooks/post-receive script.
rubund-guest pushed a change to branch upstream
in repository pyvisa.
from 5644d18 Added b, B, h, H to binary test. Removed l and L
adds 7b3c154 Updated NI-VISA download link
adds 2d5ced6 Suppress VI_SUCCESS_MAX_CNT warning on read raw
adds 1eb2d83 Update README
adds 234e32e Merge branch 'patch-1' of git://github.com/twam/pyvisa into twam-patch-1
adds 8555fc1 Merge branch 'twam-patch-1'
adds 33aa8f3 Better error reporting when a resource cannot be found.
adds 40c0c5f Prevents cygwin segfaults
adds c1c8d44 Implements ResourceName class.
adds a875f31 Implemented (some) PXI and VXI in rname
adds 56515d3 Fixed test for Python 2.6
adds 4e14682 Improved documentation
adds c4e6663 Moves list_resources to the library and call it from resource manager
adds 3a713eb Added the session parameter to list_resources
adds 8dd5611 Fixed call to library in list_resources
adds 7198773 Make uninstall_visa_handler work correctly
adds c5fc19f fix uninstall_handler to accept None user_handle and changing signatures
adds 99200b1 Allow ctypes directly into install_handler
adds f5f20ec added enums EventMechanism and EventType, and missing VI_EVENT_PXI_INTR
adds 9ffd168 Move install/uninstall_handler enable/discard/disable_event to resource
adds 944e67e Fix bug in uninstall_visa_handler (was not specific enough)
adds 2526845 Merge branch 'lupien-improve_handlers'
adds 9283a2e added lock_excl to resource, change lock default timeout to 'default'
adds a3de298 implemented a lock_context in resource
adds aadbd33 return the access_key value instead of ctypes object for ctwrapper lock
adds e0eee7d Merge branch 'lupien-t push origin master add_lock_exclusive'
adds 958dfa6 Make container=numpy.array work consistently
adds 68c4dc2 Merge branch 'daritter-ascii_numpyarray'
adds 25e09e4 Create compact/struct.py for python2/3 compatibility
adds 160e8a8 Change util.py to use compat/struct.py
adds f94d08b Merge branch 'compat_struct' of git://github.com/daritter/pyvisa into daritter-compat_struct
adds 8a47e99 Merge branch 'daritter-compat_struct'
adds 5b951cc Added a way to track for which c library function the signature could not be set
adds 6b91fb5 Added backend information to logging
adds 069b7e7 Added a new InterfaceType constant for unknown
adds 404df02 Added property to resource name returning the InterfaceType value
adds e7e5e5c added the flow_control attribute to ASRL resources
adds 819f837 Remove empty entry in resources caused by attribute registration
adds 3b547b6 Merge branch 'fix_attributes' of git://github.com/lupien/pyvisa into lupien-fix_attributes
adds a94a8f7 Merge branch 'lupien-fix_attributes'
adds c758b02 Better handling when unable to load a library (issue 136)
adds f2773f1 Fix UnicodeDecodeError on loading wrong library on python7 (issue 136)
adds d4ad300 Merge branch 'load_error' of git://github.com/lupien/pyvisa into lupien-load_error
adds e5f0649 Merge branch 'lupien-load_error'
adds ab5b78b Fix reseting of line termination for serial
adds 8393f36 Merge branch 'serial_read_termination' of git://github.com/lupien/pyvisa into lupien-serial_read_termination
adds c54a48b Merge branch 'lupien-serial_read_termination'
adds 20e9522 Fixed bug in rname error reporting
adds 25833ee Bumped to 1.6.4.dev1
adds b78cb5a changed test suite to show bug #140
adds e49f238 fixes bug #140
adds 391807b Merge branch 'master' of git://github.com/burnpanck/pyvisa into burnpanck-master
adds c25f16a Merge branch 'burnpanck-master'
adds 6e3f09e Added wait_on_event to resource
adds ccab9d7 Cleanup/fix gpib resource
adds 5c999ad Move __switch_events_off from gpib resource to base resource
adds 76982ce Properly cleanup visa handlers upon resource close.
adds a791c6b Merge branch 'improve_handlers2' of git://github.com/lupien/pyvisa into lupien-improve_handlers2
adds c22c0bf Merge branch 'lupien-improve_handlers2'
adds 968f3ed Add more info about backends
adds d552fd9 Started decorator to help backends
adds 69203fc Changed VisaLibraryBase
adds bbc217b Updated CHANGES and AUTHORS
adds 713a9ef Bumped to 1.6.4.dev3
adds a227f1a Preparing release 1.7
new b5a44aa Back to development: 1.8
new ac0a689 lock_excl bug fix (ctwrapper/functions lock was failing when access_key was None)
new e4ab706 Merge branch 'fix_lock_excl' of git://github.com/lupien/pyvisa into lupien-fix_lock_excl
new 8fc41ff Merge branch 'lupien-fix_lock_excl'
new eb0060e Moved control_ren to a mixin and added it to USB, GPIB and TCPIP
new 1a0de8f Merge branch 'move_control_ren2' of git://github.com/lupien/pyvisa into lupien-move_control_ren2
new 22a9228 Merge branch 'lupien-move_control_ren2'
new 512ecb7 Implemented filter in rname
new c417660 Added tests for rname.filter
new 589e599 Added documentation filter function and started filter2 to implement optional filtering
new 2f5a6bc Make parse_resource_extended return even in the case of not SUCCESS
new df888a3 Added optional parameter to ResourceManager.resource_info to select if extended info is desired
new def2d0a Added optional resource_pyclass to open_resource
new 5c802ba Get extended resource info in open_resource as we require the resource_class
new 133060a Fix issue in replacing ? by . (regex with ?+ were incorrect)
new 91a4729 Merge branch 'MatthieuDartiailh-fix-regex't push origin master
new f1589d9 typo fix
new 7661a87 Merge branch 'patch-1' of git://github.com/HummingBrid/pyvisa into HummingBrid-patch-1
new 700b11b Merge branch 'HummingBrid-patch-1't push origin master
new d6c9764 Update serial.py
new 7a53ee6 Merge branch 'master' of git://github.com/bkstein/pyvisa into bkstein-master
new fcce1f4 Merge branch 'bkstein-master't push origin master
new 1863dcc Fix a not a invalid EventType bug
new 35f578a Fix a not a invalid EventType bu
new a199807 Merge branch 'lupien-fix-eventtyt push origin masterpe-bug'
new d159fc0 Changed types in wrapper to be platform independent (Status is always 32 bit)
new 786312e Allow registering parent resource Classes and register resource Class for unknown resource type
new 987bcf3 If a resource class cannot be found for the resource_type, return a Resource object and warns (do not raise)
new 1f6df2a Clarify timeout getter and setter
new 3f69464 Improved docs on low level and middle level
new 4f428b2 Fix error reporting with Unicode filenames
new 4c13fce Improvements to the documentation formatting and internal links
new 1c13f48 Improved AUTHORS and CHANGES
new a5c3cbf Preparing release 1.8
new 9d6aa78 Back to development: 1.9
The 35 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
AUTHORS | 19 ++
CHANGES | 70 ++++-
README | 2 +-
docs/api/resources.rst | 31 +++
docs/architecture.rst | 67 +++--
docs/backends.rst | 134 ++++++++-
docs/configuring.rst | 2 +-
docs/contributing.rst | 2 +-
docs/faq.rst | 4 +-
docs/getting_nivisa.rst | 2 +-
docs/migrating.rst | 86 +++---
docs/names.rst | 8 +-
docs/resources.rst | 30 +-
docs/rvalues.rst | 54 ++--
docs/shell.rst | 2 +-
docs/tutorial.rst | 26 +-
pyvisa/attributes.py | 2 +-
pyvisa/compat/struct.py | 42 +++
pyvisa/constants.py | 50 ++++
pyvisa/ctwrapper/functions.py | 39 ++-
pyvisa/ctwrapper/highlevel.py | 30 ++
pyvisa/ctwrapper/types.py | 6 +-
pyvisa/errors.py | 68 ++++-
pyvisa/highlevel.py | 134 ++++-----
pyvisa/resources/__init__.py | 2 +-
pyvisa/resources/gpib.py | 45 +--
pyvisa/resources/messagebased.py | 25 +-
pyvisa/resources/resource.py | 175 ++++++++++--
pyvisa/resources/serial.py | 2 +-
pyvisa/resources/tcpip.py | 4 +-
pyvisa/resources/usb.py | 4 +-
pyvisa/rname.py | 573 +++++++++++++++++++++++++++++++++++++++
pyvisa/testsuite/test_rname.py | 256 +++++++++++++++++
pyvisa/testsuite/test_util.py | 4 +-
pyvisa/util.py | 40 +--
setup.py | 2 +-
36 files changed, 1705 insertions(+), 337 deletions(-)
create mode 100644 pyvisa/compat/struct.py
create mode 100644 pyvisa/rname.py
create mode 100644 pyvisa/testsuite/test_rname.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyvisa.git
More information about the Python-modules-commits
mailing list