trbs
trbs
Please consider doing a new 1.1.1 release. The current 1.1.0 release has a hard pinned version requirement for `six==1.5` which can break peoples virtualenv. Master does not have this problem...
Because userena and localshop use a different set of login parameters then the default this breaks thirdparty backends like django_auth_ldap. The workaround is some additional code like this: ``` python...
In _clientcookie.py:_cookie_attrs() cookie values that do match only \W characters will have there double quotes explicitly escaped. This changes the value of quoted-cookies when they return to the webapp. For...
Allows bloomfilter files to be opened in read-only mode. This is useful for example when files are opened over NFS or rsynced between multiple servers.
Add try-finally to make sure `IDENTITIES_TASKS_ON` is switched back to `False` when exception happens during execution. The use of `IDENTITIES_TASKS_ON` might cause `Mordred` to wait forever when an exception occurs...
Below is a ctype's version of `fallocate`. Not sure if it should be in its own project or if it should be included.... ``` import ctypes import ctypes.util c_off_t =...