aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_python.sh
Commit message (Collapse)AuthorAge
* Drop fixed port from python_plugin_testGravatar Nathaniel Manista2015-02-27
| | | | | There may be some aspect of mortal sin in the way that context management is now done in this test.
* Merge pull request #785 from nathanielmanistaatgoogle/early-adopter-changesGravatar Masood Malekghassemi2015-02-25
|\ | | | | Final changes to the early_adopter API.
| * Final changes to the early_adopter API.Gravatar Nathaniel Manista2015-02-25
| | | | | | | | | | | | This makes grpc.early_adopter much more independent of RPC Framework and cleaner at the cost of reexporting most of the interfaces and writing several delegation classes.
* | Updated Python protoc plugin testing.Gravatar Masood Malekghassemi2015-02-24
|/
* Added compiler plugin test for Python.Gravatar Masood Malekghassemi2015-02-20
|
* The framework.assembly package.Gravatar Nathaniel Manista2015-02-20
| | | | | | | This provides for now what should be a nicer interface for code generation than that of the Face layer. In terms of abstraction it's conceptually very similar so the two should probably be merged as soon as is reasonable.
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Merge github.com:grpc/grpc into copyrightGravatar Craig Tiller2015-02-17
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/python/src/__init__.py src/python/src/_adapter/__init__.py src/python/src/_framework/__init__.py src/python/src/_framework/base/__init__.py src/python/src/_framework/base/packets/__init__.py src/python/src/_framework/common/__init__.py src/python/src/_framework/face/__init__.py src/python/src/_framework/face/testing/__init__.py src/python/src/_framework/foundation/__init__.py src/python/src/_junkdrawer/__init__.py
| * Python source reorganization.Gravatar Nathaniel Manista2015-02-18
| | | | | | | | | | A top-level "grpc" package is added and RPC Framework is made public.
* | Add shell script copyrightsGravatar Craig Tiller2015-02-16
|/
* Allow Python to be built without sudoGravatar Craig Tiller2015-02-10
|
* Bring in the Python GRPC Adapter package.Gravatar Nathaniel Manista2015-02-02
|
* Refactoring of the Python build.Gravatar Nathaniel Manista2015-02-02
| | | | | | | | | | The source code is moved from src/python to src/python/src. A setup.py is added at src/python. The build_python.sh and run_python.sh scripts are updated to build and run the Python tests by building a package and installing it in the developer's Python 2.7 virtual environment.
* Add the _framework.face package.Gravatar Nathaniel Manista2015-01-24
|
* Add Python to run-tests.Gravatar Nathaniel Manista2015-01-22