dep-protobuf/python
Alexandre Jasmin ebaecb7e09 Python: Allow de-serializing bytearray (#868)
Fix for https://github.com/protocolbuffers/protobuf/issues/10774

Closes #868

COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/upb/pull/868 from ajasmin:bugfix/pythondeserialize-bytearray 5afeb11831fd6f2f80d032cfc54fb2e7bbe902ca
PiperOrigin-RevId: 524857599
2023-04-17 08:46:32 -07:00
..
dist Add windows CI 2023-03-29 16:51:58 -07:00
pb_unit_tests Comment out //third_party/upb/python/pb_unit_tests:numpy_test to allow for a change in protobuf directories. This will be uncommented as soon as the protobuf change gets through. 2023-04-14 11:31:11 -07:00
BUILD Add windows CI 2023-03-29 16:51:58 -07:00
convert.c Removed unused argument to error message. 2023-01-27 16:04:00 -08:00
convert.h upb: use the new reflection headers 2022-09-15 10:27:11 -07:00
descriptor.c Added is_closed to EnumDescriptor in protobuf python upb 2022-11-04 16:14:35 -07:00
descriptor.h upb: use the new reflection headers 2022-09-15 10:27:11 -07:00
descriptor_containers.c upb: use the new reflection headers 2022-09-15 10:27:11 -07:00
descriptor_containers.h upb: use the new reflection headers 2022-09-15 10:27:11 -07:00
descriptor_pool.c Fix missing parameter lists. 2023-01-04 13:03:46 -08:00
descriptor_pool.h Mass API rename and clang-reformat (#485) 2022-01-12 07:19:28 -08:00
extension_dict.c append "ByDef" to names of message accessors that use reflection 2022-12-05 08:41:14 -08:00
extension_dict.h Create targets for UPB release 2022-04-13 09:07:41 -07:00
map.c replace upb_Map_Delete() 2022-12-29 09:06:21 -08:00
map.h upb: use the new reflection headers 2022-09-15 10:27:11 -07:00
message.c Python: Allow de-serializing bytearray (#868) 2023-04-17 08:46:32 -07:00
message.h fix Python bug with required fields 2023-03-22 07:26:28 -07:00
minimal_test.py Added a GitHub Action to test Python+upb on Windows, and fixed a couple of bugs this revealed. 2022-05-03 16:51:00 -07:00
protobuf.c replace and repair the integer hash table iterator: 2022-11-16 18:47:45 -08:00
protobuf.h create upb/hash/ 2022-11-14 09:33:38 -08:00
py_extension.bzl Enabled TAP testing for upb on Windows via Lexan. 2022-11-14 22:37:54 -08:00
python_api.h Added wheels for macOS, and tests for all wheels. 2022-05-04 16:04:44 -07:00
repeated.c normalize upb_Message_New() 2022-10-10 13:54:21 -07:00
repeated.h upb: use the new reflection headers 2022-09-15 10:27:11 -07:00
requirements.txt Update numpy dependency to 1.22.0. 2023-03-22 10:10:25 -07:00
requirements_311.txt Add better handling for systems without python3 installed. 2022-11-30 19:55:26 -08:00
unknown_fields.c Ported more cases of wire format parsing to upb_WireReader. 2022-12-29 20:55:09 -08:00
unknown_fields.h Added support for UnknownFieldSet. 2022-04-20 11:12:58 -07:00
version_script.lds Initial commit of Python+upb. 2021-08-18 12:38:26 -07:00