1. 29 Jun, 2017 1 commit
  2. 11 May, 2017 1 commit
  3. 15 Mar, 2017 1 commit
    • Aaron Gable's avatar
      Workaround Python Issue 26083 in upload.py · edfd7cd8
      Aaron Gable authored
      This issue is fixed in Python 2.7.12, but we don't guarantee
      that we use that version everywhere. The root issue is that,
      on certain platforms (e.g. Mac), the exception indicating that
      the underlying command (e.g. 'hg') was not found is too large,
      and loading the pickle representing the exception fails.
      
      This CL catches this specific exception and treats it identically
      to the OS properly raising a 'command not found' code.
      
      BUG=699173
      
      Change-Id: I0483ab0d1d0b6a3dfcfd26f2d9644817b5b5284f
      Reviewed-on: https://chromium-review.googlesource.com/455537Reviewed-by: 's avatarAndrii Shyshkalov <tandrii@chromium.org>
      Commit-Queue: Aaron Gable <agable@chromium.org>
      edfd7cd8
  4. 17 Feb, 2017 1 commit
  5. 19 Dec, 2016 1 commit
  6. 28 Nov, 2016 2 commits
  7. 08 Nov, 2016 1 commit
  8. 19 Oct, 2016 1 commit
  9. 19 Sep, 2016 1 commit
  10. 24 Aug, 2016 1 commit
  11. 27 Jun, 2016 1 commit
  12. 22 Jun, 2016 1 commit
  13. 17 Jun, 2016 1 commit
  14. 16 Jun, 2016 4 commits
  15. 09 Jun, 2016 1 commit
  16. 09 Mar, 2016 1 commit
  17. 15 Feb, 2016 1 commit
  18. 23 Dec, 2015 1 commit
  19. 22 Dec, 2015 1 commit
  20. 17 Dec, 2015 2 commits
  21. 01 Dec, 2015 1 commit
  22. 27 Nov, 2015 2 commits
  23. 09 Nov, 2015 3 commits
  24. 20 Oct, 2015 1 commit
  25. 01 Oct, 2015 1 commit
  26. 30 Sep, 2015 1 commit
  27. 02 Sep, 2015 1 commit
  28. 12 Aug, 2015 1 commit
  29. 01 Jul, 2015 1 commit
    • iannucci@chromium.org's avatar
      Changes to improve multiprocessing PRESUBMIT support in Windows · d61a4950
      iannucci@chromium.org authored
        * make RunTest's multiprocessing.Pool in the constructor of InputApi
          to avoid getting tripped up by chdir manipulation.
        * Don't do the split cyclic-import check when the invoker of the
          Pylint presubmit checks explicitly sends cyclic import check
          parameters via extra_args
        * fix pseudobug where ownership of the files variable was unclear,
          and pass all arguments on stdin (instead of mix of CLI + stdin).
        * fix bug in pylint which caused it to manipulate sys.path before
          spawning its subprocesses, which caused multiprocessing to fail
          on windows.
          * Note: This may carry a slight semantic change. Before, pylint would
            add all .py files' directories to sys.path while checking any of
            them. Now in parallel mode, pylint will only add the path of the
            single file to sys.path. This behavior actually mirrors Python's
            own behavior, so the check should be more-correct than before (and
            should cut down on pylint import scanning time with very large
            sys.path's).
          * If someone encounters an issue with this, please note that the
            GetPylint check also includes an extra_paths_list which is
            expressly for this purpose.
      
      R=dpranke@chromium.org, kbr@chromium.org, maruel@chromium.org
      BUG=501012
      
      Review URL: https://codereview.chromium.org/1208743002
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@295908 0039d316-1c4b-4281-b951-d872f2087c98
      d61a4950
  30. 25 Jun, 2015 1 commit
  31. 24 Jun, 2015 1 commit
  32. 23 Jun, 2015 1 commit