You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/third_party
iannucci@chromium.org d61a4950b2 Changes to improve multiprocessing PRESUBMIT support in Windows
* 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
10 years ago
..
boto Replaced boto certificate 11 years ago
colorama Update colorama from upstream to 5a3100113a3a. 12 years ago
coverage Add python coverage 3.7 to depot tools. 12 years ago
cq_client Use virtualenv to run commit_queue script 10 years ago
fancy_urllib Added gsutil/ to depot_tools/third_party/ 12 years ago
gsutil Fix 'gsutil' self-discovery. 10 years ago
httplib2 Added OAuth2 authentication to apply_issue 11 years ago
logilab pylint: upgrade to 1.4.1 10 years ago
oauth2client Revert of Upgrade 3rd packages (patchset #4 id:60001 of https://codereview.chromium.org/1085893002/) 10 years ago
protobuf26 Renamed google.protobuf to protobuf26 10 years ago
pylint Changes to improve multiprocessing PRESUBMIT support in Windows 10 years ago
pymox Fix licensing headers and move most third party code to third_party/ 16 years ago
repo Revamped terminal output for update. 11 years ago
retry_decorator Added gsutil/ to depot_tools/third_party/ 12 years ago
simplejson Add simplejson 2.1.0 and use it when it's not already installed. 15 years ago
six Revert "Revert "pylint: upgrade to 1.3.1"" 11 years ago
__init__.py Fix licensing headers and move most third party code to third_party/ 16 years ago
pylint.py Revert "Revert "pylint: upgrade to 1.3.1"" 11 years ago
upload.py Find, upload and apply patchset dependencies. 10 years ago