Skip to content
Snippets Groups Projects
  1. Apr 10, 2018
  2. Apr 09, 2018
  3. Apr 08, 2018
    • Adi Roiban's avatar
      Add variables so blank lines may be configures · 5d31e7ee
      Adi Roiban authored
      This adds some module level configuration points for users to define
      how many blank lines they want in their code. It paves the way for
      someone to develop a flake8 plugin to configure this in pycodestyle.
      
      Fixes #732
      5d31e7ee
  4. Apr 03, 2018
  5. Mar 24, 2018
    • Adi Roiban's avatar
      Finalize support for Python 3.7 · 368e62cb
      Adi Roiban authored
      Python 3.7 added a warning for a future feature of nested regular expressions. To avoid
      this warning we escape what is not a nested regex. This also keeps track of the `async`
      keyword and handles it appropriately.
      
      Closes gh-728 
      368e62cb
  6. Feb 17, 2018
  7. Feb 08, 2018
  8. Jan 24, 2018
  9. Jan 23, 2018
  10. Jan 19, 2018
  11. Jan 18, 2018
  12. Dec 28, 2017
  13. Dec 27, 2017
  14. Dec 16, 2017
  15. Dec 11, 2017
  16. Nov 18, 2017
  17. Oct 25, 2017
  18. Oct 24, 2017
  19. Oct 22, 2017
  20. Oct 18, 2017
  21. Oct 17, 2017
  22. Oct 15, 2017
Loading