gecko-dev/python
Ralph Giles 1d688bb86c Bug 1354221 - Remove dead code in _process_rust_library. r=froydnj
These variables are ignored in favour or reading the same values
from the passed in libdef object.

MozReview-Commit-ID: 8Xkkd68clNN

--HG--
extra : rebase_source : 767c15f1b59a6f48d09411c4f2e64eff9f8b4cc6
2017-04-06 10:59:46 -07:00
..
altgraph
bitstring
blessings
compare-locales bug 1336406, update http -> https in compare-locales docs, r=aryx 2017-04-03 14:55:28 +02:00
configobj
devtools/migrate-l10n
dlmanager Bug 1341215 - Vendor dlmanager. r=chmanchester 2017-02-23 15:30:46 +09:00
eme
futures
gdbpp/gdbpp
jsmin
lldbutils Bug 1346078: Remove nsAString_internal and just use the nsAString name directly. r=bsmedberg 2017-03-10 15:17:23 +13:00
mach Bug 1318044 - Issue sgr0 after printing every line; r=froydnj 2016-12-12 10:23:02 -08:00
macholib
mock-1.0.0
mozboot Bug 1353460 Asked the user to restart the shell before building from source. r=rillian 2017-04-06 08:27:57 +05:30
mozbuild Bug 1354221 - Remove dead code in _process_rust_library. r=froydnj 2017-04-06 10:59:46 -07:00
mozlint Bug 1340162 - Add task for running mozlint unitttests on Linux (and pull old tests out of make check), r=smacleod 2017-02-02 11:08:41 -05:00
mozversioncontrol/mozversioncontrol Bug 1306078 - part 2 - add Repository.get_added_files; r=ted.mielczarek 2017-02-14 16:12:19 -05:00
psutil
py
pyasn1
pyasn1-modules
PyECC
pylru
pystache
pytest
pytoml
pyyaml
redo
requests
rsa
slugid
virtualenv
voluptuous
which
mach_commands.py Bug 1345109 - Ensure |mach python-test| errors out if no tests are found, r=mshal 2017-03-07 10:55:07 -05:00
moz.build Bug 1344891 - add BUG_COMPONENT to python/* files, r=ted 2017-03-08 11:17:12 -05: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

## pyyaml | pystache

Used in taskcluster related mach commands to update download from github
and remove .git and tests.

Then run tests in taskcluster/tests/