Skip to content
Snippets Groups Projects
  1. Jul 26, 2017
    • ulif's avatar
      Fix ReST markup. · 1a3aec6f
      ulif authored
      Make Sphinx stop complaining and fix indents.
      1a3aec6f
  2. Jul 17, 2017
  3. Jun 07, 2017
  4. Jun 06, 2017
  5. Jun 05, 2017
  6. Jun 04, 2017
  7. Jun 03, 2017
    • ulif's avatar
      Fix more tests. · e2f98db9
      ulif authored
      e2f98db9
    • ulif's avatar
      Fix test. · a5e8dc6b
      ulif authored
      We will not accept filedescriptors as `WordList` arguments anymore.
      a5e8dc6b
    • ulif's avatar
      Fix test. · effcbbd2
      ulif authored
      We will not accept filedescriptors as `WordList` arguments anymore.
      effcbbd2
  8. Jun 02, 2017
  9. May 31, 2017
    • ulif's avatar
      Remove obsolete test. · 59283682
      ulif authored
      We do not need to test `infile` as file descrtiptor, as we expect paths
      (strings) from now on.
      59283682
    • ulif's avatar
      Fix wordlist test. · d2ca804a
      ulif authored
      Do expect file paths instead of already opened filedescriptors.
      d2ca804a
    • ulif's avatar
      Make `infile` arg a string. · ad5c04f2
      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).
      ad5c04f2
  10. May 29, 2017
  11. May 28, 2017
  12. May 27, 2017
  13. May 26, 2017
  14. May 24, 2017
  15. May 23, 2017
  16. Apr 24, 2017
    • ulif's avatar
      Activate logging. · de9ebfeb
      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.
      de9ebfeb
    • ulif's avatar
      Fix test for logger. · 5b7d3819
      ulif authored
      We did not yet set a defined level before testing loggers. Therefore
      results were unpredictable.
      5b7d3819
    • ulif's avatar
      Extend docstring. · 5ee8e4d4
      ulif authored
      5ee8e4d4
    • ulif's avatar
      Fix typos. · 1030a786
      ulif authored
      1030a786
  17. Apr 20, 2017
  18. Mar 05, 2017
  19. Mar 04, 2017
    • ulif's avatar
      Remove garbage. · e10a4ad3
      ulif authored
      e10a4ad3
    • ulif's avatar
      Print a hint when discarding rolls. · 6ddfc483
      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.
      6ddfc483
    • ulif's avatar
      Update history. · af0d1f80
      ulif authored
      af0d1f80
  20. Mar 03, 2017
Loading