gecko/python
2013-04-01 09:47:45 +02:00
..
blessings
codegen Fixup for bug 852103. r=me 2013-03-19 06:59:53 +01:00
mach Bug 841445 - Make 'mach help <command>' call print_help directly [r=gps] 2013-03-26 11:15:08 -07:00
mock-1.0.0
mozboot Bug 846519 - Running bootstrap.py throws a "NameError: global name HOMEBREW_PACKAGES is not defined" error. r=gps DONTBUILD (NPOTB) 2013-02-28 14:52:18 -08:00
mozbuild Bug 837323 - Followup: fix silly bug. 2013-04-01 09:47:45 +02:00
psutil
simplejson-2.1.1
virtualenv Bug 837631 - Refresh virtualenv.py to pick up the changes from 661f7866da20. r=gps 2013-02-06 16:58:09 -05:00
which
Makefile.in Bug 837323 - Automatically clobber when CLOBBER is updated; r=ted 2013-03-29 10:34:58 -07:00
moz.build Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot 2013-03-29 15:12:58 -07: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:

* 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