fune/python
2021-02-17 21:30:28 +00:00
..
devtools/migrate-l10n
docs
gdbpp/gdbpp
l10n no bug - fix(fluent) - Remove Windows CR r=zbraniecki DONTBUILD 2021-02-17 20:50:25 +00:00
lldbutils
mach Bug 1678668: print sentry error report number on mach command failure r=firefox-build-system-reviewers,mhentges 2021-01-05 16:39:22 +00:00
mozboot Bug 1687980: Make macOS quickstart docs more concise r=sylvestre,mhoye 2021-02-16 17:48:11 +00:00
mozbuild Bug 1692941 - Use zip and unzip paths per configure in make_{zip,unzip}. r=firefox-build-system-reviewers,andi,dmajor 2021-02-17 21:30:28 +00:00
mozlint Bug 1591991 Add lint Fixed count support to linters r=sylvestre 2021-02-08 19:00:10 +00:00
mozperftest Bug 1681669 - Add vision document for mozperftest. r=davehunt 2021-02-16 18:37:23 +00:00
mozrelease
mozterm
mozversioncontrol
mach_commands.py Bug 1680802: Install pylint requirements with legacy resolver r=firefox-build-system-reviewers,sheehan,glandium 2021-01-05 20:14:25 +00:00
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