bt2c::Logger: remove unused cLevel() method
[babeltrace.git] / src / bindings / python / bt2 / bt2 / component.py
2023-09-21  Simon Marchipython: run isort on everything
2023-09-21  Simon Marchipython: remove internal `import bt2` imports
2023-09-21  Simon Marchipython: move exception types out of __init__.py
2023-09-21  Simon Marchipython: standardize intra-bt2 imports
2023-09-18  Simon MarchiBump black to version 23
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 ProulxFix: bt2: _trim_docstring(): docstring can have 0 or...
2020-08-05  Simon Marchibt2: update comment about bt2._UserMessageIterator
2020-04-14  Simon Marchibt2: check that port is connected when creating message...
2020-04-14  Simon Marchilib, bt2: add precondition check for port name unicity
2020-04-10  Michael JeansonMove to kernel style SPDX license identifiers
2020-01-13  Philippe Proulxlib: graph API: return borrowed references when adding...
2020-01-10  Philippe Proulxlib: rename "self comp. input port message iter." ...
2019-12-18  Philippe Proulxbt2: rename `object` parameter -> `object_name`
2019-10-29  Francis Deslauriersblack: run `black` version 19.10b0 on entire project
2019-10-03  Simon Marchilib: make it mandatory to have seek_X if can_seek_X...
2019-09-25  Simon Marchilib: pass config objects to component init methods
2019-09-10  Francis Deslauriersbt2: Add `Const` suffix to non-user component-related...
2019-09-10  Francis Deslauriersbt2: Add `Const` suffix to `_*Port` classes and adapt...
2019-09-10  Francis Deslauriersbt2: Add `*ValueConst` classes and adapt tests
2019-09-06  Simon Marchilib: make message iterator creation functions return...
2019-08-15  Philippe Proulxbt2: add user attributes property support
2019-08-13  Philippe Proulxlib: bt_graph_create(): accept MIP version
2019-08-13  Philippe Proulxbt2: add "get supported MIP versions" method support
2019-08-12  Simon Marchibt2: remove unused imports
2019-08-12  Simon MarchiFix: bt2: replace bt2.CreationError instances with...
2019-08-06  Philippe Proulxlib, bt2: make query method receive custom data
2019-08-05  Philippe Proulxbt2: pass custom Python object to Python component...
2019-08-05  Philippe Proulxbt2: remove BT CC entry from global HT in _UserComponen...
2019-07-26  Philippe Proulxlib: prepare the ground for stateful query operations
2019-07-26  Simon Marchilib: rename INVALID_OBJECT status to UNKNOWN_OBJECT
2019-07-25  Philippe Proulxbt2: prepend `_user` to overridable protected methods
2019-07-25  Philippe Proulxbt2: clean available `bt2` package names
2019-07-25  Philippe Proulxbt2: prepend `_` to names of exception classes the...
2019-07-25  Philippe Proulxbt2: import public names into `__init__.py`
2019-07-25  Philippe Proulxbt2: rename `_Generic*ComponentClass` -> `_*ComponentClass`
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-24  Simon Marchibt2: make bt2.Error wrap current thread's error
2019-07-23  Philippe Proulxbt2: do not require sink component's _graph_is_configur...
2019-07-23  Philippe Proulxbt2: move _bt_graph_is_configured_from_native() to...
2019-07-20  Francis DeslauriersApply black code formatter on all Python code
2019-07-18  Simon Marchibt2: check for _graph_is_configured method in user...
2019-07-10  Simon MarchiFix: bt2: adjust reference counting of value objects
2019-07-06  Philippe Proulxlib: move trace class's name, UUID, and environment...
2019-07-05  Francis Deslauriersbt2: namespace private attributes of inheritable classes
2019-07-05  Simon Marchibt2: remove probing of BABELTRACE_PYTHON_BT2_NO_TRACEBA...
2019-07-03  Philippe Proulxlib: strictly type function return status enumerations
2019-06-25  Simon Marchilib: remove "accept port" concept
2019-06-21  Simon Marchibt2: add missing parameter to _UserComponentType._query
2019-06-20  Philippe Proulxlib: pass log level to bt_query_executor_query()
2019-06-20  Philippe Proulxlib: set component's initial log level when adding...
2019-06-12  Michael JeansonRe-organize sources
This page took 0.109417 seconds and 6 git commands to generate.