2018-11-23 13:14:48 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-multidict: updated to 4.5.1 4.5.1: * Fix a memory leak introduced by 4.5.0 release |
2018-11-20 11:52:40 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-multidict: updated to 4.5.0 4.5.0: Multidict views ported from Cython to C extension |
2018-09-21 12:36:14 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: 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-06 16:04:16 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: 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-08-28 15:44:00 by Sevan Janiyan | Files touched by this commit (4) |
Log message: Unbreak scan stage. PYTHON_VERSIONS_INCOMPATIBLE is handled by lang/python/pyversion.mk |
2018-05-08 06:20:31 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: 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-04-18 06:25:08 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-multidict: updated to 4.2.0 4.2.0: Publish py.typed flag for type hinting analyzers (mypy etc). |
2018-01-28 09:46:26 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-multidict: updated to 4.1.0 4.1.0: * Fix key casing in Pure Python implementation of CIMultiDict |
2018-01-19 10:19:56 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-multidict: updated to 4.0.0 4.0.0: Accept multiple keys in MultiDict.update() and CIMultiDict.update() |
2017-11-02 13:55:31 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-multidict: updated to 3.3.2 3.3.2: * Fix tarball (again) 3.3.1: * Include .c files in tarball |