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

Merge branch 'master' of github.com:celery/py-amqp

c240d27671b35cb93fa25f68f2bed97e371c5be6 authored almost 11 years ago by Ask Solem <[email protected]>
Tox fixed

221ff134973408587a81eda64dd893ae58750931 authored almost 11 years ago by Ask Solem <[email protected]>
Adds requirements/test3.txt as unittest2 is not required there

4f2e8054393fa0a02be2f99cab2dc8dc97b05f32 authored almost 11 years ago by Ask Solem <[email protected]>
Fixes tox

2e05840aa7b3bb4776c5dd25e853b8f59f435278 authored almost 11 years ago by Ask Solem <[email protected]>
Tests passing

c6cd90b1af8081848a79bd66aa1e360a08712b7f authored almost 11 years ago by Ask Solem <[email protected]>
Adds .coverage to gitignore

90db9efda1c042ad4e0faa34f5f3050e721ad0bb authored almost 11 years ago by Ask Solem <[email protected]>
Adds setup.cfg

31616dbd3ef3e50d6c2aae759a3f86fdde245d63 authored almost 11 years ago by Ask Solem <[email protected]>
Wording

6c87569556f57cc4853af7b7c466ce1649297458 authored almost 11 years ago by Ask Solem <[email protected]>
Wording

ecb9f850552c6117377df1df3ff13b624a3164db authored almost 11 years ago by Ask Solem <[email protected]>
tox: there is no default requirements

62043c23fee93813b807da841013e9047c6caab2 authored almost 11 years ago by Ask Solem <[email protected]>
Adds barrier(promises).then(callback) (Like a chord but for promises)

b5803bb3e2c6994729badb03ebc43439e987e3b9 authored almost 11 years ago by Ask Solem <[email protected]>
promise: Do not recursively throw errors

2d5d850a329e0c30edb5a1ecc4da9aed7398c1d9 authored almost 11 years ago by Ask Solem <[email protected]>
Adds Travis and coveralls

50307352160524fb1bbdb2d8ecff4649ad7bc0f8 authored almost 11 years ago by Ask Solem <[email protected]>
Adds amqp.tests directory

27c55190c608e59d2e683c6258904188ffce6c2c authored almost 11 years ago by Ask Solem <[email protected]>
New promise implementation

a46e762584af8748653e2ea8bdfd3bd1dc791f8b authored almost 11 years ago by Ask Solem <[email protected]>
Bumps version to 1.4.3 and updates Changelog

f1857edadcdd979a44d23d67982d93dd249b577e authored almost 11 years ago by Ask Solem <[email protected]>
Adds Ionel Cristian Mărieș to AUTHORS

a332327f0b95fc882b69ed3110ebd25d5792bba8 authored almost 11 years ago by Ask Solem <[email protected]>
Merge pull request #33 from celery/fix-celery-1847

Don't read from the socket more than requested. This prevents stalling i...

b2aeadaf1c3c04e399c10ff2c6a1263b47d919a0 authored almost 11 years ago by Ask Solem Hoel <[email protected]>
Don't read from the socket more than requested. This prevents stalling issues (fixes celery/celery#1847).

464f6daa789b131afca843c66aa1657bc8ce8621 authored almost 11 years ago by Ionel Cristian Mărieș <[email protected]>
Missing version change

4284b1948a3e8d24a409efc7fd8417973e5f1ec9 authored almost 11 years ago by Ask Solem <[email protected]>
Bumps version to 1.4.2 and updates Changelog

