0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #45 from joshehlinger/fix-timeout-error More... about 1 year ago
Catch AttributeError when AMQPHeartbeatTimeout More... about 1 year ago
Update copyright doc More... over 2 years ago
Merge pull request #43 from aremm/upgrade-pika More... over 2 years ago
Add support for ssl_options config parameters More... over 2 years ago
Bump pika version from 0.13.1 to 1.2.0 More... over 2 years ago
Bump the version More... about 3 years ago
Fix an issue with an uncaught exception on connection failure More... about 3 years ago
Fix flake8 nit More... almost 4 years ago
Fix tests More... almost 4 years ago
Include 3.8 and 3.9 in the testing matrix More... almost 4 years ago
Multiple changes to support Python 3.9 More... almost 4 years ago
Include the original exchange and queue in the headers when republishing a processing exception More... almost 4 years ago
Merge pull request #42 from xhochy/3.20-development.txt More... about 4 years ago
Include requires/development.txt in sdist More... about 4 years ago
Prep for 3.20.10 rejease More... about 4 years ago
Merge pull request #41 from nvllsvm/fix_published_testing More... about 4 years ago
Fix republished messages in AsyncTestCase.published_messages - fix PublishedMessage body and properties being swapped for republished messages. This was due to the *arg order being different in basic_publish calls and what PublishedMessage was expecting. - add rudimentary tests for rejected.testing More... about 4 years ago
Merge pull request #40 from xhochy/patch-2 More... about 4 years ago
Include include requires/installation.txt in sdist More... about 4 years ago
Prep 3.20.9 More... about 4 years ago
Merge pull request #38 from nvllsvm/py39 More... about 4 years ago
Fix Python 3.9 support Python 3.9 removed the encoding kwarg from json.loads. It has been defaulting to utf-8 since at least 2.7 so removing it from rejected should be a non-issue. More... over 4 years ago
Merge pull request #37 from nvllsvm/fix_published_messages2 More... over 4 years ago
Fix AsyncTestCase.published_messages in python 3.7 .args and .kwargs were added in 3.8 More... over 4 years ago
Update release history and bump version for release More... over 4 years ago
Fix noqa location, bump version More... over 4 years ago
Fix a string formatting bug More... over 4 years ago
Merge pull request #36 from nvllsvm/fix_published_messages More... over 4 years ago
Fix AsyncTestCase.published_messages More... over 4 years ago