Commit graph

  • 004a30fbb5 Merge 0c56f4f7a9 into 308ae4440c Zbigniew Jędrzejewski-Szmek 2017-04-04 04:42:32 +00:00
  • 308ae4440c Prepare v234 v234 Zbigniew Jędrzejewski-Szmek 2017-03-25 11:30:27 -04:00
  • a54a7a2f51 Update to constants from systemd-233 Zbigniew Jędrzejewski-Szmek 2017-03-25 21:31:16 -04:00
  • a5dc4ab856 journal: fix repr of JournalHandler to match python3.6 Zbigniew Jędrzejewski-Szmek 2017-03-25 12:30:18 -04:00
  • 2169cdea8d journal: do not convert extra args to string in JournalHandler Zbigniew Jędrzejewski-Szmek 2017-03-19 15:03:36 -04:00
  • aa5550a9b7 test_journal: add tests for MESSAGE_ID passing Zbigniew Jędrzejewski-Szmek 2017-03-19 13:12:20 -04:00
  • 08857486e6 Remove mid from JournalHandler Wesley Bowman 2017-03-13 08:51:38 +01:00
  • 84371c2cfd journal: rename SENDER_FUNCTION to sender_function Zbigniew Jędrzejewski-Szmek 2017-03-19 12:59:51 -04:00
  • 5498ad7513 daemon: properly skip sd_is_socket_sockaddr calls if not available Zbigniew Jędrzejewski-Szmek 2017-03-19 12:38:27 -04:00
  • fe9756d3ab Makefile: add convenience "shell" target to start python shell Zbigniew Jędrzejewski-Szmek 2017-03-19 12:58:41 -04:00
  • 3f9386a435 Makefile: add "doc" target for convenience Zbigniew Jędrzejewski-Szmek 2017-03-19 11:22:10 -04:00
  • ae08cbfe11 Makefile: remove unneeded -I/usr/include from flags Zbigniew Jędrzejewski-Szmek 2017-03-19 11:06:48 -04:00
  • 73807b49c4 Fix styling to match PEP8 in most places (#45) Wesley Bowman 2017-03-14 22:36:46 +01:00
  • d47fd74d60 Add backwards compatibility for mapPriority Wesley Bowman 2017-03-14 11:46:29 +01:00
  • 69b41131b0 Fix styling to match PEP8 in most places Wesley Bowman 2017-03-13 09:02:11 +01:00
  • e121ae49ab Merge pull request #34 from keszybz/test-skipping Zbigniew Jędrzejewski-Szmek 2017-03-13 16:03:49 -04:00
  • c7e393b3ca journal: improve docstring formatting a bit Zbigniew Jędrzejewski-Szmek 2016-12-17 07:50:24 -05:00
  • 14b05bfff5 Adjust import order, spacing, operators as recommended by pylint Zbigniew Jędrzejewski-Szmek 2016-12-17 07:39:05 -05:00
  • 5aab3fc3b4 tests: move login tests from doctest to separate file Zbigniew Jędrzejewski-Szmek 2016-12-16 21:05:38 -05:00
  • 8921c79fb9 Prevent non-str values from being concatenated with + (#40) Jimmy Cao 2017-03-12 12:16:45 -04:00
  • 827e1f4a15 Revert "omit exc_info entirely" Jimmy Cao 2017-03-12 01:18:57 -05:00
  • 0c56f4f7a9 Test Zbigniew Jędrzejewski-Szmek 2017-03-11 16:27:34 -05:00
  • 753a4ca5ff Merge pull request #31 from keszybz/is_socket_sockaddr Zbigniew Jędrzejewski-Szmek 2017-03-11 14:26:27 -05:00
  • dce0a855c3 replace dict.iteritems() with dict.items() to support py3 (#39) Jeongsoo, Park 2017-03-12 03:57:44 +09:00
  • 35a27a4372 test_daemon: xfail test_notify_with_socket if bind() fails (#42) Mike Gilbert 2017-03-11 13:51:16 -05:00
  • ea8e705939 Python 3.6 invalid escape sequence deprecation fixes (#43) Ville Skyttä 2017-03-11 20:47:37 +02:00
  • f61af43bbc Python 3.6 invalid escape sequence deprecation fixes Ville Skyttä 2017-03-10 16:23:12 +02:00
  • 1c0d575f7c test_daemon: xfail test_notify_with_socket if bind() fails Mike Gilbert 2017-02-21 17:34:28 -05:00
  • 32bc41aaf6 omit exc_info entirely Jimmy Cao 2017-02-12 19:42:21 -05:00
  • 352967a46e make _make_line concatenate only strings directly Jimmy Cao 2017-02-12 19:23:46 -05:00
  • 5bc6dea50b replace dict.iteritems() with dict.items() to support py3 Jeongsoo Park 2017-01-12 04:00:34 -08:00
  • b372d2edd6 Merge a129428dcd into 3645c3597e Mike Gilbert 2017-01-02 11:37:32 +00:00
  • 3645c3597e Added section for installation on openSUSE & SLE (#35) Johannes Weberhofer 2016-12-17 03:08:42 +01:00
  • ce2cb4815c Added section for installation on openSUSE & SLE Johannes Weberhofer 2016-12-16 08:39:35 +01:00
  • bc691d8e29 Fix handling of addresses without port and add tests Zbigniew Jędrzejewski-Szmek 2016-12-15 20:47:10 -05:00
  • 4a3cee1ad3 daemon: add wrapper for sd_is_socket_sockaddr and tests Zbigniew Jędrzejewski-Szmek 2016-12-15 20:14:19 -05:00
  • 5ffc226890 _daemon: allow specifying flowinfo Zbigniew Jędrzejewski-Szmek 2016-12-15 08:38:48 -05:00
  • 17a1dad795 util: add compatibility for old glibc Zbigniew Jędrzejewski-Szmek 2016-12-13 20:38:46 -05:00
  • 63cc41a456 daemon: add basic support for sd_is_socket_sockaddr Zbigniew Jędrzejewski-Szmek 2016-12-13 20:11:24 -05:00
  • 5d3be8ccba _daemon,_reader: return ENOSYS instead of NotImplemented Zbigniew Jędrzejewski-Szmek 2016-12-14 23:43:28 -05:00
  • 5d1e3fbcdc tests: skip journal.stream tests on ENOENT error Zbigniew Jędrzejewski-Szmek 2016-12-14 23:35:42 -05:00
  • 930bf89796 setup.py: allow LIBSYSTEMD_VERSION to be overridden Zbigniew Jędrzejewski-Szmek 2016-12-14 22:46:10 -05:00
  • b4cfd41a06 Makefile: use $(INCLUDE_DIR) also for compilation Zbigniew Jędrzejewski-Szmek 2016-12-13 20:10:03 -05:00
  • e4ff9e6f7c build-sys: add sign and upload targets Zbigniew Jędrzejewski-Szmek 2016-12-12 20:15:05 -05:00
  • 0af056c35f Include all fields from record (#30) Oleksii Shevchuk 2016-10-27 21:02:14 +03:00
  • 407060c164 Include all fields from record Oleksii Shevchuk 2016-10-27 11:42:16 +03:00
  • 0cae964314 Prepare v233 v233 Zbigniew Jędrzejewski-Szmek 2016-10-17 04:15:26 -04:00
  • 276f137b57 id128: add SD_MESSAGE_TRUNCATED_CORE from upcoming systemd-232 Zbigniew Jędrzejewski-Szmek 2016-10-17 04:16:35 -04:00
  • 5a5063bac0 journal: allow stream() to be used without any arguments Zbigniew Jędrzejewski-Szmek 2016-10-17 04:00:00 -04:00
  • 52d9f51b9b journal: bump default log level for stream() to INFO Zbigniew Jędrzejewski-Szmek 2016-10-17 03:52:07 -04:00
  • aabbf9b40d Updating docs for missing dependency (#28) Robert James Hernandez 2016-10-10 17:11:10 -07:00
  • 536e47eca6 Updating docs for missing dependency Robert James Hernandez 2016-10-10 13:18:26 -07:00
  • 84fcfc05e5 setup.py: make build fail if undeclared symbols are used Zbigniew Jędrzejewski-Szmek 2016-10-01 17:41:13 +02:00
  • 911591a118 build-sys: import "pytest" instead of "py.test" Zbigniew Jędrzejewski-Szmek 2016-09-22 20:24:31 -04:00
  • 8024fc6171 _reader: use proper ifdef guard for sd_j_open_files_fd Zbigniew Jędrzejewski-Szmek 2016-09-22 20:41:21 -04:00
  • 35a5b281ad tests: add workaround for pre-232 system returning EINVAL on some flags Zbigniew Jędrzejewski-Szmek 2016-09-22 20:12:15 -04:00
  • c3c412f90e build-sys: add doc-sync target Zbigniew Jędrzejewski-Szmek 2016-09-22 09:59:04 -04:00
  • b9767792b9 docs: fix sphinx format warning Zbigniew Jędrzejewski-Szmek 2016-09-22 09:52:58 -04:00
  • 177ac6d894 tests: skip fdstore tests if not implemented Zbigniew Jędrzejewski-Szmek 2016-09-22 07:46:59 -04:00
  • 34ce13054b Prepare v232 v232 Zbigniew Jędrzejewski-Szmek 2016-02-06 19:27:43 -05:00
  • 3758d884d4 setup.py: change name to systemd-python Zbigniew Jędrzejewski-Szmek 2016-09-21 20:43:39 -04:00
  • 416efbf411 docs: autoregenerate id128.rst Zbigniew Jędrzejewski-Szmek 2016-09-21 20:56:01 -04:00
  • d713eacb7e Store id128-constants.h in the repository Zbigniew Jędrzejewski-Szmek 2016-09-21 19:54:45 -04:00
  • 9e0d797ba7 journal: convert seek_realtime argument to microseconds Zbigniew Jędrzejewski-Szmek 2016-09-20 09:54:49 -04:00
  • 5211952348 tests: use a context manager, skip new functions if missing Zbigniew Jędrzejewski-Szmek 2016-09-20 09:34:27 -04:00
  • 02b9432e73 reader: add SD_JOURNAL_OS_ROOT and rework flag passing Zbigniew Jędrzejewski-Szmek 2016-09-20 09:03:07 -04:00
  • 89badf50b7 journal: add support for sd_journal_open_files_fd Zbigniew Jędrzejewski-Szmek 2016-09-19 23:13:19 -04:00
  • ee9ab0bd65 journal: make sd_journal_enumerate return text strings Zbigniew Jędrzejewski-Szmek 2016-09-18 21:59:43 -04:00
  • dadcd3d723 journal: allow sd_journal_open_directory_fd to be used Zbigniew Jędrzejewski-Szmek 2016-09-18 21:58:21 -04:00
  • 42f627b302 Reformat documentation to be more PEP257-compliant Zbigniew Jędrzejewski-Szmek 2016-09-18 12:15:05 -04:00
  • 814cdb9d6a tests: check enumerate_fields, has_runtime_fiels, has_persistent_files Zbigniew Jędrzejewski-Szmek 2016-02-06 19:57:25 -05:00
  • 36a384a683 journal: add wrappers for sd_has_*_files Zbigniew Jędrzejewski-Szmek 2016-02-06 19:44:54 -05:00
  • 819ea77d1b journal: add wrapper for sd_journal_enumerate Zbigniew Jędrzejewski-Szmek 2016-02-06 19:27:19 -05:00
  • ffba3a2ff8 journal: check errors properly in query_unique Zbigniew Jędrzejewski-Szmek 2016-02-06 19:17:26 -05:00
  • 9b0bf2d3a6 Merge 64cb4262d1 into 8583a45b5c Poornima 2016-09-18 11:56:20 +00:00
  • 7aac036c37 Merge 4711166b00 into 8583a45b5c Christoph Gysin 2016-09-18 11:56:20 +00:00
  • 8583a45b5c Makefile: correct path to generated docs Sebastian 2016-09-15 22:31:21 +02:00
  • 2e3512c656 Add Docs to README Sebastian 2016-09-15 22:29:25 +02:00
  • 4c6072f61b Fix typo (#26) Michael Biebl 2016-07-16 17:20:52 +02:00
  • b08d37dbbd Fix typo Michael Biebl 2016-07-12 02:52:24 +02:00
  • 4711166b00 Read header relative to SYSROOT env var Christoph Gysin 2016-06-28 09:33:22 +03:00
  • 64cb4262d1 Custom systemd headers path Poornima 2016-06-19 20:22:30 +05:30
  • 25f22209ea setup.py: respect ${PKG_CONFIG} if set (#18) Benedikt Morbach 2016-05-28 22:38:02 +02:00
  • 44acd1c9d1 readme: Use "raised" instead of "thrown" Nir Soffer 2016-05-28 22:48:11 +03:00
  • 9fd0159c47 readme: Remove duplicate 'is thrown' Nir Soffer 2016-05-28 22:45:16 +03:00
  • 4c5e850b49 Use log.warning instead of deprecated log.warn in example code Ville Skyttä 2016-05-21 08:50:13 +03:00
  • 947f782886 Spelling fixes Ville Skyttä 2016-05-21 08:47:00 +03:00
  • e755568801 setup.py: respect ${PKG_CONFIG} if set Benedikt Morbach 2016-04-05 16:17:32 +02:00
  • 87a9d64550 test_daemon: Define a default value for SO_PASSCRED Mike Gilbert 2015-12-19 09:42:49 -05:00
  • a129428dcd test_daemon: Define a default value for SO_PASSCRED Mike Gilbert 2015-12-19 09:42:49 -05:00
  • 3d046016c4 Fixes Reader.seek_monotonic(datetime.timedelta) Michael Herold 2015-12-10 00:18:01 +01:00
  • c8749e7fbc reader: avoid gcc warning Zbigniew Jędrzejewski-Szmek 2015-12-02 20:40:49 -05:00
  • 8ccd64789a tests: mirror is-systemd-running test from systemd v231 Zbigniew Jędrzejewski-Szmek 2015-10-28 10:02:53 -04:00
  • 644e11f398 build-sys: make sure we use modules from the build dir Zbigniew Jędrzejewski-Szmek 2015-10-28 09:54:11 -04:00
  • 94ee7ed0f9 build-sys: name html build directory after format Zbigniew Jędrzejewski-Szmek 2015-07-08 15:51:06 -04:00
  • 45295d1b59 Bump version to 231 Zbigniew Jędrzejewski-Szmek 2015-10-27 08:25:15 -04:00
  • 8176439058 build-sys: also put pytest.ini in the tarball Zbigniew Jędrzejewski-Szmek 2015-10-27 08:17:58 -04:00
  • 8d55a298d9 docs: remove SD_MESSAGE_CONFIG_ERROR from list Zbigniew Jędrzejewski-Szmek 2015-10-27 00:26:37 -04:00
  • 0576d32ed4 Add NEWS file Zbigniew Jędrzejewski-Szmek 2015-10-26 22:59:23 -04:00
  • d31bfc3ba6 build-sys: add utility target to run tests Zbigniew Jędrzejewski-Szmek 2015-10-27 00:12:00 -04:00