398301c4e4692fb19f1e42311f98fb87dbc44ecb authored almost 11 years ago by Ask Solem <[email protected]>
Always ignore server heartbeat if client heartbeat is 0/None (change for issue #30)

7bc361f77ea2a2fd2fb5b029254bfa4b1ca3b3f9 authored almost 11 years ago by Ask Solem <[email protected]>
Docs introduction version is out of date

3e7c703fb2fc88a6969a219ecf713ae7b22895e2 authored almost 11 years ago by Ask Solem <[email protected]>
Bumps version to 1.4.1 and updates Changelog

07a312582d90b1303ff5d675613935392f6a6283 authored almost 11 years ago by Ask Solem <[email protected]>
Fixes heartbeat and NoneType error. Closes celery/celery#1790

7e3db2d9e0327d539537f1611a10cbc254886d48 authored almost 11 years ago by Ask Solem <[email protected]>
Make sure exchange auto_delete deprecation warning is visible. Closes celery/kombu#296

6f4ed3469f2582ff63a8e6c58dd0b451f19ec12e authored almost 11 years ago by Ask Solem <[email protected]>
Fixes header in Changelog

b29be9e24d46ae6c1b494cde83663e159eb20598 authored almost 11 years ago by Ask Solem <[email protected]>
Bumps version to 1.4.0 and updates Changelog

6e9d005f93210303c2dfd9fac1792b4f42eba8ec authored almost 11 years ago by Ask Solem <[email protected]>
flakes

f03ba7477331a0189347e38325c440132c434aa1 authored almost 11 years ago by Ask Solem <[email protected]>
Funtests passing

75bf573ade4c4ba9a6b4796484b443a566e50eca authored almost 11 years ago by Ask Solem <[email protected]>
Remove additional Py2.5 compatibility checks

cb262616c0b6598c612c455bb31333cbc78b3cfa authored almost 11 years ago by Ask Solem <[email protected]>
Fixes for #30

- Sent back the negotitated heartbeat interval in tune_ok

- Made `server_heartbeat` and `client...

d2047cf5c11ab578403292f64379352df15ad9b0 authored almost 11 years ago by Ask Solem <[email protected]>
Adds Dustin J. Mitchell to AUTHORS

861cf4af02c10876ef91ad45158909d20074a91a authored almost 11 years ago by Ask Solem <[email protected]>
Merge branch 'djmitche/heartbeat'

7ec845d583bfe314050e2323d3da82aac6fe375e authored almost 11 years ago by Ask Solem <[email protected]>
Merge branch 'aguinet/master'

02ccecd74a842289575b0b75a5986db34cbcc94d authored almost 11 years ago by Ask Solem <[email protected]>
Adds Dominik Fässler to AUTHORS

864412a333fb38092ab4917954dbfecec63e7068 authored almost 11 years ago by Ask Solem <[email protected]>
Merge branch 'dfa/master'

4edad0de2f3e3b2b37d59e0d03aeb61a24ca1409 authored almost 11 years ago by Ask Solem <[email protected]>
refactor heartbeats to follow rabbitmq-java-client's model

5ec0fa6bc12e47269941f49bbd19a81ba4109b83 authored almost 11 years ago by Dustin J. Mitchell <[email protected]>
use a monotonic clock instead

This transplants the monotonic backport from kombu into this package,
and uses it for heartbeats.

b10a8dfb70dc9d834c47bf89495f789fde9f77e9 authored almost 11 years ago by Dustin J. Mitchell <[email protected]>
Revamp heartbeat handling

Be conservative in heartbeat behavior: send at the minimum interval
negotiated by the server and...

7e75070f6012edda1e17dac9d8c725169da5fc06 authored about 11 years ago by Dustin J. Mitchell <[email protected]>
Allow 'None' type in tables and arrays

6f71663dc9e68eaefab4d7e240491b0b71837f58 authored about 11 years ago by Dominik Fässler <[email protected]>
Remove duplicated tests cases

93357049c36171c05de9e68fe5570e933e22dcb2 authored about 11 years ago by Dominik Fässler <[email protected]>
Closes #27

SSL socket timeout can return errno.ENOENT

953fcab2d0cb1a73992abf66834d416b2a913b38 authored about 11 years ago by Adrien Guinet <[email protected]>
Adds promise.calls

6c8bcc49e9fbc38ed7f4a991e2f4e812016bafdc authored about 11 years ago by Ask Solem <[email protected]>
Adds bitdeli

89ef0d2d0d0f6577d4c5d56880f134638024f93e authored about 11 years ago by Ask Solem <[email protected]>
Updates Changelog and bumps version to 1.3.3

d4d1918631ac84d532d7af5fa952c68bb289ec5a authored about 11 years ago by Ask Solem <[email protected]>
Save data read in transport before raising exception.

If the exception raised is due to a timeout, we might read from the transport
again. In the old ...

79fd8dbd153200f2a382147d160ad2bde5009eef authored about 11 years ago by Tommie Gannert <[email protected]>
Bumps version to 1.3.2 and updates Changelog

a6cdb3b80bd6e6488c80492dcd8d63910270b645 authored about 11 years ago by Ask Solem <[email protected]>
Message.channel must be channel object, not id. Closes #24

befc8036819fe0eac0821d9a61fd6db1e49b6c09 authored about 11 years ago by Ask Solem <[email protected]>
Do not set disconnected on EGAIN/EINTR

840ba58a39fbc737a77be4b4c62aa3b9828c936d authored about 11 years ago by Ask Solem <[email protected]>
Bumps version to 1.3.1 and updates Changelog

c92b68368e2e9cecc53f072f5b17848f5697860d authored about 11 years ago by Ask Solem <[email protected]>
Implements Connection.connected. Closes #22

a99e23eb919f911ed3fe19c7c6a53b1293884205 authored about 11 years ago by Ask Solem <[email protected]>
AMQPError __str__ cannot return None

3889e25bfa95f672ad91270b267f86d70c190988 authored about 11 years ago by Ask Solem <[email protected]>
Doc fixes

e422bc08a3dda5413c6827bcd62aca6bad343386 authored over 11 years ago by Ask Solem <[email protected]>
Bumps version to 1.3.0

f78c3180cd445b4da6524978aba6fe00c116a2c8 authored over 11 years ago by Ask Solem <[email protected]>
Flakes

81c9972b23fbbfe5eda3ea9bfcabc25e2ed7c1cf authored over 11 years ago by Ask Solem <[email protected]>
Updates Changelog

edcd05f059b0c7dbf70f42baf9450d8370afe047 authored over 11 years ago by Ask Solem <[email protected]>
Sets Message.channel on delivery. Closes #12

2f3d9918eaba2cf3068d0ed5a5dfdf8088b81c9e authored over 11 years ago by Ask Solem <[email protected]>
Adds confirm_publish argument to Connection (always wait for publisher confirm)

Closes #3

bf25876b95880e2ebd870367e9ab335da5a46578 authored over 11 years ago by Ask Solem <[email protected]>
Adds Dong Weiming to AUTHORS

c9de142868fedbc8feec2b786421a15e1b76fd6b authored over 11 years ago by Ask Solem <[email protected]>
Fix autodoc ImportError bug

f1bc8dc564a0e3d0409943ce289eb9bafdf04e44 authored over 11 years ago by dongweiming <[email protected]>
AMQPError now supports using only one error message argument

cf32a10d234d3bf2166b48ba3a27466f4619a15e authored over 11 years ago by Ask Solem <[email protected]>
queue_declare and basic_return now gives namedtuples

bdf0c74e2fad5873b9689692a00d3c36df8dfc5f authored over 11 years ago by Ask Solem <[email protected]>
flakes

a8d6ba6d17f9c43ce0082ec97f16fa6346d3717e authored over 11 years ago by Ask Solem <[email protected]>
Adds Tommie Gannert to AUTHORS

ce3455a7f527994fd5ba25c259c82b1e3bc04525 authored over 11 years ago by Ask Solem <[email protected]>
Fixes patch for when FD_CLOEXEC not supported. Re #20

e1109aa7283b866f9246c8b3aecc48c3d024bb22 authored over 11 years ago by Ask Solem <[email protected]>
Set FD_CLOEXEC on opened sockets.

Since py-amqp doesn't support resuming operation from just a
file descriptor, there is no use in...

c6378e03bfb861fb77dacc68a05fb26d7a534180 authored over 11 years ago by Tommie Gannert <[email protected]>
Bumps version to 1.2.1

097e0bfe5b8f9b64e38c6496160bf346411e0ff3 authored over 11 years ago by Ask Solem <[email protected]>
Merge branch '1.0'

Conflicts:
amqp/exceptions.py

81061a868dec5bc914ced0c7cd5d3a7b5690f7da authored over 11 years ago by Ask Solem <[email protected]>
Publishers must drain events to get blocked notifications

113734eb677e05a5b791abb61305fd5e037ba0c8 authored over 11 years ago by Ask Solem <[email protected]>
flakes

ce2d4dd1359bd31c0f2a19ed68361f69a970b4f5 authored over 11 years ago by Ask Solem <[email protected]>
Adds support for RabbitMQ extension connection.blocked

6987cd4180218484f9e07d4470b778c51e81a32c authored over 11 years ago by Ask Solem <[email protected]>
Add missing reference pages

3b510571f6f7fdf33dc56ee42a0397c8b12861ac authored over 11 years ago by Ask Solem <[email protected]>
Merge branch '1.0'

Conflicts:
Changelog
README.rst
amqp/__init__.py
amqp/method_framing.py
amqp/transport.py

576f1aceb7f92a8602c7d2f72197044ede4d488c authored over 11 years ago by Ask Solem <[email protected]>
Bumps version to 1.0.13 and updates Changelog

d4c0a69631a3546ff4079db30543f421931dd89f authored over 11 years ago by Ask Solem <[email protected]>
Avoid copy of small messages

7b88769b5111e8c8d87a7741f0c2e6fb396072d7 authored over 11 years ago by Ask Solem <[email protected]>
[Opt] No need to use Queue.Queue as channel not thread-safe

71053f44bcdd987c77d158a183d37debeb37118a authored over 11 years ago by Ask Solem <[email protected]>
Avoid copy of small messages

280a03d001583b8fccdc0521d46945d233c9a711 authored over 11 years ago by Ask Solem <[email protected]>
[Opt] No need to use Queue.Queue as channel not thread-safe

34a108c3e911bee09a20a9c188c0afec9a91383f authored over 11 years ago by Ask Solem <[email protected]>
Increase SSL/TCP buffer sizes to 128kb

c32fcd77cb63fbc32cd0bf646724c2cab16a7c2d authored over 11 years ago by Ask Solem <[email protected]>
flakes

8a38ff3940863dd549c3d42dfe2dbfde908f9894 authored over 11 years ago by Ask Solem <[email protected]>
Increase SSL/TCP buffer sizes to 128kb

2ebb3b6eac03a4b81d8b0e747e60069fa3c5f875 authored over 11 years ago by Ask Solem <[email protected]>
flakes

33c3f1dfcc92e3d412eab79f71e1343bd51a71a3 authored over 11 years ago by Ask Solem <[email protected]>
Adds Adrien Guinet to AUTHORS

5855c4a020b68f74c85d9eb494504e21c58c2001 authored over 11 years ago by Ask Solem <[email protected]>
Closes celery/#1414

In SSLTransport._read, errno.ENOENT must also be catched when reading
from the SSL socket. Moreo...

37286196321d293804ae8674d9dd619894c13474 authored over 11 years ago by Adrien Guinet <[email protected]>
Fix SSL shutdown_transport function

3edc3dc5d85771973f7fe787559d528570b86bbf authored over 11 years ago by Adrien Guinet <[email protected]>
Cosmetics for Issue #15 (and some unrelated optimizations)

c9247c5626f36b323f49c29ad2093e89d749a182 authored over 11 years ago by Ask Solem <[email protected]>
Fix AMQP SSL support

This patch changes SSLTransport so that it returns the SSL "wrapped"
socket for the "sock" prope...

325fbb2449636eac1952679fe61e4f160d33b29e authored over 11 years ago by Adrien Guinet <[email protected]>
Adds Adrien Guinet to AUTHORS

01ff3c7240e2c1b597260d92ff9fbacbb5a73274 authored over 11 years ago by Ask Solem <[email protected]>
Closes celery/#1414

In SSLTransport._read, errno.ENOENT must also be catched when reading
from the SSL socket. Moreo...

77e3d47bf0d0ef7be00f38c45996f3901c7eca9d authored over 11 years ago by Adrien Guinet <[email protected]>
Fix SSL shutdown_transport function

a376abf320138b8f064b87d27fc9f5f0a2c9e91d authored over 11 years ago by Adrien Guinet <[email protected]>
Cosmetics for Issue #15 (and some unrelated optimizations)

b408ef3c0075720debea521536478d0e4bdb1b15 authored over 11 years ago by Ask Solem <[email protected]>
Fix AMQP SSL support

This patch changes SSLTransport so that it returns the SSL "wrapped"
socket for the "sock" prope...

87a3ff1eb3f3b094bcb60c71d238a3ad2751b28a authored over 11 years ago by Adrien Guinet <[email protected]>
Merge branch '1.0'

Conflicts:
Changelog
README.rst
amqp/__init__.py

735c2b409f6e1180f9401132bae2a95bdd3ab34f authored over 11 years ago by Ask Solem <[email protected]>
Bumps version to 1.0.12 and updates Changelog

57b11515a8756e665523046293b75cca6edc5b3b authored over 11 years ago by Ask Solem <[email protected]>
Fixes Py3 compat problem with amqp.transport. Closes #13

e2f72fbb72e68e5d2127c8c028b2c93232de29e4 authored over 11 years ago by Ask Solem <[email protected]>
Fixes Py3 compat problem with amqp.transport. Closes #13

9f48beac2eb26568eb8d8f99c97f460175372e79 authored over 11 years ago by Ask Solem <[email protected]>
Adds amqp.utils.promise

ba5a3ca5fde9eec4bffacb56790ba62b948e2262 authored over 11 years ago by Ask Solem <[email protected]>
Merge branch '1.0'

Conflicts:
Changelog
README.rst
amqp/__init__.py
amqp/serialization.py
amqp/transport.py

3b215859b693610508b977cd24e835239314d6a3 authored over 11 years ago by Ask Solem <[email protected]>
Bumps version to 1.0.11

10d4bf53114e6548b9513baa9e2a85a7c3c9976c authored over 11 years ago by Ask Solem <[email protected]>