[py] add minimal docstring to fft
[aubio.git] / python / ext / py-source.c
2018-11-21 Paul BrossierMerge branch 'fix/pyextwarnings'
2018-11-20 Paul Brossier[py] fix % escaping in py-source.c
2018-11-04 Paul Brossier[doc] [py] improve source/sink descriptions
2018-11-04 Paul Brossier[py] [doc] improve source.do/do_multi descriptions
2018-10-31 Paul BrossierMerge branch 'feature/docstrings' (see #73)
2018-10-30 Paul BrossierMerge branch 'feature/cdocstrings' into feature/docstrings
2018-10-30 Paul BrossierMerge branch 'master' into feature/cdocstrings
2018-10-26 Paul Brossier[python] add docstrings for source
2017-03-10 Paul BrossierMerge branch 'master' into awhitening
2017-02-27 Paul Brossierpython/ext/py-source.c: use PyArray_NewShape, not _Resize
2017-02-27 Paul Brossierpython/ext/py-{source,sink}.c: free string uri
2017-02-27 Paul Brossierpython/ext/py-source.c: copy string uri
2017-02-27 Paul Brossierpython/ext/py-source.c: statement after definitions
2017-02-27 Paul Brossierpython/ext/py-source.c: __exit__ to close once
2017-02-27 Paul Brossierpython/ext/py-source.c: raise on closing file failed
2017-02-27 Paul Brossierpython/ext/py-source.c: add iterator interface
2017-02-26 Paul Brossierpython/ext/py-source.c: add with interface (PEP 343)
2016-09-23 Paul Brossierpython/ext/py-source.c: use error string set in src...
2016-06-22 Paul BrossierMerge branch 'master' into notes
2016-05-14 Paul Brossierpython/ext/py-source.c: check seek is not negative
2016-05-13 Paul Brossierpython/{ext/*.c,lib/gen_code.py}: complete PyTypeObject...
2016-05-11 Paul Brossierext/: build with -Wdeclaration-after-statement -Werror
2016-05-11 Paul Brossierpython/ext/py-source.c: fix free
2016-05-11 Paul Brossierpython/ext/py-source.c: fix error string, only delete...
2016-04-29 Paul Brossierpython/ext/py-source.c: use new_py_foo here too
2016-04-25 Paul Brossierpython/ext/py-source.c: added duration
2016-04-19 Paul Brossierpython/ext/py-source.c: fix memory leak (see #18)
2016-04-19 Paul Brossierext/: no more hell, use plain c
2016-04-18 Paul Brossierpython/ext: continue preparing for python 3
2016-04-18 Paul BrossierMerge pull request #40 from nphilipp/develop--py3k...
2016-04-18 Paul Brossierpython/ext/py-source.c: start fixing memory leak (see...
2015-11-26 Nils PhilippsenPython 3: raise RuntimeErrors, not generic exceptions
2015-08-12 Paul BrossierMerge branch 'develop' into notes
2014-09-21 Paul Brossierpython/ext/py-source.c: add seek, thanks @davebrent...
2014-09-21 Paul Brossierext/py-source.c: add channels
2014-09-21 Paul Brossierpython/ext/py-{source,sink}.c: improve documentation
2014-02-23 Paul Brossierpython/ext/py-source.c: add do_multi and channels
2014-01-26 Paul Brossierpython/ext/py-{source,sink}.c: use _close in .close()
2014-01-24 Paul Brossierpython/ext/py-{sink,source}.c: add close function
2013-12-18 Paul BrossierMerge branch 'master' of aubio.org:/git/aubio/aubio...
2013-12-10 Paul Brossierext/py-source.c: fix size checks
2013-12-10 Paul Brossierpython/ext/aubio-types.h: only source defaults to sampl...
2013-12-10 Paul Brossierpython/ext/py-source.c: not generated, modified init...