src.ctf.lttng-live: remove some goto error-handling
[babeltrace.git] / src / bindings / python / bt2 / bt2 / message_iterator.py
2024-01-23  Simon MarchiFix typos
2023-09-21  Simon Marchipython: run isort on everything
2023-09-21  Simon Marchipython: remove internal `import bt2` imports
2023-09-21  Simon Marchipython: standardize intra-bt2 imports
2023-06-08  Simon Marchipython: make all _get_ref/_put_ref proper static methods
2022-06-30  Francis DeslauriersRemove `skip-string-normalization` in Python formatter...
2020-09-10  Philippe ProulxReformat Python files with Black v20.8b1
2020-08-05  Simon Marchibt2: remove comment reference to "output port message...
2020-04-14  Simon Marchibt2: check that port is connected when creating message...
2020-04-14  Simon Marchilib: add precond. check for begin <= end on pkt./ev...
2020-04-10  Michael JeansonMove to kernel style SPDX license identifiers
2020-01-10  Philippe Proulxlib: rename "self comp. input port message iter." ...
2019-10-29  Francis Deslauriersblack: run `black` version 19.10b0 on entire project
2019-10-03  Simon Marchilib: make can_seek_ns_from_origin logic use `can_seek_f...
2019-09-26  Simon Marchilib: pass config object to message iterator init method...
2019-09-17  Simon Marchibt2: expose seek_ns_from_origin and can_seek_ns_from_origin
2019-09-17  Simon Marchibt2: remove _GenericMessageIterator abstraction level
2019-09-17  Simon Marchibt2: make can_seek_beginning a method instead of a...
2019-09-17  Simon Marchilib: make can_seek_beginning and can_seek_ns_from_origi...
2019-09-12  Simon Marchibt2: allow getting self output port from user message...
2019-09-10  Francis Deslauriersbt2: Add remaining trace-ir `*Const` classes and adapt...
2019-09-09  Simon Marchibt2: fix _seek_beginning -> _user_seek_beginning in...
2019-09-09  Simon Marchibt2: fix trivial typo
2019-09-06  Simon Marchilib: make message iterator creation functions return...
2019-08-27  Simon Marchipython: fix all "do not use bare 'except'" warnings
2019-08-26  Simon Marchibt2: make _create_event_message's parent parameter...
2019-08-12  Simon Marchibt2: remove unused imports
2019-08-12  Simon MarchiFix: bt2: replace bt2.CreationError instances with...
2019-08-05  Philippe Proulxlib: remove output port message iterator
2019-07-25  Philippe Proulxbt2: prepend `_user` to overridable protected methods
2019-07-25  Philippe Proulxbt2: clean available `bt2` package names
2019-07-24  Philippe Proulxlib: add bt_{graph,query_executor}_add_interrupter()
2019-07-24  Philippe Proulxlib: create input port msg iterator from self {msg...
2019-07-24  Simon Marchibt2: prepend underscore to exceptions not meant to...
2019-07-24  Simon Marchibt2: rename CreationError to MemoryError, handle it...
2019-07-20  Francis DeslauriersApply black code formatter on all Python code
2019-07-09  Philippe Proulxlib: make packets and packet messages optional, disable...
2019-07-08  Simon Marchilib: remove stream activity messages
2019-07-05  Francis Deslauriersbt2: namespace private attributes of inheritable classes
2019-07-03  Philippe Proulxlib: strictly type function return status enumerations
2019-07-02  Simon Marchibt2: let Python message iterators implement seek beginning
2019-06-28  Simon MarchiFix: bt2: fix reference counting of messages returned...
2019-06-18  Philippe Proulxbt2: message_iterator.py: packet beginning/end messages...
2019-06-18  Philippe Proulxbt2: stream activity messages: create with unknown...
2019-06-12  Michael JeansonRe-organize sources
This page took 0.106512 seconds and 6 git commands to generate.