summaryrefslogtreecommitdiffstats
path: root/python/netlink/core.py
Commit message (Expand)AuthorAgeFilesLines
* python: fix wrongly passing argument to function in ObjIterator.next()Hiroaki KAWAI2014-04-091-1/+1
* Fixed ObjIterator for python3, fixed output of _color and added missing param...Teto2013-10-071-2/+7
* python: add send and receive functions to Socket classArend van Spriel2013-09-051-0/+15
* python: fix typo in Socket::__str__() functionArend van Spriel2013-09-051-1/+1
* use Callback object constructing SocketArend van Spriel2013-09-051-2/+4
* python: rework netlink callback handlingArend van Spriel2013-09-051-1/+28
* Fixed memory leak in Cache destructorКоренберг Марк2012-06-081-1/+1
* netlink.nlattr re-implemented in more pythonic wayКоренберг Марк2012-06-081-34/+4
* Remove unnecessary commentsКоренберг Марк (ноутбук дома)2012-06-081-17/+0
* Refine some placesКоренберг Марк (ноутбук дома)2012-06-081-1/+2
* pylint's first review and trivial fixesКоренберг Марк (ноутбук дома)2012-06-081-21/+22
* Using only single quotes now and multi-line listsКоренберг Марк (ноутбук дома)2012-06-081-16/+24
* Fix indentation (spaces vs tabs)Коренберг Марк (ноутбук дома)2012-06-081-566/+566
* Code cleanupsКоренберг Марк (ноутбук дома)2012-06-081-4/+0
* Fixed various str-related logickКоренберг Марк (ноутбук дома)2012-06-081-4/+4
* Fix whitespaces at EOLКоренберг Марк (ноутбук дома)2012-06-081-3/+3
* Introduce Python's absolute_importsКоренберг Марк (ноутбук дома)2012-06-081-1/+4
* Work on libnl-pythonThomas Graf2011-06-101-20/+65
* python interface to netlink protocolsThomas Graf2011-05-101-0/+737