Skip to content
  1. Jan 06, 2019
  2. Jun 09, 2018
  3. Apr 27, 2018
    • hydrargyrum's avatar
      tools/pyflakes.sh: fix bashism · 0616f497
      hydrargyrum authored
      The $'xxx' syntax is not standard shell syntax so it wasn't interpreted
      correctly, causing pyflakes to spit a lot of errors.
      This is after porting shebang to plain sh.
      0616f497
  4. Apr 26, 2018
  5. Apr 23, 2018
  6. Mar 05, 2018
  7. Oct 29, 2017
  8. Aug 30, 2017
  9. Jul 22, 2017
  10. Jul 16, 2017
  11. Jul 11, 2017
  12. Jul 08, 2017
  13. Jun 19, 2017
  14. Aug 28, 2016
  15. Jan 17, 2016
  16. Nov 28, 2014
  17. Oct 07, 2014
  18. Oct 06, 2014
  19. Jun 18, 2014
  20. Mar 13, 2014
  21. Aug 12, 2013
  22. Jul 27, 2013
  23. Jul 23, 2013
  24. Jul 21, 2013
  25. Jul 20, 2013
  26. Apr 05, 2013
  27. Apr 03, 2013
  28. Mar 15, 2013
  29. Mar 09, 2013
  30. Dec 19, 2012
  31. Nov 24, 2012
    • Laurent Bachelier's avatar
      Use flake8 if available instead of pyflakes · 541d080c
      Laurent Bachelier authored
      With flake8, we can check for more issues and ignore those who are not
      real issues.
      
      This allowed me to find genuine errors in:
      - modules/boursorama/pages/account_history.py
      - modules/ing/pages/login.py
      - weboob/tools/application/qt/qt.py
      I left one in weboob/tools/browser/browser.py for the time being.
      
      Some PEP8 fixes on other files.
      541d080c
  32. Jan 17, 2012
  33. Mar 01, 2011
  34. Aug 13, 2010
  35. May 19, 2010
  36. Apr 13, 2010