gecko-dev/python
Sandor Molnar c8d4131030 Backed out 5 changesets (bug 1774569) because changes are incompatible with flake8. CLOSED TREE
Backed out changeset ac6c7441099b (bug 1774569)
Backed out changeset 1081432f3f97 (bug 1774569)
Backed out changeset 111d7f2021c3 (bug 1774569)
Backed out changeset 2cc0b2a54106 (bug 1774569)
Backed out changeset cb45ff55284c (bug 1774569)
2023-03-07 23:21:19 +02: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 1812694 - Stop using the DOMParser to update the aria-valuetext attribute when updating the progress in video controls, r=Gijs,flod. 2023-02-17 19:59:27 +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 1819783 - Avoid logging errors when dealing with records with no params. r=ahal 2023-03-07 21:04:39 +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 Backed out 5 changesets (bug 1774569) because changes are incompatible with flake8. CLOSED TREE 2023-03-07 23:21:19 +02: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 1816042 - WPT permafail JSONDecodeError. r=perftest-reviewers,AlexandruIonescu,sparky 2023-03-06 18:31:27 +00:00
mozrelease 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
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 Backed out 5 changesets (bug 1774569) because changes are incompatible with flake8. CLOSED TREE 2023-03-07 23:21:19 +02:00
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