gecko-dev/python
serge-sans-paille 42fa42c77a Bug 1820572 - Make python/mozbuild/mozbuild/test/frontend/data buildable outside of a unified build environment r=andi,glandium
Differential Revision: https://phabricator.services.mozilla.com/D171731
2023-03-15 07:30:36 +00:00
..
docs Bug 1659593: Make `./mach vendor python` cross-platform r=ahal 2022-04-07 18:00:28 +00:00
gdbpp/gdbpp Bug 1801836 - Remove no longer necessary 'from __future__' imports under python/. r=linter-reviewers,glandium,ahal DONTBUILD 2022-12-23 01:26:15 +00:00
l10n Bug 1738056 - use fluent to insert channel ref into about dialog instead of hoping nothing gets retranslated, r=mkaply,fluent-reviewers,flod 2023-03-14 00:03:42 +00:00
lldbutils Bug 1801836 - Remove no longer necessary 'from __future__' imports under python/. r=linter-reviewers,glandium,ahal DONTBUILD 2022-12-23 01:26:15 +00:00
mach Bug 1822030 - mach setup - make sure to take the correct README for the description r=sylvestre DONTBUILD 2023-03-14 13:04:09 +00:00
mozboot Bug 1815016 - Use the certifi cafile when using urlopen in bootstrap. r=firefox-build-system-reviewers,ahochheiden 2023-02-16 23:50:30 +00:00
mozbuild Bug 1820572 - Make python/mozbuild/mozbuild/test/frontend/data buildable outside of a unified build environment r=andi,glandium 2023-03-15 07:30:36 +00:00
mozlint Bug 1820494 - mozlint should output file no matter if there are issues for json formatter. r=ahal 2023-03-07 05:53:30 +00:00
mozperftest Bug 1821705 - Improve testing for perftestetl.py file. r=perftest-reviewers,afinder DONTBUILD 2023-03-13 12:50:34 +00:00
mozrelease Bug 1814727: allow `dlsource` OR existing required keys when attributing builds r=releng-reviewers,gbrown 2023-03-13 19:04:05 +00:00
mozterm Bug 1801836 - Remove no longer necessary 'from __future__' imports under python/. r=linter-reviewers,glandium,ahal DONTBUILD 2022-12-23 01:26:15 +00:00
mozversioncontrol Bug 1633662 - Remove unused mozversioncontrol functions r=saschanaz,firefox-build-system-reviewers,glandium 2023-01-20 08:40:00 +00:00
sites Bug 1822165: Bump sphinxcontrib-mermaid to latest version r=releng-reviewers,gbrown 2023-03-14 20:15:05 +00:00
README
mach_commands.py Bug 1801836 - Remove no longer necessary 'from __future__' imports under python/. r=linter-reviewers,glandium,ahal DONTBUILD 2022-12-23 01:26:15 +00:00
moz.build Bug 1806642 - update in-tree references to 'Lint and Formatting' bugzilla component. r=Standard8 2022-12-21 14:38:47 +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