summaryrefslogtreecommitdiffstats
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2013-05-16Add macvlan supportMichael Braun1-0/+16
2012-10-04Enabled the use of Links as context managers.Antoni S. Puimedon1-0/+9
2012-06-08Fixed memory leak in Cache destructorКоренберг Марк1-1/+1
2012-06-08rtnl_link_(get|set)_weight is deprecated in libnl.Коренберг Марк (ноутбук дома)2-21/+0
2012-06-08netlink.nlattr re-implemented in more pythonic wayКоренберг Марк8-116/+66
2012-06-08nl_pickup removed from python bindingКоренберг Марк1-5/+0
2012-06-08Remove unnecessary commentsКоренберг Марк (ноутбук дома)6-186/+0
2012-06-08Refine some placesКоренберг Марк (ноутбук дома)2-19/+20
2012-06-08pylint's first review and trivial fixesКоренберг Марк (ноутбук дома)8-91/+105
2012-06-08Using only single quotes now and multi-line listsКоренберг Марк (ноутбук дома)7-41/+59
2012-06-08Fix indentation (spaces vs tabs)Коренберг Марк (ноутбук дома)9-2192/+2192
2012-06-08Code cleanupsКоренберг Марк (ноутбук дома)2-8/+2
2012-06-08Flags properties description and implementation fixedКоренберг Марк (ноутбук дома)3-9/+42
2012-06-08Fixed various str-related logickКоренберг Марк (ноутбук дома)5-10/+10
2012-06-08Fix whitespaces at EOLКоренберг Марк (ноутбук дома)7-27/+27
2012-06-08Introduce Python's absolute_importsКоренберг Марк (ноутбук дома)9-31/+47
2012-06-08Fix typo in still unused function that generate colored messageКоренберг Марк (ноутбук дома)1-1/+1
2012-06-08Make syntax highlighters happyКоренберг Марк (ноутбук дома)1-1/+1
2012-06-08Removed generated .pyc files from repositoryКоренберг Марк3-0/+0
2012-06-08Fixed address deletionКоренберг Марк (ноутбук дома)1-3/+3
2011-10-26python: Link against nl-3 and nl-route-3Thomas Graf1-2/+2
2011-08-12python: Include python/ in distribution and provide a README on how to build ...Thomas Graf6-1/+41
2011-07-21use rtnl_link_set/get_type()Thomas Graf3-4/+6
2011-07-21removed autogenerated swig interface files from git treeThomas Graf4-20757/+0
2011-07-21ignore python build directoryThomas Graf1-0/+1
2011-06-10Work on libnl-pythonThomas Graf20-324/+21478
2011-05-10python interface to netlink protocolsThomas Graf21-0/+3985