Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make warnings errors when building Python tests | Masood Malekghassemi | 2015-06-16 |
| | |||
* | Ensure C89 compatibility in Linux tests | Masood Malekghassemi | 2015-06-10 |
| | |||
* | Redirect build_python.sh to requirements.txt | Masood Malekghassemi | 2015-06-02 |
| | |||
* | Upgrading third_party/protobuf to version v3.0.0-alpha-1-150-g7d5cf8d. | Nicolas "Pixel" Noble | 2015-05-19 |
| | |||
* | Fix Python test ignorance of build config | Masood Malekghassemi | 2015-03-17 |
| | |||
* | Include interop tests in python_tests.json | Nathaniel Manista | 2015-03-07 |
| | |||
* | Removed logging, returned other tests to .travis.yml | murgatroid99 | 2015-03-02 |
| | |||
* | Put tests back in a useful state | murgatroid99 | 2015-03-02 |
| | |||
* | Changed how python versions are specified | murgatroid99 | 2015-03-02 |
| | |||
* | Added another log line | murgatroid99 | 2015-02-27 |
| | |||
* | Added python tests to .travis.yml | murgatroid99 | 2015-02-27 |
| | |||
* | running python tests on travis | Jan Tattermusch | 2015-02-26 |
| | |||
* | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | |||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | |||
* | Merge github.com:grpc/grpc into copyright | Craig Tiller | 2015-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 | ||
* | | Add shell script copyrights | Craig Tiller | 2015-02-16 |
| | | |||
| * | Upgrade Python proto dependency to 3.0.0-alpha-1. | Nathaniel Manista | 2015-02-15 |
| | | |||
| * | Clean up setup.py and move it into src/. | Nathaniel Manista | 2015-02-15 |
|/ | |||
* | Allow Python to be built without sudo | Craig Tiller | 2015-02-10 |
| | |||
* | Install PyPI's protobuf into the Python virtual environment. | Nathaniel Manista | 2015-02-02 |
| | | | | | | There may be a way to use third_party's protobuf (and this may eventually be necessary) but I haven't yet figured out how to do it correctly. It can happen later. | ||
* | Refactoring of the Python build. | Nathaniel Manista | 2015-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 Python to run-tests. | Nathaniel Manista | 2015-01-22 |