Skip to content
Snippets Groups Projects
  1. Sep 14, 2017
  2. Feb 19, 2017
  3. Dec 24, 2016
  4. Dec 22, 2016
  5. Sep 15, 2016
    • ulif's avatar
      Flatten test setup. · 16144b84
      ulif authored
      We can tell `setuptools` to use `pytest_runner` when setup.py is
      invoked.
      16144b84
  6. Sep 14, 2016
  7. May 11, 2016
  8. May 07, 2016
  9. May 06, 2016
  10. Apr 27, 2016
  11. Apr 21, 2016
  12. Apr 17, 2016
  13. Apr 16, 2016
    • ulif's avatar
      Head towards 0.7. · 17264b20
      ulif authored
      Next release will be a minor release, as a (completely) new default wordlist should not go as a pure bugfix.
      17264b20
  14. Dec 03, 2015
  15. Nov 19, 2015
  16. Nov 15, 2015
    • 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
  17. Nov 14, 2015
    • ulif's avatar
      Bump version number. · 95774e5e
      ulif authored
      As we have new features in the upcoming release, we have to bump the
      minor release number, not only the bugfix number.
      95774e5e
  18. Oct 30, 2015
    • ulif's avatar
      Declare `coverage` dependency (again) for tests. · a00a9947
      ulif authored
      Travis is not happy without `coverage`. It would be nice if we could
      such requirements before commits. Maybe `tox` is the way to go then?
      On the other hand it is nice to have different builds in travis.
      a00a9947
  19. Oct 29, 2015
  20. Oct 18, 2015
  21. Aug 05, 2015
  22. Jun 28, 2015
  23. Jun 20, 2015
  24. May 29, 2015
    • ulif's avatar
      Increase version number. · 01bc7717
      ulif authored
      As next release will not be pure bugfix any more (we got additional
      options), we increase the minor version number.
      01bc7717
    • ulif's avatar
      Register system source as entry_point. · 84ac18dd
      ulif authored
      We will use a 'diceware_random_sources' group to look for random sources registered in any Python package in a running environment. We start with the default source (deploying `random.SystemRandom`).
      84ac18dd
  25. May 28, 2015
  26. Apr 07, 2015
Loading