releases-comm-central/python
Rob Lemley 1c7cb5df5a No bug - Archive completed fluent migrations. rs=me DONTBUILD
--HG--
rename : python/l10n/tb_fluent_migrations/bug_1831422_backupKeyPassword.py => python/l10n/tb_fluent_migrations/completed/bug_1831422_backupKeyPassword.py
rename : python/l10n/tb_fluent_migrations/bug_1833042_unfied_toolbar_button_style.py => python/l10n/tb_fluent_migrations/completed/bug_1833042_unfied_toolbar_button_style.py
rename : python/l10n/tb_fluent_migrations/bug_1838109_changeExpiryDlg.py => python/l10n/tb_fluent_migrations/completed/bug_1838109_changeExpiryDlg.py
rename : python/l10n/tb_fluent_migrations/bug_1838770_properties_menu_item.py => python/l10n/tb_fluent_migrations/completed/bug_1838770_properties_menu_item.py
2023-06-28 14:29:01 -04:00
..
l10n No bug - Archive completed fluent migrations. rs=me DONTBUILD 2023-06-28 14:29:01 -04:00
mutlh Bug 1816944 - Mach command converter. r=dandarnell 2023-03-21 21:54:56 +00:00
rocboot Bug 1803829 - Reformat Python files to standard line length of 99 via black. r=aleca 2022-12-19 21:10:10 +00:00
rocbuild/rocbuild Bug 1830992 - Update rnp build code to process version.h at build time. r=kaie 2023-05-18 14:07:50 +10:00
sites Bug 1816956 - Vendor tb-fluent-migrate into comm/third_party/python. r=dandarnell 2023-03-25 20:17:12 +11:00
thirdroc Bug 1830992 - Update rnp build code to process version.h at build time. r=kaie 2023-05-18 14:07:50 +10:00
README Bug 1833949 - Port bug 1826062: Automatic reformatting for Prettier 2.0.5. r=leftmostcat 2023-05-21 15:05:24 +10:00
moz.build Bug 1816944 - Test code for Mutlh commands. r=dandarnell 2023-03-21 21:54:56 +00:00

README

This directory contains common Python code for Thunderbird.

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, AND it
applies only to applications build from comm-central derived repositories
(Thunderbird and Seamonkey), 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).