dep-protobuf/python/google/protobuf/internal
Jie Luo 4f77929203 BREAKING CHANGE in v26: check if Timestamp is valid.
Seconds should be in range [-62135596800, 253402300799]
Nanos should be in range [0, 999999999]

PiperOrigin-RevId: 594119545
2023-12-27 16:38:51 -08: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.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
api_implementation.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
api_implementation.py internal change 2023-10-26 13:17:27 -07:00
builder.py Internal change 2023-09-18 15:17:56 -07:00
containers.py Internal change 2023-09-18 15:17:56 -07:00
decoder.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_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 Fixed a bug where FileDescriptor maps like message_types_by_name could return descriptors from other files. 2023-12-01 15:12:41 -08:00
descriptor_pool_test1.proto Fixed a bug where FileDescriptor maps like message_types_by_name could return descriptors from other files. 2023-12-01 15:12:41 -08: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 Breaking change: Remove deprecated syntax accessor. 2023-12-11 10:30:26 -08: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 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
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 Add ABSL_ATTRIBUTE_LIFETIME_BOUND attribute on generated oneof accessors. 2023-09-29 09:01:46 -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 Add ABSL_ATTRIBUTE_LIFETIME_BOUND attribute on generated oneof accessors. 2023-09-29 09:01:46 -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 BREAKING CHANGE in v26: check if Timestamp is valid. 2023-12-27 16:38:51 -08: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
legacy_features.proto Implement Editions in Pure Python. 2023-11-07 14:40:26 -08:00
message_factory_test.py On demand create message meta class for upb python 2023-09-15 11:34:38 -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 [Python/upb] Fixed SEGV when attempting to delete a message attribute 2023-12-11 16:57:49 -08: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 loosen upb for json name conflict check in proto2 between json name and field 2023-10-09 14:31:17 -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
python_edition_defaults.py.template Implement Editions in Pure Python. 2023-11-07 14:40:26 -08:00
python_message.py Breaking change in 26 release: Remove msg.UnknownFields() support in pure python and cpp extension. 2023-12-11 15:25:41 -08: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
reflection_test.py Internal change 2023-10-31 13:48:51 -07:00
service_reflection_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
symbol_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
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_proto3_optional.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_util.py Add CI runs for testing upb Python wheels 2023-09-21 11:33:23 -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 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_format_test.py Fix handling of Unicode escapes in string data in textproto files. 2023-10-16 14:14:32 -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
type_checkers.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
unknown_fields_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
well_known_types.py BREAKING CHANGE in v26: check if Timestamp is valid. 2023-12-27 16:38:51 -08:00
well_known_types_test.py BREAKING CHANGE in v26: check if Timestamp is valid. 2023-12-27 16:38:51 -08: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