Commit graph

14 commits

Author SHA1 Message Date
adam
e0fa89a8c6 py-multidict: updated to 4.5.2
4.5.2:
* Fix another memory leak introduced by 4.5.0 release
2018-11-28 14:37:50 +00:00
adam
7e6e755f97 py-multidict: updated to 4.5.1
4.5.1:
* Fix a memory leak introduced by 4.5.0 release
2018-11-23 12:14:48 +00:00
adam
934ba9306c py-multidict: updated to 4.5.0
4.5.0:
Multidict views ported from Cython to C extension
2018-11-20 10:52:40 +00:00
adam
c73a84d9f2 py-multidict: updated to 4.4.2
Changes 4.4.2:
Restore Python 3.4 support

Changes 4.4.1:
Fix type annotations
Allow to install the library on systems without compilation toolset
2018-09-21 10:36:14 +00:00
adam
4ffe231c8a py-multidict: updated to 4.4.0
4.4.0:
Rewrite C implementation to use C pair list.
Fix update order when both arg and kwargs are used.
2018-09-06 14:04:16 +00:00
sevan
1986b5d001 Unbreak scan stage.
PYTHON_VERSIONS_INCOMPATIBLE is handled by lang/python/pyversion.mk
2018-08-28 13:44:00 +00:00
adam
4147949670 py-multidict: updated to 4.3.1
4.3.1:
Fix a typo in multidict stub file.

4.3.0:
Polish type hints, make multidict type definitions generic.
2018-05-08 04:20:31 +00:00
adam
29dbd14805 py-multidict: updated to 4.2.0
4.2.0:
Publish py.typed flag for type hinting analyzers (mypy etc).
2018-04-18 04:25:08 +00:00
adam
b28413961e py-multidict: updated to 4.1.0
4.1.0:
* Fix key casing in Pure Python implementation of CIMultiDict
2018-01-28 08:46:26 +00:00
adam
a05895629a py-multidict: updated to 4.0.0
4.0.0:
Accept multiple keys in MultiDict.update() and CIMultiDict.update()
2018-01-19 09:19:56 +00:00
adam
eeb5f6d2f8 py-multidict: updated to 3.3.2
3.3.2:
* Fix tarball (again)

3.3.1:
* Include .c files in tarball
2017-11-02 12:55:31 +00:00
adam
e3d584f546 py-multidict: update to 3.3.0
3.3.0:
* Introduce abstract base classes
* Publish OSX binary wheels
2017-10-16 06:37:08 +00:00
adam
43d167ffe3 databases/py-multidict: update to 3.2.0
3.2.0:
* Fix pickling
* Fix equality check when other contains more keys
2017-09-17 10:28:54 +00:00
adam
20cc8a5800 Multidict is dict-like collection of key-value pairs where key might be
occurred more than once in the container.

HTTP Headers and URL query string require specific data structure: multidict.
It behaves mostly like a regular dict but it may have several values for the
same key and preserves insertion ordering.
2017-07-16 09:37:09 +00:00