0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 06, 2024 — Jun 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
protocol: make sure connection_lost is called on python 3.5+ More... about 8 years ago
tests: increase default AMQP_REFRESH_TIME, closes #138 More... about 8 years ago
aioamqp: call wait_closed from connect if necessary More... about 8 years ago
protocol: wait for heartbeat worker in wait_closed More... about 8 years ago
protocol: turn send_heartbeat into a coroutine More... about 8 years ago
protocol: put a lock around protocol.drain() More... about 8 years ago
protocol: call drain after writing a frame More... about 8 years ago
channel: call drain after writing a frame More... about 8 years ago
channel: make publish() and basic_publish() use _write_frame() More... about 8 years ago
channel: move _write_frame_awaiting_response right next to _write_frame More... about 8 years ago
channel: reuse _write_frame_awaiting_response wherever possible More... about 8 years ago
channel: replace kwargs argument with proper named argument More... about 8 years ago
channel: rename _write_frame argument to avoid negative logic More... about 8 years ago
channel: remove unused 'no_wait' argument, refs #128 More... about 8 years ago
channel: remove timeout argument, closes #128 More... about 8 years ago
frame: simplify AmqpRequest.write_frame arguments More... about 8 years ago
frame: remove now usused AmqpRequest.payload attribute More... about 8 years ago
frame: remove unused 'writer' argument to AmqpEncoder More... about 8 years ago
tests: fix flakiness in nack/requeue test More... about 8 years ago
Release version v0.9.0 More... about 8 years ago
requirements: update python version classifiers More... about 8 years ago
protocol: validate internal state before trying to send messages More... about 8 years ago
tests: make consume tests less flaky More... about 8 years ago
Ship actual license file, use BSD-3-Clause More... about 8 years ago
protocol: replace is_open boolean value with an enumeration More... about 8 years ago
protocol: send close-ok on server-initiated close calls More... about 8 years ago
channel: fix server cancel handling (closes #95) More... about 8 years ago
fix #130: typo 'presistent' More... over 8 years ago
properties: disable redefined-builtin More... over 8 years ago
pylint: disable wrong-import-order More... over 8 years ago