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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Makefile: remove unneeded -I/usr/include from flags
Zbigniew Jędrzejewski-Szmek
2017-03-19
1
-1
/
+2
*
Fix styling to match PEP8 in most places (#45)
Wesley Bowman
2017-03-14
2
-7
/
+20
*
Merge pull request #34 from keszybz/test-skipping
Zbigniew Jędrzejewski-Szmek
2017-03-13
7
-25
/
+77
|
\
|
*
journal: improve docstring formatting a bit
Zbigniew Jędrzejewski-Szmek
2017-03-12
1
-4
/
+4
|
*
Adjust import order, spacing, operators as recommended by pylint
Zbigniew Jędrzejewski-Szmek
2017-03-12
4
-19
/
+21
|
*
tests: move login tests from doctest to separate file
Zbigniew Jędrzejewski-Szmek
2017-03-12
3
-4
/
+54
|
/
*
Prevent non-str values from being concatenated with + (#40)
Jimmy Cao
2017-03-12
1
-3
/
+3
*
Merge pull request #31 from keszybz/is_socket_sockaddr
Zbigniew Jędrzejewski-Szmek
2017-03-11
9
-28
/
+366
|
\
|
*
Fix handling of addresses without port and add tests
Zbigniew Jędrzejewski-Szmek
2016-12-15
2
-47
/
+62
|
*
daemon: add wrapper for sd_is_socket_sockaddr and tests
Zbigniew Jędrzejewski-Szmek
2016-12-15
2
-5
/
+54
|
*
_daemon: allow specifying flowinfo
Zbigniew Jędrzejewski-Szmek
2016-12-15
1
-4
/
+15
|
*
util: add compatibility for old glibc
Zbigniew Jędrzejewski-Szmek
2016-12-15
1
-0
/
+4
|
*
daemon: add basic support for sd_is_socket_sockaddr
Zbigniew Jędrzejewski-Szmek
2016-12-15
4
-6
/
+254
|
*
_daemon,_reader: return ENOSYS instead of NotImplemented
Zbigniew Jędrzejewski-Szmek
2016-12-15
2
-5
/
+5
|
*
tests: skip journal.stream tests on ENOENT error
Zbigniew Jędrzejewski-Szmek
2016-12-15
2
-12
/
+23
*
|
replace dict.iteritems() with dict.items() to support py3 (#39)
Jeongsoo, Park
2017-03-11
2
-12
/
+50
*
|
test_daemon: xfail test_notify_with_socket if bind() fails (#42)
Mike Gilbert
2017-03-11
1
-1
/
+4
*
|
Python 3.6 invalid escape sequence deprecation fixes (#43)
Ville Skyttä
2017-03-11
1
-2
/
+2
*
|
Added section for installation on openSUSE & SLE (#35)
Johannes Weberhofer
2016-12-16
1
-0
/
+4
|
/
*
setup.py: allow LIBSYSTEMD_VERSION to be overridden
Zbigniew Jędrzejewski-Szmek
2016-12-14
1
-3
/
+8
*
Makefile: use $(INCLUDE_DIR) also for compilation
Zbigniew Jędrzejewski-Szmek
2016-12-13
1
-0
/
+1
*
build-sys: add sign and upload targets
Zbigniew Jędrzejewski-Szmek
2016-12-13
2
-2
/
+7
*
Include all fields from record (#30)
Oleksii Shevchuk
2016-10-27
1
-1
/
+16
*
Prepare v233
v233
Zbigniew Jędrzejewski-Szmek
2016-10-17
2
-1
/
+13
*
id128: add SD_MESSAGE_TRUNCATED_CORE from upcoming systemd-232
Zbigniew Jędrzejewski-Szmek
2016-10-17
3
-0
/
+3
*
journal: allow stream() to be used without any arguments
Zbigniew Jędrzejewski-Szmek
2016-10-17
1
-3
/
+12
*
journal: bump default log level for stream() to INFO
Zbigniew Jędrzejewski-Szmek
2016-10-17
1
-1
/
+1
*
Updating docs for missing dependency (#28)
Robert James Hernandez
2016-10-10
1
-3
/
+3
*
setup.py: make build fail if undeclared symbols are used
Zbigniew Jędrzejewski-Szmek
2016-10-01
1
-0
/
+5
*
build-sys: import "pytest" instead of "py.test"
Zbigniew Jędrzejewski-Szmek
2016-09-22
1
-1
/
+1
*
_reader: use proper ifdef guard for sd_j_open_files_fd
Zbigniew Jędrzejewski-Szmek
2016-09-22
1
-3
/
+7
*
tests: add workaround for pre-232 system returning EINVAL on some flags
Zbigniew Jędrzejewski-Szmek
2016-09-22
1
-5
/
+15
*
build-sys: add doc-sync target
Zbigniew Jędrzejewski-Szmek
2016-09-22
1
-1
/
+5
*
docs: fix sphinx format warning
Zbigniew Jędrzejewski-Szmek
2016-09-22
1
-3
/
+3
*
tests: skip fdstore tests if not implemented
Zbigniew Jędrzejewski-Szmek
2016-09-22
1
-3
/
+15
*
Prepare v232
v232
Zbigniew Jędrzejewski-Szmek
2016-09-21
2
-1
/
+21
*
setup.py: change name to systemd-python
Zbigniew Jędrzejewski-Szmek
2016-09-21
3
-1
/
+4
*
docs: autoregenerate id128.rst
Zbigniew Jędrzejewski-Szmek
2016-09-21
2
-2
/
+17
*
Store id128-constants.h in the repository
Zbigniew Jędrzejewski-Szmek
2016-09-21
8
-24
/
+108
*
journal: convert seek_realtime argument to microseconds
Zbigniew Jędrzejewski-Szmek
2016-09-21
2
-7
/
+32
*
tests: use a context manager, skip new functions if missing
Zbigniew Jędrzejewski-Szmek
2016-09-21
1
-21
/
+16
*
reader: add SD_JOURNAL_OS_ROOT and rework flag passing
Zbigniew Jędrzejewski-Szmek
2016-09-21
4
-24
/
+51
*
journal: add support for sd_journal_open_files_fd
Zbigniew Jędrzejewski-Szmek
2016-09-21
1
-15
/
+81
*
journal: make sd_journal_enumerate return text strings
Zbigniew Jędrzejewski-Szmek
2016-09-21
1
-1
/
+1
*
journal: allow sd_journal_open_directory_fd to be used
Zbigniew Jędrzejewski-Szmek
2016-09-21
3
-53
/
+125
*
Reformat documentation to be more PEP257-compliant
Zbigniew Jędrzejewski-Szmek
2016-09-20
2
-125
/
+137
*
tests: check enumerate_fields, has_runtime_fiels, has_persistent_files
Zbigniew Jędrzejewski-Szmek
2016-09-20
1
-0
/
+47
*
journal: add wrappers for sd_has_*_files
Zbigniew Jędrzejewski-Szmek
2016-09-20
1
-31
/
+77
*
journal: add wrapper for sd_journal_enumerate
Zbigniew Jędrzejewski-Szmek
2016-09-20
1
-31
/
+79
*
journal: check errors properly in query_unique
Zbigniew Jędrzejewski-Szmek
2016-09-20
1
-5
/
+20
[next]