Mike Auty
|
6d618903d5
|
Don't forget the text output renderer for the datetime type.
|
2018-03-08 01:34:55 +00:00 |
|
Mike Auty
|
de9ad62412
|
Add in support for AbsentValues.
|
2018-03-08 00:26:25 +00:00 |
|
Mike Auty
|
ee12b81f4a
|
Add in type-annotations for renderers and start on symbols.
|
2017-12-13 20:48:52 +00:00 |
|
Mike Auty
|
334412330c
|
Ensure offsets are appropriately prefixed, given we can now support accepting 0x### numbers.
|
2017-10-09 00:02:03 +01:00 |
|
Mike Auty
|
ab8d76eeef
|
Revert the generator changes, the visiting function should be used instead.
|
2017-08-02 10:40:16 +01:00 |
|
Mike Auty
|
d8c53b63bf
|
Don't forget to iterate over the populate generator.
|
2017-08-02 10:05:12 +01:00 |
|
Nick L. Petroni, Jr
|
f05df0c1cd
|
added Bin() to format_hints: print the value as a Python binary number
|
2017-04-17 14:05:50 -04:00 |
|
Mike Auty
|
96c414fb5f
|
Refactor TextRenderer to QuickTextRenderer to ensure we don't forget that the output is speedy not nicely formatted.
|
2017-01-22 14:17:19 +00:00 |
|
Mike Auty
|
a2eb60ed39
|
Add support for HexBytes to the text renderer.
|
2017-01-22 14:16:13 +00:00 |
|
Mike Auty
|
2ccc62f921
|
Introduce format hints for renderers.
|
2017-01-05 00:39:03 +00:00 |
|
Mike Auty
|
1754f3bc85
|
Attempt to fix up any possible re-encoding issues the str() call in the renderer might bring.
|
2016-12-18 16:58:58 +00:00 |
|
Mike Auty
|
3fbc78b38c
|
Fix up the renderer (and stop masking issues by printing in the generator).
|
2016-02-11 09:23:58 +00:00 |
|
Mike Auty
|
370a49a267
|
Add in a trivial renderer for testing the output system.
|
2016-02-09 10:14:53 +00:00 |
|
Mike Auty
|
bca8dc486d
|
Allow sequences rather than just lists for TreeGrid yields.
|
2016-02-09 10:14:13 +00:00 |
|