Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/celery/py-amqp

amqplib fork
https://github.com/celery/py-amqp

Document and test all supported Python versions (#140)

ebef8e06ebf77683f2cfc5a396d70dc86a4ce2d5 authored over 7 years ago by Jon Dufresne <[email protected]>
Use Logger.warning() as Logger.warn() is deprecated (#142)

Fixes deprecation warning during tests:

DeprecationWarning: The 'warn' method is deprecated...

7b863bc0fc778cedbc02f09e69619e65047fe3b0 authored over 7 years ago by Jon Dufresne <[email protected]>
Enable pip cache for Travis CI (#141)

https://docs.travis-ci.com/user/caching/#pip-cache

56dc0dd2cfcfd7e38fecef038307d8a5527840be authored over 7 years ago by Jon Dufresne <[email protected]>
don't fail if collect already called (#128)

avoid AttributeError if collect is called and no channels exist.
can occur if collect called tw...

b66bdcbff98047819359b64648f6ba3f7e2cdcd0 authored over 7 years ago by gord chung <[email protected]>
changed python version check to < 2.7.7 so compatibility code will execute for 2.7.6. added test to verify expected behavior. (#134)

469a00df9b2e835d21b9453561a610e2d41a5261 authored over 7 years ago by Jonathan Schuff <[email protected]>
win32: TCP_MAXSEG isn't available for setsockopt (#136)

According to [1,2] Windows platforms support getsockopt(TCP_MAXSSEG) but not setsockopt(TCP_MAXS...

9c6896d0bede61c4020992d8eca05e6d083b3d26 authored over 7 years ago by Tony Breeds <[email protected]>
Add support for setting the SNI hostname header (#139)

* Augment the ssl.wrap_socket method to add support for setting SNI headers

* Update test cas...

26704358dbee2f92545409bc04f186001a445ba3 authored over 7 years ago by Dhananjay Sathe <[email protected]>
Fixed a typo in a doc string (#133)

Closes celery/py-amqp#131

878dd8c865c7e34f60f287f78d3fe2e06757ecba authored almost 8 years ago by Michael <[email protected]>
fix flake8 (#129)

8aa492d96c4a5a6deeb64b852cedd0a38f07b0ee authored almost 8 years ago by gord chung <[email protected]>
Refactored to make authn modular; added GSSAPI (#110)

* Refactored to make authn modular; added GSSAPI

* Getting tests passing again

* Add missi...

787793c66e1027e3cfd5585bfb374e163ec3948c authored almost 8 years ago by Alexander Dutton <[email protected]>
do not reconnect on collect (#121)

* do not reconnect on collect

collect is called to cleanup when there is a connection error b...

bb0be0e9333b134ed76e091e7fa2223c0617e9fc authored almost 8 years ago by gord chung <[email protected]>
Bump version: 2.1.3 → 2.1.4

4c382e0feb88a45a779100c970ecc65b91c03dae authored about 8 years ago by Ask Solem <[email protected]>
Updates Changelog

7172b076372dfa6e944981a68301a9ae9983e0cf authored about 8 years ago by Ask Solem <[email protected]>
CI: Removes pypy3 from build matrix

c51e0f29df030e754098785a985357a81bb6d76a authored about 8 years ago by Ask Solem <[email protected]>
flakes

2027be290824216e328828829c4845e7463d88e1 authored about 8 years ago by Ask Solem <[email protected]>
Use backport version of struct method on Python 2.7.5 and earlier (Issue #117)

ab395a0a19a52afaec3047e43a7b52b9b31d8313 authored about 8 years ago by Ask Solem <[email protected]>
Pass fmt string as a str object to struct functions (#112)

9a928da16c5c8c160f5ef32ee21f5431ccf89e4a authored about 8 years ago by Jon Dufresne <[email protected]>
Improve Linux version parsing to handle + and other characters. Closes #119

4e94d0236bbb941e728b5b3be40ee37c5ac501e2 authored about 8 years ago by Ask Solem <[email protected]>
flakes

a08e48266bd9db548b9d339e4da3613402ae9376 authored about 8 years ago by Ask Solem <[email protected]>
Fixes build on Linux

39410f21863fca809c8a3b9fbfd3c78e710d18af authored about 8 years ago by Ask Solem <[email protected]>
Set default KEEPIDLE/KEEPCNT/KEEPINTVL and TCP_USER_TIMEOUT

b14962c2dc8eb38f7312ea1a4377e825cbe3834d authored about 8 years ago by Ask Solem <[email protected]>
Bump version: 2.1.2 → 2.1.3

479a119e97f2c97987814bb89019e803cc8f95cc authored about 8 years ago by Ask Solem <[email protected]>
Updates Changelog

d866ccb3c1aee7775a4e5ac6f07fcacf2e6579cd authored about 8 years ago by Ask Solem <[email protected]>
Revert "Pass fmt string as a str object to struct functions (#112)"

This reverts commit 7b14b0b68c2aac2ca57401642464b5a8ff5f92aa.

1fbbc628d799578335baba8d609effd2b15eea6d authored about 8 years ago by Ask Solem <[email protected]>
flakes

0f1ac4a529e8509ceabc08de1bb839202c8a6631 authored about 8 years ago by Ask Solem <[email protected]>
flakes

c0e995abf46acd723bf1239a9ed704cbdd0558da authored about 8 years ago by Ask Solem <[email protected]>
Bump version: 2.1.1 → 2.1.2

805ea81f0c5f18298b505cf81bc9c102f1691179 authored about 8 years ago by Ask Solem <[email protected]>
Updates Changelog

1a1d8d3464f5adff6961a5042fa82140ebf26e1e authored about 8 years ago by Ask Solem <[email protected]>
Adds Jon Dufresne to AUTHORS

6074339b8f616bd1544c3e624e493ae2c61b5f06 authored about 8 years ago by Ask Solem <[email protected]>
Adds amqp.platform.TCP_USER_TIMEOUT

9ee20d9e180e12b138eff7580f180193558435f7 authored about 8 years ago by Ask Solem <[email protected]>
Transport: _set_socket_option remove user_timeout as argument

02a4f64ed71dd5f74c0024471bb939df271e85d7 authored about 8 years ago by Ask Solem <[email protected]>
TCP_OPTS now a set

5526798035fff577711f077208c44df68c285d75 authored about 8 years ago by Ask Solem <[email protected]>
Fixes typo

d495d11af2cfd6d1f1444e28f8aebce95f00fa77 authored about 8 years ago by Ask Solem <[email protected]>
Merge branch 'master' of github.com:celery/py-amqp

f8ff42f2c3ced2b34e3163b8b00ddbf9c5b02bd6 authored about 8 years ago by Ask Solem <[email protected]>
Adds Jelte Fennema to AUTHORS

a8dff7e9be8aa07357d392198bc11c5dbfa1fb6e authored about 8 years ago by Ask Solem <[email protected]>
Improvements for #114

58e0bb7744aa7f9dc2799d9904cbbaf803d82186 authored about 8 years ago by Ask Solem <[email protected]>
CI: Add pypy3 to allowed_failures (#116)

* CI: Don't fail on pypy3 for now

* Revert "CI: Removes pypy3 target"

This reverts commit ...

b0b637abf4518ed868eb9f78785e266168aff2a2 authored about 8 years ago by Jelte Fennema <[email protected]>
Set TCP_USER_TIMEOUT if available for better failover

9ad4da4791004e0d9e329e64f33df46526334855 authored about 8 years ago by Jelte Fennema <[email protected]>
CI: Removes pypy3 target

6f272bc51a98a8546295c193b1982cf3fc6aca81 authored about 8 years ago by Ask Solem <[email protected]>
Merge branch 'master' of github.com:celery/py-amqp

b465e730f6ceb4194ddf450e3a544cdd7ae7daa5 authored about 8 years ago by Ask Solem <[email protected]>
flakes

0a4f7ada16d06daa9a3c674dd67b06d724bef08f authored about 8 years ago by Ask Solem <[email protected]>
Pass fmt string as a str object to struct functions (#112)

Fixes potential warning when running Python with -b flag:

BytesWarning: Comparison between by...

7b14b0b68c2aac2ca57401642464b5a8ff5f92aa authored about 8 years ago by Jon Dufresne <[email protected]>
Bump version: 2.1.0 → 2.1.1

1dd8cb9988ac31dfa5de291ee29a419992c44f4c authored about 8 years ago by Ask Solem <[email protected]>
Updates Changelog

2495432321a864a83b0522f7644ef36cbaa9555c authored about 8 years ago by Ask Solem <[email protected]>
Now depends on vine 1.1.3

3ad799228b42cda3cfa1897702eca7f02190f3c5 authored about 8 years ago by Ask Solem <[email protected]>
flakes

3b4c4cbc4686f8753dcf8f8fc2dada6ff18b7dfd authored about 8 years ago by Ask Solem <[email protected]>
pep257 -> pydocstyle

86a8516ffb09bf290546fdb241cbe5a3bef661cb authored about 8 years ago by Ask Solem <[email protected]>
Travis: adds pydocstyle target

b581c2056f1dba7761e757c7adf8e47281b7a177 authored about 8 years ago by Ask Solem <[email protected]>
Fix build

8000e90688736971f2e2d9b14773477aa984b702 authored about 8 years ago by Ask Solem <[email protected]>
Adds pydocstyle tox target

6a05fe04ba94f4daa3cbd5ed63cc1a3a2095b8ce authored about 8 years ago by Ask Solem <[email protected]>
Adds keywords to setup.py

2a3c6e9e7a5adce510a91d79a64abffe6606925f authored about 8 years ago by Ask Solem <[email protected]>
flakes

2f75a5f0c9e104800bb93e8ed1d7d59ff2ddba21 authored about 8 years ago by Ask Solem <[email protected]>
Frame writer: Account for overhead when calculating frame size (Closes celery/celery#3484)

7343e0aa9c8766f398abdb96977f7dcc03ed1dea authored about 8 years ago by Ask Solem <[email protected]>
Merge branch 'master' of github.com:celery/py-amqp

a41e0731144febb85de25b6ca087277ee2fa81d0 authored about 8 years ago by Ask Solem <[email protected]>
Removes left over print statements. Closes #3465

1cec0370bd3da16ebadfe363deab66f7f1876664 authored about 8 years ago by Ask Solem <[email protected]>
Solve unicode bugs on struct (#108)

* Standardize pack invocations on bytestrings.

* Leave some literals as strings to enable int...

8474de730642ec186106dcd2ed27de67cf66e033 authored about 8 years ago by Brendan Smithyman <[email protected]>
Update readme with support for auth notifications (#106)

2f64a1e29b0af4551086f20a71d055e488aede28 authored over 8 years ago by Ask Solem <[email protected]>
Support for the RabbitMQ auth_close extension (closes celery/kombu#611)

4d52fcee3320e19245818486c439e05b4a226f39 authored over 8 years ago by Ask Solem <[email protected]>
flakes

0dbd4b4f3f126dede1724ccbfa07dd3d4543caba authored over 8 years ago by Ask Solem <[email protected]>
Bump version: 2.0.3 → 2.1.0

b4b57f9fff355546714e74f27e633eb3860a19b2 authored over 8 years ago by Ask Solem <[email protected]>
Adds Python 3.5 trove classifier

963817c5f08033e60f093bfcf287f73b0cab2ad3 authored over 8 years ago by Ask Solem <[email protected]>
Updates Changelog

fff189f52162d41b6dd8d5a6f3605f052e9ab6ad authored over 8 years ago by Ask Solem <[email protected]>
Frame_writer is no longer a generator. Closes #103

15a3064c96c7689f33a7de5c72448e4b1a522e05 authored over 8 years ago by Ask Solem <[email protected]>
Now depends on vine 1.1.2

344d216cfa48cf50c80890d72108ddcf75e944ee authored over 8 years ago by Ask Solem <[email protected]>
flakes

1ec5d6ee8298036b773ecd7f119587227e02d244 authored over 8 years ago by Ask Solem <[email protected]>
Fixes datetime handling in method frame arguments

39fc55380a5850269dfbd2581aa994e06057db25 authored over 8 years ago by Ask Solem <[email protected]>
Removes unused module

e213d88d534f4a1938b7811987b464d2d188061d authored over 8 years ago by Ask Solem <[email protected]>
Tox: Add t/ to flakes dirs

bc43f72790b1b219995dddaff56b213ba0a72a2f authored over 8 years ago by Ask Solem <[email protected]>
Use py.test

d096d302e61cd505d0100399c7e2220c77b2c001 authored over 8 years ago by Ask Solem <[email protected]>
Merge branch 'master' of github.com:celery/py-amqp

8cd68d7c301084a40a017b69203ef6eea67f6ab0 authored over 8 years ago by Ask Solem <[email protected]>
More README badges

7b6fa9a13fa5b68ed093e54f800951e1bc2bd6d5 authored over 8 years ago by Ask Solem <[email protected]>
LGPL -> BSD License to match Celery (#104)

* [chore] Change to BSD-3 License to mirror Celery

* [chore] Update setup.py to be BSD-licens...

e3037a212ad7cc0259013f4251b9316d6ea0284b authored over 8 years ago by Cameron Will <[email protected]>
Cosmetics

f1498856e4532941341de76aee837d87d5983453 authored over 8 years ago by Ask Solem <[email protected]>
Argument to struct.unpack must be unicode on Python <=2.7.6

Closes celery/kombu#609

9167f6569e5f48fcb37e6eda8caf9ce81de2dc93 authored over 8 years ago by Ask Solem <[email protected]>
Bump version: 2.0.2 → 2.0.3

1a0615665369777e5aa7b3fbb37db4b1beb470c7 authored over 8 years ago by Ask Solem <[email protected]>
Updates Changelog

67653f84cfcc33149e468b99cff243390e86a2cc authored over 8 years ago by Ask Solem <[email protected]>
SSLTransport: Always define .sslopts. Closes #100

c89489eace9d941c59da40c456d7577a8be0c095 authored over 8 years ago by Ask Solem <[email protected]>
Transport: Do not implement __del__. User is responsible for closing connections.

7db1b2d4a5cfc546ab941697ae7035ff34645a5a authored over 8 years ago by Ask Solem <[email protected]>
Fixes tests for #45

6f94def223b88f38ff0aa4da88e379513e342c30 authored over 8 years ago by Ask Solem <[email protected]>
Fixes argspec for Connection.Close: BssBB -> BsBB. Closes #45

c0d861017c2a06bf2103006cfeb1f940b1487c7e authored over 8 years ago by Ask Solem <[email protected]>
Protocol: Use L format for ints exceeding 64bit integers. Closes #3121

67209e50816fff46fdae8ce7c990d12da6eb90f1 authored over 8 years ago by Ask Solem <[email protected]>
Adds .cookiecutterrc

5e7d37e443c11198d574ef3692d910787ca05030 authored over 8 years ago by Ask Solem <[email protected]>
Enable all flake8 rules

b45f85ab2070b977d9abf1986a372bd39d6eff56 authored over 8 years ago by Ask Solem <[email protected]>
Cosmetics

79aaa16143e1527fc46ff65ef0a17002d78f1185 authored over 8 years ago by Ask Solem <[email protected]>
Fixes filename typo

27c2b399e85ceee7301b8dd2c462a3f1fcf7bdba authored over 8 years ago by Ask Solem <[email protected]>
Adds bumpversion

5fb3b767e329d23b825e96c896a70861f0548231 authored over 8 years ago by Ask Solem <[email protected]>
Reqs: Now depends on vine 1.1.1

12954c638e3c9c9e33e05bcb1d0f33a1c00399aa authored over 8 years ago by Ask Solem <[email protected]>
Removes bitdeli badge. Closes #99

16a94d163bb9d0ec3115c704ef486d54e012cfe0 authored over 8 years ago by Ask Solem <[email protected]>
Reqs: Now depends on case 1.2.2

554b62f1f4ce406a6ea6d8b45069ad176a30e593 authored over 8 years ago by Ask Solem <[email protected]>
Reqs: Now depend son case 1.2.1

04ffe730be89da1b641caf382ea146c1e4cd758f authored over 8 years ago by Ask Solem <[email protected]>
set literal

c6fea8f2720883205379fb1f3bb250647ad3adf1 authored over 8 years ago by Ask Solem <[email protected]>
OS X -> macOS

ea2c209afd7e7e115a83566160670fcc2d8f7ddd authored over 8 years ago by Ask Solem <[email protected]>
Sets release-date for 2.0.2

e985fc787f0344712fa20e4ac686d3332b0dbad3 authored over 8 years ago by Ask Solem <[email protected]>
Bumps version to 2.0.2 and updates Changelog

99bff66c264311b3a5e8eece2a806e5a54c6fd9e authored over 8 years ago by Ask Solem <[email protected]>
WIP

ebdd78cef82b283666df5f7b6c5b4eecbb953c5a authored over 8 years ago by Ask Solem <[email protected]>
Docs: Set stable version to 2.x

1ecc81d47cb8a9b07e5b37f382f1145c5232359d authored over 8 years ago by Ask Solem <[email protected]>
Adds Alan Justino to AUTHORS

6c5757e8aec53e67c830d05e98eba85c9b522c63 authored over 8 years ago by Ask Solem <[email protected]>
Merge branch 'alanjds/fix-unicode-literals'

5209fd321b558f691774c79278e4dc2a6bd2d91d authored over 8 years ago by Ask Solem <[email protected]>
Adds ChangBo Guo(gcb) to AUTHORS

f6a3df1b0c3e32d1ffe2713973c58a8877b53701 authored over 8 years ago by Ask Solem <[email protected]>
Fixes install requirements on Python 3

Closes #91

04dc8944285755353f571d26e9d9561cb63ca363 authored over 8 years ago by ChangBo Guo(gcb) <[email protected]>