summaryrefslogtreecommitdiff
path: root/libmount/python
AgeCommit message (Expand)AuthorFilesLines
2014-01-14pylibmount: import directly from pylibmount in testsKarel Zak3-3/+9
2014-01-14pylibmount: remove unncessary subdirectoryKarel Zak2-1/+1
2013-12-02pylibmount: correctly import from pylibmount.soDave Reisner1-1/+1
2013-10-08various: fix mixing declarations and code compiler warnings [smatch]Sami Kerola2-2/+4
2013-10-01pylibmount: check for mnt_fs_get_tag() return value [coverity scan]Karel Zak1-1/+2
2013-10-01pylibmount: make tab parsers more robust [coverity scan]Karel Zak1-3/+3
2013-09-27build-sys: one install dir for all pylibmount stuffKarel Zak1-4/+6
2013-09-26build-sys: add pylibmount __init__.py EXTRA_DISTKarel Zak1-0/+2
2013-09-26build-sys: install to the correct python dirsKarel Zak1-1/+3
2013-09-20pylibmount: rewrite to be py2/py3 universalOndrej Oprala8-116/+203
2013-09-20build-sys: support --with-python[={2,3}]Karel Zak1-2/+1
2013-08-22pylibmount: improve helps strings formattingKarel Zak1-218/+214
2013-08-22pylibmount: add debug messagesKarel Zak5-6/+114
2013-08-22pylibmount: use libmount reference countingKarel Zak5-26/+33
2013-08-21pylibmount: remove Context_get_table()Karel Zak1-29/+0
2013-08-21pylibmount: cleanup cxt usageKarel Zak2-73/+15
2013-08-20pylibmount: remove unnecessary codeKarel Zak1-1/+0
2013-08-20pylibmount: coding style changes, don't touch Context() statusKarel Zak2-54/+50
2013-08-20pylibmount: use only public libmount API in tab.cKarel Zak1-34/+42
2013-08-20pylibmount: cleanup *_HELP strings formattingKarel Zak1-136/+144
2013-08-20pylibmount: use mnt_fs_set_userdata() rather than ->userdataKarel Zak1-12/+16
2013-08-20pylibmount: fs.c - cleanup, remove libmount private stuffKarel Zak1-81/+97
2013-08-20pylibmount: remove bindsrc from fs APIKarel Zak1-41/+13
2013-08-19pylibmount: cleanup object namesKarel Zak6-313/+315
2013-08-19pylibmount: coding style changes in tab.cKarel Zak1-22/+53
2013-08-19pylibmount: coding style changes in fs.cKarel Zak1-57/+72
2013-08-19pylibmount: coding style changes in context.cKarel Zak1-120/+201
2013-08-19build-sys: install pylibmount intoKarel Zak1-3/+4
2013-08-19pylibmount: add regression testsOndrej Oprala4-0/+394
2013-08-19pylibmount: add __init__.pyOndrej Oprala1-0/+2
2013-08-19pylibmount: basic codeOndrej Oprala6-2/+3045
2013-08-19build-sys: add pylibmountKarel Zak1-0/+21