COMMITS
/ src/idl_gen_python.cpp March 19, 2026
T
Fix inconsistent Python union creator function naming (#8981)
tmimmanuel committed
March 5, 2026
R
January 21, 2026
J
[Python] Improve python API (#8781)
Jacob Abrams committed
December 21, 2025
J
Fix python generation with nested flatbuffers (#8854)
Justin Davis committed
December 19, 2025
D
Run clang-format -i **/*.cpp (#8865)
Derek Bailey committed
December 3, 2025
J
Implement `--file-names-only` (#8788)
Justin Davis committed
F
WIP error messages (#8764)
Felix committed
November 30, 2025
F
[Python] Fix generating __init__.py for invalid path (#8810)
Felix committed
November 29, 2025
P
[Python] Fix inconsistent creator function naming in generated code (#8791) (#8792)
peter-soos committed
September 24, 2025
D
Use the Google Style for clang-format without exceptions (#8706)
Derek Bailey committed
July 26, 2025
F
Bugfix __eq__ for numpy data types (#8646)
Felix committed
July 23, 2025
Ł
[Python] Enhance object API `__init__` with typed keyword arguments (#8615)
Łukasz Kurowski committed
July 17, 2025
F
[Python] Avoid double flatbuffers include in pyi files (#8626)
Felix committed
July 16, 2025
F
Fix Enum type definition (#8624)
Felix committed
July 15, 2025
F
[Python] Avoid include own type (#8625)
Felix committed
July 4, 2025
F
Use correct default type for str (#8623)
Felix committed
June 29, 2025
S
Decode bytes to strings in Python Object API (#8551)
Seth Raymond committed
June 23, 2025
A
Avoid outputting Python files for already generated types (#8500)
Aaron Barany committed
June 18, 2024
A
[gRPC] Update the code generator for Python to produce typed handlers (#8326)
Anton Bobukh committed
June 3, 2024
F
[Python] Render enums as Python IntEnum (#8145)
Felix committed
May 29, 2024
A
[Python] Generate `.pyi` stub files when `--python-typing` is on. (#8312)
Anton Bobukh committed
May 1, 2024
A
[Python] Fix various codegen problems (#8292)
Anton Bobukh committed
November 29, 2023
A
Fix python type annotation output when not enabled (#7983)
Aaron Barany committed
May 17, 2023
C
Fix python tests (#7960)
Chih-Hsuan Yen committed
May 10, 2023
D
fixed bfbs gen to pass extra options (#7949)
Derek Bailey committed
D
removed extern code generation declarations preferring direct includes (#7948)
Derek Bailey committed
April 28, 2023
M
Optionally generate Python type annotations (#7858)
Max Burke committed
April 26, 2023
M
Optionally generate type prefixes and suffixes for python code (#7857)
Max Burke committed
January 31, 2023
K
Final refactor for bfsb_generator* and text generator (#7806)
Khanh Nguyen committed
January 25, 2023
K
Refactor languages to use CodeGenerator interface. (#7797)
Khanh Nguyen committed
November 11, 2022
A
Add comparison operator to python objects under --gen-compare option (#7610)
Alex-Ratcliffe committed
October 29, 2022
I
python: object generation prefix and suffix (#7565)
inaryart committed
October 26, 2022
J
[Python] Fixed the issue with nested unions relying on InitFromBuf. (#7576)
Joshua Smith committed
September 22, 2022
J
[Python] Python fixed size array (#7529)
Joshua Smith committed
August 16, 2022
P
Audit and fixups for GCC and Clang (#7212)
Paul Harris committed
June 13, 2022
C
Implement optional scalars for Python (#7318)
Caleb Zulawski committed
March 16, 2022
D
[Lua] Apply Namer to Lua (#7171)
Derek Bailey committed
March 13, 2022
C
Namersw (#7167)
Casper committed
C
Nameroverloads (#7164)
Casper committed
March 8, 2022
C
Apply Namer to Python code gen (#7146)
Casper committed
February 24, 2022
D
Use ConvertCase instead of Make{Upper,Lower,Snake} implementations (#7127)
Derek Bailey committed
February 1, 2022
D
clang format on codebase (#7058)
Derek Bailey committed
December 9, 2021
L
Enable --gen-onefile in Python (#6953)
lu-wang-g committed
November 20, 2021
D
clang-all (#6941)
Derek Bailey committed
November 4, 2021
L
Keep methods with struct name and switch them to default (#6879)
lu-wang-g committed
T
[Python] Verify EnumDef is not generated in GenUnionCreator (#6903)
Tom Miller committed
June 10, 2021
R
[Python] [Codegen] Fixes nested structs with underscore names (#6686)
Russell Chreptyk committed
May 15, 2021
D
Ran clang-format-all.sh. Removed default --style=file parameter (#6639)
Derek Bailey committed
January 28, 2021
R
Better python generated code naming (#6336)
Richard A Hofer committed
January 22, 2021
M
Formats cpp code (#6349)
mustiikhalil committed