src.ctf.lttng-live: remove some goto error-handling
[babeltrace.git] / src / bindings / python / bt2 / bt2 / field.py
2023-09-21  Simon Marchipython: run isort on everything
2023-09-21  Simon Marchipython: standardize intra-bt2 imports
2023-09-18  Simon MarchiBump black to version 23
2022-06-30  Francis DeslauriersRemove `skip-string-normalization` in Python formatter...
2022-03-11  Michael JeansonUse Black stable to format python code
2020-04-10  Michael JeansonMove to kernel style SPDX license identifiers
2019-12-05  Philippe Proulxlib: standardize variant field option function names
2019-10-15  Philippe Proulxlib: rename option/var. "selector" to "selector field"
2019-10-15  Philippe Proulxlib: have dedicated "dynamic array FC with/without...
2019-10-04  Philippe Proulxlib, bt2: rename "signed/unsigned sel." -> "integer...
2019-10-04  Philippe Proulxlib: add option field classes with integer selectors
2019-09-30  Francis Deslaurierslib: split real FC/field into single and double prec...
2019-09-26  Simon Marchibt2: print actual and expected lengths in _StaticArrayF...
2019-09-24  Francis Deslauriersbt2: field.py: raise ValueError when setting out of...
2019-09-12  Francis Deslauriersbt2: add `__hash__()` method on hashable fields
2019-09-10  Francis Deslauriersbt2: Add remaining trace-ir `*Const` classes and adapt...
2019-09-10  Francis Deslauriersbt2: field.py: add index check in `selected_option_inde...
2019-09-10  Francis Deslauriersbt2: field.py: add `_count` method to `_VariantField`
2019-08-27  Simon Marchipython: fix all "do not use bare 'except'" warnings
2019-08-15  Philippe Proulxbt2: rename `_Field.field_class` -> `_Field.cls`
2019-08-15  Philippe Proulxbt2: add bit array field class and field support
2019-08-15  Philippe Proulxbt2: add option field class and field support
2019-08-15  Philippe Proulxbt2: add boolean field class and field support
2019-08-12  Simon Marchibt2: remove unused imports
2019-07-25  Philippe Proulxbt2: clean available `bt2` package names
2019-07-24  Simon Marchibt2: remove utils._handle_ptr
2019-07-20  Philippe Proulxlib: rename functions to clearly indicate API inheritance
2019-07-20  Francis DeslauriersApply black code formatter on all Python code
2019-07-18  Philippe Proulxlib: decouple variant FC option names from selector...
2019-07-03  Philippe Proulxlib: strictly type function return status enumerations
2019-07-03  Philippe Proulxbt2: _ArrayField.__setitem__(): do not check type
2019-07-03  Philippe Proulxbt2: field.py: _value_to_int(): require `numbers.Integral`
2019-07-03  Philippe Proulxbt2: field.py: numeric classes: remove __i*__ operators
2019-07-03  Philippe Proulxbt2: field.py: refactor field comparison
2019-07-03  Philippe Proulxbt2: make `_ArrayField` inherit `collections.abc.Mutabl...
2019-06-28  Francis Deslauriersbt2: use `_extract_value()` on comparison
2019-06-27  Francis DeslauriersFix: bt2: erroneous integer comparison of Field and...
2019-06-27  Francis Deslauriersbt2: remove __le__() method already provided by @total_...
2019-06-12  Michael JeansonRe-organize sources
This page took 0.106553 seconds and 6 git commands to generate.