summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* Fixed memory leak in Cache destructorКоренберг Марк2012-06-081-1/+1
* rtnl_link_(get|set)_weight is deprecated in libnl.Коренберг Марк (ноутбук дома)2012-06-082-21/+0
* netlink.nlattr re-implemented in more pythonic wayКоренберг Марк2012-06-088-116/+66
* nl_pickup removed from python bindingКоренберг Марк2012-06-081-5/+0
* Remove unnecessary commentsКоренберг Марк (ноутбук дома)2012-06-086-186/+0
* Refine some placesКоренберг Марк (ноутбук дома)2012-06-082-19/+20
* pylint's first review and trivial fixesКоренберг Марк (ноутбук дома)2012-06-088-91/+105
* Using only single quotes now and multi-line listsКоренберг Марк (ноутбук дома)2012-06-087-41/+59
* Fix indentation (spaces vs tabs)Коренберг Марк (ноутбук дома)2012-06-089-2192/+2192
* Code cleanupsКоренберг Марк (ноутбук дома)2012-06-082-8/+2
* Flags properties description and implementation fixedКоренберг Марк (ноутбук дома)2012-06-083-9/+42
* Fixed various str-related logickКоренберг Марк (ноутбук дома)2012-06-085-10/+10
* Fix whitespaces at EOLКоренберг Марк (ноутбук дома)2012-06-087-27/+27
* Introduce Python's absolute_importsКоренберг Марк (ноутбук дома)2012-06-089-31/+47
* Fix typo in still unused function that generate colored messageКоренберг Марк (ноутбук дома)2012-06-081-1/+1
* Make syntax highlighters happyКоренберг Марк (ноутбук дома)2012-06-081-1/+1
* Removed generated .pyc files from repositoryКоренберг Марк2012-06-083-0/+0
* Fixed address deletionКоренберг Марк (ноутбук дома)2012-06-081-3/+3
* python: Link against nl-3 and nl-route-3Thomas Graf2011-10-261-2/+2
* python: Include python/ in distribution and provide a README on how to build ...Thomas Graf2011-08-126-1/+41
* use rtnl_link_set/get_type()Thomas Graf2011-07-213-4/+6
* removed autogenerated swig interface files from git treeThomas Graf2011-07-214-20757/+0
* ignore python build directoryThomas Graf2011-07-211-0/+1
* Work on libnl-pythonThomas Graf2011-06-1020-324/+21478
* python interface to netlink protocolsThomas Graf2011-05-1021-0/+3985