Add a third_party/ copy of Python's zipfile module

This is a copy of the zipfile module from Python 2.7.13. This snapshot
was taken to workaround a bug in older Python versions such as 2.7.3.
See https://bugs.python.org/issue6972 and specifically the fix at
https://hg.python.org/cpython/rev/0c5fa35c9f12#l3.11 .

We encounter the issue due to UNC paths (specifically \\?\ which
Catapult uses to avoid long-path errors) which prevents
os.path.normpath from fixing up the paths inside the zip upon
extraction.

Reviewed at https://chromium-review.googlesource.com/c/509108/
TBR=nednguyen@google.com
BUG=catapult:#2865

Review-Url: https://codereview.chromium.org/2900493002
5 files changed
tree: 6ff53cbd5c918f1ffa3b7546ec13c3fcaa4e4a45
  1. bin/
  2. catapult_base/
  3. catapult_build/
  4. common/
  5. dashboard/
  6. dependency_manager/
  7. devil/
  8. docs/
  9. experimental/
  10. firefighter/
  11. hooks/
  12. infra/
  13. netlog_viewer/
  14. systrace/
  15. telemetry/
  16. third_party/
  17. trace_processor/
  18. tracing/
  19. .eslintignore
  20. .eslintrc
  21. .gitignore
  22. AUTHORS
  23. codereview.settings
  24. CONTRIBUTING.md
  25. LICENSE
  26. navbar.md
  27. OWNERS
  28. PRESUBMIT.py
  29. pylintrc
  30. README.md
  31. WATCHLISTS
README.md

Catapult

Catapult is the home for several performance tools that span from gathering, displaying and analyzing performance data. This includes:

These tools were created by Chromium developers for performance analysis, testing, and monitoring of Chrome, but they can also be used for analyzing and monitoring websites, and eventually Android apps.

Contributing

Please see our contributor's guide

Current build status