1. 20 Aug, 2019 1 commit
    • Mike Frysinger's avatar
      pylint: rework wrapper to use vpython for multiple versions · 53297790
      Mike Frysinger authored
      This allows people to pin a specific version of pylint when running
      it.  The default behavior is unchanged: we run pylint-1.5.6 still
      as we've created a vpython wheel in cipd for it.  But for projects
      that want to move to a newer version, they can pick any of the new
      1.x wrappers.  Having the full set of versions here allows projects
      to incrementally move to newer versions as the lint delta between
      1.5 & 1.6 tends to be much smaller than 1.5 & 1.9.
      
      We don't include support for the newer 2.x series as those only
      support Python 3 which the codebase isn't ready for.
      
      Bug: 866772
      Test: `./pylint ...` still works & shows pylint-1.5
      Test: `./pylint-1.5 ...` runs the v1.5 version
      Test: `./pylint-1.8 ...` runs the v1.8 version
      Change-Id: I7c47187493564db81e3eb28c6dbd09e6309ead46
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1752507Reviewed-by: 's avatarRobbie Iannucci <iannucci@chromium.org>
      Commit-Queue: Mike Frysinger <vapier@chromium.org>
      53297790
  2. 06 Aug, 2019 2 commits
  3. 01 Nov, 2013 1 commit
  4. 31 Oct, 2013 2 commits
  5. 30 Oct, 2013 1 commit
  6. 22 Jun, 2012 1 commit
  7. 19 Jun, 2012 1 commit
  8. 28 Sep, 2011 1 commit
  9. 14 Jun, 2011 1 commit
    • cmp@chromium.org's avatar
      Make git try work on Windows. · bbb46658
      cmp@chromium.org authored
      This mirrors the git-cl changes by first moving git-try
      to git_try.py (which git cl already had), then copying
      git-cl to git-try and updating all references to git-cl
      and git_cl.py to the corresponding git try references.
      
      The main issue is that in the MINGW/Msysgit case we want
      to use the Python in depot_tools since that is 100%
      compatible with the Command Prompt.  Hence we need
      to call it directly and then pass it the name of the
      git_try.py script.
      
      Note that 'git-try' will not (ever) work on Windows,
      and users should only ever run 'git try'.  Hence the
      need to modify the output of the command to avoid
      further confusion.
      Review URL: http://codereview.chromium.org/7114002
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@89031 0039d316-1c4b-4281-b951-d872f2087c98
      bbb46658
  10. 03 Nov, 2010 1 commit
  11. 06 Oct, 2010 1 commit
  12. 15 Sep, 2010 1 commit
  13. 09 Sep, 2010 1 commit
  14. 31 May, 2010 1 commit
  15. 03 Feb, 2010 1 commit
  16. 01 Feb, 2010 2 commits
  17. 10 Jan, 2010 1 commit
  18. 08 Jan, 2010 1 commit
  19. 23 Dec, 2009 1 commit
  20. 08 Dec, 2009 1 commit
  21. 16 Oct, 2009 1 commit
  22. 15 Oct, 2009 1 commit
  23. 06 Oct, 2009 1 commit
  24. 23 Sep, 2009 1 commit
  25. 22 Sep, 2009 1 commit
  26. 17 Sep, 2009 1 commit
  27. 01 Sep, 2009 1 commit
  28. 29 Aug, 2009 1 commit
  29. 25 Aug, 2009 1 commit
  30. 22 Aug, 2009 2 commits
  31. 04 Aug, 2009 1 commit
  32. 09 Jun, 2009 1 commit
  33. 05 Jun, 2009 1 commit
  34. 11 May, 2009 1 commit
  35. 23 Apr, 2009 1 commit