summaryrefslogtreecommitdiffstats
path: root/tests/auto/selftests/expected_badxml.xml
Commit message (Collapse)AuthorAgeFilesLines
* Update the testlib XML baselines with the unit names from QTestLibThiago Macieira2010-04-291-4/+4
|
* tst_selftest: use @INSERT_QT_VERSION_HERE@ to indicate the Qt version.Thiago Macieira2010-04-281-2/+2
| | | | Otherwise, the tests break when the Qt version changes
* Extend testlib selftest to cover all loggers, not just plain text.Rohan McGovern2010-04-191-0/+75
6)Brandt Bucher2020-02-131-3/+3 * bpo-35134: Add Include/cpython/fileutils.h header file (GH-18493)Victor Stinner2020-02-122-164/+168 * bpo-35134: Add Include/cpython/bytesobject.h file (GH-18494)Victor Stinner2020-02-124-140/+145 * bpo-35081: Move dtoa.h header to the internal C API (GH-18489)Victor Stinner2020-02-122-5/+8 * bpo-35081: Move bytes_methods.h to the internal C API (GH-18492)Victor Stinner2020-02-121-0/+4 * bpo-39245: Switch to public API for Vectorcall (GH-18460)Petr Viktorin2020-02-111-3/+3 * bpo-39573: Add Py_SET_SIZE() function (GH-18400)Victor Stinner2020-02-072-1/+6 * bpo-35134: Create Include/cpython/listobject.h (GH-18395)Victor Stinner2020-02-072-43/+59 * bpo-39573: Add Py_SET_TYPE() function (GH-18394)Victor Stinner2020-02-072-1/+7 * bpo-39573: Use Py_TYPE() macro in Python and Include directories (GH-18391)Victor Stinner2020-02-073-10/+10 * bpo-39571: Fix clang warning on PyTypeObject typedef (GH-18385)Victor Stinner2020-02-071-2/+2 * bpo-39573: Add Py_SET_REFCNT() function (GH-18389)Victor Stinner2020-02-071-0/+5 * bpo-39245: Make Vectorcall C API public (GH-17893)Petr Viktorin2020-02-062-15/+26 * bpo-39127: Make _Py_HashPointer's argument be const (GH-17690)Andy Lester2020-02-051-1/+1 * bpo-39542: Declare _Py_AddToAllObjects() in pycore_object.h (GH-18368)Victor Stinner2020-02-051-0/+1 * Add PyInterpreterState.fs_codec.utf8 (GH-18367)Victor Stinner2020-02-051-0/+1 * bpo-39542: Define PyTypeObject earlier in object.h (GH-18366)Victor Stinner2020-02-051-20/+16 * bpo-39542: Convert PyType_Check() to static inline function (GH-18364)Victor Stinner2020-02-052-11/+22 * bpo-39542: Make PyObject_INIT() opaque in limited C API (GH-18363)Victor Stinner2020-02-054-45/+62 * bpo-39542: Exclude trashcan from the limited C API (GH-18362)Victor Stinner2020-02-052-87/+86 * bpo-39543: Remove unused _Py_Dealloc() macro (GH-18361)Victor Stinner2020-02-051-10/+0 * bpo-39542: Make _Py_NewReference() opaque in C API (GH-18346)Victor Stinner2020-02-053-54/+36 * bpo-39542: Simplify _Py_NewReference() (GH-18332)Victor Stinner2020-02-031-27/+15 * bpo-39542: Move object.h debug functions to internal C API (GH-18331)Victor Stinner2020-02-032-7/+9 * bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)Victor Stinner2020-02-03