825 Commits (3ea568a9b6107ebf0d617c476f53a31490fd3182)

Author SHA1 Message Date
Mike Kruskal c4124f9ec9
Fix packed reflection handling bug in edition 2023. (#18405) 2 months ago
Protobuf Team Bot 061326b00b Updating version.json and repo version numbers to: 28.3-dev 2 months ago
Protobuf Team Bot 9fff46d732 Updating version.json and repo version numbers to: 28.2 2 months ago
zhangskz 5b0e54384a
Fix cord handling in DynamicMessage and oneofs. (#18373) 2 months ago
Protobuf Team Bot f2401a1e25 Updating version.json and repo version numbers to: 28.2-dev 3 months ago
Protobuf Team Bot 10ef3f7768 Updating version.json and repo version numbers to: 28.1 3 months ago
Protobuf Team Bot 976ab41881 Updating version.json and repo version numbers to: 28.1-dev 3 months ago
Protobuf Team Bot 439c42c735 Updating version.json and repo version numbers to: 28.0 3 months ago
Protobuf Team Bot 09ba2bb826 Updating version.json and repo version numbers to: 28.0-dev 3 months ago
Protobuf Team Bot e340f52e46 Updating version.json and repo version numbers to: 28.0-rc3 3 months ago
Jie Luo 5fc5558f6e Raise warnings for deprecated python cpp extension GetDebugString(). 4 months ago
Protobuf Team Bot 53f78b4278 Updating version.json and repo version numbers to: 28.0-dev 4 months ago
Protobuf Team Bot 4afaa64c95 Updating version.json and repo version numbers to: 28.0-rc2 4 months ago
Jie Luo 902a68a159 -Remove service.py usages in builder 5 months ago
Jie Luo 38140ac544 Raise warnings for deprecated google/protobuf/reflection.py APIs. 5 months ago
Protobuf Team Bot e3e43446f2 Updating version.json and repo version numbers to: 28.0-dev 5 months ago
Protobuf Team Bot e70d04d915 Updating version.json and repo version numbers to: 28.0-rc1 5 months ago
Protobuf Team Bot 32bcf0bead Prepare the code for migrating protobuf string accessors to 5 months ago
Protobuf Team Bot 27d8304aa8 Add a warning for gencode that is one major version older than runtime 5 months ago
Protobuf Team Bot 647ee98c65 Add #include "third_party/protobuf/port_undef.inc" a bunch of many .cc files 5 months ago
Jie Luo e17821cac1 Nextgen Proto Pythonic API: Struct/ListValue assignment and creation 5 months ago
Mike Kruskal 8beb9705e4 Fix delimited inheritance in all languages. 6 months ago
jensbjorgensen eb67a91cac make bytearray work (again) (#16691) 6 months ago
Protobuf Team Bot 3784ba1959 Fix stack overflow on self-recursive messages with pybind11 6 months ago
Protobuf Team Bot b3bcbd92da Automated rollback of commit e207f27a35. 6 months ago
Jie Luo b690e729eb Nextgen Proto Pythonic API: Timestamp/Duration assignment, creation and calculation 6 months ago
Protobuf Team Bot e207f27a35 Internal Change 6 months ago
Jie Luo 3a9f0743ea Nextgen Proto Pythonic API: “Add-on” proto for length prefixed serialize/parse 6 months ago
Protobuf Team Bot 18da465815 Rename `DynamicCastToGenerated`/`DownCastToGenerated` to 6 months ago
Protobuf Team Bot f65108072b Fixed printing of nan floats/doubles in Python. 6 months ago
Jie Luo 696b5a3554 Use lower_with_under for Python nextgen tests 6 months ago
Jie Luo 6c91de9de9 Nextgen Proto Pythonic API: “Add-on” proto for JSON serialize/parse 7 months ago
Jie Luo 495ba7bcdb Nextgen Proto Pythonic API: “Add-on” proto for serialize/parse 7 months ago
Jie Luo 9de810acdc use struct instead of ctype. allows the protobuf python library to work on cpython 3.11's new wasm target [1] 7 months ago
Jie Luo 24f27c3b88 Nextgen Proto Pythonic API: Add 'in' operator 7 months ago
Kyle Montemayor c4bf83b534 Automated rollback of commit f799af8bf5. 7 months ago
Protobuf Team Bot b3e7a00774 Add unit test enum showing allocation in repeated enum lists 7 months ago
Jie Luo 9cc5be12ed Catch all the exceptions in python JSON ParseDict and raise 7 months ago
Protobuf Team Bot 1a7aa2c4e8 Internal changes. 7 months ago
Protobuf Team Bot 971f88aa63 Improve C++, Python, Java runtime version representations to avoid merge conflicts during release. 8 months ago
Mike Kruskal 95877d8569 Updating version.json and repo version numbers to: 28-dev (#16555) 8 months ago
Jie Luo f799af8bf5 Automated rollback of commit 57772cdae7. 8 months ago
Mike Kruskal db5814e4ff Use newly split feature defaults in plugins and runtimes. 8 months ago
Kyle Montemayor 57772cdae7 Add __or__ to enum_type_wrapper so they can be used in type unions 8 months ago
Mike Kruskal b3b4497d61 Implement feature lifetime validation in protoc and the C++ runtime. 8 months ago
Mike Kruskal 29c69ff00b Fix text-format delimited field handling 8 months ago
zhangzibao f6bcf9c78f bugfix json_format.py (#16382) 8 months ago
Jie Luo baf211bf63 Automated rollback of commit de8e550e90. 8 months ago
Jie Luo de8e550e90 Nextgen Proto Pythonic API: Add 'in' operator 8 months ago
Anton Grbin 86abf35ef5 Python JSON parser: Ignore invalid enum string values if ignore_unknown_fields is set (#15887) 8 months ago