1173 Commits (test_698524915)

Author SHA1 Message Date
Jie Luo 3781f45f39 Fix a python bug that UPB and Python C++ extension assume MessageSet extensions are ordered first 5 days ago
Protobuf Team Bot f5a293768f Drop Python 3.8 support 5 days ago
Jie Luo d3e9897b03 Fix a python bug for text_format pretty print when Struct in Any 5 days ago
Nevena Kotlaja 80a5a511e4 Add toolchain type for remaining actions 7 days ago
Protobuf Team Bot 75bb72e0d5 Support tuples when parsing JSON dicts 1 week ago
Protobuf Team Bot ae488a016a Use noncontiguous unknown fields API in upb python 2 weeks ago
Jie Luo 0720536eca Breaking change: Python nested message class __qualname__ now contains the outer message name. (Previous __qualname__ has the same result with __name__ for nested message that outer message name was not included) 2 weeks ago
Jie Luo 81da6b999a Breaking Change: Python setdefault behavior change for map field. 2 weeks ago
Jie Luo 610702ed18 Fix a Python bug: when package is empty, DescriptorDatabase FindFileContainingSymbol method will able to find symbol names not start with '.' 2 weeks ago
Mike Kruskal fc048f4fe3 Add a conformance test for invalid end group tag. 2 weeks ago
Protobuf Team Bot fd477301f8 Use ABSL_PREDICT_TRUE|FALSE instead of PROTOBUF_PREDICT_TRUE|FALSE. 3 weeks ago
Jie Luo 3df01fa955 Fix GetMutableMessagePointer() in python proto_api to find from generated factory before check with dynamic message factory 3 weeks ago
Jie Luo c261b49a95 Breaking change: Remove deprecated GetPrototype MessageFactory.GetPrototype(), 3 weeks ago
Jie Luo 721a45265b Breaking change: Remove deprecated GetDebugString() from protobuf python cpp extension. 4 weeks ago
Protobuf Team Bot 7060d3d723 Add Python 3.13 test coverage 4 weeks ago
Jie Luo 47613cf7ad Fix a python bug when assign an empty Struct at creation. 1 month ago
Jie Luo 5706140e09 Add "PythonMessageMutator GetClearedMutableMessage(PyObject *);" in proto_api which works with cpp extension, upb and pure python. 1 month ago
Jie Luo 292f964679 Breaking Change: Remove deprecated reflection methods 1 month ago
Jie Luo 5ba74b11e8 Breaking Change: Remove deprecated Python RPC Service Interfaces 1 month ago
Protobuf Team Bot 5599f2ceec well_known_types: Use str.rpartition instead of str.split for Any type name 1 month ago
Protobuf Team Bot 7c0fe167b4 Automated rollback of commit bfaf36cbb1. 1 month ago
Jie Luo bfaf36cbb1 Add "PythonMessageMutator GetClearedMutableMessage(PyObject *);" in proto_api which works with cpp extension, upb and pure python. 1 month ago
Jie Luo 003e1ac17c Remove deprecated SymbolDatabase.GetMessages from test 1 month ago
Protobuf Team Bot b00dca3665 Load Python rules everywhere in protobuf 1 month ago
Protobuf Team Bot 5e717fd1d7 Fix typo in the well_known_types-internal _TIMESTAMPFOMAT constant. 2 months ago
Tony Liao d4a32bbc87 Add test cases for empty map entries for text format in Python. 2 months ago
Samuel Freilich fa858b82d2 Fix pyi generation for messages with a field named "self" 2 months ago
Mike Kruskal 1fe26cf0c1 Updating version.json and repo version numbers to: 30.0-dev (#18567) 2 months ago
Nathan Baulch e4cbc79ab4 Fix minor typos (#17682) 2 months ago
Protobuf Team Bot 83569cff3d Mute the minor version warning https://github.com/protocolbuffers/protobuf/issues/18096 2 months ago
Mike Kruskal ce6dbe478a Setup fix for python/upb for the enforcement of closed enums in editions. 2 months ago
Mike Kruskal 9e8b30c213 Fix cord handling in DynamicMessage and oneofs. 2 months ago
Protobuf Team Bot f6b9a4942e Limit the Python Poison Pills warning count 2 months ago
Mike Kruskal 4c923285a3 Fix packed reflection handling bug in edition 2023. 2 months ago
Protobuf Team Bot de51f2cc06 Prepare for `google::protobuf::MapKey` to no longer own string keys 2 months ago
Protobuf Team Bot 9fa1f4f9bb Fix ContainerBase::DeepCopy to not modify the source object. 2 months ago
Protobuf Team Bot 13cf397e1a upgrade test images to bazel 6.4 2 months ago
Mike Kruskal 0b6e768f07 Introduce lifetimes for individual feature values. 3 months ago
Hood Chatham b915e9f44e Fix signature of `PyUpb_MessageMeta_Clear` (#17959) 3 months ago
Joshua Haberman 8422e9795f Migrated upb to use Copybara-standard stripping. 3 months ago
Joshua Haberman e4449ba248 Harmonize license rules between google3 and OSS 3 months ago
Jie Luo 471ff77270 Remove deprecated service.py usages from test 3 months ago
Mike Kruskal 0d9baf367f Remove outdated conformance/fuzz tests. 3 months ago
Joshua Haberman 983910fa1a Removed aliases for the boostrap proto libraries. 3 months ago
Jie Luo dd95e5b1fa Nextgen Proto Pythonic API: Add any.py 3 months ago
Joshua Haberman eab1fa2765 Fixed layering check violations once and for all in upb bootstrapping. 3 months ago
Protobuf Team Bot 5a224554eb Add test that tries to parse a JSON string that exceeds the recursion limit. 3 months ago
Jie Luo b9f46b822e Remove deprecated reflection.py usages from test 3 months ago
Jie Luo b70c4b0c19 Raise warnings for deprecated python cpp extension GetDebugString(). 3 months ago
Jie Luo 903c3f15b0 Nextgen Proto Pythonic API: Add duration.py 4 months ago