| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename PySide2 to PySide6 | Friedemann Kleint | 2020-11-02 | 3 | -446/+0 |
| * | replace **locals by f-strings where possible | Christian Tismer | 2020-11-02 | 2 | -21/+18 |
| * | Rename shiboken2 to shiboken6 | Friedemann Kleint | 2020-10-28 | 2 | -2/+2 |
| * | signature: pass `self` directly from parser | Christian Tismer | 2020-08-24 | 1 | -6/+6 |
| * | Implement __qualname__ and correct __module__ for classes | Christian Tismer | 2020-05-16 | 2 | -8/+2 |
| * | signature: Fix and simplify for mypy compatibility | Christian Tismer | 2020-04-21 | 1 | -1/+0 |
| * | Support type checking with the mypy module | Christian Tismer | 2020-04-17 | 1 | -0/+4 |
| * | Enable the Function Registry for 5.14 | Christian Tismer | 2019-09-28 | 1 | -7/+4 |
| * | Merge remote-tracking branch 'origin/5.13' into 5.14 | Friedemann Kleint | 2019-09-05 | 1 | -19/+57 |
| |\ |
|
| | * | signature: Support typing.Optional[T] and refine a bit | Christian Tismer | 2019-08-29 | 1 | -21/+52 |
| | * | Add QtCore.Slot.__signature__ and much more manually | Christian Tismer | 2019-08-21 | 1 | -3/+10 |
| * | | PySide: Create a framework for deprecated functions | Christian Tismer | 2019-08-06 | 2 | -0/+82 |
| |/ |
|
| * | Cleanup signature module before substantial change | Christian Tismer | 2019-07-17 | 1 | -0/+4 |
| * | generate_pyi: Simplify, Enhance and Get Rid Of Any Import Problems | Christian Tismer | 2019-05-19 | 1 | -152/+59 |
| * | Avoid too much stickiness when using --reuse-build | Christian Tismer | 2019-04-26 | 1 | -2/+41 |
| * | Revert an unwanted debug change in generate_pyi.py | Christian Tismer | 2019-04-16 | 1 | -5/+1 |
| * | Implement Embedding To Make Signatures Always Available | Christian Tismer | 2019-03-20 | 1 | -6/+6 |
| * | Simplify Python Imports For Embedding | Christian Tismer | 2019-03-20 | 7 | -618/+12 |
| * | Amend The Python 3.5 Fix | Christian Tismer | 2019-03-01 | 1 | -10/+0 |
| * | Prevent Python 3.5 From Crashing The Build | Christian Tismer | 2019-02-26 | 1 | -0/+10 |
| * | Modernize cmake build | Alexandru Croitor | 2019-02-07 | 1 | -9/+0 |
| * | Type Hints: Handle Container Types Correctly: Addendum | Christian Tismer | 2019-02-06 | 1 | -0/+1 |
| * | Type Hints: Handle Container Types Correctly | Christian Tismer | 2019-02-05 | 1 | -18/+8 |
| * | Run generate_pyi After Generation of All Binaries | Christian Tismer | 2019-01-22 | 1 | -1/+15 |
| * | Produce TypeError Messages Using the Signature Module | Christian Tismer | 2019-01-10 | 1 | -0/+1 |
| * | Fix a rare type hint racing condition | Christian Tismer | 2019-01-06 | 1 | -0/+2 |
| * | Complete The Signature Introspection | Christian Tismer | 2018-12-22 | 1 | -15/+9 |
| * | Refine .pyi Messages | Christian Tismer | 2018-12-17 | 1 | -5/+15 |
| * | generate_pyi.py: Add --quiet option | Friedemann Kleint | 2018-12-11 | 1 | -0/+3 |
| * | Fix locking in generate_pyi.py | Christian Tismer | 2018-12-10 | 1 | -73/+47 |
| * | Avoid DeprecationWarning in Python 3 | Cristian Maureira-Fredes | 2018-12-05 | 1 | -1/+1 |
| * | Generate Hinting Stubs Automatically | Christian Tismer | 2018-12-03 | 2 | -56/+146 |
| * | Fix Hinting Stub Glitch and Enhance | Christian Tismer | 2018-11-26 | 1 | -26/+46 |
| * | Create hinting stubs for Python IDEs | Christian Tismer | 2018-11-24 | 4 | -2/+296 |
| * | Split The Signature Module After The Project Split | Christian Tismer | 2018-11-24 | 12 | -4228/+15 |
| * | Signature: Implement Nested Classes and Functions for Shiboken | Christian Tismer | 2018-11-15 | 4 | -11/+111 |
| * | Implement Different Signature Layouts | Christian Tismer | 2018-10-11 | 3 | -53/+244 |
| * | Prepare the Signature Module For More Applications | Christian Tismer | 2018-10-11 | 7 | -25/+245 |
| * | Fix help display of backport_inspect (python 2.7) | Christian Tismer | 2018-08-28 | 2 | -0/+9 |
| * | Make signature module unconditional | Christian Tismer | 2018-08-27 | 3 | -17/+25 |
| * | Adapt Licenses to Python 3.7.0 | Christian Tismer | 2018-07-09 | 7 | -5619/+44 |
| * | Fix Limited API and Signature Glitches in Python 3.7 | Christian Tismer | 2018-07-09 | 2 | -2/+5 |
| * | Improve the QByteArray implementation | Boxiang Sun | 2018-06-01 | 1 | -0/+1 |
| * | Use SPDX name / ID for python license | Kai Koehne | 2018-05-22 | 2 | -2/+46 |
| * | Change license from all the files | Cristian Maureira-Fredes | 2018-05-03 | 10 | -10/+10 |
| * | Rename PySide references to Qt for Python | Cristian Maureira-Fredes | 2018-04-27 | 10 | -10/+10 |
| * | Fix qt_attribution.json | Friedemann Kleint | 2018-04-18 | 1 | -0/+12 |
| * | Augment signature mapping for 5.11 | Christian Tismer | 2018-02-26 | 1 | -1/+3 |
| * | Merge remote-tracking branch 'origin/5.6' into 5.9 | Friedemann Kleint | 2018-02-23 | 1 | -1/+13 |
| |\ |
|
| | * | Signature: make the parser more complete for 5.11 | Christian Tismer | 2018-02-23 | 1 | -1/+13 |