summaryrefslogtreecommitdiff
path: root/src/python-systemd
AgeCommit message (Expand)AuthorFilesLines
2013-03-09python/docs: use the same links on top as in man pagesZbigniew Jędrzejewski-Szmek2-0/+18
2013-03-09html: make python docs look more like the restZbigniew Jędrzejewski-Szmek2-2/+198
2013-03-09systemd-python: provide version info to sphinxZbigniew Jędrzejewski-Szmek1-9/+0
2013-03-07systemd-python: fix segfault on double closeZbigniew Jędrzejewski-Szmek1-0/+1
2013-03-07systemd-python: fix typosZbigniew Jędrzejewski-Szmek1-2/+2
2013-03-07systemd-python: update documentation for new systemd-journal groupZbigniew Jędrzejewski-Szmek1-1/+1
2013-03-07systemd-python: refuse path and flags together in __init__Zbigniew Jędrzejewski-Szmek2-10/+18
2013-03-07systemd-python: export sd_j_get_fd, sd_j_reliable_fd, sd_j_closeZbigniew Jędrzejewski-Szmek2-0/+60
2013-03-07systemd-python: split .seek() into .seek_head() and .seek_tail()Zbigniew Jędrzejewski-Szmek3-58/+27
2013-03-07systemd-python: catch only ValueErrors in conversion codeZbigniew Jędrzejewski-Szmek1-38/+60
2013-03-05systemd-python: fix error check in _Reader.wait()Zbigniew Jędrzejewski-Szmek1-2/+3
2013-03-01systemd-python: add missing check for return of PyDict_SetItem in _reader.cLukas Nykryn1-1/+1
2013-02-28python-systemd: rename Journal to ReaderZbigniew Jędrzejewski-Szmek3-77/+77
2013-02-28systemd-python: return both parts of sd_journal_get_monotonic_usecZbigniew Jędrzejewski-Szmek3-13/+71
2013-02-28python-systemd: check all errors and use automatic cleanupZbigniew Jędrzejewski-Szmek5-126/+253
2013-02-28systemd-python: hide ChainMap importZbigniew Jędrzejewski-Szmek1-2/+2
2013-02-28systemd-python: document attributesZbigniew Jędrzejewski-Szmek2-0/+54
2013-02-28systemd-python: use PyModule_AddObject in id128Zbigniew Jędrzejewski-Szmek1-2/+2
2013-02-28systemd-python: polish the docstringsZbigniew Jędrzejewski-Szmek3-57/+76
2013-02-22systemd-python: indenation and style tweaksZbigniew Jędrzejewski-Szmek1-97/+80
2013-02-22systemd-python: downgrade _reader.c to C89Zbigniew Jędrzejewski-Szmek1-81/+86
2013-02-22systemd-python: add casts and fix unused variable warnings in _readerZbigniew Jędrzejewski-Szmek1-24/+34
2013-02-22systemd-python: wrap some python differences using macrosZbigniew Jędrzejewski-Szmek1-48/+26
2013-02-22systemd-python: introduce error setting helperZbigniew Jędrzejewski-Szmek1-95/+42
2013-02-22systemd-python: Added doc string for JournalSteven Hiscocks1-0/+18
2013-02-22systemd-python: Journal convert_unicode exception handling changeSteven Hiscocks1-1/+1
2013-02-22systemd-python: add Journal method to add MESSAGE_ID matchSteven Hiscocks1-0/+9
2013-02-22systemd-python: fix memory leak in _reader and minor bugsSteven Hiscocks1-2/+3
2013-02-22systemd-python: update Journal python docstringsSteven Hiscocks2-19/+60
2013-02-22systemd-python: tidy up import names in journalSteven Hiscocks2-14/+18
2013-02-22systemd-python: Journal this_boot/machine now accepts IDSteven Hiscocks1-6/+21
2013-02-22systemd-python: remove unneeded ifdef for query_uniqueSteven Hiscocks1-4/+0
2013-02-22systemd-python: _reader now takes unix timestamp in secondsSteven Hiscocks2-4/+7
2013-02-22systemd-python: Update _reader docstringsSteven Hiscocks1-8/+5
2013-02-22systemd-python: _reader add_match takes single stringSteven Hiscocks2-100/+15
2013-02-22systemd-python: correct data_threshold error return valueSteven Hiscocks1-1/+1
2013-02-22systemd-python: updated _reader header to standard licenseSteven Hiscocks1-18/+20
2013-02-22systemd-python: Moved _reader datetime usage to pythonSteven Hiscocks2-44/+18
2013-02-22systemd-python: Tidy up _reader error handlingSteven Hiscocks2-73/+75
2013-02-22systemd-python: some python3 and bug fixesSteven Hiscocks2-9/+21
2013-02-22systemd-python: implement this_boot/this_machine in PythonSteven Hiscocks2-68/+9
2013-02-22systemd-python: Journal log_level moved to pythonSteven Hiscocks2-32/+8
2013-02-22sphinx: document Journal class tooZbigniew Jędrzejewski-Szmek1-0/+13
2013-02-22systemd-python: move default call dicts from C to pythonSteven Hiscocks2-220/+97
2013-02-22systemd-python: MESSAGE_ID as UUID for JournalSteven Hiscocks1-0/+2
2013-02-22systemd-python: moved PyRun_String to journal.py codeSteven Hiscocks2-53/+50
2013-02-22systemd-python: add Journal class for reading journalSteven Hiscocks2-0/+1165
2013-02-22python: build html docs using sphinxZbigniew Jędrzejewski-Szmek6-15/+344
2013-02-22python: utilize uuid.UUID in loggingZbigniew Jędrzejewski-Szmek1-13/+14
2013-02-22python: add systemd.id128 moduleZbigniew Jędrzejewski-Szmek4-4/+164