Commit Graph

  • a3d8971b47 Accepting request 1081869 from devel:languages:python factory Dominique Leuenberger 2023-04-22 20:00:09 +0000
  • bab9f95008 Accepting request 1081469 from home:dirkmueller:acdc:as_python3_module Dirk Mueller 2023-04-21 14:26:41 +0000
  • aa86b323e0 Accepting request 1007472 from devel:languages:python Dominique Leuenberger 2022-10-03 11:43:45 +0000
  • cc19e66874 - update to 0.8.0: * Removed `jeepney.integrate APIs, which were deprecated in 0.7. Use jeepney.io instead (see :doc:integrate). * Removed deprecated jeepney.io.tornado API. Tornado now uses the asyncio event loop, so you can use it along with jeepney.io.asyncio. * Deprecated conn.router attribute in the :doc:api/blocking integration. Use :ref:proxies <msggen_proxies> or :meth:~.blocking.DBusConnection.send_and_get_reply to find replies to method calls, and :meth:~.blocking.DBusConnection.filter for other routing. * Added docs page with background on D-Bus (:doc:dbus-background`). Dirk Mueller 2022-10-01 17:16:09 +0000
  • 92b5c3a1a4 Accepting request 917207 from devel:languages:python Dominique Leuenberger 2021-09-09 21:07:17 +0000
  • bb66ad7f99 - update to 0.7.1: * Add `async with support to :class:~.asyncio.DBusConnection in the asyncio integration. * Fix calling :meth:~.asyncio.DBusConnection.receive` immediately after opening a connection in the asyncio integration. Dirk Mueller 2021-09-07 06:53:23 +0000
  • 7d9df63691 Accepting request 906828 from devel:languages:python Dominique Leuenberger 2021-07-21 17:05:35 +0000
  • d5fdf19c24 - update to 0.7.0: * Support for :ref:sending and receiving file descriptors <send_recv_fds>. This is available with the blocking, threading and trio integration layers. * Deprecated older integration APIs, in favour of new APIs introduced in 0.5. * Fixed passing a deque in to :meth:~.blocking.DBusConnection.filter in the blocking integration API. Dirk Mueller 2021-07-17 13:51:58 +0000
  • b2b11bb0d4 Accepting request 857121 from devel:languages:python Dominique Leuenberger 2020-12-23 13:19:18 +0000
  • 87bd8e0861 - uppate to 0.6.0: * New method :meth:~.blocking.DBusConnection.recv_until_filtered in the blocking I/O integration to receive messages until one is filtered into a queue. * More efficient buffering of received data waiting to be parsed into D-Bus messages. Dirk Mueller 2020-12-20 09:54:35 +0000
  • 4a80271eeb Accepting request 850954 from devel:languages:python Dominique Leuenberger 2020-11-29 11:19:58 +0000
  • 9e9aa4d4ad - update to 0.5.0: * New common scheme for I/O integration - see Connections and Routers. * Message.serialise() accepts a serial number, to serialise outgoing messages without modifying the message object. * Improved documentation, including API docs. Dirk Mueller 2020-11-26 09:36:00 +0000
  • 01d9fcd693 Accepting request 783023 from devel:languages:python Dominique Leuenberger 2020-03-09 17:34:23 +0000
  • 22d48c1b40 Accepting request 783022 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2020-03-09 16:30:52 +0000
  • a5d59845c0 Accepting request 780407 from devel:languages:python Dominique Leuenberger 2020-03-03 09:15:28 +0000
  • 045ad4068e - update to 0.4.2: The blocking `DBusConnection integration class now has a .close()` method, and can be used as a context manager:: from jeepney.integrate.blocking import connect_and_authenticate with connect_and_authenticate() as connection: Dirk Mueller 2020-02-28 22:50:01 +0000
  • 873850c211 Accepting request 730190 from devel:languages:python Ludwig Nussel 2019-09-13 12:59:40 +0000
  • 69d81d4080 - Update to 0.4.1: * Avoid using :class:asyncio.Future for the blocking integration. * Set the 'destination' field on method return and error messages to the 'sender' from the parent message. Tomáš Chvátal 2019-09-11 14:40:58 +0000
  • e4bf37db60 Accepting request 710560 from devel:languages:python Dominique Leuenberger 2019-06-19 19:08:39 +0000
  • b4f601fcc7 Accepting request 710555 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2019-06-18 12:16:38 +0000