aboutsummaryrefslogtreecommitdiffstats
path: root/python/mach
Commit message (Collapse)AuthorAgeFilesLines
* Make `mach` work on Python 3.11Andreu Botella2023-01-221-1/+1
|
* Update more deprecated python imports.Max von Forell2021-12-262-3/+3
| | | | Signed-off-by: Max von Forell <max@vonforell.de>
* Update deprecated python import.Josh Matthews2021-12-211-1/+1
|
* Vendor mach-1.0.0.Josh Matthews2021-12-2122-0/+2849
|
* Upgrade mach to 0.6; stop vendoring mach.Corey Farwell2016-05-0235-3790/+0
| | | | | | | | | | When I originally rewrote Servo's mach bootstrapping (using virtualenv w/ requirements.txt in #7103), I didn't specify mach as a requirement because a new version hadn't been published in a while. Now that 0.6 is out, I asked the mach maintainers to publish a new version on PyPI, so now we can fetch it like the other Python dependencies. Fixes https://github.com/servo/servo/issues/10728.
* Upgrade to latest mach from mozilla-centralMatt Brubeck2015-10-022-6/+25
|
* Update mach from gecko treeJames Graham2015-07-0118-520/+785
|
* Remove unused imports in the Python filesCorey Farwell2015-05-315-15/+2
| | | | Found using flake8
* Update mach to latest changes from mozilla-centralMatthew Rasmus2014-11-233-26/+109
| | | | | | | Updates the way mach mixes unrecognized arguments and predefined arguments (see [mozilla bug 1076649](https://bugzilla.mozilla.org/show_bug.cgi?id=1076649) for details on this change).
* Cargoify servoJack Moffitt2014-09-0831-0/+3436