1052 Commits (321d649b519bae91c90cdebfb90a6655d9c301cd)

Author SHA1 Message Date
Jie Luo dd9dd86fbc Raise warnings for MessageFactory class usages 2 years ago
Karol M. Langner 1b1ca24ae0 Call setUp on super, and fix import order 2 years ago
Adam Cozzette 3942e53072 Automated rollback of commit 63389c027f. 2 years ago
Adam Cozzette 63389c027f Add Python support for retention attribute 2 years ago
deannagarcia 56c149863c
Depend on proto file instead of proto library 2 years ago
deannagarcia 491d27e4e6
Add plugin.proto to the list of well known files for python 2 years ago
Mike Kruskal 649cc30872 Open-source some of our string_view tests. 2 years ago
Protobuf Team Bot a847a8dc4b Updating version.json and repo version numbers to: 22.0 2 years ago
Protobuf Team Bot a594141cc4 Document known quirks of EnumDescriptor::is_closed() when importing across files with different syntaxes. 2 years ago
Protobuf Team Bot 1de344fcd1 Document known quirks of EnumDescriptor::is_closed() when importing across files with different syntaxes. 2 years ago
Protobuf Team Bot 4dd7a1e380 Updating version.json and repo version numbers to: 22.0-rc3 2 years ago
Xavier Bonaventura c8ebeb1733 Set incompatible_disallow_empty_glob in CI tests 2 years ago
Protobuf Team Bot fa7a079c11 Updating version.json and repo version numbers to: 22.0-rc2 2 years ago
Deanna Garcia f775d49299 Use python3 setup.py sdist to build the source distribution for python. 2 years ago
Deanna Garcia 702d95891d Use "manylinux" for release wheel platform name 2 years ago
Joshua Haberman 1c8ddf248e Removed unused argument to error message. 2 years ago
Protobuf Team Bot 2b406251e4 Updating version.json and repo version numbers to: 22.0-rc1 2 years ago
Mike Kruskal 7bc3ed8835 Migrating downstream error collectors to use the new string_view overrides. 2 years ago
Mike Kruskal a9f1ea6371 Breaking change: Migrate to Abseil's logging library. 2 years ago
Mike Kruskal 7930cd1f9d Upgrade to Abseil LTS 20230117 (#11622) 2 years ago
Mike Kruskal 9ee25ad91d Silence deprecated usage 2 years ago
Mike Kruskal f60f478f45 Enable new JSON field name conflict handling. 2 years ago
Mike Kruskal 3aaaf7d7ce Add DescriptorPool-level opt-out for new JSON field name handling. 2 years ago
Mike Kruskal 06b5775fd7 Remove reference to deleted test. 2 years ago
Jie Luo c80e7efac7 Soft deprecate python MessageFactory 2 years ago
Jie Luo 9b5a084118 check if testCreatePrototypeOverride exist 2 years ago
Protobuf Team Bot 258d67c0d3 Fix UnicodeDecodeError exception catching. 2 years ago
Protobuf Team Bot b8f35b2628 Fix missing parameter lists. 2 years ago
Deanna Garcia d78c7bc53f Remove MSVC tests and document that source is just for ubuntu/macos 2 years ago
Deanna Garcia f74dad67f8 Try static linking 2 years ago
Jie Luo f75fd051d6 Change extension_handle to field_descriptor in python `HasExtension()` and `ClearExtension()` 2 years ago
Deanna Garcia bbcc9ca8e8 Specify language of extension 2 years ago
Deanna Garcia 100a025766 Change header installation now that we are using pip 2 years ago
Deanna Garcia f887fe30aa Add lots more source files 2 years ago
Joshua Haberman 7cd8f6c940 Ported more cases of wire format parsing to upb_WireReader. 2 years ago
Eric Salo 0c6b72dbf8 replace upb_Map_Delete() 2 years ago
Deanna Garcia 4efa9c3c40 Add manifest 2 years ago
Deanna Garcia d21ea652dd Add include dir to setup.py 2 years ago
Deanna Garcia c740802bcb Update proto dep and setup.py 2 years ago
Eric Salo 26e9a75294 remove wire/types.h from the :wire build target 2 years ago
Eric Salo 3f173c4b81 add upb_Map_Delete2() 2 years ago
Deanna Garcia c59cc4d85a Add files to python sources that we will need for the upb source distribution 2 years ago
Deanna Garcia 031a12b6a5 Move pyext to python dir and change test installation 2 years ago
Deanna Garcia 9880136636 Add bazel target for source distribution 2 years ago
Matt Fowles Kulukundis 1697e4558b Main 202212161220 (#11340) 2 years ago
Protobuf Team Bot 9238c4843a Add debug_redact field option to protobuf. 2 years ago
Jie Luo 883ec1c3ef Raise errors when serialize inf and nan for Value.number_value in json format. fixes #11259 2 years ago
Deanna Garcia d0169ff9d1 Create python source file distribution to use for python source wheel. 2 years ago
Hongcheng Xu 68d25df1d2 Clarifies ParseFromString method takes only binary form of proto 2 years ago
Tommy Dew 1e6f8761cd Resolve #10949: use raise from in json_format.py (#10966) 2 years ago