Skip to content
Snippets Groups Projects
  1. Jul 22, 2015
  2. Jul 21, 2015
  3. Jul 17, 2015
  4. Jul 12, 2015
  5. Jul 03, 2015
    • ulif's avatar
      Avoid sphinx markup in README. · 5963b4b3
      ulif authored
      The README is evaluated by standard docutils when released on
      pypi.python.org. These do not understand most text roles (like
      ``:class:``) recognized by `Sphinx`. As a result the README will be
      displayed as raw text on PyPI which looks ugly.
      5963b4b3
  6. Jul 02, 2015
    • ulif's avatar
      Also accept upper case in wordlist names. · 9d5cbccd
      ulif authored
      There is no need for us to enforce lowercase wordlist names. It
      could even confuse people.
      9d5cbccd
    • ulif's avatar
      Rename 'en' wordlist to 'en_8k'. · 13fdc047
      ulif authored
      We will certainly provide other english lists as well. Therefore
      we need something for distinction.
      13fdc047
    • ulif's avatar
      Update get_wordlist_path(name). · 1e20a8c4
      ulif authored
      Also this method now handles names instead of language codes.
      1e20a8c4
    • ulif's avatar
      Rename RE_LANG_CODE to RE_WORDLIST_NAME. · 3eb7f54c
      ulif authored
      We will drop the assumption that wordlists are generally organized
      by language. There are, for instance, many different language
      lists available in english for many different purposes.
      
      Therefore we will support different names for different wordlists,
      but the names do not neccessary depend on a language (only).
      3eb7f54c
  7. Jun 28, 2015
  8. Jun 27, 2015
  9. Jun 26, 2015
  10. Jun 25, 2015
  11. Jun 23, 2015
  12. Jun 22, 2015
Loading