Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libshiboken: Introduce define for old PyErr_ APIFriedemann Kleint2025-05-021-1/+1
* libshiboken: Fix a Windows warning about inconsistent linkage of PyImport_Get...Friedemann Kleint2025-02-251-25/+0
* Refactor pep384impl.cppFriedemann Kleint2024-11-271-105/+56
* limited api: Remove PyTuple_GET_ITEM, PyTuple_SET_ITEM, and PyTuple_GET_SIZE ...Cristián Maureira-Fredes2024-11-081-2/+2
* Remove traces of Python 2: libshibokenCristián Maureira-Fredes2024-11-051-14/+8
* Work around deprecation of PyWeakref_GetObject() in Python 3.13Friedemann Kleint2024-09-111-0/+14
* shiboken6: Fix potential memory corruption in enum/flags conversion codeFriedemann Kleint2024-09-031-4/+2
* libshiboken: Remove PepRuntime_38_flagFriedemann Kleint2024-08-061-14/+0
* libshiboken: Fix some static analysis warningsFriedemann Kleint2024-06-181-11/+9
* Add PyException_GetArgs()/PyException_SetArgs()Friedemann Kleint2024-05-271-0/+25
* Fix running on Fedora 40 with Python 3.12.3-2Friedemann Kleint2024-05-171-4/+1
* libshiboken: Clean up check_PyTypeObject_valid() a bitFriedemann Kleint2024-05-161-8/+8
* Limited API: Add PyErr_GetRaisedException()Friedemann Kleint2024-05-151-0/+16
* PEP 697: Use the new type extension provision, finalChristian Tismer2024-05-021-14/+6
* Revert "PEP 697: Use the new type extension provision, amended"Christian Tismer2024-05-021-0/+12
* PEP 697: Use the new type extension provision, amendedChristian Tismer2024-04-241-12/+0
* Add PepType_GetSlot() wrapping PyType_GetSlot()Friedemann Kleint2024-01-161-0/+33
* PyPySide: Update to Python 3.10Christian Tismer2023-12-211-1/+4
* PEP 697: Use the new type extension provisionChristian Tismer2023-12-071-7/+91
* Enable connecting signals to slots with default parametersFriedemann Kleint2023-11-291-0/+7
* libshiboken: Extend the PyObject debug operator to format code objectsFriedemann Kleint2023-11-161-0/+6
* Limited API: update python version usage and fix some minor bugChristian Tismer2023-10-241-2/+2
* Fix a warning resulting from bumping Python to 3.8Friedemann Kleint2023-10-121-3/+0
* shiboken: Get rid of tp_dict in general, amendedChristian Tismer2023-10-111-0/+2
* shiboken: Get rid of tp_dict in generalChristian Tismer2023-10-091-2/+10
* Support running PySide on Python 3.12Christian Tismer2023-10-091-5/+39
* Adapt UNICODE structures to Python 3.12Friedemann Kleint2023-10-041-8/+64
* Refactor _PepRuntimeVersion()Friedemann Kleint2023-10-021-5/+10
* libshiboken/libpyside: Fix some static analysis warningsFriedemann Kleint2023-09-201-3/+3
* PyEnum: Get rid of the no longer needed flags typeChristian Tismer2023-07-031-35/+0
* PyEnum: Shortcut old Enum code and generate Python enums directlyChristian Tismer2023-06-301-1/+0
* Shiboken: Remove an old patch that is no longer necessaryChristian Tismer2023-06-061-0/+10
* PyPySide: Fix a crash with PyPy 7.3.10 and 7.3.11, amendedChristian Tismer2023-03-271-0/+25
* Fix redefinition of type name PySideQFlagsTypePrivateFriedemann Kleint2022-12-161-8/+8
* Fix a comment about Limited APIChristian Tismer2022-12-071-1/+1
* _PepUnicode_AsString: Fix a broken promiseFriedemann Kleint2022-11-101-5/+6
* Fix warnings about missing initializersFriedemann Kleint2022-09-231-4/+4
* Limited_API: Fix PyIndex_Check once and for allChristian Tismer2022-05-271-2/+1
* Use SPDX license identifiersLucie Gérard2022-05-271-38/+2
* PyEnum: Implement Switchable Qt Enums Using Python EnumsChristian Tismer2022-05-221-0/+7
* Limited API: Fix broken string conversion for non-compact stringsFriedemann Kleint2022-05-021-1/+1
* PyPySide: handle signature with the new "builtin method" typeChristian Tismer2022-03-151-0/+27
* PyPySide: Remove a disambiguation patch no longer neededChristian Tismer2022-02-081-12/+0
* PyPySide: Fix BindingManager::getOverride and othersChristian Tismer2021-11-091-0/+12
* pep386impl: fix a left-over from the Python 2 cleanup, take 2Christian Tismer2021-10-011-32/+0
* Limited API: Add a fast path to _PepUnicode_AsString()Friedemann Kleint2021-09-301-2/+23
* Limited API: Add more Unicode functionsFriedemann Kleint2021-09-301-0/+75
* PyPySide: adjust more to PyPy's needsChristian Tismer2021-09-291-2/+2
* shiboken: improve the handling of PyType_Type.type_newChristian Tismer2021-09-271-0/+6
* Remove SbkObjectType from the APIFriedemann Kleint2021-09-131-5/+5