aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/python/PythonUtils.java
Commit message (Expand)AuthorAge
* Skip __init__.py in __pycache__ dir.Gravatar Googler2018-08-14
* Automated rollback of commit a1c9f8d33457cd1f3b01299863bcab2667c13a52.Gravatar Googler2018-06-12
* Automated rollback of commit 4c72a82ada742bd369185cd07c57f96c497ce440.Gravatar jmmv2018-06-07
* Remove python3/ prefix to generated .pyc files.Gravatar Googler2018-06-06
* Serialize PythonUtils#GET_INIT_PY_FILES as a singleton so that object equalityGravatar cpeyser2018-04-02
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Use AutoCodec to generate CODECs for several provider types that are exportedGravatar cpeyser2018-02-14
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Support multiple command lines / params files in SpawnAction.Gravatar tomlu2017-09-15
* Use CustomCommandLine directly instead of via SpawnAction.Builder.Gravatar tomlu2017-08-24
* Compute progress message lazily in spawn action.Gravatar tomlu2017-08-03
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12
* Description redacted.Gravatar Googler2015-11-10
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Replace AnalysisEnvironment.getDerivedArtifact() calls with RuleContext.getSh...Gravatar Lukacs Berki2015-08-20
* Become more restrictive around Runfiles#manifestExpanderGravatar Michajlo Matijkiw2015-04-16
* Initial checkin of Python rules into Bazel.Gravatar Lukacs Berki2015-03-23