summaryrefslogtreecommitdiff
path: root/lib/taurus/core/util/event.py
Commit message (Expand)AuthorAge
* m, doc, Remove param from docstring Carlos Pascual2021-07-12
* Fix blackzreszela2021-07-09
* Revert addition of control_exceptions to waitForEventzreszela2021-07-09
* Remove unrequired except clauseCarlos Pascual2021-07-09
* updated waitForEvent method in events; improved docstrings, control_exception...Abdullah2021-07-09
* black formatting in lib/taurus/core/util/event.pyAbdullah2021-07-08
* fixed formatting in lib/taurus/core/util/event.pyAbdullah2021-07-08
* waitForEcent add param control_exceptions to filter logging for given exceptionsAbdullah2021-07-07
* [flake8] Fix F841 issuesCarlos Pascual2021-06-17
* [flake8] Fix E402 issuesCarlos Pascual2021-06-17
* sphinx: fix blank lines in docstringsCarlos Pascual2021-06-17
* [flake8] Fix E262,E265,E266Carlos Pascual2021-06-16
* [flake8] Fix E-501 (manual, wip)Carlos Pascual2021-06-15
* Reformat all docstring from taurus style to reSTCarlos Pascual2021-06-15
* Reformat whole taurus source with blackCarlos Pascual2021-06-07
* Remove imports of future and __future__ modulesCarlos Pascual2021-05-26
* change version number in AttributeEventWait.waitEvent() deprecation warningzreszela2021-05-21
* refactor: rename any to ignore_valueszreszela2021-05-21
* feat: accept multiple values in waitForEventzreszela2021-05-21
* refactor: rename wait_timeout to reactivityzreszela2021-05-21
* fix: case when timeout is Nonezreszela2021-05-21
* refactor: narrow critical section in waitForEvent()zreszela2021-05-21
* remove debug printzreszela2021-05-20
* refactor: rename wait_timeout_interval to wait_timeoutzreszela2021-05-20
* deprecate: `AttributeEventWait.waitEvent()`zreszela2021-05-20
* add: `AttributeEventWait.waitForEvent()` methodzreszela2021-05-20
* Revert "add: return value to `AttributeEventWait.waitEvent()` method"zreszela2021-05-20
* add: return value to `AttributeEventWait.waitEvent()` methodzreszela2021-05-19
* Use collections.abc for ABCsCarlos Pascual2020-06-11
* Fix ambiguous crossreference in docstringCarlos Pascual2019-07-18
* Implement __ne__ based on == instead of __eq__Carlos Pascual2018-10-16
* Fix BoundMethodWeakref __eq__ and __ne__ methodscfalcon2018-10-16
* Group importsCarlos Pascual2018-09-27
* Review futurize changes in coreCarlos Pascual2018-09-27
* apply futurize stage2Piergiorgio Pancino2018-07-09
* Replace deprecated "operator.isSequenceType(obj)" with "isinstance(obj, colle...Alexander Senchenko2018-06-29
* Merge branch 'futurize1' of https://github.com/piertoni/taurus into piertoni-...Carlos Pascual2018-06-28
|\
| * futurize stage1 + minor changespiertoni2018-02-21
* | Add __name__ attribute in _BoundMethodWeakrefWithCall classcfalcon2018-02-23
|/
* Relocate and rename __BoundMethodWeakrefWithCallcfalcon2018-02-20
* Revert Improve BoundMethodWeakref class commitcfalcon2018-02-20
* Revert "Revert "Fix circular references""cfalcon2018-02-20
* Revert "Fix circular references"reszelaz2018-02-16
* Improve BoundMethodWeakref classcfalcon2018-02-12
* Adapt to Taurus4 using rvaluemrosanes2017-08-09
* Allow subscribing to events w/ or w/o first eventzreszela2017-06-22
* Apply autopep8 for W291,W293cpascual2016-02-29
* Apply autopep8 (first time)cpascual2016-02-29
* First commit in tauruslib. Restructure according to SEP10coutinho2015-03-26