summaryrefslogtreecommitdiff
path: root/grc/core/utils/epy_block_io.py
Commit message (Collapse)AuthorAgeFilesLines
* grc: pep8 formattingJosh Morman2021-11-241-3/+6
| | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org>
* grc: replace deprecated getargspec with getfullargspec to remove warningmormj2020-10-161-1/+1
|
* grc: remove sixClayton Smith2020-10-051-4/+1
|
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-031-1/+0
| | | | | | | | | | | | | | | | All of the removed `from __future__ import` were needed in older versions of Python (mostly 2.5.x and below) but later became mandatory in most versions of Python 3 hence are not necessary anymore. More specifically, according to __future__.py[1]: - unicode_literals is part of Python since versions 2.6.0 and 3.0.0; - print_function is part of Python since versions 2.6.0 and 3.0.0; - absolute_import is part of Python since versions 2.5.0 and 3.0.0; - division is part of Python since versions 2.2.0 and 3.0.0; Get rid of those unnecessary imports to slightly clean up the codebase. [1] https://github.com/python/cpython/blob/master/Lib/__future__.py
* Merge remote-tracking branch 'upstream/next' into gtk3Sebastian Koslowski2017-01-051-4/+4
|\
| * grc: Use vlen=1 for message blocks so they don't randomly disconnect.Clayton Smith2016-12-101-1/+1
| |
| * Support vector types in embedded Python blocks.Clayton Smith2016-11-221-4/+4
| |
* | Merge remote-tracking branch 'upstream/next' into gtk3Sebastian Koslowski2016-11-171-1/+1
|\|
| * grc: (minor) remove deprecated use of empty format_specSebastian Koslowski2016-11-121-1/+1
| |
* | grc: py3k compat using python-modernizeSebastian Koslowski2016-06-091-3/+8
|/
* grc: auto-add callbacks for epy block paramsSebastian Koslowski2016-04-271-5/+32
|
* grc-refactor: remove (hopefully) all deps to GR in core/ and gui/Sebastian Koslowski2016-04-051-6/+9
|
* grc-refactor: move gui prefs to guiSebastian Koslowski2016-04-051-1/+1
|
* grc-refactor: cmake fixes and more reorganizingSebastian Koslowski2016-02-171-0/+95