1127 Commits (cfaac886c631ede218f2a5290167a421a1e79ab9)

Author SHA1 Message Date
Eric Salo 6637147055 upb: delete upb/array.h, upb/map.h, upb/collections.h 2 years ago
Eric Salo e1e8f1e222 upb: create upb/base/BUILD 2 years ago
Protobuf Team Bot 034ec9d9f6 Updating version.json and repo version numbers to: 24.0-rc2 2 years ago
Richard Levasseur 8c71bc4593 Internal change 2 years ago
Joshua Haberman 79af13abde Use filegroup() internally instead of pkg_files() 2 years ago
Jie Luo 533fbbb45e Add tuple support to set Struct 2 years ago
Protobuf Team Bot 05835e374d Updating version.json and repo version numbers to: 24.0-rc1 2 years ago
Yilei Yang 84b1beb3bb Specify stacklevel=2 to these warnings.warn calls, so that users can actually see where these deprecated methods are called, instead of a trace in message_factory.py file itself. 2 years ago
Jie Luo a734d12d61 Use the default generated pool for some message factory tests. 2 years ago
Joshua Haberman 07f6b578ee Split mini_descriptor into its own directory 2 years ago
Joshua Haberman 34a770d13e Refactored mini_table targets into their own BUILD file. 2 years ago
Jie Luo 96ca7d96da Raise warinings when extend repeated field with none iterable in OSS. OSS will raise errors soon 2 years ago
Jie Luo 00a9807c9e Remove some message factory tests in python upb 2 years ago
Protobuf Team Bot 2631490637 Automated rollback of commit c4bc23782e. 2 years ago
Jie Luo 0ea9f73be3 skip some upb python test which extend non iterable value to repeated field 2 years ago
Protobuf Team Bot c4bc23782e Automated rollback of commit aa2eb83fb8. 2 years ago
Protobuf Team Bot aa2eb83fb8 Fix a bug in which we call Reflection::ClearField() on a default message instance. 2 years ago
Jie Luo 3560e2381e Remove RegisterExtension in message class 2 years ago
Jie Luo cbacdf152a Remove RegisterExtension in message class 2 years ago
Jie Luo 56a770818c Skip some upb tests for message factory. To get rid of copybara complains 2 years ago
Jie Luo cfb8b3dd6d Update upb deps and remove testAddTypeError test in python upb 2 years ago
Jie Luo 0ce1fce37f Remove AddHelpersToExtenions() back as no-op 2 years ago
Jie Luo 862a2281ce Remove AddHelpersToExtenions() in generated code 2 years ago
Jie Luo f36a5c6674 Internal change 2 years ago
Protobuf Team Bot 73ee41cbb2 license changes 2 years ago
Jie Luo 86fc32cedc Removed message._extensions_by_number 2 years ago
Jie Luo 7f0092a802 Internal change 2 years ago
Jie Luo e737c8108a Removed message._extensions_by_name 2 years ago
Mike Kruskal 734b2abcca Internal Code Change 2 years ago
Jie Luo 3b8a472d07 Internal change 2 years ago
deannagarcia 0e23f18865 Merge to main after 23.0 release (#12721) 2 years ago
Protobuf Team Bot 67d9ea87f3 Internal change 2 years ago
Jie Luo e5a7a2eba7 Remove RegisterExtension() in python generated code 2 years ago
Protobuf Team Bot 6e511679de Updating version.json and repo version numbers to: 23.0 2 years ago
Jie Luo 3f5d844d90 Deprecated APIs that add non top descriptors to pool will be removed soon 2 years ago
Protobuf Team Bot d8f44cc2fb Updating version.json and repo version numbers to: 23.0-rc3 2 years ago
Deanna Garcia b36c39236e Fix bug in _internal_copy_files where the rule would fail in downstream repositories. 2 years ago
Jie Luo 60be96e0bf -Make message __deepcopy__ call UPB code instead of default implementation for 2 years ago
Deanna Garcia 859410bccc Fix bug in _internal_copy_files where the rule would fail in downstream repositories. 2 years ago
Jie Luo 65e047d098 -Make message __deepcopy__ call UPB code instead of default implementation for python UPB (splitted change 1) 2 years ago
Protobuf Team Bot 51f51ac4ef Updating version.json and repo version numbers to: 23.0-rc2 2 years ago
Jie Luo e202f31b78 -Make message CopyFrom() call UPB code instead of default implementation for python UPB 2 years ago
Jie Luo 62f1470f09 -Make message CopyFrom() call UPB code instead of default implementation for python UPB 2 years ago
Protobuf Team Bot b21d6be78b Updating version.json and repo version numbers to: 23.0-rc1 2 years ago
Deanna Garcia bd6a0cf15b Delete old numpy_test.py file and replace references with the new one. 2 years ago
Deanna Garcia 8c10056074 Add back UPB numpy test now that it has been moved in the protobuf directory. 2 years ago
Deanna Garcia 13833b1df0 Add numpy test to python_test_srcs target so that the python test wheel will have access to it. 2 years ago
Deanna Garcia d18492ece1 Give upb pb_unit_tests visibility to the new numpy_test target. 2 years ago
Deanna Garcia d21163731b Add init file to new google/protobuf/internal/numpy package to have it recognized as a python module 2 years ago
Deanna Garcia fe038fc9d2 Make numpy/pip_deps a test-only dependency. 2 years ago