summaryrefslogtreecommitdiff
path: root/libvirt-override-virStream.py
Commit message (Expand)AuthorAgeFilesLines
* stream: Convert type() to isinstance()Philipp Hahn2020-08-181-4/+4
* stream: no type changePhilipp Hahn2020-08-181-6/+6
* stream: Simplify boolean conditionPhilipp Hahn2020-08-181-1/+1
* stream: Fix exception traceback handlingPhilipp Hahn2020-08-181-4/+2
* stream: Do not use bare exceptPhilipp Hahn2020-08-181-4/+4
* override: Catch type errorPhilipp Hahn2020-08-181-1/+5
* override: Add manual PEP 484 type annotationsPhilipp Hahn2020-08-181-12/+13
* Normalize white spacePhilipp Hahn2020-08-061-11/+17
* virStream: Use larger buffer for sendAll/recvAll methodsMichal Privoznik2020-07-031-4/+4
* libvirt-override.py: fix sparseSendAllBoris Fiuczynski2018-05-161-1/+1
* virStream: Introduce virStreamSparse{Recv,Send}AllMichal Privoznik2017-05-241-0/+103
* virStream: Introduce virStreamRecvFlagsMichal Privoznik2017-05-231-0/+18
* Implement virStreamSendHole/virStreamRecvHoleMichal Privoznik2017-05-231-0/+21
* Use better comparison in virStream.sendAll for Python 3Xavier Fernandez2017-05-171-1/+1
* Fix stream related spelling mistakesPhilipp Hahn2014-02-131-2/+2
* Fix calling of virStreamSend methodRobie Basak2014-01-231-1/+1
* virStream.sendAll() fix raising an undeclared varv1.2.1-rc2Doug Goldstein2014-01-101-0/+1
* override: Fix exception handling syntaxDoug Goldstein2013-12-091-1/+2
* Test for object identity when checking for None in PythonClaudio Bley2013-08-231-2/+2
* python: correct a copy-paste errorAlex Jia2012-02-011-1/+1
* python: Fix documentation of virStream recvv0.9.7Matthias Bolte2011-10-311-1/+1
* python: Mark event callback wrappers as privateCole Robinson2011-06-211-1/+1
* python: Implement virStreamSend/RecvAll helpersCole Robinson2011-06-211-0/+64
* python: Implement virStreamSend/RecvCole Robinson2011-06-211-0/+35
* python: Implement bindings for virStreamEventAddCallbackCole Robinson2011-06-201-9/+15
* Add public API definition for data stream handlingDaniel P. Berrange2009-09-291-0/+20