summaryrefslogtreecommitdiff
path: root/tests/py_test.py
AgeCommit message (Expand)AuthorFilesLines
2023-01-10Fix some identity/equality confusion in Python tests (#7768)Ben Beasley1-4/+4
2023-01-10Stop using deprecated imp package in Python tests (#7769)Ben Beasley1-11/+2
2023-01-10Fix Python host-endianness dependencies (#7773)Ben Beasley1-15/+15
2023-01-09Fix a typo in a Python test name (#7774)Ben Beasley1-1/+1
2022-12-22Fixed test cases (#7732)RishabhDeep Singh1-1/+1
2022-10-29Add CreateSharedString to python builder (#7608)Michael Le1-0/+49
2022-10-26[Python] Fixed the issue with nested unions relying on InitFromBuf. (#7576)Joshua Smith1-0/+64
2022-09-22[Python] Python fixed size array (#7529)Joshua Smith1-9/+12
2022-06-13Implement optional scalars for Python (#7318)Caleb Zulawski1-0/+31
2021-12-09Enable --gen-onefile in Python (#6953)lu-wang-g1-2198/+2618
2021-01-28Better python generated code naming (#6336)Richard A Hofer1-138/+138
2021-01-04Generate code to encode and decode nested flatbuffers in Python. (#6354)Richard A Hofer1-0/+29
2020-12-14Add vectorNumElements attribute to Builder for simpler vector creation. (#6328)Richard A Hofer1-20/+20
2020-02-11[Python] Fixed issue #5499 (#5764)Joseph Pyott1-0/+1
2019-12-24CI: New Docker tests for Python with numpy (#5677)Robert Winslow1-0/+7
2019-12-02Flatbuffers Python Object API (#5616)lu-wang-g1-0/+538
2019-10-17Python: Add forceDefaults opt to python Builder (#5564)Bharat Tak1-0/+35
2019-08-23Fix incorrect padding in arrays of structs (Issue #5484) (#5491)svenk1771-1/+8
2019-07-26Python: Added support for file_identifiers (#5123)Joseph Pyott1-10/+17
2019-07-08Extend the test of MonsterExtra (#5428)Vladimir Glavnyy1-6/+6
2019-06-18Add support for fixed-size arrays (#5313)svenk1771-1/+53
2019-05-06Use a hash table to index existing vtables (#5314)Malthe Borch1-20/+35
2019-02-07Reduced `force_align` in tests to 8, to work with --object-api.Wouter van Oortmerssen1-1/+1
2019-01-14Add default NaN/Inf to C#, Java, Python (#5107)Vladimir Glavnyy1-1/+23
2018-10-15[Python] Fast serialization of numpy vectors (#4829)Felix Frank1-0/+260
2018-05-10Python: return None for missing strings. (#4733)Tin Tvrtković1-1/+1
2018-03-12Java/C#/Python prefixed size support (#4445)Robert Schmidtke1-6/+17
2017-10-06Python: CreateByteVector function in builder. (#4453)Robert1-0/+18
2017-10-05Fix issue #4389, if field is ommitted the return type is the same for… (#4444)Dariusz Ostolski1-1/+1
2017-08-24Trimmed vtables of trailing zeroes.Wouter van Oortmerssen1-3/+3
2017-08-01[Python] (scalar) vector reading speedup via numpy (#4390)Kevin Rose1-0/+61
2016-07-22Merge pull request #363 from danring/fix-341Robert1-0/+17
2016-06-18Fix test using compat.binary_types (from March).rw1-3/+4
2016-06-14Add tests for GetRootAs* in Go and PythonDan Ring1-0/+17
2016-01-20Merge branch 'master' of https://github.com/google/flatbuffersWouter van Oortmerssen1-6/+20
2016-01-20Fixed Python unit test breakage.Wouter van Oortmerssen1-4/+2
2015-12-31[BUG FIX] [MINOR] Fix encoding with unicode characters.Faizan Rashid1-6/+20
2015-11-11Python: Improve Builder user interface.rw1-17/+20
2015-09-29Add self.assertNotNested() in CreateStringtguo-aa1-0/+7
2015-05-13fix string catenationrw1-7/+7
2015-05-12Port FlatBuffers to Python.rw1-0/+1331