Next | Query returned 35 messages, browsing 31 to 40 | previous

History of commit frequency

CVS Commit History:


   2018-01-19 10:19:56 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
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) | Package updated
Log message:
py-multidict: updated to 3.3.2

3.3.2:
* Fix tarball (again)

3.3.1:
* Include .c files in tarball
   2017-10-16 08:37:08 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-multidict: update to 3.3.0

3.3.0:
* Introduce abstract base classes
* Publish OSX binary wheels
   2017-09-17 12:28:54 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
databases/py-multidict: update to 3.2.0

3.2.0:
* Fix pickling
* Fix equality check when other contains more keys
   2017-07-16 11:37:09 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
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.

Next | Query returned 35 messages, browsing 31 to 40 | previous