spice-common/python_modules
Frediano Ziglio c1b8dbbb9b Minor Python 3 updates
- Remove "u" prefix from strings;
- Raising strings as exception is not valid anymore;
- Convert generators to list where necessary;
- traceback.print_exc accept a limit as first argument, not
  a file (this even for Python 2).

Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
2025-04-07 19:59:32 +00:00
..
__init__.py Revert "Remove files moved to spice-protocol" 2016-03-10 16:01:36 +01:00
codegen.py Minor Python 3 updates 2025-04-07 19:59:32 +00:00
demarshal.py codegen: Handle zero_terminated attribute in demashaller 2021-02-22 09:11:35 +00:00
Makefile.am build: Add __pycache__/*.pyc to DISTCLEANFILES 2018-06-18 14:08:10 +01:00
marshal.py codegen: Make input structures for marshaller constant 2021-05-24 08:08:37 +01:00
meson.build Add support for building with meson/ninja 2018-06-01 21:27:04 +01:00
ptypes.py Minor Python 3 updates 2025-04-07 19:59:32 +00:00
spice_parser.py Stop using Python six package 2023-12-16 18:45:43 +00:00