gecko-dev/python
2022-08-31 21:07:19 +00:00
..
devtools/migrate-l10n
docs
gdbpp/gdbpp Bug 1760161 - lint fix. a=testonly. CLOSED TREE 2022-06-01 21:19:40 +03:00
l10n Bug 1786027 - Migrate appPicker.dtd to Fluent. r=jaws,fluent-reviewers,flod 2022-08-27 07:58:29 +00:00
lldbutils Bug 1772955 - Remove broken ns[Int]Region lldb pretty printers. r=mstange 2022-06-07 17:16:04 +00:00
mach Bug 1752202 - Updated documentation to better inform contributers how to debug Mach. r=ahal 2022-08-17 21:18:08 +00:00
mozboot Bug 1786142 - Use actual git clone when bootstrapping git-cinnabar in mozboot r=firefox-build-system-reviewers,andi 2022-08-24 19:33:53 +00:00
mozbuild Bug 1785002 - Update unicode-ident to 1.0.3. r=emilio,supply-chain-reviewers,dnazer 2022-08-31 21:07:19 +00:00
mozlint Bug 1772198 - Add a new filetype lint job r=linter-reviewers,ahal 2022-06-24 20:07:07 +00:00
mozperftest Bug 1786092 - Resolve a few miscalleanous WPT bugs. r=sparky,perftest-reviewers 2022-08-31 14:06:26 +00:00
mozrelease Bug 1777414 - Replace all uses of distutils.version.LooseVersion with looseversion.LooseVersion r=firefox-build-system-reviewers,glandium 2022-08-26 23:05:25 +00:00
mozterm
mozversioncontrol Bug 1777414 - Replace all uses of distutils.version.LooseVersion with looseversion.LooseVersion r=firefox-build-system-reviewers,glandium 2022-08-26 23:05:25 +00:00
sites Bug 1783754 - Update to Glean v51.1.0. r=TravisLong,supply-chain-reviewers 2022-08-09 15:58:51 +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