aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/python/PyCommon.java
Commit message (Expand)AuthorAge
* Make things easier to serialize: make constants constant, tag some lambdas. G...Gravatar janakr2018-06-19
* Remove attribute read checks expecting a DATA transition.Gravatar gregce2018-05-25
* Migrate struct() to skylarkbuildapiGravatar cparsons2018-05-24
* Rename OutputGroupProvider -> OutputGroupInfo.Gravatar dslomov2017-12-14
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Reorganise the srcs_version attribute of py_binary/py_test/py_library rules:Gravatar Googler2017-09-27
* Move --build_python_zip into PythonConfiguration.Gravatar mstaib2017-09-21
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Windows: Implement python native launcherGravatar Yun Peng2017-08-21
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Better names for declared providers-related classes.Gravatar dslomov2017-08-01
* Allow py_binary to be the executable of a Skylark action or anyGravatar Philipp Wollermann2017-07-18
* PiperOrigin-RevId: 158274860Gravatar carmi2017-06-08
* Do not access SkylarkProviders anywhere outside of ConfiguredTarget implement...Gravatar dslomov2017-05-16
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Refactor implementation of native and Skylark declared providers.Gravatar Dmitry Lomov2017-03-03
* Remove some unused code from the Python rules.Gravatar Lukacs Berki2016-09-08
* Using stub_template.txt as __main__.py and zip header in python executable zipGravatar Yun Peng2016-08-10
* Add SkylarkClassObjectConstructor - a future return value of "provider" funct...Gravatar Dmitry Lomov2016-08-09
* Make SkylarkClassObject "Bazel-specific".Gravatar Dmitry Lomov2016-08-05
* Create Python executable zip fileGravatar Yun Peng2016-08-04
* Replace calls to SpawnAction$Builder#addInputs(NestedSet) with addTransitiveI...Gravatar Liam Miller-Cushon2016-07-29
* Don't store workspace name on ruleGravatar Michajlo Matijkiw2016-07-18
* Rollback of commit bdfd58a8ca2ed5735d6aaa5b238fb0f689515724.Gravatar Laurent Le Brun2016-06-20
* Make the execution root match the runfiles tree structure for external reposi...Gravatar Kristina Chodorow2016-06-17
* --Gravatar Carmi Grushko2016-05-27
* Improve progress message of the actions triggered by --precompile_python.Gravatar Googler2016-05-17
* Switch to using ../repo-name syntax for runfilesGravatar Kristina Chodorow2016-05-04
* Automated [] rollback of commit 857cda2c45a5cc68c3fa398311c48c571a64915d and ...Gravatar Damien Martin-Guillerez2016-04-22
* Remove all internal calls to FileProvider.getLabel.Gravatar Ulf Adams2016-04-22
* Move the runfiles for external repositories to under the x.runfiles/ directoryGravatar Kristina Chodorow2016-04-20
* Review a number of action subclasses and update them according to the spec.Gravatar Ulf Adams2016-04-19
* Fixed indentation problem: 8 spaces -> 4 spacesGravatar Yun Peng2016-03-21
* Changed py_wrap_cc rule's dependency validation to mandatoryProvdersList soGravatar Yun Peng2016-03-08
* Python provider is now available in SkylarkGravatar Yun Peng2016-03-03
* Add imports attribute to Bazel native Python rules to allow adding directorie...Gravatar David Chen2016-02-10
* --Gravatar Googler2016-02-04
* Change text of python package hyphen errorGravatar Googler2016-02-04
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Un-hardcode the names of some Python implicit attributes ($python_precompile,...Gravatar Carmi Grushko2015-10-27
* Description redacted.Gravatar Googler2015-10-22
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Code cleanupGravatar Laurent Le Brun2015-09-03
* Add a convenience method to InstrumentedFilesCollector.Gravatar Ulf Adams2015-08-31
* Enable simple compilation of Python artifacts for py_binary and py_library.Gravatar Googler2015-07-27
* Refactoring: PseudoAction ctor "inputs" argument is now a NestedSet.Gravatar Laszlo Csomor2015-06-09
* Expose Python provider to SkylarkGravatar Laurent Le Brun2015-06-01
* Initial checkin of Python rules into Bazel.Gravatar Lukacs Berki2015-03-23