jw-python/tools/python/jwutils
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jan Lindemann 1c0c5ab884 Attempt to support parsing full lines into StringTree
This commit tries to add support for the

  [section]
  first line
  second line

syntax, i.e. non-assignments, without equal sign. Half-baked, but
still better than before. Also support some more Python 3, i.e.
dict.items() instead of iteritems()

Signed-off-by: Jan Lindemann <jan@janware.com>
2019-05-19 13:15:27 +00:00
..
algo Fix multiple Python 3 compatibility issues 2019-03-10 16:38:59 +01:00
stree Attempt to support parsing full lines into StringTree 2019-05-19 13:15:27 +00:00
Cmd.py Fix multiple Python 3 compatibility issues 2019-03-10 16:38:59 +01:00
Cmds.py Fix multiple Python 3 compatibility issues 2019-03-10 16:38:59 +01:00
log.py Fix multiple Python 3 compatibility issues 2019-03-10 16:38:59 +01:00
Makefile Rename module jwutil to jwutils 2017-07-24 13:00:37 +02:00
misc.py misc.py: Make process cleanup more robust 2017-11-22 09:52:22 +01:00
Object.py Fix multiple Python 3 compatibility issues 2019-03-10 16:38:59 +01:00
RedirectStdIO.py Rename MuteStdIO to RedirectStdIO 2017-07-26 11:40:35 +02:00