aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/lib/pyi_generator.py
Commit message (Expand)AuthorAgeFilesLines
* pyi: check for imported types in return statementsCristián Maureira-Fredes2024-04-191-0/+5
* Fix missing NoneType import, amendedFriedemann Kleint2024-04-191-1/+1
* pyi: Fix syntax error in class attributesFriedemann Kleint2024-03-271-1/+1
* doc: Add page for shiboken6-genpyiAdrian Herrmann2024-03-201-4/+0
* pyi: support class attributesCristián Maureira-Fredes2024-02-261-0/+6
* Fix flake8 warnings in shibokenmoduleFriedemann Kleint2024-01-241-5/+7
* Support running PySide on Python 3.12Christian Tismer2023-10-091-2/+7
* PyEnum: Remove the now unreachable test cases for old enumsChristian Tismer2023-06-191-1/+1
* PyEnum: Update docs and rename the optionChristian Tismer2023-06-161-1/+1
* Type hints: Fix missing NoneType importFriedemann Kleint2023-04-121-1/+2
* Type hints: Fix checks for None with pyrightFriedemann Kleint2023-04-051-0/+1
* pyi_generator: Generate imports only for external classesChristian Tismer2023-03-071-2/+5
* signals: Generate signals into pyi files as attributesChristian Tismer2022-11-071-2/+8
* PyEnum: Use embedding of the Enum module for better execution speedChristian Tismer2022-06-161-1/+0
* PyEnum: Fix the old Enums to produce correct .pyi files, againChristian Tismer2022-05-271-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-271-38/+2
* PyEnum: Prepare Enum tests for both old and new enumsChristian Tismer2022-05-221-1/+1
* PyEnum: Implement Switchable Qt Enums Using Python EnumsChristian Tismer2022-05-221-4/+3
* setup: re-enable shiboken6-genpyi after total embeddingChristian Tismer2022-03-301-1/+3
* generate_pyi: Fix an import timing problem on Windows, amendedChristian Tismer2022-03-041-8/+7
* generate_pyi: Fix an import timing problem on WindowsChristian Tismer2022-03-021-5/+2
* signature: avoid false positives in .pyi importChristian Tismer2021-11-221-1/+1
* mypy-support: Improve handling of slots, enum and PathLikeChristian Tismer2021-11-111-1/+3
* Improve the MyPy support, first systematic changesChristian Tismer2021-10-191-2/+2
* signature: update and make embedding aware, amendmentChristian Tismer2021-09-291-8/+0
* signature: update and make embedding awareChristian Tismer2021-07-211-4/+3
* Fix logging level being set when importing PySide6Friedemann Kleint2021-07-051-6/+8
* testing: enforce that .pyi files are always testedChristian Tismer2021-06-181-1/+6
* shiboken: Fix a crash when running .pyi files in Python 3Christian Tismer2021-06-161-1/+1
* PyClassProperty: Correct the decorator and publish the classChristian Tismer2021-06-101-6/+5
* pyi_generator: Optimize importsChristian Tismer2021-05-261-12/+32
* __feature__: Support generation of modified .pyi filesChristian Tismer2021-05-211-5/+9
* Turn generate_pyi into a general pyi_generator tool, finishChristian Tismer2021-05-171-12/+13
* Turn generate_pyi into a general pyi_generator tool, mainChristian Tismer2021-05-171-39/+54
* Turn generate_pyi into a general pyi_generator tool, preparationChristian Tismer2021-05-171-0/+310