| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | systemd-python: moved PyRun_String to journal.py code | Steven Hiscocks | 2015-07-05 | 2 | -53/+50 | |
| | * | systemd-python: add Journal class for reading journal | Steven Hiscocks | 2015-07-05 | 2 | -0/+1165 | |
| | * | python: build html docs using sphinx | Zbigniew Jędrzejewski-Szmek | 2015-07-05 | 6 | -15/+344 | |
| | * | python: utilize uuid.UUID in logging | Zbigniew Jędrzejewski-Szmek | 2015-07-05 | 1 | -13/+14 | |
| | * | python: add systemd.id128 module | Zbigniew Jędrzejewski-Szmek | 2015-07-05 | 4 | -4/+164 | |
| | * | python: add journal backend for the logging framework | Marti Raudsepp | 2015-07-05 | 1 | -0/+85 | |
| | * | systemd-python: fix nesting of #ifs and #pragmas | Zbigniew Jędrzejewski-Szmek | 2015-07-05 | 1 | -2/+2 | |
| | * | python: make gcc shut up | Lennart Poettering | 2015-07-05 | 1 | -0/+5 | |
| | * | python: fix error handling, and allocate argument array on the stack | Lennart Poettering | 2015-07-05 | 1 | -28/+12 | |
| | * | python: reindent to follow coding style | Lennart Poettering | 2015-07-05 | 2 | -155/+153 | |
| | * | python: change license to LGPL 2.1 | Lennart Poettering | 2015-07-05 | 3 | -0/+58 | |
| | * | python: integrate David Strauss' python-systemd package | Lennart Poettering | 2015-07-05 | 1 | -0/+3 | |
| |/ | ||||||
| * | Add Python 3 instructions. | David Strauss | 2012-09-06 | 1 | -7/+12 | |
| * | Fix for Python 3. | David Strauss | 2012-09-06 | 1 | -1/+1 | |
| * | Doc updates | David Strauss | 2012-09-06 | 1 | -11/+11 | |
| * | Make installable. | David Strauss | 2012-09-06 | 4 | -29/+29 | |
| * | Merge pull request #3 from keszybz/stream | David Strauss | 2012-09-03 | 2 | -1/+63 | |
| |\ | ||||||
| | * | Add a wrapper for sd_journal_stream_fd(3) | Zbigniew Jędrzejewski-Szmek | 2012-07-13 | 2 | -1/+63 | |
| * | | Merge pull request #2 from keszybz/master | David Strauss | 2012-09-03 | 7 | -64/+208 | |
| |\ \ | |/ | ||||||
| | * | Fix docstrings | Zbigniew Jędrzejewski-Szmek | 2012-07-13 | 2 | -3/+7 | |
| | * | Do not export traceback | Zbigniew Jędrzejewski-Szmek | 2012-07-13 | 1 | -2/+3 | |
| | * | Allow UTF-8 in message payload | Zbyszek Jędrzejewski-Szmek | 2012-07-12 | 3 | -22/+27 | |
| | * | Use traceback module to specify CODE_{LINE,FUNC,FILE} | Zbigniew Jędrzejewski-Szmek | 2012-07-12 | 2 | -4/+18 | |
| | * | Add frontend module in pure-Python and hide old module | Zbigniew Jędrzejewski-Szmek | 2012-07-12 | 5 | -17/+60 | |
| | * | Compatibility with Python 3 | Zbigniew Jędrzejewski-Szmek | 2012-07-12 | 2 | -5/+48 | |
| | * | Rework error handling in preparation for py3k changes | Zbigniew Jędrzejewski-Szmek | 2012-07-10 | 1 | -10/+14 | |
| | * | Ignore result of build_ext -i | Zbigniew Jędrzejewski-Szmek | 2012-07-10 | 1 | -0/+1 | |
| | * | Check the return value from sd_journal_sendv | Zbigniew Jędrzejewski-Szmek | 2012-07-10 | 2 | -3/+17 | |
| | * | Use PyString_AsStringAndSize to avoid strlen | Zbigniew Jędrzejewski-Szmek | 2012-07-10 | 1 | -4/+5 | |
| | * | Wrap README to 80 lines | Zbyszek Jędrzejewski-Szmek | 2012-07-10 | 1 | -6/+13 | |
| | * | Add emacs config for indentation | Zbigniew Jędrzejewski-Szmek | 2012-07-10 | 1 | -0/+7 | |
| |/ | ||||||
| * | Proper TypeError exception handling. | David Strauss | 2012-06-26 | 1 | -0/+6 | |
| * | Whitespace fixes. Drop header-style guards. | David Strauss | 2012-06-26 | 1 | -8/+3 | |
| * | Documentation updates. | David Strauss | 2012-06-26 | 1 | -4/+28 | |
| * | Code clean-up. | David Strauss | 2012-06-26 | 1 | -11/+7 | |
| * | Allow varags. | David Strauss | 2012-06-26 | 1 | -3/+24 | |
| * | Use sd_journal_print() instead of send. | David Strauss | 2012-06-25 | 1 | -1/+1 | |
| * | Now works with import. | David Strauss | 2012-06-25 | 1 | -1/+1 | |
| * | Add systemd-journal library. | David Strauss | 2012-06-25 | 1 | -1/+4 | |
| * | Add test build instructions. | David Strauss | 2012-06-25 | 1 | -3/+12 | |
| * | Initial boilerplate work. Compiles without warnings. Untested. | David Strauss | 2012-06-25 | 3 | -1/+52 | |
| * | Add MIT license. | David Strauss | 2012-06-25 | 1 | -0/+20 | |
| * | Initial commit | David Strauss | 2012-06-25 | 2 | -0/+31 | |
