aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/bazel/rules/python
Commit message (Expand)AuthorAge
* Move the runfiles for external repositories to under the x.runfiles/ directoryGravatar Kristina Chodorow2016-04-20
* Fixed bugs for "bazel test" command on WindowsGravatar Yun Peng2016-04-15
* Modify python template file to support WindowsGravatar Yun Peng2016-04-08
* Add workspace name to module_space in python stub_template.txt fileGravatar Yun Peng2016-04-05
* Python provider is now available in SkylarkGravatar Yun Peng2016-03-03
* Check that `python` file is a regular file and is executable.Gravatar David Chen2016-02-28
* Add imports attribute to Bazel native Python rules to allow adding directorie...Gravatar David Chen2016-02-10
* Replace getToolsRepository() with getToolsLabel(String labelValue) which prep...Gravatar Luis Fernando Pino Duque2016-02-09
* Replace occurrences of Constants.TOOLS_REPOSITORY in places where it can be r...Gravatar Luis Fernando Pino Duque2016-02-03
* Contractually document BuildConfiguration.Fragment as immutable and strengthenGravatar Greg Estren2016-02-01
* Remove unused ${SYNOPSIS} variable from Bazel native rule inline documentation.Gravatar David Chen2016-01-28
* Remove unused ${ATTRIBUTE_DEFINITION} and ${ATTRIBUTE_SIGNATURE} variables fromGravatar David Chen2016-01-25
* Fixing broken named anchors for common-attributes*.Gravatar Googler2016-01-13
* Fix links to docs for other rules, Bazel User Manual, Build Reference, and MakeGravatar David Chen2016-01-13
* Python 3 compatibility for python binary stubGravatar Joe Harrison2015-12-10
* Description redacted.Gravatar Googler2015-11-10
* Ignores the empty pathGravatar Scott Robertson2015-10-28
* Add a Constants.TOOLS_PREFIX constant that will serve to redirect the Bazel t...Gravatar Lukacs Berki2015-10-05
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Make Python rules work in external repositories.Gravatar Lukacs Berki2015-09-03
* Improve the Python launcher to be smarter and make less assumptions when look...Gravatar Philipp Wollermann2015-08-25
* Annotate every single rule with required configuration fragments.Gravatar Ulf Adams2015-08-10
* Use "python" instead of "python2" as the default Python2 binary.Gravatar Lukacs Berki2015-07-29
* Enable simple compilation of Python artifacts for py_binary and py_library.Gravatar Googler2015-07-27
* Fixing python argument passingGravatar Damien Martin-Guillerez2015-07-27
* Remove BuildConfiguration.cacheKey() and replace .shortCacheKey() with a .che...Gravatar Lukacs Berki2015-06-29
* Use "python2" instead of "python" as the default Python2 interpreter.Gravatar Lukacs Berki2015-06-11
* Various improvements to Python support in Bazel:Gravatar Lukacs Berki2015-06-11
* python shell launcher execs python commandGravatar Michajlo Matijkiw2015-05-18
* Added py_test rule to BazelGravatar Damien Martin-Guillerez2015-04-17
* py_binary correctly forwards argumentsGravatar Kevin Watts2015-04-09
* Remove implicit outputs tag from py_binary docsGravatar Kristina Chodorow2015-04-09
* Make Python rules in Bazel actually work.Gravatar Lukacs Berki2015-03-30