summaryrefslogtreecommitdiff
path: root/src/python-systemd
Commit message (Expand)AuthorAge
* systemd-python: allow retrieval of single fieldsZbigniew Jędrzejewski-Szmek2013-03-21
* systemd-python: split out realtime and monotonic into separate functionsZbigniew Jędrzejewski-Szmek2013-03-21
* systemd-python: implement _Reader.test_cursorZbigniew Jędrzejewski-Szmek2013-03-21
* systemd-python: cleanup up usec_t handlingZbigniew Jędrzejewski-Szmek2013-03-21
* systemd-python: export sd_journal_get_usageZbigniew Jędrzejewski-Szmek2013-03-21
* Remove some unused variablesZbigniew Jędrzejewski-Szmek2013-03-20
* systemd-python: small cleanupsZbigniew Jędrzejewski-Szmek2013-03-19
* systemd-python: add journal.get_catalog()Zbigniew Jędrzejewski-Szmek2013-03-19
* systemd-python: add _Reader.get_catalog()Zbigniew Jędrzejewski-Szmek2013-03-19
* systemd-python: add _Reader.closed attributeZbigniew Jędrzejewski-Szmek2013-03-19
* systemd-python: allow Reader to be used as a context managerZbigniew Jędrzejewski-Szmek2013-03-18
* systemd-python: add systemd.daemon wrapping sd-daemonZbigniew Jędrzejewski-Szmek2013-03-15
* man,html: say 'systemd 198' in the headerZbigniew Jędrzejewski-Szmek2013-03-12
* python/docs: use the same links on top as in man pagesZbigniew Jędrzejewski-Szmek2013-03-09
* html: make python docs look more like the restZbigniew Jędrzejewski-Szmek2013-03-09
* systemd-python: provide version info to sphinxZbigniew Jędrzejewski-Szmek2013-03-09
* systemd-python: fix segfault on double closeZbigniew Jędrzejewski-Szmek2013-03-07
* systemd-python: fix typosZbigniew Jędrzejewski-Szmek2013-03-07
* systemd-python: update documentation for new systemd-journal groupZbigniew Jędrzejewski-Szmek2013-03-07
* systemd-python: refuse path and flags together in __init__Zbigniew Jędrzejewski-Szmek2013-03-07
* systemd-python: export sd_j_get_fd, sd_j_reliable_fd, sd_j_closeZbigniew Jędrzejewski-Szmek2013-03-07
* systemd-python: split .seek() into .seek_head() and .seek_tail()Zbigniew Jędrzejewski-Szmek2013-03-07
* systemd-python: catch only ValueErrors in conversion codeZbigniew Jędrzejewski-Szmek2013-03-07
* systemd-python: fix error check in _Reader.wait()Zbigniew Jędrzejewski-Szmek2013-03-05
* systemd-python: add missing check for return of PyDict_SetItem in _reader.cLukas Nykryn2013-03-01
* python-systemd: rename Journal to ReaderZbigniew Jędrzejewski-Szmek2013-02-28
* systemd-python: return both parts of sd_journal_get_monotonic_usecZbigniew Jędrzejewski-Szmek2013-02-28
* python-systemd: check all errors and use automatic cleanupZbigniew Jędrzejewski-Szmek2013-02-28
* systemd-python: hide ChainMap importZbigniew Jędrzejewski-Szmek2013-02-28
* systemd-python: document attributesZbigniew Jędrzejewski-Szmek2013-02-28
* systemd-python: use PyModule_AddObject in id128Zbigniew Jędrzejewski-Szmek2013-02-28
* systemd-python: polish the docstringsZbigniew Jędrzejewski-Szmek2013-02-28
* systemd-python: indenation and style tweaksZbigniew Jędrzejewski-Szmek2013-02-22
* systemd-python: downgrade _reader.c to C89Zbigniew Jędrzejewski-Szmek2013-02-22
* systemd-python: add casts and fix unused variable warnings in _readerZbigniew Jędrzejewski-Szmek2013-02-22
* systemd-python: wrap some python differences using macrosZbigniew Jędrzejewski-Szmek2013-02-22
* systemd-python: introduce error setting helperZbigniew Jędrzejewski-Szmek2013-02-22
* systemd-python: Added doc string for JournalSteven Hiscocks2013-02-22
* systemd-python: Journal convert_unicode exception handling changeSteven Hiscocks2013-02-22
* systemd-python: add Journal method to add MESSAGE_ID matchSteven Hiscocks2013-02-22
* systemd-python: fix memory leak in _reader and minor bugsSteven Hiscocks2013-02-22
* systemd-python: update Journal python docstringsSteven Hiscocks2013-02-22
* systemd-python: tidy up import names in journalSteven Hiscocks2013-02-22
* systemd-python: Journal this_boot/machine now accepts IDSteven Hiscocks2013-02-22
* systemd-python: remove unneeded ifdef for query_uniqueSteven Hiscocks2013-02-22
* systemd-python: _reader now takes unix timestamp in secondsSteven Hiscocks2013-02-22
* systemd-python: Update _reader docstringsSteven Hiscocks2013-02-22
* systemd-python: _reader add_match takes single stringSteven Hiscocks2013-02-22
* systemd-python: correct data_threshold error return valueSteven Hiscocks2013-02-22
* systemd-python: updated _reader header to standard licenseSteven Hiscocks2013-02-22