| Commit message (Collapse) | Author | Age |
... | |
| | |
| | |
| | |
| | |
| | | |
Protoc, C++ runtime and Java runtime are updated to v3.0.0-beta-1, other
languages are updated to v3.0.0-alpha-4.
|
|\| | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |/ |
|
| |
| |
| |
| | |
Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
|
| |
| |
| |
| | |
Change-Id: Ieb7a2c2fbf35bc2a8fa65b915a5ecb68c83863e4
|
| |
| |
| |
| | |
Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
|
| |
| |
| |
| |
| |
| | |
implementation in tox.
Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
|
| |\
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
python/google/protobuf/descriptor_pool.py
python/google/protobuf/internal/api_implementation_default_test.py
python/google/protobuf/internal/cpp_message.py
python/google/protobuf/internal/descriptor_database_test.py
python/google/protobuf/internal/descriptor_pool_test.py
python/google/protobuf/internal/descriptor_python_test.py
python/google/protobuf/internal/descriptor_test.py
python/google/protobuf/internal/generator_test.py
python/google/protobuf/internal/message_factory_python_test.py
python/google/protobuf/internal/message_factory_test.py
python/google/protobuf/internal/message_test.py
python/google/protobuf/internal/proto_builder_test.py
python/google/protobuf/internal/python_message.py
python/google/protobuf/internal/reflection_test.py
python/google/protobuf/internal/service_reflection_test.py
python/google/protobuf/internal/symbol_database_test.py
python/google/protobuf/internal/text_encoding_test.py
python/google/protobuf/internal/text_format_test.py
python/google/protobuf/internal/unknown_fields_test.py
python/google/protobuf/internal/wire_format_test.py
python/google/protobuf/pyext/descriptor_cpp2_test.py
python/google/protobuf/pyext/message_factory_cpp2_test.py
python/google/protobuf/pyext/reflection_cpp2_generated_test.py
python/setup.py
ruby/lib/google/protobuf/message_exts.rb
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Checking the existence of ".git" is not the right way to check whether we
are in develop environment because we distribute source tar-balls where
such a ".git" directory does not exist. Replaced it with checking .proto
files.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Fixes #333.
|
| | |
|
|\ \
| | |
| | | |
adding globals() to exec call for python3 compatibility
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Comply with flake8, except for indentation width, which is 2.
- Move human-centric metadata to top of 'setup()' call.
- Add Trove classifiers for supported Python versions.
- Use 'find_packages()' + MANIFEST.in to avoid errors in listing
modules and packages.
Closes #131 and #161.
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Use stdlib's 'unittest' instead.
|
| | |
| | |
| | |
| | | |
We already run all tests with and without `--cpp_implementation`
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
This file was broken in ada6556.
|
|\ \ \
| |/ /
|/| | |
Fix raise and except syntax issues for py3
|
| | | |
|