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
Fix case 2 from #1298 More... almost 4 years ago
Fix case 3 from #1298 More... almost 4 years ago
Merge pull request #1297 from pika/lrb-update-python-versions More... about 4 years ago
Update awscli and RabbitMQ More... about 4 years ago
Update Windows resources on AppVeyor More... about 4 years ago
Only test on supported Python versions More... about 4 years ago
docs: fix simple typo, shoudl -> should More... about 4 years ago
Added import adapters to pika/__init__.py file. Reason: Without this import Google docstring can't infer args\returns type if pika imported in module, i.e. expressions like """x (pika.adapters.blocking_connection.BlockingChannel): channel""" renders as x: Any. And same case with returns. More... about 4 years ago
Add explicit check for if timeout_heap has been set to None before doing any heap actions with _timeout_heap. More... about 4 years ago
removed warnings filter while encoding integer to remove race conditions More... about 4 years ago
Issue 1286 - Fixes for possible race condition between selector_ioloop and writer. It is possible for the selector to call the writer handler and write the tx buffer before the publish thread has set the write handler and/or filled the tx buffer. More... over 4 years ago
Add Gevent adapter More... over 4 years ago
Merge branch 'master' into adding_enum_type More... over 4 years ago
add missing proprety `is_open` More... over 4 years ago
ready return TwistedProtocolConnection instance as before More... over 4 years ago
Merge pull request #1275 from pika/lrb-fix-travis-ci More... over 4 years ago
Update certs, re-enable TLS tests More... over 4 years ago
Fix Travis CI build More... over 4 years ago
Try to fix error reported in this thread: More... almost 5 years ago
Merge pull request #1266 from garymm/example-doc More... almost 5 years ago
Link to heartbeat_and_blocked_timeouts example More... almost 5 years ago
Make `delivery_tag` default to `0` in `Channel` and `BlockingChannel` More... almost 5 years ago
Merge pull request #1263 from brianmaissy/bugfix/fix_incorrect_changelog_documentation More... almost 5 years ago
Update changelog and version history to correctly include #901 More... almost 5 years ago
docs: remove incorrect changelog entry More... almost 5 years ago
Remove the .value from ExchangeType class and added the isintance method to check the type More... almost 5 years ago
Change the ExchangeType class, passing enum or string to exchange_type variable More... almost 5 years ago
Add the ExchangeType class in asynchronous, asyncio, async_adapter_tests modules More... almost 5 years ago
Fixing the import error issue ==python2.7 and =<python3.4 and added the library in requirements More... almost 5 years ago
Fixing the import error issue for ==python2.7 and =<python3.4 More... almost 5 years ago