[pytango] annotated tag v9.2.0b created (now 43c914f)

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:16:54 UTC 2017


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

sbodomerle-guest pushed a change to annotated tag v9.2.0b
in repository pytango.

        at  43c914f   (tag)
   tagging  2ed32e78d36307571758162909a3ffc336f75229 (commit)
  replaces  v9.2.0a
 tagged by  Jose Tiago Coutinho Macara
        on  Mon Mar 21 09:53:31 2016 +0100

- Log -----------------------------------------------------------------
tagged version 9.2.0b

Jose Tiago Coutinho Macara (32):
      Prepare 8.1.8
      Fix problem with tango class name
      Fix missing pipe_list initialization in DeviceClass
      Fix problem with tango class name
      Merge branch 'master' of gitlab.esrf.fr:bliss/pytango
      Fix problem with tango class name
      Merge remote-tracking branch 'esrf-gitlab/master'
      Expose AutoTangoMonitor and AutoTangoAllowThreads
      Update release number to 9.1.9dev
      Minimum changes to compile under Tango C++ 9
      Implement AttributeConfig and AttributeInfo changes
      Implement write_read_attributes
      Release GIL in DeviceProxy constructor
      Implement DeviceProxy get_command_list() and get_command_config()
      Implement pipe config (client side)
      First implementation of Tango pipe on client side (has memory leak!)
      Implement DeviceImpl.is_there_subscriber
      Implement Device_5Impl (server)
      Implement TANGO enumeration type (client)
      Implement TANGO enumeration type (server)
      Initial pipe version
      Fix bug: DeviceClass.get_command_list is executing get_device_list
      Make DeviceProxy.read_pipe use green mode
      Implement DeviceProxy read pipe as attribute access
      Add exception trying to create writtable pipe or trying to write to one
      Fix SF #776
      Update documentation and release number
      Remove leavefunc code (not used)
      Fix missing pipe_list initialization in DeviceClass
      Merge branch 'tango9' of gitlab.esrf.fr:bliss/pytango into tango9
      Update beacon to bliss
      Update release 9.2.0b

Tiago Coutinho (7):
      Merge pull request #4 from vxgmichel/device-inheritance
      Merge pull request #3 from vxgmichel/run-server
      Create README.md
      Fix syntax error in python 3
      Create README.md
      Fix syntax error in python 3
      Merge pull request #6 from tiagocoutinho/auto_tango_monitor

