- Jul 26, 2017
-
-
ulif authored
Make Sphinx stop complaining and fix indents.
-
- Jul 17, 2017
-
-
ulif authored
-
- Jun 07, 2017
-
-
ulif authored
-
- Jun 06, 2017
-
-
ulif authored
-
- Jun 05, 2017
-
-
ulif authored
-
- Jun 04, 2017
-
-
ulif authored
-
ulif authored
-
ulif authored
We do not accept open filedescriptors as argument for `WordList` anymore. This seems to be the only way to make sure we can open/close wordlist files whenever we want.
-
ulif authored
-
ulif authored
-
ulif authored
Use path instead of filedescriptor with `WordList`.
-
ulif authored
-
- Jun 03, 2017
- Jun 02, 2017
-
-
ulif authored
-
- May 31, 2017
-
-
ulif authored
We do not need to test `infile` as file descrtiptor, as we expect paths (strings) from now on.
-
ulif authored
Do expect file paths instead of already opened filedescriptors.
-
ulif authored
The `argparse.FileType` type is considered bad style. Cf. http://bugs.python.org/issue13824. With this FileType we cannot tell when to close a file after reading (which should be done for most regular wordlists) or not (in case of input from stdin).
-
- May 29, 2017
- May 28, 2017
-
-
ulif authored
Files already opened by third-parties should be closed by them.
-
- May 27, 2017
-
-
ulif authored
-
- May 26, 2017
-
-
ulif authored
-
- May 24, 2017
-
-
ulif authored
-
- May 23, 2017
-
-
ulif authored
Since Python3.2 SafeConfigParser is an alias for ConfigParser and emits warnings when imported. We want to avoid these warnings.
-
- Apr 24, 2017
-
-
ulif authored
Logging was available all the time but not yet activated. We now enable logging when the main script is executed. This makes the `verbose` commandline option functional.
-
ulif authored
We did not yet set a defined level before testing loggers. Therefore results were unpredictable.
-
ulif authored
-
ulif authored
-
- Apr 20, 2017
- Mar 05, 2017
-
-
ulif authored
-
- Mar 04, 2017
-
-
ulif authored
-
ulif authored
When using `realdice` randomness source and picking values out of short sequences (sequences shorter than the number of dice sides), we might require additional dice throws (if a value rolled is not in range of sequence length). We now print a hint when this happens.
-
ulif authored
-
- Mar 03, 2017
-
-
ulif authored
-