openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
pika AMQP Module for RabbitMQ
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 7 of 84
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix case 2 from #1298
Sergey Kogan
More...
almost 4 years ago
Fix case 3 from #1298
Sergey Kogan
More...
almost 4 years ago
Merge pull request #1297 from pika/lrb-update-python-versions
Luke Bakken
More...
about 4 years ago
Update awscli and RabbitMQ
Luke Bakken
More...
about 4 years ago
Update Windows resources on AppVeyor
Luke Bakken
More...
about 4 years ago
Only test on supported Python versions
Luke Bakken
More...
about 4 years ago
docs: fix simple typo, shoudl -> should
Tim Gates
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.
Konstantin Sk
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.
Sking
More...
about 4 years ago
removed warnings filter while encoding integer to remove race conditions
Anuraag Sinha
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.
Craig Thomasson
More...
over 4 years ago
Add Gevent adapter
Joshua Griffiths
More...
over 4 years ago
Merge branch 'master' into adding_enum_type
seenureddy
More...
over 4 years ago
add missing proprety `is_open`
Eric
More...
over 4 years ago
ready return TwistedProtocolConnection instance as before
zephor5
More...
over 4 years ago
Merge pull request #1275 from pika/lrb-fix-travis-ci
Luke Bakken
More...
over 4 years ago
Update certs, re-enable TLS tests
Luke Bakken
More...
over 4 years ago
Fix Travis CI build
Luke Bakken
More...
over 4 years ago
Try to fix error reported in this thread:
Luke Bakken
More...
almost 5 years ago
Merge pull request #1266 from garymm/example-doc
Luke Bakken
More...
almost 5 years ago
Link to heartbeat_and_blocked_timeouts example
Gary Miguel
More...
almost 5 years ago
Make `delivery_tag` default to `0` in `Channel` and `BlockingChannel`
AndyMender
More...
almost 5 years ago
Merge pull request #1263 from brianmaissy/bugfix/fix_incorrect_changelog_documentation
Luke Bakken
More...
almost 5 years ago
Update changelog and version history to correctly include #901
Luke Bakken
More...
almost 5 years ago
docs: remove incorrect changelog entry
Brian Maissy
More...
almost 5 years ago
Remove the .value from ExchangeType class and added the isintance method to check the type
seenureddy
More...
almost 5 years ago
Change the ExchangeType class, passing enum or string to exchange_type variable
seenureddy
More...
almost 5 years ago
Add the ExchangeType class in asynchronous, asyncio, async_adapter_tests modules
seenureddy
More...
almost 5 years ago
Fixing the import error issue ==python2.7 and =<python3.4 and added the library in requirements
seenureddy
More...
almost 5 years ago
Fixing the import error issue for ==python2.7 and =<python3.4
seenureddy
More...
almost 5 years ago
←
1
2
3
4
5
6
7
8
9
10
11
…
83
84
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree