-
-
Notifications
You must be signed in to change notification settings - Fork 24
Comparing changes
Open a pull request
base repository: python-sdbus/python-sdbus
base: 0.14.0
head repository: python-sdbus/python-sdbus
compare: master
- 14 commits
- 18 files changed
- 3 contributors
Commits on Apr 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3392530 - Browse repository at this point
Copy the full SHA 3392530View commit details -
Add PyPI badge to the README.md
Shows most recent version on PyPI and links to the sdbus PyPI page.
Configuration menu - View commit details
-
Copy full SHA for 5f7ae7a - Browse repository at this point
Copy the full SHA 5f7ae7aView commit details
Commits on Apr 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7de5e6b - Browse repository at this point
Copy the full SHA 7de5e6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa58a8c - Browse repository at this point
Copy the full SHA aa58a8cView commit details
Commits on Apr 12, 2025
-
Use METH_O method type for SdBus.call(_async)
METH_O methods only take a single argument. It does not look like it constructs any tuples to make the call so it should be as fast as METH_FASTCALL without being only available for unlimited API in Python 3.9. Benchmarks did not reveal any significant impact.
Configuration menu - View commit details
-
Copy full SHA for 4074f95 - Browse repository at this point
Copy the full SHA 4074f95View commit details -
test: Add blocking ping benchmark
Calls `Ping` D-Bus method on the daemon in sequence.
Configuration menu - View commit details
-
Copy full SHA for 9e2950f - Browse repository at this point
Copy the full SHA 9e2950fView commit details
Commits on Apr 17, 2025
-
Update URL to github repository
The github URL has changed but it was not updated at least in some places, so update it now. Signed-off-by: Raphaël Mélotte <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c4c2fc - Browse repository at this point
Copy the full SHA 9c4c2fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4e828a - Browse repository at this point
Copy the full SHA e4e828aView commit details
Commits on Apr 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bda5dfa - Browse repository at this point
Copy the full SHA bda5dfaView commit details
Commits on May 11, 2025
-
The lint tools are continuously updated which means new errors could be found. Check for new errors every week.
Configuration menu - View commit details
-
Copy full SHA for eb8900a - Browse repository at this point
Copy the full SHA eb8900aView commit details
Commits on May 31, 2025
-
The `add_exception_mapping` should take the exception type as an argument not initialized exception.
Configuration menu - View commit details
-
Copy full SHA for 9adcb23 - Browse repository at this point
Copy the full SHA 9adcb23View commit details -
Add workaround for internal override assignment typing
Apparently there is confusion between `MethodType` and `FunctionType` in the older versions of mypy. Add an ignore comment to have it be compatible between mypy versions.
Configuration menu - View commit details
-
Copy full SHA for b7b9c5c - Browse repository at this point
Copy the full SHA b7b9c5cView commit details
Commits on Jun 16, 2025
-
Iterate interfaces in the MRO reversed order
Iterating the MRO in the reversed order will allow to add interfaces to the given object in a well-defined way - always starting from the base class. Such ordering will be compatible with adding interfaces manually one by one.
Configuration menu - View commit details
-
Copy full SHA for b853432 - Browse repository at this point
Copy the full SHA b853432View commit details
Commits on Jun 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c6a9d2f - Browse repository at this point
Copy the full SHA c6a9d2fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.14.0...master