Skip to content
Snippets Groups Projects
  1. Apr 10, 2018
  2. Apr 09, 2018
  3. Jan 19, 2018
  4. Jan 18, 2018
  5. Sep 30, 2017
  6. Sep 10, 2017
    • Jon Dufresne's avatar
      Add W605 warning for invalid escape sequences in string literals · 13d2bd20
      Jon Dufresne authored
      Starting with Python 3.6, invalid escape sequences in string literals
      are now deprecated. In a future version of Python, invalid escape
      sequences will be a syntax error. While this deprecation produces a
      runtime warning, it only appears if warnings are enabled and the first
      time the Python source is compiled to byte code. By adding a check to
      pycodestyle, projects can take advantage of static analysis to catch and
      fix these future syntax errors.
      
      For more information on the deprecation, see the Python release notes,
      https://docs.python.org/3/whatsnew/3.6.html#deprecated-python-behavior
      
      > A backslash-character pair that is not a valid escape sequence now
      > generates a DeprecationWarning. Although this will eventually become a
      > SyntaxError, that will not be for several Python releases.
      
      Fixes #633
      13d2bd20
  7. Feb 24, 2017
  8. Jan 30, 2017
  9. Jan 27, 2017
  10. Dec 28, 2016
  11. Nov 14, 2016
  12. Nov 04, 2016
  13. Sep 29, 2016
  14. Sep 21, 2016
  15. Sep 18, 2016
  16. Jun 25, 2016
  17. Jun 07, 2016
  18. Jun 02, 2016
  19. May 31, 2016
  20. May 29, 2016
    • Ian Lee's avatar
      Finished updating rtd links · 6fd9e6f2
      Ian Lee authored
      Updated references to pep8.readthedocs.io -> pycodestyle.readthedocs.io
      6fd9e6f2
    • Adam Chainz's avatar
      Convert readthedocs link for their .org -> .io migration for hosted projects · f39501c4
      Adam Chainz authored
      As per their email ‘Changes to project subdomains’:
      
      > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.
      
      Test Plan: Manually visited all the links I’ve modified.
      f39501c4
  21. May 25, 2016
    • Jakub Wilk's avatar
      Fix grammar · 481c233f
      Jakub Wilk authored
      "allow" is a transitive verb, which requires an object,
      so "allow to <verb>" is ungrammatical.
      481c233f
  22. Feb 25, 2016
  23. Feb 22, 2016
  24. Feb 17, 2016
  25. Jan 12, 2016
  26. Jan 11, 2016
  27. Mar 18, 2015
  28. Mar 13, 2015
Loading