Skip to content

Releases: mindflayer/python-mocket

Support for file's builtin python wrapper

27 Jul 17:04
Compare
Choose a tag to compare

This version ships the change to support the libmagic wrapper distributed with file's command.

With this change, thanks to @felixonmars contribution, Mocket is now available as Arch Linux package: https://www.archlinux.org/packages/community/any/python-mocket/

Support for IsolatedAsyncioTestCase

18 Jun 18:51
c0ff37c
Compare
Choose a tag to compare

Support for tests based on unittest.IsolatedAsyncioTestCase (Python 3.8). See:
https://github.com/mindflayer/python-mocket/blob/master/tests/tests38/test_http_aiohttp.py

Thanks to @WisdomPill for the amazing contribution.

Adding missing `load_verify_locations` method

24 Feb 11:36
a547ca6
Compare
Choose a tag to compare
3.8.4

Adding missing `load_verify_locations` method. (#107)

Removing `hexdump` dependency

23 Feb 19:06
Compare
Choose a tag to compare
3.8.3

Bump version.

3.8.2: Fix for removing DeprecationWarning (#105)

03 Feb 11:10
7537d67
Compare
Choose a tag to compare
* Fix for removing `DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc'`.

Py3.8 classifier

13 Jan 14:42
Compare
Choose a tag to compare
3.8.1

Adding Py3.8 classifier and removing 3.3 one.

Fix for Redis module

08 Jan 23:03
Compare
Choose a tag to compare

Fix for current Redis connection management implementation.
Bump version for Python 3.8.

Partial wildcards fix

18 Sep 07:16
Compare
Choose a tag to compare

Bugfix release

03 Sep 08:00
Compare
Choose a tag to compare

Fix for AttributeError: 'NoneType' object has no attribute 'post_handshake_auth'

Fix compliance with original recv_into()

08 Aug 07:20
Compare
Choose a tag to compare