gecko-dev/python
Cosmin Sabou 72bb6a7f58 Backed out 2 changesets (bug 1652089, bug 1652087) for toolchains bustage.
Backed out changeset 617233706940 (bug 1652087)
Backed out changeset ebcebafde8e0 (bug 1652089)
2020-07-11 00:48:41 +03:00
..
devtools/migrate-l10n
docs
gdbpp/gdbpp
l10n Bug 1647687 - Remove Fluent migration recipes for Firefox 77, r=Pike 2020-06-29 09:59:50 +00:00
lldbutils Bug 1646421 - flake8 Fix a bunch of actual errors r=ahal 2020-06-20 09:46:45 +00:00
mach Bug 1651696 - Disable test_telemetry.py for python2 on OSX r=gbrown 2020-07-09 15:16:48 +00:00
mozboot Backed out 2 changesets (bug 1652089, bug 1652087) for toolchains bustage. 2020-07-11 00:48:41 +03:00
mozbuild Bug 925350 - Remove dumbmake r=nalexander 2020-07-10 18:12:07 +00:00
mozlint Bug 1647265 - mozlint: when type is 'regex', add the capability to ignore the case r=ahal 2020-06-23 21:45:16 +00:00
mozperftest Bug 1631806 - [mozproxy] Add a command line interface r=tarek,Bebe 2020-07-08 13:41:24 +00:00
mozrelease Bug 1649168: Add mach release push-scriptworker-canary command; r=rail 2020-07-10 16:11:00 +00:00
mozterm
mozversioncontrol Bug 1645196: Tune git settings to improve performance r=rstewart 2020-07-10 12:54:24 +00:00
safety
mach_commands.py Backed out changeset 19269e470c71 (bug 1594914) for causing bustages. 2020-07-09 01:36:29 +03:00
moz.build Bug 925350 - Remove dumbmake r=nalexander 2020-07-10 18:12:07 +00:00
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