index
:
delta/python-packages/python-systemd.git
main
master
github.com: systemd/python-systemd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
systemd
/
journal.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
journal: convert seek_realtime argument to microseconds
Zbigniew Jędrzejewski-Szmek
2016-09-21
1
-5
/
+16
*
reader: add SD_JOURNAL_OS_ROOT and rework flag passing
Zbigniew Jędrzejewski-Szmek
2016-09-21
1
-1
/
+9
*
journal: allow sd_journal_open_directory_fd to be used
Zbigniew Jędrzejewski-Szmek
2016-09-21
1
-2
/
+3
*
Reformat documentation to be more PEP257-compliant
Zbigniew Jędrzejewski-Szmek
2016-09-20
1
-118
/
+131
*
Use log.warning instead of deprecated log.warn in example code
Ville Skyttä
2016-05-21
1
-2
/
+2
*
Fixes Reader.seek_monotonic(datetime.timedelta)
Michael Herold
2015-12-10
1
-1
/
+1
*
Do not assume specific output from the journal
Zbigniew Jędrzejewski-Szmek
2015-10-25
1
-2
/
+1
*
journal: allow numbers in field identifiers
Zbigniew Jędrzejewski-Szmek
2015-09-17
1
-2
/
+2
*
tests: add tests for Reader initialization
Zbigniew Jędrzejewski-Szmek
2015-09-17
1
-1
/
+1
*
journal: reindent to 4 spaces
Zbigniew Jędrzejewski-Szmek
2015-09-17
1
-158
/
+156
*
Normalize some strange indentation
Zbigniew Jędrzejewski-Szmek
2015-09-08
1
-7
/
+8
*
tests: adapt to python2.7 output again
Zbigniew Jędrzejewski-Szmek
2015-09-05
1
-3
/
+2
*
tests: enable doctests in the sources
Zbigniew Jędrzejewski-Szmek
2015-09-05
1
-6
/
+12
*
tree-wide: systemd→python-systemd in headers
Zbigniew Jędrzejewski-Szmek
2015-08-07
1
-3
/
+3
*
Update LICENSE file and classifiers
Zbigniew Jędrzejewski-Szmek
2015-07-05
1
-1
/
+0
*
systemd-python: use .hex instead of .get_hex()
Zbigniew Jędrzejewski-Szmek
2015-07-05
1
-3
/
+3
*
systemd-python: convert keyword value to string
Richard Marko
2015-07-05
1
-0
/
+2
*
systemd-python: add support for sd_j_open_files
Zbigniew Jędrzejewski-Szmek
2015-07-05
1
-3
/
+4
*
systemd-python: fix iteration
Zbigniew Jędrzejewski-Szmek
2015-07-05
1
-12
/
+12
*
systemd-python: do not attempt to convert str to bytes
Zbigniew Jędrzejewski-Szmek
2015-07-05
1
-0
/
+4
*
systemd-python: add __version__ strings
Zbigniew Jędrzejewski-Szmek
2015-07-05
1
-1
/
+1
*
Spelling fixes
Ville Skyttä
2015-07-05
1
-1
/
+1
*
systemd-python: attach fields to JournalHandler, add SYSLOG_IDENTIFIER
Zbigniew Jędrzejewski-Szmek
2015-07-05
1
-9
/
+33
*
python-systemd: Reader return special fields and _Reader changes
Steven Hiscocks
2015-07-05
1
-3
/
+42
*
systemd-python: fix wait bug
Steven Hiscocks
2015-07-05
1
-2
/
+1
*
systemd-python: allow retrieval of single fields
Zbigniew Jędrzejewski-Szmek
2015-07-05
1
-1
/
+9
*
systemd-python: cleanup up usec_t handling
Zbigniew Jędrzejewski-Szmek
2015-07-05
1
-4
/
+16
*
systemd-python: add journal.get_catalog()
Zbigniew Jędrzejewski-Szmek
2015-07-05
1
-1
/
+2
*
systemd-python: update documentation for new systemd-journal group
Zbigniew Jędrzejewski-Szmek
2015-07-05
1
-1
/
+1
*
systemd-python: refuse path and flags together in __init__
Zbigniew Jędrzejewski-Szmek
2015-07-05
1
-3
/
+2
*
systemd-python: split .seek() into .seek_head() and .seek_tail()
Zbigniew Jędrzejewski-Szmek
2015-07-05
1
-1
/
+0
*
systemd-python: catch only ValueErrors in conversion code
Zbigniew Jędrzejewski-Szmek
2015-07-05
1
-38
/
+60
*
python-systemd: rename Journal to Reader
Zbigniew Jędrzejewski-Szmek
2015-07-05
1
-14
/
+14
*
systemd-python: return both parts of sd_journal_get_monotonic_usec
Zbigniew Jędrzejewski-Szmek
2015-07-05
1
-1
/
+7
*
python-systemd: check all errors and use automatic cleanup
Zbigniew Jędrzejewski-Szmek
2015-07-05
1
-2
/
+4
*
systemd-python: hide ChainMap import
Zbigniew Jędrzejewski-Szmek
2015-07-05
1
-2
/
+2
*
systemd-python: polish the docstrings
Zbigniew Jędrzejewski-Szmek
2015-07-05
1
-28
/
+43
*
systemd-python: Added doc string for Journal
Steven Hiscocks
2015-07-05
1
-0
/
+18
*
systemd-python: Journal convert_unicode exception handling change
Steven Hiscocks
2015-07-05
1
-1
/
+1
*
systemd-python: add Journal method to add MESSAGE_ID match
Steven Hiscocks
2015-07-05
1
-0
/
+9
*
systemd-python: update Journal python docstrings
Steven Hiscocks
2015-07-05
1
-18
/
+59
*
systemd-python: tidy up import names in journal
Steven Hiscocks
2015-07-05
1
-13
/
+17
*
systemd-python: Journal this_boot/machine now accepts ID
Steven Hiscocks
2015-07-05
1
-6
/
+21
*
systemd-python: _reader now takes unix timestamp in seconds
Steven Hiscocks
2015-07-05
1
-1
/
+1
*
systemd-python: _reader add_match takes single string
Steven Hiscocks
2015-07-05
1
-1
/
+2
*
systemd-python: Moved _reader datetime usage to python
Steven Hiscocks
2015-07-05
1
-0
/
+10
*
systemd-python: Tidy up _reader error handling
Steven Hiscocks
2015-07-05
1
-4
/
+4
*
systemd-python: some python3 and bug fixes
Steven Hiscocks
2015-07-05
1
-2
/
+9
*
systemd-python: implement this_boot/this_machine in Python
Steven Hiscocks
2015-07-05
1
-0
/
+9
*
systemd-python: Journal log_level moved to python
Steven Hiscocks
2015-07-05
1
-0
/
+8
[next]