chiark / gitweb /
pager: add K to less environment
[elogind.git] / src / python-systemd /
2013-03-01 Zbigniew Jędrzejew... Merge branch 'python-systemd-reader'
2013-03-01 Zbigniew Jędrzejew... python-systemd: rename Journal to Reader
2013-03-01 Zbigniew Jędrzejew... systemd-python: return both parts of sd_journal_get_mon...
2013-03-01 Zbigniew Jędrzejew... python-systemd: check all errors and use automatic...
2013-03-01 Zbigniew Jędrzejew... systemd-python: hide ChainMap import
2013-03-01 Zbigniew Jędrzejew... systemd-python: document attributes
2013-03-01 Zbigniew Jędrzejew... systemd-python: use PyModule_AddObject in id128
2013-03-01 Zbigniew Jędrzejew... systemd-python: polish the docstrings
2013-02-22 Zbigniew Jędrzejew... systemd-python: indenation and style tweaks
2013-02-22 Zbigniew Jędrzejew... systemd-python: downgrade _reader.c to C89
2013-02-22 Zbigniew Jędrzejew... systemd-python: add casts and fix unused variable warni...
2013-02-22 Zbigniew Jędrzejew... systemd-python: wrap some python differences using...
2013-02-22 Zbigniew Jędrzejew... systemd-python: introduce error setting helper
2013-02-22 Steven Hiscockssystemd-python: Added doc string for Journal
2013-02-22 Steven Hiscockssystemd-python: Journal convert_unicode exception handl...
2013-02-22 Steven Hiscockssystemd-python: add Journal method to add MESSAGE_ID...
2013-02-22 Steven Hiscockssystemd-python: fix memory leak in _reader and minor...
2013-02-22 Steven Hiscockssystemd-python: update Journal python docstrings
2013-02-22 Steven Hiscockssystemd-python: tidy up import names in journal
2013-02-22 Steven Hiscockssystemd-python: Journal this_boot/machine now accepts ID
2013-02-22 Steven Hiscockssystemd-python: remove unneeded ifdef for query_unique
2013-02-22 Steven Hiscockssystemd-python: _reader now takes unix timestamp in...
2013-02-22 Steven Hiscockssystemd-python: Update _reader docstrings
2013-02-22 Steven Hiscockssystemd-python: _reader add_match takes single string
2013-02-22 Steven Hiscockssystemd-python: correct data_threshold error return...
2013-02-22 Steven Hiscockssystemd-python: updated _reader header to standard...
2013-02-22 Steven Hiscockssystemd-python: Moved _reader datetime usage to python
2013-02-22 Steven Hiscockssystemd-python: Tidy up _reader error handling
2013-02-22 Steven Hiscockssystemd-python: some python3 and bug fixes
2013-02-22 Steven Hiscockssystemd-python: implement this_boot/this_machine in...
2013-02-22 Steven Hiscockssystemd-python: Journal log_level moved to python
2013-02-22 Zbigniew Jędrzejew... sphinx: document Journal class too
2013-02-22 Steven Hiscockssystemd-python: move default call dicts from C to python
2013-02-22 Steven Hiscockssystemd-python: MESSAGE_ID as UUID for Journal
2013-02-22 Steven Hiscockssystemd-python: moved PyRun_String to journal.py code
2013-02-22 Steven Hiscockssystemd-python: add Journal class for reading journal
2013-02-22 Zbigniew Jędrzejew... python: build html docs using sphinx
2013-02-22 Zbigniew Jędrzejew... python: utilize uuid.UUID in logging
2013-02-22 Zbigniew Jędrzejew... python: add systemd.id128 module
2013-01-07 Tom GundersenMerge nss-myhostname
2012-11-13 Marti Raudsepppython: add journal backend for the logging framework
2012-11-13 Zbigniew Jędrzejew... systemd-python: fix nesting of #ifs and #pragmas
2012-09-13 Lennart Poetteringpython: make gcc shut up
2012-09-13 Lennart Poetteringpython: fix error handling, and allocate argument array...
2012-09-13 Lennart Poetteringpython: reindent to follow coding style
2012-09-13 Lennart Poetteringpython: change license to LGPL 2.1
2012-09-13 Lennart Poetteringpython: integrate David Strauss' python-systemd package