[Python-modules-commits] [pyvisa] branch master updated (6817a44 -> f8b91c1)
Ruben Undheim
rubund-guest at moszumanska.debian.org
Tue Sep 1 20:33:05 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 6817a44 More changes before upload
adds b5a44aa Back to development: 1.8
adds ac0a689 lock_excl bug fix (ctwrapper/functions lock was failing when access_key was None)
adds e4ab706 Merge branch 'fix_lock_excl' of git://github.com/lupien/pyvisa into lupien-fix_lock_excl
adds 8fc41ff Merge branch 'lupien-fix_lock_excl'
adds eb0060e Moved control_ren to a mixin and added it to USB, GPIB and TCPIP
adds 1a0de8f Merge branch 'move_control_ren2' of git://github.com/lupien/pyvisa into lupien-move_control_ren2
adds 22a9228 Merge branch 'lupien-move_control_ren2'
adds 512ecb7 Implemented filter in rname
adds c417660 Added tests for rname.filter
adds 589e599 Added documentation filter function and started filter2 to implement optional filtering
adds 2f5a6bc Make parse_resource_extended return even in the case of not SUCCESS
adds df888a3 Added optional parameter to ResourceManager.resource_info to select if extended info is desired
adds def2d0a Added optional resource_pyclass to open_resource
adds 5c802ba Get extended resource info in open_resource as we require the resource_class
adds 133060a Fix issue in replacing ? by . (regex with ?+ were incorrect)
adds 91a4729 Merge branch 'MatthieuDartiailh-fix-regex't push origin master
adds f1589d9 typo fix
adds 7661a87 Merge branch 'patch-1' of git://github.com/HummingBrid/pyvisa into HummingBrid-patch-1
adds 700b11b Merge branch 'HummingBrid-patch-1't push origin master
adds d6c9764 Update serial.py
adds 7a53ee6 Merge branch 'master' of git://github.com/bkstein/pyvisa into bkstein-master
adds fcce1f4 Merge branch 'bkstein-master't push origin master
adds 1863dcc Fix a not a invalid EventType bug
adds 35f578a Fix a not a invalid EventType bu
adds a199807 Merge branch 'lupien-fix-eventtyt push origin masterpe-bug'
adds d159fc0 Changed types in wrapper to be platform independent (Status is always 32 bit)
adds 786312e Allow registering parent resource Classes and register resource Class for unknown resource type
adds 987bcf3 If a resource class cannot be found for the resource_type, return a Resource object and warns (do not raise)
adds 1f6df2a Clarify timeout getter and setter
adds 3f69464 Improved docs on low level and middle level
adds 4f428b2 Fix error reporting with Unicode filenames
adds 4c13fce Improvements to the documentation formatting and internal links
adds 1c13f48 Improved AUTHORS and CHANGES
adds a5c3cbf Preparing release 1.8
new add66a7 Merge tag 'upstream/1.8'
new f8b91c1 New changelog entry
The 2 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 | 15 ++--
CHANGES | 21 +++++
debian/changelog | 6 ++
docs/api/resources.rst | 31 ++++++++
docs/architecture.rst | 67 +++++++++-------
docs/backends.rst | 14 ++--
docs/configuring.rst | 2 +-
docs/contributing.rst | 2 +-
docs/faq.rst | 4 +-
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/ctwrapper/functions.py | 8 +-
pyvisa/ctwrapper/types.py | 6 +-
pyvisa/errors.py | 23 +++---
pyvisa/highlevel.py | 36 ++++++---
pyvisa/resources/__init__.py | 2 +-
pyvisa/resources/gpib.py | 17 +---
pyvisa/resources/messagebased.py | 20 +++++
pyvisa/resources/resource.py | 30 ++++++-
pyvisa/resources/serial.py | 2 +-
pyvisa/resources/tcpip.py | 4 +-
pyvisa/resources/usb.py | 4 +-
pyvisa/rname.py | 166 ++++++++++++++++++++++++++++++++++++++-
pyvisa/testsuite/test_rname.py | 27 +++++++
setup.py | 2 +-
29 files changed, 514 insertions(+), 201 deletions(-)
--
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