Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
index
:
pyside/pyside-setup.git
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.6
5.9
6.0
6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.3
6.3.0
6.3.1
6.3.2
6.4
6.4.0
6.4.1
6.4.2
6.5
6.5.1
6.5.2
6.5.3
6.6
6.6.1
6.6.2
6.6.3.1
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
remoteobjectsdev
wip/6.3_pypy
wip/pypy
Git super project for PySide
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sources
/
shiboken6
/
libshiboken
/
pep384impl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
libshiboken: Introduce define for old PyErr_ API
Friedemann Kleint
2025-05-02
1
-1
/
+1
*
libshiboken: Fix a Windows warning about inconsistent linkage of PyImport_Get...
Friedemann Kleint
2025-02-25
1
-25
/
+0
*
Refactor pep384impl.cpp
Friedemann Kleint
2024-11-27
1
-105
/
+56
*
limited api: Remove PyTuple_GET_ITEM, PyTuple_SET_ITEM, and PyTuple_GET_SIZE ...
Cristián Maureira-Fredes
2024-11-08
1
-2
/
+2
*
Remove traces of Python 2: libshiboken
Cristián Maureira-Fredes
2024-11-05
1
-14
/
+8
*
Work around deprecation of PyWeakref_GetObject() in Python 3.13
Friedemann Kleint
2024-09-11
1
-0
/
+14
*
shiboken6: Fix potential memory corruption in enum/flags conversion code
Friedemann Kleint
2024-09-03
1
-4
/
+2
*
libshiboken: Remove PepRuntime_38_flag
Friedemann Kleint
2024-08-06
1
-14
/
+0
*
libshiboken: Fix some static analysis warnings
Friedemann Kleint
2024-06-18
1
-11
/
+9
*
Add PyException_GetArgs()/PyException_SetArgs()
Friedemann Kleint
2024-05-27
1
-0
/
+25
*
Fix running on Fedora 40 with Python 3.12.3-2
Friedemann Kleint
2024-05-17
1
-4
/
+1
*
libshiboken: Clean up check_PyTypeObject_valid() a bit
Friedemann Kleint
2024-05-16
1
-8
/
+8
*
Limited API: Add PyErr_GetRaisedException()
Friedemann Kleint
2024-05-15
1
-0
/
+16
*
PEP 697: Use the new type extension provision, final
Christian Tismer
2024-05-02
1
-14
/
+6
*
Revert "PEP 697: Use the new type extension provision, amended"
Christian Tismer
2024-05-02
1
-0
/
+12
*
PEP 697: Use the new type extension provision, amended
Christian Tismer
2024-04-24
1
-12
/
+0
*
Add PepType_GetSlot() wrapping PyType_GetSlot()
Friedemann Kleint
2024-01-16
1
-0
/
+33
*
PyPySide: Update to Python 3.10
Christian Tismer
2023-12-21
1
-1
/
+4
*
PEP 697: Use the new type extension provision
Christian Tismer
2023-12-07
1
-7
/
+91
*
Enable connecting signals to slots with default parameters
Friedemann Kleint
2023-11-29
1
-0
/
+7
*
libshiboken: Extend the PyObject debug operator to format code objects
Friedemann Kleint
2023-11-16
1
-0
/
+6
*
Limited API: update python version usage and fix some minor bug
Christian Tismer
2023-10-24
1
-2
/
+2
*
Fix a warning resulting from bumping Python to 3.8
Friedemann Kleint
2023-10-12
1
-3
/
+0
*
shiboken: Get rid of tp_dict in general, amended
Christian Tismer
2023-10-11
1
-0
/
+2
*
shiboken: Get rid of tp_dict in general
Christian Tismer
2023-10-09
1
-2
/
+10
*
Support running PySide on Python 3.12
Christian Tismer
2023-10-09
1
-5
/
+39
*
Adapt UNICODE structures to Python 3.12
Friedemann Kleint
2023-10-04
1
-8
/
+64
*
Refactor _PepRuntimeVersion()
Friedemann Kleint
2023-10-02
1
-5
/
+10
*
libshiboken/libpyside: Fix some static analysis warnings
Friedemann Kleint
2023-09-20
1
-3
/
+3
*
PyEnum: Get rid of the no longer needed flags type
Christian Tismer
2023-07-03
1
-35
/
+0
*
PyEnum: Shortcut old Enum code and generate Python enums directly
Christian Tismer
2023-06-30
1
-1
/
+0
*
Shiboken: Remove an old patch that is no longer necessary
Christian Tismer
2023-06-06
1
-0
/
+10
*
PyPySide: Fix a crash with PyPy 7.3.10 and 7.3.11, amended
Christian Tismer
2023-03-27
1
-0
/
+25
*
Fix redefinition of type name PySideQFlagsTypePrivate
Friedemann Kleint
2022-12-16
1
-8
/
+8
*
Fix a comment about Limited API
Christian Tismer
2022-12-07
1
-1
/
+1
*
_PepUnicode_AsString: Fix a broken promise
Friedemann Kleint
2022-11-10
1
-5
/
+6
*
Fix warnings about missing initializers
Friedemann Kleint
2022-09-23
1
-4
/
+4
*
Limited_API: Fix PyIndex_Check once and for all
Christian Tismer
2022-05-27
1
-2
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-27
1
-38
/
+2
*
PyEnum: Implement Switchable Qt Enums Using Python Enums
Christian Tismer
2022-05-22
1
-0
/
+7
*
Limited API: Fix broken string conversion for non-compact strings
Friedemann Kleint
2022-05-02
1
-1
/
+1
*
PyPySide: handle signature with the new "builtin method" type
Christian Tismer
2022-03-15
1
-0
/
+27
*
PyPySide: Remove a disambiguation patch no longer needed
Christian Tismer
2022-02-08
1
-12
/
+0
*
PyPySide: Fix BindingManager::getOverride and others
Christian Tismer
2021-11-09
1
-0
/
+12
*
pep386impl: fix a left-over from the Python 2 cleanup, take 2
Christian Tismer
2021-10-01
1
-32
/
+0
*
Limited API: Add a fast path to _PepUnicode_AsString()
Friedemann Kleint
2021-09-30
1
-2
/
+23
*
Limited API: Add more Unicode functions
Friedemann Kleint
2021-09-30
1
-0
/
+75
*
PyPySide: adjust more to PyPy's needs
Christian Tismer
2021-09-29
1
-2
/
+2
*
shiboken: improve the handling of PyType_Type.type_new
Christian Tismer
2021-09-27
1
-0
/
+6
*
Remove SbkObjectType from the API
Friedemann Kleint
2021-09-13
1
-5
/
+5
[next]