gecko-dev/python
ahochheiden da48f565f7 Bug 1843209 - Regenerate the third_party/python lockfile with Python 3.8 as the minimum version r=firefox-build-system-reviewers,glandium,mach-reviewers,ahal
If this is not done, the next person to vendor will also make all of the changes in this commit, which is unnecessary noise.

Differential Revision: https://phabricator.services.mozilla.com/D183450
2023-12-12 03:52:01 +00:00
..
docs
gdbpp/gdbpp Bug 1864675 - Add pretty printers for SyncedContext fields r=farre,nalexander 2023-12-01 11:07:22 +00:00
l10n Bug 1868154 - Convert RFPHelper to Fluent. r=timhuang,fluent-reviewers,bolsson 2023-12-11 14:30:20 +00:00
lldbutils
mach Bug 1843209 - Regenerate the third_party/python lockfile with Python 3.8 as the minimum version r=firefox-build-system-reviewers,glandium,mach-reviewers,ahal 2023-12-12 03:52:01 +00:00
mozboot Bug 1843209 - Bump Mach's minimum Python version to 3.8 r=firefox-build-system-reviewers,glandium 2023-12-12 03:52:00 +00:00
mozbuild Bug 1867459 - Avoiding silently dismissing uses of CPU_ARCH. r=firefox-build-system-reviewers,sergesanspaille 2023-12-08 10:43:59 +00:00
mozlint Bug 1866176 - normalize paths in FileFinder r=ahal,firefox-build-system-reviewers,glandium 2023-12-04 17:14:29 +00:00
mozperftest Bug 1868937 - Prevent install of opencv during mozperftest unit tests.r=aglavic 2023-12-11 14:56:43 +00:00
mozrelease Bug 1858065 - Replace distutils' StrictVersion r=saschanaz,perftest-reviewers,sparky 2023-10-18 07:58:03 +00:00
mozterm
mozversioncontrol Bug 1867990 - Fix black formatting errors that snuck in due to regression, r=linter-reviewers,taskgraph-reviewers,releng-reviewers,bhearsum,sylvestre 2023-12-04 14:51:39 +00:00
sites Bug 1843209 - Regenerate the third_party/python lockfile with Python 3.8 as the minimum version r=firefox-build-system-reviewers,glandium,mach-reviewers,ahal 2023-12-12 03:52:01 +00:00
mach_commands.py
moz.build Bug 1865878 - Document native third party sources vendoring r=tjr 2023-11-23 05:37:39 +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