Mike Fährmann
|
74588e3ea9
|
[scripts/pyprint] use triple quotes if string value contains "
|
2025-10-02 20:09:48 +02:00 |
|
Mike Fährmann
|
7635de2181
|
[scripts/pyprint] update """ string handling
|
2025-08-12 18:40:56 +02:00 |
|
Mike Fährmann
|
6d4b4be47c
|
[scripts/pyprint] update 'tuple' handling
|
2025-08-10 21:33:23 +02:00 |
|
Mike Fährmann
|
d6cca9a950
|
[scripts/pyprint] handle exception when all keys are > lmax
|
2025-08-10 16:21:38 +02:00 |
|
Mike Fährmann
|
e93da35d7f
|
[scripts/generate_result] add '-o/--option' command-line option
|
2025-08-07 20:58:29 +02:00 |
|
Mike Fährmann
|
3b5d4e0753
|
[scripts/pyprint] fix various issues
- reintroduce 'lmin' argument
- don't use one-line dict representation
- replace list.extend with actual for loop
|
2025-08-05 09:27:47 +02:00 |
|
Mike Fährmann
|
dd14dbe8c6
|
[scripts/pyprint] implement 'sort' argument
|
2025-08-02 22:48:46 +02:00 |
|
Mike Fährmann
|
1f08f81e67
|
[scripts/pyprint] fix typo in list generation
|
2025-07-28 21:50:28 +02:00 |
|
Mike Fährmann
|
c3d385bce0
|
[scripts/pyprint] support datetime objects
|
2025-07-27 09:37:46 +02:00 |
|
Mike Fährmann
|
07af386700
|
[scripts/pyprint] support sets
|
2025-07-27 09:37:46 +02:00 |
|
Mike Fährmann
|
14c29fe3e0
|
[scripts/pyprint] restructure dict/list handling
|
2025-07-27 09:37:46 +02:00 |
|
Mike Fährmann
|
11127726e4
|
[scripts/pyprint] update maxlen selection
- consider only values smaller than 'lmax' instead of taking the max of
all lengths and trimming that
- remove 'lmin'
|
2025-07-27 09:37:45 +02:00 |
|
Mike Fährmann
|
4138ac06e2
|
[scripts/pyprint] fix indentation
|
2025-07-25 23:43:08 +02:00 |
|
Mike Fährmann
|
2501adeda0
|
move 'pprint()' into its own module
to reuse its code in create_test_data.py later
rename to 'pyprint' since 'pprint' is already used by stdlib module
|
2024-02-27 02:01:55 +01:00 |
|