- Dec 12, 2018
-
- Dec 11, 2018
- Apr 14, 2018
- Apr 07, 2018
- Apr 06, 2018
-
-
ulif authored
-
ulif authored
-
ulif authored
Yet, we included the copyright text from the respective file. With the change to the machine-readable format we cannot parse it as part of the manpage template anymore. I therefore put in the old copyright text verbatim into the template.
-
ulif authored
Mention the granted permission to use the "Diceware" name also in COPYRIGHT.
-
- Mar 27, 2018
-
-
ulif authored
Tell about the last trademark-related changes.
-
- Mar 23, 2018
-
-
ulif authored
We received an official permission from Arnold G Reinhold to use the name 'diceware' under the following conditions: 1) we use Pythons `system.random` as default source of randomness 2) we continue to provide support for real dice 3) we do not use the name for other tools than this commandline tool 4) we include the trademark statement commited hereby. Many thanks go to Mr. Reinhold. Fixes #48.
-
- Mar 13, 2018
- Mar 12, 2018
-
-
simonft authored
This changes the copyright file to use the Debian machine readable standard detailed here: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Fixes #28
-
- Feb 27, 2018
-
-
ulif authored
-
ulif authored
-
ulif authored
-
ulif authored
-
ulif authored
We now `pytest.mark` tests that are mainly related to packaging and disable them by default. This is a first workaround for broken year-checks. These tests blindly fail when the current year does not equal the one mentioned in docs and version string. In fact the tests should compare the year in docs/version string with the year of "current" commit (with "current commit" being the one representing the tested codebase). Another issue to be addressed. All tests can be run by: `py.test -m ""`, the packaging-only tests can be run by `py.test -m "packaging"`. `tox` got a new env called `pkg`.
-
- Feb 13, 2018
-
-
ulif authored
-
- Feb 12, 2018
-
-
ulif authored
-
- Feb 10, 2018
- Feb 09, 2018
-
-
ulif authored
When calling `logger.removeHandler(h)` with one of our custom `NullHandler` instances, things crashed.
-
- Feb 08, 2018
- Feb 07, 2018
-
-
Bhavin Gandhi authored
Using `IOError` for compatibility, from Python 3.3 `IOError` is alias of `OSError` https://stackoverflow.com/a/28633573/6202405 Checking the errno of 'No such file or directory' so that only that exception will be catched. https://docs.python.org/2/library/errno.html https://stackoverflow.com/a/39414133 Signed-off-by:
Bhavin Gandhi <bhavin7392@gmail.com>
-
- Jan 27, 2018
-
-
ulif authored
Normal errors should be displayed by default, even if they are not catastrophic.
-
- Jan 21, 2018
-
-
ulif authored
-
- Jan 20, 2018
-
-
ulif authored
-
- Jan 01, 2018
- Dec 04, 2017
-
-
ulif authored
-