- Jul 22, 2016
-
-
Masood Malekghassemi authored
Before, Cython would *need* to be imported immediately if generated files did not already exist. Now, missing generated files will trigger a `setup_requires` inclusion of Cython and defer cythonization until extension build-time. If cythonization was specified via environment variable and setup could not find Cython, the extensions are poisoned instead of blocking non-extension commands from running.
-
- Jul 13, 2016
-
-
Masood Malekghassemi authored
Also removes an old-now-spurious `make` invocation from the docgen.py helper script.
-
- Jul 12, 2016
-
-
Ken Payson authored
-
- Jul 01, 2016
-
-
Masood Malekghassemi authored
Moves all tests into a separate package. This does not change existing supported means of running tests (e.g. through run_tests.py).
-
- Jun 18, 2016
-
-
David Garcia Quintas authored
-
David Garcia Quintas authored
-
- Jun 10, 2016
-
-
Ken Payson authored
Notable Changes: -Convert all str types to byte types at cython layer (ascii encoding) -Use six for packages that have different names in Python2/Python3 -By default, unit tests are compiled/run in Python2.7 and Python3.4 -Ensure MACOSX_BUILD_TARGET is at least 10.7
-
- Apr 26, 2016
-
-
Ken Payson authored
-
- Mar 31, 2016
-
-
Craig Tiller authored
-
- Mar 09, 2016
-
-
Makarand Dharmapurikar authored
-
- Mar 08, 2016
-
-
Jan Tattermusch authored
-
- Mar 07, 2016
-
-
Jan Tattermusch authored
-
- Feb 23, 2016
-
-
Masood Malekghassemi authored
-
- Feb 13, 2016
-
-
Vijay Pai authored
-
- Feb 12, 2016
-
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
-
- Feb 11, 2016
-
-
Masood Malekghassemi authored
The custom gRPC bdist command depends on numerous undocumented and private behaviors of setuptools, wheel, distutils, etc. One such is the ordering of generated distribution targets. We paper over this under the assumption that the command will only be useful for gRPC devs, and document with a command description a contractual obligation of users of the command.
-
Masood Malekghassemi authored
-
- Feb 08, 2016
-
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
-
- Feb 05, 2016
-
-
Craig Tiller authored
-
- Feb 04, 2016
-
-
Masood Malekghassemi authored
-
- Feb 02, 2016
-
-
Alistair Veitch authored
-
- Jan 30, 2016
-
-
Masood Malekghassemi authored
-
- Jan 28, 2016
-
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
Adds doc-string to EggNameMixin, renames the custom install flag to make it a bit clearer that the mechanism isn't necessarily limited to linux (though certainly we'd like it to be; but that's a decision to be made at the level of the build system and what is made available on GCS, not here).
-
- Jan 27, 2016
-
-
Masood Malekghassemi authored
-
- Jan 26, 2016
-
-
Masood Malekghassemi authored
I have no idea how this mistake got through.
-
- Jan 23, 2016
-
-
Masood Malekghassemi authored
-
- Jan 22, 2016
-
-
Masood Malekghassemi authored
I'd been incorrectly using indirection against Cython's build_ext module.
-
- Jan 14, 2016
-
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
-
- Jan 12, 2016
-
-
murgatroid99 authored
-
- Jan 11, 2016
-
-
Masood Malekghassemi authored
-
- Jan 07, 2016
-
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
-
- Dec 04, 2015
-
-
Masood Malekghassemi authored
This reorganizes the Python code, scraps the current testing infrastructure, and implements a simple test discovery and run script based on the standard Python unittest library so we can trust that our tests are running.
-
- Sep 10, 2015
-
-
Masood Malekghassemi authored
The old package directory handling was stale in grpcio's setup.py command support module and docgen had a typo.
-
- Aug 06, 2015
-
-
Masood Malekghassemi authored
-