Vincent Michel (4):
      add a run_server class method to Device
      add device inheritance to DeviceMeta
      fix typo
      add a run_server class method to Device

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  2df2213   Move PyTango directory to bindings
       new  d7764b9   preparing for 7.2.0
       new  6567409   preparing for 7.2.0
       new  cf7d710   fix possible source of errors: to make sure we are using correct database:  - no longer rewrite the DeviceProxy contructor  - instead update the os.environ["TANGO_HOST"] each time switchdb is called
       new  c5aa67b   first part of implementating Attribute.get/set_properties
       new  4ded7c4   merge 7.1.4 to trunk
       new  1b9d36a   fixes #3284265
       new  d1e2da3   fixes #3284318
       new  19a7ea3   fixes #3284434
       new  de9c2c9   fixes #3284435; fixes #3284440 (I hope)
       new  78dddfd   fixes #3284435; fixes #3284440 (I hope)
       new  cea01aa   removed garbage output message
       new  9cabc76   fixes #3284440
       new  6d92dac   fixed license header
       new  62d43ec   added developer's helper Makefile
       new  cc17c85   fixes #3286055
       new  ce02b7e   fixes #3285185
       new  fffe95f   preparing for 7.1.5
       new  d8b51b0   preparing for 7.1.5
       new  065d83c   preparing 7.1.6
       new  0c5a4b4   preparing for 7.2.0
       new  513ab17   implements #3286678
       new  da7a6e4   tagged release 7.2.0
       new  5188b12   removed pyflakes warnings
       new  0771d51   fix added bug in last commit
       new  e2e9a9a   fixes #3294507
       new  db3a0b6   assure event_id uniqueness
       new  ebc432c   move build to a proper function; add --strip-lib option to build
       new  0fff4b4   improved support for usage without numpy
       new  adae04c   fixes #3295274
       new  e664010   fixes #3295274
       new  a2ae12d   fixes #3287184
       new  0698f9f   fixes #3305251
       new  f7161b4   c
       new  7232b74   added no-doc option
       new  47ab296   added no-doc option
       new  c01b4fa   implements #3365792
       new  589392b   fixes #3372371
       new  ae34fc7   fixes #3403771
       new  905b451   fixes #3405580
       new  21313b6   better dynamic attribute creation
       new  a6aad13   made AttributeInfo(Ex) copiable; made all members readwrite
       new  d77faa3   make dynamic attribute read/write/is_allowed method calls be called directly instead of poluting the device class with the methods in case the read/write/is_allowed methods are not the default ones
       new  b1379ea   better event info
       new  89590fc   removed garbage
       new  59de4c6   better event subscription/unsubscription
       new  587f383   better event subscription/unsubscription
       new  3a1bc25   removed compiler warning
       new  b83dccb   allow compatibility with python 2.5
       new  6213142   prepare for ipython 0.11
       new  df6be9f   added support for ipython 0.11
       new  6b955c0   fix problem with switchdb
       new  adf337c   added PyTango.Except.throw_python_exception
       new  d8f9d1e   prepare Qt console
       new  460b54c   fixes #3374026
       new  6f3e17c   final changes to fix #3374026
       new  a5cbd27   fix error message
       new  46015cc   fix problem with exception handling
       new  2dfaa23   make use of precompiled header
       new  b413fa7   improved error handling
       new  a2299b7   better exception handling
       new  0e75dc7   better exception handling
       new  fe6ba71   better exception handling
       new  cf2da41   added push_att_conf_event
       new  70e28e7   fixed problem in exception report
       new  89bc97b   added missing global variable
       new  740992e   changed release number: 7.2.1 will never see the light of day
       new  225d59d   added experimental fire_change_event
       new  721f860   first attempt to make it windows friendly
       new  60c02aa   Fix warnings and errors in windows compilation
       new  9a77d1e   Fix warnings and errors in windows compilation
       new  7bde7e9   compatibility between windows and linux
       new  0764c9a   update tango includes
       new  bfda827   git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@18547 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
       new  47ea420   git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@18548 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
       new  bfb6b1f   logo for windows installer
       new  11cb155   update url
       new  fc5d247   added missing directory suppress a warning in windows because of boost
       new  bb40b01   first attempt at precompiled headers on both windows and linux
       new  e5c670e   final fix to make compilation work in VS 2005
       new  6a3831c   final fix to make compilation work in VS 2005
       new  a0f3a77   fixes #3447477
       new  3e38f08   prepare for 7.2.2 release
       new  bb281eb   added missing windows files
       new  b37f69e   added missing compilation env.
       new  16b8ce0   updated release info for windows
       new  14efdca   final fix to make compilation work in VS 2005
       new  5b2ec33   start update doc to include ipython 0.11
       new  271f265   Fixes #3463377
       new  586d614   fix bug in dynamic attributes
       new  49497d5   prepare for 0.13
       new  66741ac   added support for ipython 0.12 and future 0.13
       new  166b67f   fixed prompt issue
       new  066a3d4   fixed prompt issue
       new  50522e5   prepare for multiple ipython version support
       new  21a8a1d   added new ipython 0.12 directory to installation
       new  f19685a   added missing notebook example directory
       new  d8b36f3   added notebook example
       new  e41b9b8   added notebook example
       new  0fcf100   implements feature request #3495607
       new  4df7c3b   c
       new  e04eef3   c
       new  e11dc74   c
       new  b92b676   c
       new  7eac8a4   removed garbage
       new  44697e5   removed garbage
       new  0e530fe   fixes #3487930
       new  de032f5   prepare for release
       new  6652432   removed store feature because ipython 0.11 doesn't have it
       new  203a911   fix doc
       new  216aabb   fixes #3511509
       new  e5842a0   fixes #3511509
       new  360b955   fixes #3514457
       new  40ce17d   fixes #3520739
       new  a6594eb   final commit for 7.2.3
       new  66b9dbf   added more info in exception
       new  e939edf   updated doc
       new  c2a26b2   prepare resources
       new  080e9b2   prepare resources
       new  01c5ea6   added missing data files
       new  c0349ba   changes for python 2.4
       new  f4420c8   changes for python 2.4; repr_html for IPython
       new  19d0981   changes for python 2.4
       new  0bce82d   added warning if sphinx is not installed
       new  3c8c82a   setup now fails if numpy is not available and explicit without numpy flag is not set
       new  b76d672   merge with branch Release_8_0_0_py3k
       new  a3bac75   removed garbage
       new  69715ce   prepare for v8
       new  cefb4c8   prepare for v8
       new  5a3e969   preparing ipython
       new  5d07bdb   Deleted svn:mergeinfo from trunk
       new  245b6e5   Added missing tests directory
       new  b82bb71   Added rules: '.*' and 'objs*' in svn:ignore property More commands and attributes in DevTest.py
       new  d4943fe   fixes #3564959
       new  07e4d24   preparing for PyTango 8
       new  cb13759   prepare PyTango 8
       new  18ebf4c   prepare PyTango 8
       new  a1e5526   fixed setup to work with python 2.6
       new  7faa796   added html repr to more PyTango classes
       new  178b44e   added missing files
       new  8bb15b4   preparing for version 8
       new  8aff623   Implementation of MultiAttrProp
       new  37dafa0   prepare for PyTango 8
       new  66ba64a   Added scope specifier bopy:: to len() in from_py.h Exchanged scope specifiers boost::python:: with bopy:: in attribute.cpp
       new  f7aecc2   Fixes #3570970
       new  3e0e283   fixes #3570972
       new  52694b0   fixed #3570975
       new  2f03009   fixed #3570975
       new  02a2a3b   fixes #3574099
       new  27afbb8   fixes #3570971
       new  fdd363f   update with new build configurations
       new  f7d22a4   removed old files
       new  6d9dbad   update numpy
       new  b5b446f   fix for visual c++
       new  b36401e   Adapt to PyTango 8
       new  fe08d68   fix for numpy using both python 2 and 3
       new  258bde8   Update to VC++ 9 with multiple configurations
       new  5e6a57e   Update to VC++ 9 with multiple configurations
       new  98dfcd4   fix bug with io strings
       new  c5078e7   prepare for 8.0.1
       new  c322453   update install guide
       new  2fe8bdb   make sure no warning is given in init_numpy
       new  affe68d   try to detect tango dll location on windows
       new  874c654   git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@21253 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
       new  601856f   prepare version 8.0.2
       new  2f5cc96   add experimental databaseds
       new  1a0d309   added TEPs
       new  b564130   temporary version of api2
       new  bc174c8   api2 initial implementation
       new  e054c1e   fixes #3579062
       new  9ac4f57   added script to allow PyTango to install tango dll files when needed
       new  9d32c90   api2 initial implementation
       new  4b78a03   prepare 8.0.3
       new  35aa63c   fixes #3586337
       new  f52e17a   fixes #3586337
       new  d3f45cf   - Changed static_cast to a c-like cast to unsigned char* of PyArray_DATA due to its different type in Numpy 1.8 - Modified Makefile to process LOG4TANGO_ROOT, BOOST_ROOT, ZMQ_ROOT and OMNI_ROOT paths
       new  a7b5095   fixes #3576353
       new  5ad4cc7   undo last change which produced an error in complex servers
       new  f466d18   fixes #3598514
       new  1f98618   changes to support multiple bindings
       new  34020a6   updated script for new directory structure
       new  47bab36   updated script for new directory structure
       new  3e1e08d   avoid warning on python 2.6
       new  143b655   avoid warning on python 2.6
       new  ef66465   Added TestSuite.py and TestSuiteTemplate.py
       new  c2193f7   Continuous Integration support
       new  b383219   Modifications to build_src
       new  be09ca5   Continuous Integration enhancement
       new  09318c2   Continuous Integration enhancement 2
       new  6887e38   Continuous Integration enhancement 3
       new  e6b2363   Continuous Integration enhancement 4
       new  ae7ac1b   Continuous Integration enhancement 5
       new  c556cde   Continuous Integration enhancement 6
       new  b41ab6e   Continuous Integration enhancement 7
       new  bd9890e   Continuous Integration enhancement 8
       new  847454b   Continuous Integration enhancement 9
       new  b7f9309   Continuous Integration enhancement 9
       new  8c8cd1b   Continuous Integration enhancement 10
       new  29c5810   Continuous Integration enhancement 11
       new  f0d751a   modified build.sh
       new  0eaf939   Continuous Integration enhancement 12
       new  4ee9b58   Continuous Integration enhancement 13
       new  17697db   Continuous Integration enhancement 14
       new  28065d3   Continuous Integration enhancement 15
       new  419386f   Continuous Integration enhancement 16
       new  9d30a49   Added omniORB and log4tango include paths to Makefile
       new  7d93937   Added omniORB and log4tango include paths to Makefile 2
       new  4ceb4fc   Continuous Integration enhancement 17
       new  91b43da   Continuous Integration enhancement 18
       new  0e5497b   Continuous Integration enhancement 19
       new  04b997f   Continuous Integration enhancement 20
       new  6d7c1ec   Continuous Integration enhancement 21
       new  996347d   Continuous Integration enhancement 22
       new  882c296   Continuous Integration enhancement 23
       new  3b75597   Continuous Integration enhancement 24
       new  96c486a   Continuous Integration enhancement 25
       new  bb5d3f2   Added LOG4TANGO_ROOT to configuration of include and lib directories in setup.py
       new  9ad14b4   Added LOG4TANGO_ROOT to configuration of include and lib directories in setup.py 2
       new  1f8cf82   Modified setup.py to take into account lib64
       new  4765fc0   Modified setup.py to take into account lib64 2
       new  41d701c   Modified setup.py to take into account lib64 3
       new  78909fb   Modified setup.py to take into account lib64 4
       new  f1b4970   Modified setup.py to take into account lib64 5
       new  ad5baa9   Modified setup.py to take into account lib64 6
       new  8af9203   Modified setup.py to take into account lib64 7
       new  eaa5f98   Modified setup.py to take into account lib64 8
       new  46c4a9d   Modified setup.py to take into account lib64 8
       new  c905f97   Modified setup.py to take into account lib64 9
       new  803842c   PyTango Test Suite Framework
       new  e8e4e60   Removed mock projects
       new  56e316f   Continuous Integration for PyTango Test Suite
       new  d2d6d89   How to use 'ci' configuration in Mr Jenkins for PyTango
       new  4ba05bc   Readme file
       new  70b51c9   Continuous Integration for PyTango Test Suite at ESRF (first approach)
       new  7c6b47c   Little changes
       new  515c326   Update configuration
       new  bb5bdd1   little changes
       new  bfb1e74   adapted to redhate4
       new  dd4cc26   git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@22107 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
       new  0f12d47   added redhate5 settings
       new  1795cd8   Added w7's configurations
       new  5391c0b   Fixed errors
       new  4cb8fb9   fixes #3607779
       new  854bf98   removed garbage files from distribution
       new  8e97a31   Cleaner Makefile for developers
       new  6fa338e   removed old directory
       new  9b9bf25   Makefile is now cleaner
       new  bae088a   fix bug on windows build
       new  45f6d08   merge with 8.0.3 branch
       new  89b28ec   implement feature request #88: Implement Util::server_set_event_loop method in python
       new  385808e   improve makefile for developers
       new  6d3d722   fix compiler warning
       new  3775cdc   c
       new  aa687c6   update release info
       new  e247ae5   fixes #605 [pytango] use distutils.version module
       new  aaad1a2   fixes #605 [pytango] use distutils.version module
       new  d08f2ba   update revision
       new  4fc66b7   post install script doesn't need to do anything... for now
       new  f0c6b67   update build
       new  9728ac0   add scripts to help compile boost-python on windows
       new  23a2fb2   added missing vs files
       new  73d6aff   preparing for 8.1.0
       new  c78fadc   fix problem when using old boost python
       new  4417260   adapted to tango 8.1
       new  5cb0352   fixes #612
       new  c9e5198   applied patch for bug #611 on trunk
       new  eeae3c2   fix to work with ipython >=1.0
       new  7adba55   made DevError, DevFailed, AttributeInfo and friends pickable
       new  d3abe60   rollback
       new  5311e9f   patch to work with all Tango C++ 8.1.x versions
       new  07464f0   green pytango feature
       new  4f95fd0   fix compilation error on Macos
       new  6147b12   fix problem with x64 configurations
       new  c135db1   fix problem with string properties
       new  94cd2e0   some tests with sip
       new  89dcbab   closer to databaseds
       new  9234558   a test of sip
       new  8a267ac   a test of sip
       new  24107da   progress on databaseds
       new  e088342   added get_*_ior
       new  580a358   added ping to green mode
       new  08d3242   fixed example code
       new  82b9452   removed garbage
       new  969dc0f   first experiment with swig
       new  06cd714   Update ci/ESRF/build.sh
       new  dcd0f40   Fixed ESRF/build.sh and added debian7 setup
       new  f48781f   preparing 8.1.0
       new  2505444   fix compilation error with numpy constant
       new  e36e715   fix problem with import when gevent is not installed
       new  879f167   high level API to create green DeviceProxy and AttributeProxy
       new  b761244   update documentation with green chapter
       new  59f6f03   added AttributeProxy
       new  3a00459   improvements
       new  46fecdf   update copyright
       new  e9be871   make memorized case insensitive
       new  f622b88   preparing for 8.1.1
       new  df51715   git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@24225 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
       new  594fe0d   git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@24226 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
       new  fb6c042   preparing ipython >= 1.0; clean up HLAPI
       new  1bdcdc0   git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@24229 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
       new  27a9c4d   git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@24230 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
       new  e109437   git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@24231 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
       new  b8ea2eb   fix errors on windows
       new  142acc8   new way to define numpy compilation version
       new  daf42a4   changes to documentation
       new  c05f45b   final preparations for 8.1.1
       new  b89826d   changed way to calculate the numpy version used to compile pytango
       new  5ae30f0   cleanup documentation
       new  1ebc923   prepare doc for 8.1.1
       new  06b432c   fixes #615
       new  e00b235   preparing for 8.1.1
       new  f72f50b   fixes #527
       new  7eb77ab   update documentation
       new  67def47   fixes #636
       new  6f83ed2   minor changes to setup.py
       new  2af0d84   Fixed 32bits
       new  58e8097   fix pdf generation
       new  198b4ba   make it work on windows
       new  cdb2bff   Updated ci compilation parameters
       new  dacded3   fix minor errors
       new  d6d908c   added license
       new  e5f09b9   added license
       new  ba1c297   fix minor errors
       new  3fa8c48   Added configuration for python 3.3 on windows7
       new  1eb1e32   add safety imports to green modes
       new  986e3d4   updating documentation
       new  ce70c61   preparing release
       new  a845a60   fix typo
       new  1456164   fix typos
       new  ee7eb27   fixes #637
       new  76db09c   update doc
       new  727232d   fix typo
       new  4a06997   update doc
       new  f0dfce3   added debug configuration
       new  a34b4b5   build in windows debug mode
       new  9b4df9a   setting up setup script
       new  02b2cd9   setting up setup script
       new  b41c528   added icon for itango
       new  fe057aa   added icon for itango
       new  8472c43   solve PyTango crash on shutdown
       new  72366a2   fix bug when user gives empty list of attributes
       new  09e41df   preparing 8.1.2
       new  562e93f   prepare 8.1.2 clean VS9 solution
       new  63982d9   prepare 8.1.2 clean VS9 and VS10 solution
       new  4562725   fix filter error in setup.py. Improved server documentation
       new  14088d5   update ez_setup
       new  bc4ae98   Little changes to compile on Windows
       new  7493ec3   Fix #648
       new  95915fd   Fix Makefile library dependencies
       new  85c4e4e   Fix #649
       new  7d983c8   Better handling of third-party libraries
       new  4daec61   Fix #650
       new  1b490f6   fix compilation warnings
       new  f83017f   Fix python 3 problems
       new  579ffab   Fix #641
       new  87d776a   Fix #641
       new  35e4628   Added new Jenkins configuration
       new  230f491   Implement feature request #98
       new  beb1f3f   Fix #651
       new  8e0f1df   Fix classic division in python3
       new  9e2521e   Better log function
       new  c02ca8d   Add documentation for get_attribute/command_poll_period
       new  4b046b6   Add is_bool_type, is_str_type
       new  e6a4de7   Add str_2_obj
       new  a9477bc   Implement #102
       new  c38c3e7   Implement #102
       new  9aee730   Implement feature-request #103
       new  57bc931   Implement feature-request #103
       new  e666a41   Fix documentation
       new  412d314   Split into more targets for development purposes
       new  9dd41ef   Allow to test a sys/database/pydb-test
       new  bf4a173   Allow to test a sys/database/pydb-test
       new  75d48b0   Allow to test a sys/database/pydb-test
       new  cdbb957   Allow to test a sys/database/pydb-test
       new  d535eed   Continuing implementation
       new  acfb140   Solve bug: PyTango shutdown sometimes blocks
       new  8e9cc59   Add guard to allow ORB run without blocking GIL; Fix minor issues with version and pid
       new  c330a68   Fix bug with unicode
       new  d6ad174   Update documentation
       new  6ba6e90   Fix dserver IOR
       new  063e70d   Update python database
       new  cd403f6   Update python database
       new  f2eb88a   Fix #660
       new  58757af   Upgrade documentation
       new  d6745aa   Update documentation
       new  e62be1a   Add support for attribute as decorator
       new  73b8b8c   Fix typo
       new  f191153   Add support for attribute as decorator
       new  2abf1d1   Update documentation
       new  cd868bc   Update documentation
       new  750109f   update doc
       new  0700155   Add examples
       new  1149f80   start development of 8.1.3
       new  fdf6ed9   Fix #659
       new  50d8da9   Fixes #680
       new  256841f   Fix bug in Attribute.get_write_value when attribute is of type DevString
       new  4401d5b   Implements feature #107
       new  6a5da65   Finished feature #107 (documentation)
       new  33f9253   added missing library directories
       new  327d939   need to skip 8.1.3: 8.1.3 will be only internal ESRF
       new  5b12f71   Implement #102 for commands
       new  e540735   Expose TangoClassName and TangoClassClass to API. When classes parameter in run() is a sequence, allow for the item to be a sequence of <TangoClass, TangoClassClass>[, tango class name] (before it could only be a subclass of PyTango.server.Device)
       new  b113526   Fix typo. Shame on me for not properly testing before commit
       new  4d076db   Add documentation
       new  3cf087c   Update documentation
       new  73fe2c7   Update TEP 0001 with python module
       new  43d547d   Fix #679
       new  2d4a3a8   Fix #678 (partially)
       new  c45cb91   avoid inheriting from DeviceClass.\nMake use of original DeviceClass class wrapped from c++
       new  ad95af3   add shutdown_server
       new  ec97fe7   Fixes #678
       new  48fc635   Remove old file
       new  7db6c60   Fix documentation generation
       new  5f4d71d   Add experimental API
       new  4d467ed   Fix #686
       new  636b940   Prepare for 8.1.4
       new  d4c9336   Fixes #687, #688
       new  44e5f5b   Avoid garbage files in distribution
       new  4233883   Prepare 8.1.5
       new  015035a   Fixes #697: PyTango.server.run does not accept old Device style classes
       new  d5b5c20   Fixes #697: PyTango.server.run does not accept old Device style classes
       new  af25c3f   Fixes #697: PyTango.server.run does not accept old Device style classes
       new  5d11d7d   Add member filter to Server.register_object
       new  1e0a2b9   Change member filter callable signature
       new  58b909c   Better logging
       new  e444304   Fix: long objects are DevEncoded instead of DevLong64
       new  e2a6fa2   Change log levels
       new  8bbfc3a   Add pre_init_callback; auto_clean should be False by default
       new  4cb8518   Update list of devices on startup
       new  08892f1   Add .gitignore
       new  3c39a58   Add new server features
       new  8350f9e   Fix reference counting
       new  578f4e7   Fix typo
       new  954d74a   Fix when register/unregister object is called from a living server
       new  8880ed1   Fix object deletion at server shutdown time
       new  3618411   Fix SF bug #698: PyTango.Util discrepancy
       new  16145b6   First try with signal/slot
       new  44f61ea   If callable doesn't receive arguments export as command arg_in=DEV_VOID
       new  934a8bb   Add PyTango objects API examples
       new  a5946cb   Update to prepare for 8.1.6
       new  b7fa953   Update to prepare for 8.1.6 (win files)
       new  ddf2ac0   Fix for python 3
       new  9e0437f   Update VS9 and VS10 config files for python 3.4
       new  65d94ad   Make it work on gcc 4.8
       new  0a98664   First try at gevent friendly server
       new  1cfcab4   Don't need to call Util.instance() anymore
       new  f20ad7e   Add an option for database plugin to avoid wild card replacement
       new  3300edb   Changed get_db plugin method to pass personal_name as argument
       new  d4ce012   New server style
       new  5e8d1dd   server_init and post_init callback should be executed outside tango loop
       new  569bfe6   Fixed raise exception in case of DevFailed
       new  6bf2e89   First working version  with beacon
       new  1290c67   Merge branch 'beacon_config' into 'master'
       new  2e31130   database is now installed as module of PyTango
       new  93ddef3   Put databaseds argument as optional in the main function
       new  5c08fae   Merge branch 'database_module' into 'master'
       new  b391e96   Fixes #714
       new  6fa49bc   Restructure sip directories; Try implementation of AttributeInfoEx
       new  6142db9   Clean up
       new  2e490db   Move server_init to tango loop
       new  f1cc56f   Merge branch 'master' of gitlab.esrf.fr:bliss/pytango
       new  8eed7c6   Make sure DatabaseClass.device_factory uses similar code as its super
       new  bb0648d   Add port parameter
       new  27f46fe   Fix bugs in gevent mode
       new  b97cafd   Fixed the timing attributes
       new  b9d0260   Update release number
       new  803b7e9   In gevent mode set the serialization model to NO_SYNC
       new  5653811   Implement feature-request #110
       new  c1d8eb4   Add missing documentation
       new  8901f76   Get database from Util when possible
       new  6b1f37a   Fix bug in attribute creaton when giving callable fget parameter
       new  dc78dd1   Add simple Clock example
       new  8cdc554   Merge branch 'timing' into 'master'
       new  b66836f   Make sure old and new style servers don't mix
       new  298c5b4   Update revision doc with fix for bug #714
       new  186bef7   Merge branch 'master' of gitlab.esrf.fr:bliss/pytango
       new  1bb0aa6   Fixes #690
       new  2496177   Fixes #700
       new  97b3b62   Fixes #701, #704
       new  7b0bd9c   Add mint to list of debian based distributions
       new  94cbcba   Fixes #705
       new  d74b57e   Fixes #718
       new  068b011   Merge branch 'master' of gitlab.esrf.fr:bliss/pytango
       new  d1c0c14   Fix release table
       new  3a49c32   Fixes #724
       new  87a4715   Fix table markup
       new  a5085b7   Merge pull request #1 from birkenfeld/patch-1
       new  96c4582   Fix documentation
       new  30c7b3c   Add *with_dserver* parameter do Database.add_server
       new  6258caa   Fixes #736 (SF)
       new  26f4a27   Merge branch 'master' of https://github.com/tiagocoutinho/PyTango
       new  92e3eca   Add important message to asynch calls regarding push model usage
       new  33c68c7   Fix bug in python 3 in lsdev
       new  319e017   beacon: fixed server due to the move of beacon Node class in the module
       new  a8ec144   Use the submit map for submitting (instead of the executor map)
       new  edff059   Fix threadpool to allow to raise exception
       new  c7b64b4   Merge branch 'beacon_fix' into 'master'
       new  9229071   Merge branch 'threadpool_with_exception_fix' into 'master'
       new  660a141   add a run_server class method to Device
       new  4b06b7b   add device inheritance to DeviceMeta
       new  9500a47   fix typo
       new  0000172   Fix SF bug #747: event callback gets called in tango thread in gevent mode
       new  de7047a   Use hub.loop and spawn a greenlet to handle the callback in gevent mode
       new  f477607   Better patch to read and write attribute methods in gevent mode
       new  e54198a   Fix memory leak: since tango C++ 8.0 the behavior of constructor changed.
       new  001a09f   Update sphinx theme to new sphinx version
       new  9085506   Minimum changes to compile under Tango C++ 9
       new  91508fd   Implement AttributeConfig and AttributeInfo changes
       new  b92e6fe   Implement write_read_attributes
       new  4088431   Release GIL in DeviceProxy constructor
       new  94c8f3c   Implement DeviceProxy get_command_list() and get_command_config()
       new  c315efb   Implement pipe config (client side)
       new  edcd5c2   First implementation of Tango pipe on client side (has memory leak!)
       new  3581a26   Implement DeviceImpl.is_there_subscriber
       new  cb5c557   Prepare 8.1.8
       new  d4ecdfe   Merge pull request #4 from vxgmichel/device-inheritance
       new  d87ebeb   Merge pull request #3 from vxgmichel/run-server
       new  9161afa   Create README.md
       new  f7b3dd0   Fix syntax error in python 3
       new  880612d   Fix problem with tango class name
       new  07c6366   Implement Device_5Impl (server)
       new  d0c3327   Implement TANGO enumeration type (client)
       new  a247166   Implement TANGO enumeration type (server)
       new  8e025b6   Initial pipe version
       new  e1e724a   Fix bug: DeviceClass.get_command_list is executing get_device_list
       new  572453a   Make DeviceProxy.read_pipe use green mode
       new  0abb428   Implement DeviceProxy read pipe as attribute access
       new  befdf47   add a run_server class method to Device
       new  1cc36e7   add device inheritance to DeviceMeta
       new  9994dc2   Add exception trying to create writtable pipe or trying to write to one
       new  56e10aa   Fix SF #776
       new  c245ede   Update documentation and release number
       new  60c4d80   Remove leavefunc code (not used)
       new  370a6f8   Fix missing pipe_list initialization in DeviceClass
       new  721ddbd   add a run_server class method to Device
       new  b02688c   Create README.md
       new  e4a6f05   Fix problem with tango class name
       new  873d968   Fix syntax error in python 3
       new  6ecba42   Merge branch 'master' of gitlab.esrf.fr:bliss/pytango
       new  a0a7cbf   Fix problem with tango class name
       new  e1902d9   Merge remote-tracking branch 'esrf-gitlab/master'
       new  7ef97da   Expose AutoTangoMonitor and AutoTangoAllowThreads
       new  2781e91   Merge pull request #6 from tiagocoutinho/auto_tango_monitor
       new  1174478   Update release number to 9.1.9dev
       new  ff0d12c   Minimum changes to compile under Tango C++ 9
       new  2a2a6d8   Implement AttributeConfig and AttributeInfo changes
       new  28c97d4   Implement write_read_attributes
       new  82f3c42   Release GIL in DeviceProxy constructor
       new  5b62fcb   Implement DeviceProxy get_command_list() and get_command_config()
       new  c98c90a   Implement pipe config (client side)
       new  6ea6704   First implementation of Tango pipe on client side (has memory leak!)
       new  2ec3c2a   Implement DeviceImpl.is_there_subscriber
       new  e63e2f9   Implement Device_5Impl (server)
       new  ac521b8   Implement TANGO enumeration type (client)
       new  2738dcd   Implement TANGO enumeration type (server)
       new  96a676d   Initial pipe version
       new  47e44be   Fix bug: DeviceClass.get_command_list is executing get_device_list
       new  8350533   Make DeviceProxy.read_pipe use green mode
       new  ccc4765   Implement DeviceProxy read pipe as attribute access
       new  f4f808f   Add exception trying to create writtable pipe or trying to write to one
       new  9fbdf12   Fix SF #776
       new  c9f2dd7   Update documentation and release number
       new  f4bd56b   Remove leavefunc code (not used)
       new  f53d907   Fix missing pipe_list initialization in DeviceClass
       new  4027309   Merge branch 'tango9' of gitlab.esrf.fr:bliss/pytango into tango9
       new  0b2efcd   Update beacon to bliss
       new  2ed32e7   Update release 9.2.0b

The 567 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.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git



More information about the debian-science-commits mailing list