dep-protobuf/python/google/protobuf/internal
2024-10-15 09:55:28 -07:00
..
import_test_package Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 2023-09-08 17:49:49 -07:00
numpy Reorganize upb file structure 2023-09-26 14:38:35 -07:00
__init__.py Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 2023-09-08 18:50:27 -07:00
_parameterized.py Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 2023-09-08 18:50:27 -07:00
any_test.py Nextgen Proto Pythonic API: Add any.py 2024-08-19 15:02:47 -07:00
api_implementation.cc Fix outputted command for usage of update_failure_list.py 2024-07-22 07:26:56 -07:00
api_implementation.py internal chnge 2024-03-26 13:17:46 -07:00
builder.py -Remove service.py usages in builder 2024-07-17 10:31:41 -07:00
containers.py BREAKING CHANGE in v26: Reject extend repeated field with none iterable (Raise TypeError) 2024-01-04 17:14:41 -08:00
decoder.py Nextgen Proto Pythonic API: “Add-on” proto for length prefixed serialize/parse 2024-05-29 12:37:24 -07:00
decoder_test.py Nextgen Proto Pythonic API: “Add-on” proto for length prefixed serialize/parse 2024-05-29 12:37:24 -07:00
descriptor_database_test.py Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 2023-09-08 18:50:27 -07:00
descriptor_pool_test.py Fix minor typos (#17682) 2024-09-20 20:50:06 -07:00
descriptor_pool_test1.proto Fix minor typos (#17682) 2024-09-20 20:50:06 -07:00
descriptor_pool_test2.proto Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 2023-09-08 18:50:27 -07:00
descriptor_test.py Fix cord handling in DynamicMessage and oneofs. 2024-09-18 12:44:24 -07:00
duration_test.py Nextgen Proto Pythonic API: Add duration.py 2024-08-08 17:06:20 -07:00
encoder.py Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 2023-09-08 18:50:27 -07:00
enum_type_wrapper.py Automated rollback of commit f799af8bf5. 2024-05-01 10:25:29 -07:00
extension_dict.py Internal change 2023-09-18 15:17:56 -07:00
factory_test1.proto On demand create message meta class for upb python 2023-09-15 11:34:38 -07:00
factory_test2.proto Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 2023-09-08 18:50:27 -07:00
field_mask.py Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 2023-09-08 18:50:27 -07:00
field_mask_test.py Fix cord handling in DynamicMessage and oneofs. 2024-09-18 12:44:24 -07:00
file_options_test.proto Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 2023-09-08 18:50:27 -07:00
generator_test.py Remove deprecated service.py usages from test 2024-08-27 14:27:04 -07:00
import_test.py Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 2023-09-08 18:50:27 -07:00
json_format_test.py Fix minor typos (#17682) 2024-09-20 20:50:06 -07:00
keywords_test.py Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 2023-09-08 18:50:27 -07:00
message_factory_test.py Remove deprecated GetPrototype usages in google/protobuf/ to git rid of the 2024-07-22 11:42:37 -07:00
message_listener.py Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 2023-09-08 18:50:27 -07:00
message_set_extensions.proto Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 2023-09-08 18:50:27 -07:00
message_test.py Setup fix for python/upb for the enforcement of closed enums in editions. 2024-09-19 21:29:58 -07:00
missing_enum_values.proto Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 2023-09-08 18:50:27 -07:00
more_extensions.proto Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 2023-09-08 18:50:27 -07:00
more_extensions_dynamic.proto Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 2023-09-08 18:50:27 -07:00
more_messages.proto Move python WKT test proto messages into well_known_types_test.proto 2024-07-26 10:40:43 -07:00
no_package.proto Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 2023-09-08 18:50:27 -07:00
packed_field_test.proto Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 2023-09-08 18:50:27 -07:00
proto_builder_test.py Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 2023-09-08 18:50:27 -07:00
proto_json_test.py Use lower_with_under for Python nextgen tests 2024-05-20 20:44:12 -07:00
proto_test.py Fix pyi generation for messages with a field named "self" 2024-10-03 07:44:03 -07:00
pybind11_test_module.cc Fix stack overflow on self-recursive messages with pybind11 2024-06-12 02:35:05 -07:00
python_edition_defaults.py.template Implement Editions in Pure Python. 2023-11-07 14:40:26 -08:00
python_message.py Fix minor typos (#17682) 2024-09-20 20:50:06 -07:00
python_protobuf.cc Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 2023-09-08 18:50:27 -07:00
recursive_message_pybind11_test.py Fix stack overflow on self-recursive messages with pybind11 2024-06-12 02:35:05 -07:00
reflection_cpp_test.py Fix ContainerBase::DeepCopy to not modify the source object. 2024-09-11 08:32:25 -07:00
reflection_test.py Fix minor typos (#17682) 2024-09-20 20:50:06 -07:00
runtime_version_test.py Mute the minor version warning https://github.com/protocolbuffers/protobuf/issues/18096 2024-09-20 14:49:05 -07:00
self_recursive.proto Fix stack overflow on self-recursive messages with pybind11 2024-06-12 02:35:05 -07:00
self_recursive_from_py.proto Fix stack overflow on self-recursive messages with pybind11 2024-06-12 02:35:05 -07:00
service_reflection_test.py Remove deprecated service.py usages from test 2024-08-27 14:27:04 -07:00
symbol_database_test.py Remove deprecated SymbolDatabase.GetMessages from test 2024-10-15 09:55:28 -07:00
test_bad_identifiers.proto Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 2023-09-08 18:50:27 -07:00
test_proto2.proto Fix pyi generation for messages with a field named "self" 2024-10-03 07:44:03 -07:00
test_proto3_optional.proto Add new including_default_value_without_presence_fields to Python JSON serializer. 2024-01-31 14:16:54 -08:00
test_util.py Fix cord handling in DynamicMessage and oneofs. 2024-09-18 12:44:24 -07:00
testing_refleaks.py Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 2023-09-08 18:50:27 -07:00
text_encoding_test.py Breaking Change: Made text_format output default to UTF-8. 2024-01-23 20:34:54 -08:00
text_format_test.py Add test cases for empty map entries for text format in Python. 2024-10-03 10:55:13 -07:00
thread_safe_test.py Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 2023-09-08 18:50:27 -07:00
timestamp_test.py Fix minor typos (#17682) 2024-09-20 20:50:06 -07:00
type_checkers.py use struct instead of ctype. allows the protobuf python library to work on cpython 3.11's new wasm target [1] 2024-05-06 17:35:32 -07:00
unknown_fields_test.py Fix cord handling in DynamicMessage and oneofs. 2024-09-18 12:44:24 -07:00
well_known_types.py Fix typo in the well_known_types-internal _TIMESTAMPFOMAT constant. 2024-10-10 09:42:54 -07:00
well_known_types_test.proto Move python WKT test proto messages into well_known_types_test.proto 2024-07-26 10:40:43 -07:00
well_known_types_test.py Move python WKT test proto messages into well_known_types_test.proto 2024-07-26 10:40:43 -07:00
wire_format.py Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 2023-09-08 18:50:27 -07:00
wire_format_test.py Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 2023-09-08 18:50:27 -07:00