gecko-dev/python
Chris AtLee b7af545070 Bug 1351071: Get rid of pre-generated startup cache r=glandium
MozReview-Commit-ID: BcWcqEKwGBv

--HG--
extra : rebase_source : 4bd21805a89359a5a2ed7ffd2ee2b76cf1e9e634
2017-04-04 09:26:25 -04: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 906177 - Added distro support for Elementary OS Luna;r=gps 2017-03-23 16:39:40 +05:30
mozbuild Bug 1351071: Get rid of pre-generated startup cache r=glandium 2017-04-04 09:26:25 -04: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/