Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| e9366ffb | 2025-05-02 22:26:06 | tests: Remove XSTC Python tests I think this has been ported to runsuite.c. Convert part of Makefile.am into a script to download the test suite. | ||
| b463b38b | 2023-04-30 16:19:28 | .gitignore: Split up and rearrange .gitignore files | ||
| 886bf4e6 | 2023-04-30 15:35:47 | Stop calling xmlMemoryDump This was used to check for memory leaks but could potentially create a .memdump file. These days, there are better ways to check for memory leaks. | ||
| 4762c856 | 2022-12-06 21:40:01 | Use python3 not python As per https://peps.python.org/pep-0394/, the python binary can be one of the following options: - Python 2 - Python 3 - Not exist All of the scripts in libxml2 use 'python', which may not exist. As Python 2 reached EOL on the 1st January 2020, it's safe to move the scripts to use python3 explicitly. | ||
| ff49041c | 2022-12-07 12:04:41 | xstc/fixup-tests.py: port to Python 3 | ||
| 7640362e | 2022-12-07 12:01:39 | xstc/fixup-tests.py: unify whitespace The source contains a mix of tabs and spaces, so unify on spaces. | ||
| a62b31f4 | 2022-04-06 19:57:30 | Use portable python shebangs * In conda or Gentoo Prefix, we don't want to use the system python and instead rely on PATH lookup. | ||
| 649ddb4b | 2022-03-29 15:55:51 | Port some test scripts to Python 3 | ||
| 20c60886 | 2020-03-08 17:19:42 | Fix typos Resolves #133. | ||
| 857104cd | 2012-09-04 14:25:23 | Remove all .cvsignore as they are not used anymore For https://bugzilla.gnome.org/show_bug.cgi?id=682985 suggested by Adrian Bunk <bunk@stusta.de> |