Skip to content
Snippets Groups Projects
  1. Jun 14, 2020
  2. Mar 05, 2020
    • Manuel Jacob's avatar
      py3: use print as function · 7a13f6fa
      Manuel Jacob authored
      * run `find . -name "*.py" -print0 -o -path ./tests/hghave | xargs -I {} -0 2to3 --fix=print --write {}`
      * run `find . -name "*.py" -print0 -o -path ./tests/hghave | xargs -I {} -0 2to3 --doctests_only --fix=print --write {}`
      * remove extra newline at end of files introduced by last command
      * add `from __future__ import print_function` to Python files
      7a13f6fa
  3. Nov 22, 2019
  4. Nov 06, 2018
  5. May 01, 2018
  6. Nov 28, 2017
  7. Nov 27, 2017
  8. Mar 17, 2015
  9. May 12, 2015
  10. Jan 30, 2015
  11. Nov 05, 2014
  12. Aug 23, 2014
  13. Aug 01, 2014
  14. Jul 06, 2014
  15. May 13, 2014
  16. Dec 14, 2013
  17. Dec 13, 2013
  18. Sep 13, 2013
  19. Nov 01, 2012
  20. Sep 16, 2012
  21. Sep 13, 2012
  22. Sep 09, 2012
  23. Aug 23, 2012
  24. Aug 28, 2012
  25. Aug 06, 2012
  26. Jan 27, 2012
  27. Sep 13, 2011
  28. Sep 09, 2011
  29. Mar 01, 2011
  30. Nov 02, 2010
  31. Aug 25, 2010
  32. Jul 05, 2010
Loading