summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * systemd-python: moved PyRun_String to journal.py codeSteven Hiscocks2015-07-052-53/+50
| * systemd-python: add Journal class for reading journalSteven Hiscocks2015-07-052-0/+1165
| * python: build html docs using sphinxZbigniew Jędrzejewski-Szmek2015-07-056-15/+344
| * python: utilize uuid.UUID in loggingZbigniew Jędrzejewski-Szmek2015-07-051-13/+14
| * python: add systemd.id128 moduleZbigniew Jędrzejewski-Szmek2015-07-054-4/+164
| * python: add journal backend for the logging frameworkMarti Raudsepp2015-07-051-0/+85
| * systemd-python: fix nesting of #ifs and #pragmasZbigniew Jędrzejewski-Szmek2015-07-051-2/+2
| * python: make gcc shut upLennart Poettering2015-07-051-0/+5
| * python: fix error handling, and allocate argument array on the stackLennart Poettering2015-07-051-28/+12
| * python: reindent to follow coding styleLennart Poettering2015-07-052-155/+153
| * python: change license to LGPL 2.1Lennart Poettering2015-07-053-0/+58
| * python: integrate David Strauss' python-systemd packageLennart Poettering2015-07-051-0/+3
|/
* Add Python 3 instructions.David Strauss2012-09-061-7/+12
* Fix for Python 3.David Strauss2012-09-061-1/+1
* Doc updatesDavid Strauss2012-09-061-11/+11
* Make installable.David Strauss2012-09-064-29/+29
* Merge pull request #3 from keszybz/streamDavid Strauss2012-09-032-1/+63
|\
| * Add a wrapper for sd_journal_stream_fd(3)Zbigniew Jędrzejewski-Szmek2012-07-132-1/+63
* | Merge pull request #2 from keszybz/masterDavid Strauss2012-09-037-64/+208
|\ \ | |/
| * Fix docstringsZbigniew Jędrzejewski-Szmek2012-07-132-3/+7
| * Do not export tracebackZbigniew Jędrzejewski-Szmek2012-07-131-2/+3
| * Allow UTF-8 in message payloadZbyszek Jędrzejewski-Szmek2012-07-123-22/+27
| * Use traceback module to specify CODE_{LINE,FUNC,FILE}Zbigniew Jędrzejewski-Szmek2012-07-122-4/+18
| * Add frontend module in pure-Python and hide old moduleZbigniew Jędrzejewski-Szmek2012-07-125-17/+60
| * Compatibility with Python 3Zbigniew Jędrzejewski-Szmek2012-07-122-5/+48
| * Rework error handling in preparation for py3k changesZbigniew Jędrzejewski-Szmek2012-07-101-10/+14
| * Ignore result of build_ext -iZbigniew Jędrzejewski-Szmek2012-07-101-0/+1
| * Check the return value from sd_journal_sendvZbigniew Jędrzejewski-Szmek2012-07-102-3/+17
| * Use PyString_AsStringAndSize to avoid strlenZbigniew Jędrzejewski-Szmek2012-07-101-4/+5
| * Wrap README to 80 linesZbyszek Jędrzejewski-Szmek2012-07-101-6/+13
| * Add emacs config for indentationZbigniew Jędrzejewski-Szmek2012-07-101-0/+7
|/
* Proper TypeError exception handling.David Strauss2012-06-261-0/+6
* Whitespace fixes. Drop header-style guards.David Strauss2012-06-261-8/+3
* Documentation updates.David Strauss2012-06-261-4/+28
* Code clean-up.David Strauss2012-06-261-11/+7
* Allow varags.David Strauss2012-06-261-3/+24
* Use sd_journal_print() instead of send.David Strauss2012-06-251-1/+1
* Now works with import.David Strauss2012-06-251-1/+1
* Add systemd-journal library.David Strauss2012-06-251-1/+4
* Add test build instructions.David Strauss2012-06-251-3/+12
* Initial boilerplate work. Compiles without warnings. Untested.David Strauss2012-06-253-1/+52
* Add MIT license.David Strauss2012-06-251-0/+20
* Initial commitDavid Strauss2012-06-252-0/+31