summaryrefslogtreecommitdiff
path: root/gr-blocks/python/blocks/qa_bin_statistics.py
Commit message (Collapse)AuthorAgeFilesLines
* blocks: remove bin_statistics_f block due to swig dependenceJosh Morman2020-06-041-217/+0
| | | | | | | | The bin_statistics_f block relies on the SWIG director functionality and therefore will need to be rewritten in the transition to pybind11. Additionally it does not appear documented in any way and there are no example flowgraphs, so it is questionable whether anyone is using it at this point
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* py3k: remove the six.b call since only py2.6 support depends on thatAndrej Rode2018-08-171-3/+1
| | | | | | | | | Replace with encode('utf-8') mapping the surrogate mapped characters back to their original byte values. As per documentation http://www.swig.org/Doc3.0/Python.html 36.12.4 Add wrappercode to the swig definition to run python encode for Python3 and return raw bytes for Python2.
* python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-261-10/+15
|
* Merged next into uninstalled import branch.Ben Reynwar2013-04-021-4/+4
|
* blocks: Updating testing environment.Ben Reynwar2013-03-111-2/+2
|
* blocks: Enabling uninstalled python imports.Ben Reynwar2013-03-071-0/+226