- 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
-
- Oct 07, 2017
-
-
ulif authored
-
- Oct 03, 2017
-
-
ulif authored
-
- Sep 29, 2017
-
-
ulif authored
Tell about using real dice with more than 6 faces.
-
- Sep 19, 2017
- Sep 18, 2017
-
-
ulif authored
-
- Sep 17, 2017
-
-
ulif authored
-
- Sep 15, 2017
-
-
ulif authored
The manpage test failed when tests were run in a long path. The help output then led to an extra line break which made comaparisons quite cumbersome.
-
- Sep 14, 2017
- Sep 13, 2017
-
-
ulif authored
The wordlist length must be a power of the number of dice sides used to result in fair choices. This is not being relatively prime.
-