Skip to content
Snippets Groups Projects
  1. Dec 03, 2015
  2. Dec 02, 2015
    • ulif's avatar
      Update MANIFEST.in template. · 0ffd2fe6
      ulif authored
      Fixes suggested by `check-manifest`. It might be helpful to deliver
      also docs and tests with releases, although they are not needed to run
      the software.
      0ffd2fe6
  3. Nov 19, 2015
  4. Nov 16, 2015
    • ulif's avatar
      Update history. · 99fff5d6
      ulif authored
      99fff5d6
    • ulif's avatar
      Rename default wordlist from "en_8k" to "en". · b51cadeb
      ulif authored
      Normally, it would be more concise to use the more declarative name.
      "en_8k" tells, how many terms we find in this wordlist. But as the
      wordlist names are used in the CLI and users will normally simply
      look for a wordlist in their language, it can help to keep the name
      of the "default" list for each language short.
      
      We pick the 8K lists for "default" (and not the "original" 6^5
      lists), because we assume that normally people will use diceware
      without dice. Also most other sources of randomness will most
      probably work on a 2^x basis rather than in 6^x (and therefore
      have better use for 8k lists over other ones).
      b51cadeb
  5. Nov 15, 2015
    • ulif's avatar
      Add missing test for configfile integration. · e7eda287
      ulif authored
      Make sure that config file values are really considered by
      handle_options().
      e7eda287
    • ulif's avatar
      Reenable doctests in py modules. · 64a5f2fb
      ulif authored
      We pin py.test to version < 2.8.0 to make it work with the
      `--doctest-modules` option enabled. We still wait for this bug
      in py.test being fixed (announced in issue tracker for 2.8.3
      release of py.test).
      64a5f2fb
  6. Nov 14, 2015
  7. Nov 13, 2015
  8. Nov 12, 2015
  9. Nov 11, 2015
Loading