Skip to content
Snippets Groups Projects
  1. Dec 14, 2012
  2. Nov 27, 2012
  3. Nov 20, 2012
  4. Nov 06, 2012
  5. Oct 26, 2012
  6. Oct 25, 2012
  7. Oct 11, 2012
  8. Oct 02, 2012
  9. Sep 28, 2012
  10. Sep 27, 2012
  11. Sep 18, 2012
  12. Sep 12, 2012
  13. 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
  14. 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
  15. Jul 19, 2012
  16. Jun 20, 2012
  17. Jun 15, 2012
  18. Jun 12, 2012
  19. May 24, 2012
  20. May 23, 2012
  21. May 11, 2012
  22. Apr 27, 2012
  23. Mar 14, 2012
  24. Feb 21, 2012
  25. Jan 24, 2012
  26. Jan 23, 2012
  27. Jan 19, 2012
  28. Jan 18, 2012
Loading