aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/PySide2/support
Commit message (Expand)AuthorAgeFilesLines
* generate_pyi: Simplify, Enhance and Get Rid Of Any Import ProblemsChristian Tismer2019-05-191-152/+59
* Avoid too much stickiness when using --reuse-buildChristian Tismer2019-04-261-2/+41
* Revert an unwanted debug change in generate_pyi.pyChristian Tismer2019-04-161-5/+1
* Implement Embedding To Make Signatures Always AvailableChristian Tismer2019-03-201-6/+6
* Simplify Python Imports For EmbeddingChristian Tismer2019-03-207-618/+12
* Amend The Python 3.5 FixChristian Tismer2019-03-011-10/+0
* Prevent Python 3.5 From Crashing The BuildChristian Tismer2019-02-261-0/+10
* Modernize cmake buildAlexandru Croitor2019-02-071-9/+0
* Type Hints: Handle Container Types Correctly: AddendumChristian Tismer2019-02-061-0/+1
* Type Hints: Handle Container Types CorrectlyChristian Tismer2019-02-051-18/+8
* Run generate_pyi After Generation of All BinariesChristian Tismer2019-01-221-1/+15
* Produce TypeError Messages Using the Signature ModuleChristian Tismer2019-01-101-0/+1
* Fix a rare type hint racing conditionChristian Tismer2019-01-061-0/+2
* Complete The Signature IntrospectionChristian Tismer2018-12-221-15/+9
* Refine .pyi MessagesChristian Tismer2018-12-171-5/+15
* generate_pyi.py: Add --quiet optionFriedemann Kleint2018-12-111-0/+3
* Fix locking in generate_pyi.pyChristian Tismer2018-12-101-73/+47
* Avoid DeprecationWarning in Python 3Cristian Maureira-Fredes2018-12-051-1/+1
* Generate Hinting Stubs AutomaticallyChristian Tismer2018-12-032-56/+146
* Fix Hinting Stub Glitch and EnhanceChristian Tismer2018-11-261-26/+46
* Create hinting stubs for Python IDEsChristian Tismer2018-11-244-2/+296
* Split The Signature Module After The Project SplitChristian Tismer2018-11-2412-4228/+15
* Signature: Implement Nested Classes and Functions for ShibokenChristian Tismer2018-11-154-11/+111
* Implement Different Signature LayoutsChristian Tismer2018-10-113-53/+244
* Prepare the Signature Module For More ApplicationsChristian Tismer2018-10-117-25/+245
* Fix help display of backport_inspect (python 2.7)Christian Tismer2018-08-282-0/+9
* Make signature module unconditionalChristian Tismer2018-08-273-17/+25
* Adapt Licenses to Python 3.7.0Christian Tismer2018-07-097-5619/+44
* Fix Limited API and Signature Glitches in Python 3.7Christian Tismer2018-07-092-2/+5
* Improve the QByteArray implementationBoxiang Sun2018-06-011-0/+1
* Use SPDX name / ID for python licenseKai Koehne2018-05-222-2/+46
* Change license from all the filesCristian Maureira-Fredes2018-05-0310-10/+10
* Rename PySide references to Qt for PythonCristian Maureira-Fredes2018-04-2710-10/+10
* Fix qt_attribution.jsonFriedemann Kleint2018-04-181-0/+12
* Augment signature mapping for 5.11Christian Tismer2018-02-261-1/+3
* Merge remote-tracking branch 'origin/5.6' into 5.9Friedemann Kleint2018-02-231-1/+13
|\
| * Signature: make the parser more complete for 5.11Christian Tismer2018-02-231-1/+13
* | Merge remote-tracking branch 'origin/5.6' into 5.9Friedemann Kleint2017-12-211-1/+1
|\|
| * Unify signature registry for py2 / py3 and clean upChristian Tismer2017-12-051-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.9Friedemann Kleint2017-11-292-1/+2
|\|
| * signature: Support a new constant for QOpenGLChristian Tismer2017-11-282-1/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.9Friedemann Kleint2017-11-277-170/+2455
|\|
| * Create a function existence registryChristian Tismer2017-11-271-2/+3
| * Create a function existence registryChristian Tismer2017-11-241-0/+4
| * Create a function existence registrymaya1Christian Tismer2017-11-191-1/+0
| * Update and complete the signature moduleChristian Tismer2017-11-151-1/+2
| * Update and complete the signature moduleChristian Tismer2017-11-145-166/+2447
* | Merge remote-tracking branch 'origin/5.6' into 5.9Friedemann Kleint2017-11-061-1/+9
|\|
| * Implement proper void pointer (void*) supportAlexandru Croitor2017-11-061-1/+9
* | Merge remote-tracking branch 'origin/5.6' into 5.9Friedemann Kleint2017-10-272-5/+6
|\|