Wykres commitów

6 Commity (a44ce8dcc6af67e6c5ad4da0e47d1982f1e5cf73)

Autor SHA1 Wiadomość Data
Paul Sokolovsky 2ff5940d92 all: setup.py: Consistently update author and maintainer fields. 2018-02-02 20:25:27 +02:00
Paul Sokolovsky f5fdebed34 collections.defaultdict: Release 0.3. 2017-01-26 01:35:10 +03:00
Paul Sokolovsky dfe4dee62a all: setup.py: New releases for gzip 4k conversion. 2016-10-11 06:47:01 +03:00
Paul Sokolovsky 3df5927825 collections.defaultdict: Switch to metadata.txt . 2014-05-23 01:17:53 +03:00
Paul Sokolovsky 53f454261b collections.defaultdict: Make __missing__() behavior more compliant.
https://docs.python.org/3.3/library/collections.html#collections.defaultdict.__missing__
says that it's __missing__() what should check default_factory for None
(so this entire behavior can be overriden in subclasses).
2014-05-11 13:56:48 +03:00
Paul Sokolovsky ac2ae5831e collections.defaultdict: Add implementation.
In a namespace package.
2014-04-14 21:20:31 +03:00