[Python-modules-commits] [pyvisa] branch master updated (a471140 -> 6817a44)

Ruben Undheim rubund-guest at moszumanska.debian.org
Fri May 29 15:02:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a change to branch master
in repository pyvisa.

      from  a471140   Added missing install dependencies
      adds  a424332   Back to development: 1.6.4
      adds  4bcf1bb   Implemented smarter query values based on looking how many bytes are expected
      adds  f24d663   Added message to parsing test
      adds  e0bcaf0   Added try/except around conversion in test
      adds  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
      adds  426acad   Merge tag 'upstream/1.7'
      adds  d0d5f7f   New entry in changelog
      adds  6817a44   More changes before upload

No new revisions were added by this update.

Summary of changes:
 AUTHORS                          |  14 ++
 CHANGES                          |  45 ++++-
 README                           |   2 +-
 debian/changelog                 |  10 +
 debian/control                   |   3 +-
 debian/copyright                 |   3 +-
 docs/backends.rst                | 124 +++++++++++-
 docs/getting_nivisa.rst          |   2 +-
 pyvisa/attributes.py             |   2 +-
 pyvisa/compat/struct.py          |  42 ++++
 pyvisa/constants.py              |  50 +++++
 pyvisa/ctwrapper/functions.py    |  39 ++--
 pyvisa/ctwrapper/highlevel.py    |  30 +++
 pyvisa/errors.py                 |  45 ++++-
 pyvisa/highlevel.py              | 100 +++++-----
 pyvisa/resources/gpib.py         |  28 +--
 pyvisa/resources/messagebased.py |  34 ++--
 pyvisa/resources/resource.py     | 147 ++++++++++++--
 pyvisa/rname.py                  | 409 +++++++++++++++++++++++++++++++++++++++
 pyvisa/testsuite/test_rname.py   | 229 ++++++++++++++++++++++
 pyvisa/testsuite/test_util.py    |  28 ++-
 pyvisa/util.py                   |  82 ++++----
 setup.py                         |   2 +-
 23 files changed, 1293 insertions(+), 177 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