Skip to content
Snippets Groups Projects
  1. Dec 15, 2017
  2. Dec 11, 2017
  3. Nov 14, 2017
  4. Nov 13, 2017
  5. Nov 11, 2017
  6. Nov 05, 2017
    • Bryce Guinta's avatar
      Extend trailing-comma-tuple check to more complex assignments (#1721) · 12c954ee
      Bryce Guinta authored
      * Extend trailing-comma-tuple check to more complex assignments
      
      The previous implementation was too conservative with looking for
      previous tokens associated with assignment: It looked only
      at the immediately previous token, causing 'a = (5),' to not be
      caught.
      
      Now The current implementation backtracks to the start of the line
      to find an assignment substring.
      
      Fixes issue #1713
      12c954ee
  7. Oct 12, 2017
  8. Sep 30, 2017
  9. Sep 27, 2017
  10. Sep 26, 2017
  11. Sep 20, 2017
  12. Sep 17, 2017
    • hippo91's avatar
      Support for Google docstring Keyword Args sections (#1664) · 172cbaa0
      hippo91 authored
      * Add of a new regexp for Keyword Args|Arguments|Parameters. Extending the list of entries in match_param_docs method with the results of self._parse_section(new_regexp)
      
      * Add of 2 unittests for Google docstring with Args and Keyword Args.
      
      * Add of ChangeLog and whatsnew entries
      172cbaa0
  13. Sep 15, 2017
  14. Sep 14, 2017
  15. Aug 16, 2017
  16. Aug 12, 2017
    • Łukasz Rogalski's avatar
      Add suggestion-mode flag · b07a1e3f
      Łukasz Rogalski authored
      Added ``suggestion-mode`` configuration flag. When flag is enabled, informational
      message is emitted instead of cryptic error message for attributes accessed on
      c-extensions.
      
      Close #1466
      b07a1e3f
  17. Aug 09, 2017
  18. Aug 07, 2017
  19. Jul 23, 2017
  20. Jul 21, 2017
  21. Jul 20, 2017
  22. Jul 19, 2017
Loading