Skip to content
  1. Mar 16, 2019
  2. Jan 06, 2019
  3. Jun 09, 2018
  4. 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
  5. Apr 26, 2018
  6. Apr 23, 2018
  7. Mar 05, 2018
  8. Oct 29, 2017
  9. Aug 30, 2017
  10. Jul 22, 2017
  11. Jul 16, 2017
  12. Jul 11, 2017
  13. Jul 08, 2017
  14. Jun 19, 2017
  15. Aug 28, 2016
  16. Jan 17, 2016
  17. Nov 28, 2014
  18. Oct 07, 2014
  19. Oct 06, 2014
  20. Jun 18, 2014
  21. Mar 13, 2014
  22. Aug 12, 2013
  23. Jul 27, 2013
  24. Jul 23, 2013
  25. Jul 21, 2013
  26. Jul 20, 2013
  27. Apr 05, 2013
  28. Apr 03, 2013
  29. Mar 15, 2013
  30. Mar 09, 2013
  31. Dec 19, 2012
  32. 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
  33. Jan 17, 2012
  34. Mar 01, 2011
  35. Aug 13, 2010
  36. May 19, 2010
  37. Apr 13, 2010