3
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Flush outbound_buffer when performing async operations. Closes #13 and #10. More... over 14 years ago
Merge remote branch 'ask/master' More... over 14 years ago
All exceptions now inherit from AMQPError More... over 14 years ago
Connection/Channel errors now inherit from common base class, to easily catch an error of a certain type. More... over 14 years ago
0.5.1 More... over 14 years ago
Oops More... over 14 years ago
Update THANKS More... over 14 years ago
Pass timeout through to asyncore.loop More... over 14 years ago
Merge remote branch 'ask/master' More... over 14 years ago
Merge remote branch 'shogsbro/master' More... over 14 years ago
Further changes for pypi More... over 14 years ago
Update setup.py for pypi submission More... over 14 years ago
Cope with latest rabbitmq-codegen changes More... over 14 years ago
Cope with latest rabbitmq-codegen changes More... over 14 years ago
Add support for timeout to pika.asyncore_loop. If not specified defaults to previous timeout (30 seconds) More... over 14 years ago
pika.table.encode_table: Should allow table=None. More... over 14 years ago
Update to latest rabbitmq-codegen interface. More... over 14 years ago
Merge branch 'tonyg/master' More... over 14 years ago
Make channel's close method idempotent More... over 14 years ago
Merge branch 'tonyg/master' More... over 14 years ago
Switch from distutils to setuptools, for develop support More... over 14 years ago
Credit. More... over 14 years ago
Notes on installation using pip and virtualenv More... over 14 years ago
Check in generated spec.py so pika can be used OOTB. closes #7 More... over 14 years ago
Only close the dispatcher if it hasn't already been closed. closes #5 More... over 14 years ago
Use pika.asyncore_loop instead of asyncore.loop, to support timeouts (!) More... over 14 years ago
Simplify demo_receive, and add heartbeating to it More... over 14 years ago
Avoid reentrancy in consumers, queueing arriving work if a consumer is busy More... over 14 years ago
Note re basic_recover More... over 14 years ago
Oops. Cope with async arrivals not during an RPC More... over 14 years ago