274 Commits (80264f7caba000a3d32a3965e886b8730e9a7e81)

Author SHA1 Message Date
Jie Luo 00a9807c9e Remove some message factory tests in python upb 1 year ago
Jie Luo 0ea9f73be3 skip some upb python test which extend non iterable value to repeated field 1 year ago
Jie Luo cbacdf152a Remove RegisterExtension in message class 1 year ago
Jie Luo 56a770818c Skip some upb tests for message factory. To get rid of copybara complains 1 year ago
Jie Luo cfb8b3dd6d Update upb deps and remove testAddTypeError test in python upb 1 year ago
Protobuf Team Bot 73ee41cbb2 license changes 2 years ago
Jie Luo 7f0092a802 Internal change 2 years ago
Jie Luo 60be96e0bf -Make message __deepcopy__ call UPB code instead of default implementation for 2 years ago
Jie Luo 62f1470f09 -Make message CopyFrom() call UPB code instead of default implementation for python UPB 2 years ago
Deanna Garcia 8c10056074 Add back UPB numpy test now that it has been moved in the protobuf directory. 2 years ago
Eric Salo 565c8fe66e upb: copy the wire decode recursion-depth-checking code to the wire encoder 2 years ago
Eric Salo b19c811493 Python: Allow de-serializing bytearray (#868) 2 years ago
Alexandre Jasmin ebaecb7e09 Python: Allow de-serializing bytearray (#868) 2 years ago
Deanna Garcia e6dd5bfefe 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. 2 years ago
Protobuf Team Bot 9d2b5d1716 Add upb_MiniTable_FindUnknown depth_limit parameter. 2 years ago
Mike Kruskal d260ab343e Add windows CI 2 years ago
Deanna Garcia eda3f17ed3 Update numpy dependency to 1.22.0. 2 years ago
Eric Salo ea4cb79f66 fix Python bug with required fields 2 years ago
Deanna Garcia 666a28e6ac Update numpy dependency to 1.22.0. 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
Mike Kruskal 06b5775fd7 Remove reference to deleted test. 2 years ago
Jie Luo 9b5a084118 check if testCreatePrototypeOverride exist 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
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 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
Jie Luo 0def88b582 Internal change only 2 years ago
Jie Luo 44e6f6699a Internal change only 2 years ago
Jie Luo 0980a7b418 Internal change only 2 years ago
Deanna Garcia 92dbe4b8bb Add license file to pypi wheels. 2 years ago
Eric Salo b747edb830 append "ByDef" to names of message accessors that use reflection 2 years ago
Mike Kruskal 248ed86f2b Add better handling for systems without python3 installed. 2 years ago
Sandy Zhang a1d054be85 Internal Change 2 years ago
Eric Salo 03b1dee5cc implement upb_Map_Next() as the new upb_Map iterator 2 years ago
Eric Salo ff6439fba0 move the wire type definitions into upb/wire/ where they belong 2 years ago
Eric Salo 70566461f9 replace and repair the integer hash table iterator: 2 years ago
Protobuf Team Bot d3ec4b63c9 Add Parse/Serialize templates to support shared_ptr/unique_ptr. 2 years ago