Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-sdbus/python-sdbus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 26a7100
Choose a base ref
...
head repository: python-sdbus/python-sdbus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cf211a7
Choose a head ref
  • 8 commits
  • 6 files changed
  • 4 contributors

Commits on Dec 21, 2025

  1. Version 0.14.2

    igo95862 committed Dec 21, 2025
    Configuration menu
    Copy the full SHA
    772961d View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2026

  1. Configuration menu
    Copy the full SHA
    8b03330 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #118 from SqueakyBeaver/master

    Thank you!
    igo95862 authored Apr 11, 2026
    Configuration menu
    Copy the full SHA
    f2b4865 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2026

  1. Fix returned file descriptors data type being closed immediatly

    According to libsystemd man page the returned file descriptor is owned by the message
    and must be duplicated before being used elsewhere.
    
    https://man.archlinux.org/man/core/systemd-libs/sd_bus_message_read_basic.3.en 
    
    ---------
    
    Co-authored-by: Leopold Luley <l.luley@tuxedocomputers.com>
    luleyleo and luleyleo authored Aug 8, 2026
    Configuration menu
    Copy the full SHA
    90432a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2026

  1. ci: Rename CI file name

    igo95862 committed Aug 20, 2026
    Configuration menu
    Copy the full SHA
    1f81cd7 View commit details
    Browse the repository at this point in the history
  2. ci: Update checkout version

    igo95862 committed Aug 20, 2026
    Configuration menu
    Copy the full SHA
    0280fe7 View commit details
    Browse the repository at this point in the history
  3. ci: Use Ubuntu 24.04 for linters CI

    Stabilizes the linters versions.
    igo95862 committed Aug 20, 2026
    Configuration menu
    Copy the full SHA
    5a58c17 View commit details
    Browse the repository at this point in the history
  4. Version 0.14.3

    igo95862 committed Aug 20, 2026
    Configuration menu
    Copy the full SHA
    cf211a7 View commit details
    Browse the repository at this point in the history
Loading