index
:
delta/python-packages/py-amqp.git
1.0
1.3
1.4
2.0
2.0-devel
2.1
3.0-devel
5.0
CI-RMQ
CI-WIN-RMQ
CIup
async
basic-publish-confirm-timeout
bump-pydocstyle
callbacks
ci
ci-1
ci-2
ci-build-stages-and-osx
cleanups
codecov
codeql
connection_channel_close
cql2
cython
drop36
fix-239
fix-243
fix-bitmap-parsing
fix-celery-1847
fix-string-mechanisms
fix-timeouts
hypothesis
intergration-test-docker
list-with-capacity
main
master
optimizations
py310
pytest
pyup-config
readwrite
release-2.2
rust-serialization
slots
threadsafty
tide
tidelift
tox
travis-pypy-fix
types
typing
v2.6
windows-integration_tests
write-then-callback
github.com: celery/py-amqp.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make flake8 happy
Matus Valo
2020-11-08
1
-2
/
+4
*
autopep8 + isort
Omer Katz
2020-11-08
2
-32
/
+32
*
Basic publish confirm timeout fix (#343)
RezaSi
2020-11-08
1
-1
/
+3
*
Reintroduce ca_certs and ciphers parameters of SSLTransport._wrap_socket_sni(...
Matus Valo
2020-11-08
1
-8
/
+130
*
Cosmetic improvements to read_frame()
Matus Valo
2020-10-13
1
-1
/
+4
*
Explicitely test userid, pass and vhost in repr() tests
Matus Valo
2020-09-14
1
-6
/
+22
*
Added __repr__ to Connection() and *Transport() classes
Matus Valo
2020-09-14
3
-0
/
+53
*
pyupgrade.
Omer Katz
2020-09-03
7
-15
/
+15
*
Stop to use deprecated method ssl.wrap_socket (#327)
Hervé Beraud
2020-09-02
1
-10
/
+4
*
Migrate another case imports to unittest.mock after dropping python 3.5
Matus Valo
2020-09-02
4
-13
/
+5
*
Happify linters.
Omer Katz
2020-08-31
1
-46
/
+49
*
Adjust test to actual default.
Omer Katz
2020-08-31
1
-1
/
+2
*
isort.
Omer Katz
2020-08-31
5
-7
/
+6
*
Python issue 10272 has been fixed in Python 3.1.
Omer Katz
2020-08-31
1
-1
/
+1
*
Remove get_errno() since it is no longer needed.
Omer Katz
2020-08-31
1
-21
/
+1
*
All supported Python versions detect the optimal Python version.
Omer Katz
2020-08-31
1
-1
/
+1
*
Use unittest.mock instead of case
Matus Valo
2020-08-20
10
-15
/
+29
*
Drop Python 2.7 and 3.4 support.
Omer Katz
2020-08-19
14
-77
/
+28
*
Fix buffer overflow in frame_writer after frame_max is increased
Dan Fuller
2020-07-25
1
-0
/
+9
*
Fix deserialization of long string field values that are not utf-8.
Tim Burke
2020-05-30
1
-0
/
+1
*
Fix saving partial read buffer on windows during socket timeout. (#321)
Tim Burke
2020-05-24
1
-0
/
+37
*
Cython generic content (#315)
Matus Valo
2020-04-21
1
-2
/
+4
*
Implement speedups in cython (#311)
Matus Valo
2020-04-07
2
-14
/
+26
*
Added negative scenario for TLS integration test (#300)
Matus Valo
2020-01-15
3
-16
/
+94
*
Add support for TLS integration tests. (#299)
Matus Valo
2020-01-08
3
-7
/
+68
*
Addded a test for creating a channel when the connection is closed.
Omer Katz
2019-09-11
1
-0
/
+6
*
Added a test.
Omer Katz
2019-09-11
1
-2
/
+8
*
Undeprecate auto_delete flag for exchanges. (#287)
Gilbert Gilb's
2019-08-13
1
-6
/
+4
*
Fix faulty ssl sni intiation parameters (#283)
Dhananjay Sathe
2019-08-04
1
-1
/
+1
*
Close channel in integration tests
Matus Valo
2019-06-14
1
-0
/
+1
*
Read also rabbitmq host from env. variable in integration tests
Matus Valo
2019-06-14
1
-1
/
+4
*
Ignore all methods except Close and Close-OK when channel/connection is closi...
Matus Valo
2019-06-13
3
-2
/
+132
*
Cleanups (#269)
Omer Katz
2019-03-25
2
-2
/
+3
*
pep8.
Omer Katz
2019-03-25
1
-0
/
+1
*
Mark integration tests as flaky.
Omer Katz
2019-03-19
1
-0
/
+3
*
Display rabbitmq logs on failure.
Omer Katz
2019-03-19
1
-0
/
+7
*
Use tox-docker in integration tests (#262)
Omer Katz
2019-03-09
1
-14
/
+70
*
isort.
Omer Katz
2019-03-02
11
-21
/
+23
*
The bitcount will reset only when we move to the next byte. (#260)
Omer Katz
2019-03-02
1
-0
/
+7
*
Test array inside table.
Omer Katz
2019-02-28
1
-1
/
+8
*
for deserialisation, correct offset for bits (#187)
Allan Simon
2019-02-27
1
-0
/
+7
*
Added RabbitMQ integration tests (#257)
Matus Valo
2019-02-18
1
-0
/
+91
*
Treat EWOULDBLOCK as timeout (#253)
Lucian Petrut
2019-02-04
1
-0
/
+18
*
Always treat SSLError timeouts as socket timeouts (#247)
Dirk Mueller
2019-01-31
1
-1
/
+17
*
Support float read_timeout/write_timeout (#246)
cadl42
2019-01-28
1
-6
/
+16
*
Add unit test for SSLTransport _write function (#251)
Antonio Ojea
2019-01-27
1
-0
/
+21
*
read_frame python3 compatible for large payloads (#248)
Antonio Ojea
2019-01-26
1
-0
/
+11
*
Add unit test for test_wrap_socket_sni (#250)
Antonio Ojea
2019-01-25
1
-0
/
+11
*
Fix crash in basic_publish when broker does not support connection.blocked ca...
Matus Valo
2019-01-17
2
-6
/
+159
*
basic_consume() should return consumer tag instead of tuple (#240)
Matus Valo
2019-01-15
2
-4
/
+11
[next]