]> sigrok.org Git - libsigrok.git/history - bindings/python/sigrok
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / bindings / python / sigrok /
2023-10-14 Gerhard Sittigbindings/python: rephrase for Python 3.9 deprecation...
2022-12-19 Markus Heidelbergbindings: add u32/SR_T_UINT32 support for config keys
2021-03-28 Soeren ApelAmend #119 to use vector instead of tuple
2021-02-21 Richard Allenpython bindings: Support passing in rational voltages...
2020-01-05 Martin Lingpython: Apply typemap for VariantBase to VariantContain...
2018-12-28 Martin Lingpython: Add override for Context.create_logic_packet()
2018-11-10 Sven Bursch-OsewoldPython-Binding: Added data array for logic packet payload
2018-02-21 Gerhard Sittigbindings/python: include config.h before any other...
2016-01-04 Martin Lingpython: Provide sensible __str__ and __repr__ functions...
2015-11-02 Martin Lingpython: Fix string conversions for Python 3.
2015-10-26 Martin Lingpython: Give all enum values __doc__ strings.
2015-10-24 Martin LingSWIG: Declare template specialisations for containers...
2015-10-20 Uwe Hermannbindings: Use SR_DF_ANALOG, drop SR_DF_ANALOG_OLD support.
2015-10-20 Uwe HermannSR_DF_ANALOG_OLD and sr_datafeed_analog_old renames.
2015-10-20 Martin Lingpython: Prevent warning about deprecated NumPy API.
2015-10-17 Daniel Elstnerpython: Fix PyObject_CallMethod() arguments
2015-10-17 Daniel Elstnerpython: Wrap session stop callback
2015-10-17 Daniel Elstnersession: Make event source injection API private
2015-08-31 Uwe Hermannpython: Fix the build for Python >= 3.
2015-06-16 Alexandru Gagniucbindings/python: Handle import failures without crashing
2015-04-30 Alexandru Gagniucpython: classes.i: Declare strings with std::string
2015-01-17 Uwe Hermanncxx: Rename include/libsigrok/ to include/libsigrokcxx/.
2015-01-17 Uwe HermannRename libsigrok.hpp to libsigrokcxx.hpp.
2015-01-17 Uwe HermannRename libsigrokxx to the more common libsigrokcxx.
2014-11-12 Martin Lingpython: Wrap Analog::data() as a NumPy array.
2014-11-12 Martin Lingpython: Return correct PacketPayload subclasses from...
2014-11-12 Martin Lingpython: Fix error handling for callbacks.
2014-11-12 Martin Lingpython: Implement equality checks for EnumValue derived...
2014-11-12 Martin Lingbindings: Support per-language extensions to EnumValue...
2014-11-12 Martin Lingpython: Fix mapping of vector & map attributes to Pytho...
2014-11-12 Martin Lingbindings: Use new %attributevector and %attributemap...
2014-11-12 Martin Lingbindings: Rename ConfigKey::get(string) to get_by_ident...
2014-11-12 Martin Lingcxx: Implement more of EnumValue in template.
2014-09-14 Martin Lingpython: fix conversion to string variants.
2014-09-11 Martin Lingbindings: Remove 'get_' prefix from all accessors.
2014-08-25 Martin LingUpdate bindings for new input API.
2014-08-17 Marcus ComstedtMakefile.am: Fix out-of-tree build for Python bindings
2014-08-10 Martin Lingpython: Add documentation generation.
2014-08-10 Martin Lingbindings: Transfer C++ documentation strings to Python...
2014-07-26 Martin LingUpdate bindings to use new output API.
2014-07-19 Martin LingFix building Python bindings with pygobject >= 3.7.91.
2014-07-18 Martin LingRemove obsolete low-level language bindings.
2014-07-18 Martin LingReimplement high-level Python bindings on top of SWIG...
2014-07-17 Martin LingSWIG: Rename libsigrok.i to lowlevel.i.
2014-03-25 Uwe HermannRename various *PROBE* macros to *CHANNEL*.
2014-03-25 Uwe HermannRename 'struct sr_probe' to 'struct sr_channel' everywhere.
2014-03-25 Uwe HermannReplace 'probe group' with 'channel group' everywhere.
2013-12-17 Martin Lingpython: Use OrderedDict for input formats.
2013-12-17 Martin Lingpython: Split up Device class and add InputFileDevice...
2013-12-17 Martin Lingpython: Give config keys an auto lowercase name if...
2013-12-17 Martin Lingpython: Add ConfigKey.info and ConfigKey.<id> shortcuts.
2013-12-17 Martin Lingpython: ConfigInfo: return None from constructor if...
2013-12-17 Martin Lingpython: Add ConfigInfo and DataType classes.
2013-12-17 Martin Lingpython: Finish output format support.
2013-12-17 Martin Lingpython: Finish input format support.
2013-12-17 Martin Lingpython: Add initial support for input and output formats.
2013-12-17 Martin Lingpython: fix setting device/probe group configuration.
2013-12-17 Martin Lingpython: whitespace fix.
2013-11-08 Martin Lingpython: Map probe group configuration to ProbeGroup...
2013-11-08 Martin Lingpython: Add classes for probes and probe groups.
2013-11-08 Martin Lingprobe_groups: Update Python bindings for API change.
2013-04-24 Uwe Hermannpython: Add Session.open_device().
2013-04-24 Uwe Hermannpython: sr_config's value field is called 'data'.
2013-04-24 Martin Lingpython: Support keyword arguments to scan()
2013-04-24 Martin Lingpython: Add a ConfigKey class.
2013-04-24 Martin Lingpython: Add conversion functions to/from GSList *
2013-04-23 Uwe HermannGPL headers: Use correct project name.
2013-04-21 Martin Lingpython: fix Fraction -> GVariant tuple conversion.
2013-04-19 Martin Lingpython: Add classes for values of API enums.
2013-04-19 Uwe Hermannpython: Add a Log class to control libsigrok logging.
2013-04-19 Uwe Hermannpython: config_get() now returns SR_ERR_NA.
2013-04-18 Uwe Hermannpython: Add further properties to Analog class.
2013-04-18 Martin Lingpython: Add Analog class.
2013-04-17 Uwe Hermannpython: Add missing license headers.
2013-04-17 Martin Lingpython: fix cdata to work with Python 3.x.
2013-04-17 Martin Lingpython: Fix syntax to support Python 3.x.
2013-04-17 Martin Lingpython: Add high level API.
2013-04-17 Martin Lingpython: Adding callback can fail, and refcount must...
2013-04-17 Martin Lingpython: use setuptools and put bindings into sigrok...