Commit graph

6 commits

Author SHA1 Message Date
Zbigniew Jędrzejewski-Szmek
c1c55294f1 build-sys: add utility target to build TAGS 2015-10-27 00:07:18 -04:00
Zbigniew Jędrzejewski-Szmek
9d0b8bbaf0 build-sys: add MANIFEST.in to properly include all files 2015-07-05 21:32:42 -04:00
Zbigniew Jędrzejewski-Szmek
557184bb56 Add frontend module in pure-Python and hide old module
journald.send() is renamed to journald.sendv(), and a replacement
journald.send() is added. This new function has a more pythonic API,
where one positional argument is used for the message, and keyword
arguments can be used to specify other fields.

Implementing argument parsing in C would be really painful, for little
gain, so a pure-python module is added, which provides send(), which
in turn calls sendv().
2012-07-12 11:02:30 +02:00
Zbigniew Jędrzejewski-Szmek
3c089ad48e Compatibility with Python 3
Should work with Python 3.0 - 3.2. Compatibility with Python 3.3 might
require additional changes.
2012-07-12 11:02:26 +02:00
Zbigniew Jędrzejewski-Szmek
7f9ebf50ad Ignore result of build_ext -i 2012-07-10 10:26:40 +02:00
David Strauss
7bcd859895 Initial commit 2012-06-25 16:58:29 -07:00