fune/python
Butkovits Atila d03c48a70d Backed out 5 changesets (bug 1841585) for causing merge conflicts.
Backed out changeset c30c8bf23c11 (bug 1841585)
Backed out changeset b4d732c8d064 (bug 1841585)
Backed out changeset 544449066346 (bug 1841585)
Backed out changeset 77204d6a6ee9 (bug 1841585)
Backed out changeset 9b0ecb6aff8f (bug 1841585)
2023-07-07 03:39:24 +03:00
..
docs Bug 1830069 - Fix reference to old site file name in docs, r=ahochheiden 2023-04-26 18:25:15 +00:00
gdbpp/gdbpp
l10n Bug 1825792 - Use moz-support-link in the addon abuse report dialog r=extension-reviewers,fluent-reviewers,tgiles,flod,robwu 2023-07-06 19:21:59 +00:00
lldbutils
mach Bug 1838763 - Move the location of site/command virtualenvs out of the objdir and into the state dir r=firefox-build-system-reviewers,glandium 2023-06-27 07:05:20 +00:00
mozboot Bug 1838948 - Update reference to Python 3.6 as the minimum Python version that Mach supports to Python 3.7 r=firefox-build-system-reviewers,glandium 2023-06-22 02:15:57 +00:00
mozbuild Backed out 5 changesets (bug 1841585) for causing merge conflicts. 2023-07-07 03:39:24 +03:00
mozlint Bug 1757373 - Enable linting to run in parallel when '.' is specified as the path. r=linter-reviewers,ahal 2023-05-09 13:11:21 +00:00
mozperftest Bug 1816169 - Remove perftest_android_main.js and perftest_android_view.js from nightly cron. r=perftest-reviewers,sparky 2023-06-20 13:17:01 +00:00
mozrelease Bug 1774273 - Transition mac notarization to signingscript r=taskgraph-reviewers,bhearsum 2023-05-23 17:31:37 +00:00
mozterm
mozversioncontrol Bug 1835943 - Properly construct CallerProcessError in _push_to_try_with_log_capture r=ahal 2023-06-12 22:22:21 +00:00
sites Bug 1840877 - Fix interop category filtering, r=whimboo 2023-06-29 08:04:10 +00:00
mach_commands.py
moz.build
README

This directory contains common Python code.

The basic rule is that if Python code is cross-module (that's "module" in the
Mozilla meaning - as in "module ownership") and is MPL-compatible, it should
go here.

What should not go here:

* Vendored python modules (use third_party/python instead)
* Python that is not MPL-compatible (see other-licenses/)
* Python that has good reason to remain close to its "owning" (Mozilla)
  module (e.g. it is only being consumed from there).

Historical information can be found at
https://bugzilla.mozilla.org/show_bug.cgi?id=775243
https://bugzilla.mozilla.org/show_bug.cgi?id=1346025