Skip to content
Snippets Groups Projects
  1. Nov 06, 2012
  2. Oct 26, 2012
  3. Oct 25, 2012
  4. Oct 11, 2012
  5. Oct 02, 2012
  6. Sep 28, 2012
  7. Sep 27, 2012
  8. Sep 18, 2012
  9. Sep 12, 2012
  10. Sep 03, 2012
    • Iustin Pop's avatar
      Fix decorator uses which crash newer pylint · fc3f75dd
      Iustin Pop authored
      
      Pylint version:
      
        pylint 0.25.1,
        astng 0.23.1, common 0.58.0
      
      crashes when passing the fully-qualified decorator name with:
      
        File "/usr/lib/pymodules/python2.7/pylint/checkers/base.py", line 161, in visit_function
          if not redefined_by_decorator(node):
        File "/usr/lib/pymodules/python2.7/pylint/checkers/base.py", line 116, in redefined_by_decorator
          decorator.expr.name == node.name):
      AttributeError: 'Getattr' object has no attribute 'name'
      
      I found out that simply using a shortened name will 'fix' this issue,
      so let's do this to allow running newer pylint versions.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      fc3f75dd
  11. Aug 23, 2012
    • Iustin Pop's avatar
      Bump pep8 version to 1.2 · 5ae4945a
      Iustin Pop authored
      
      Debian Wheezy will ship with this version, and it has many improved checks compared to 0.6, so let's:
      
      - bump version in the docs
      - silence some new checks that are wrong due to our indent=2 instead of 4
      - fix lots of errors in the code where the indentation was wrong by 1
        or 2 spaces
      - fix a few cases of == True, False, None and replace with 'is'
      - re-indent some cases where the code is OK, but pep8 complains
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarRené Nussbaumer <rn@google.com>
      5ae4945a
  12. Jul 19, 2012
  13. Jun 20, 2012
  14. Jun 15, 2012
  15. Jun 12, 2012
  16. May 24, 2012
  17. May 23, 2012
  18. May 11, 2012
  19. Apr 27, 2012
  20. Mar 14, 2012
  21. Feb 21, 2012
  22. Jan 24, 2012
  23. Jan 23, 2012
  24. Jan 19, 2012
  25. Jan 18, 2012
  26. Dec 06, 2011
  27. Nov 22, 2011
  28. Nov 17, 2011
  29. Nov 14, 2011
  30. Oct 18, 2011
Loading