1. e16f158 Test documentation typo fixes using codespell tool by George Keishing · 1 year, 7 months ago
  2. 20f3871 black: re-format by Patrick Williams · 1 year, 7 months ago
  3. e635ddc Revert "black: re-format" by George Keishing · 1 year, 7 months ago
  4. 5731818 black: re-format by Patrick Williams · 1 year, 7 months ago
  5. e7e9171 Update python code for python 3.8 or higher compatibility by George Keishing · 2 years, 10 months ago
  6. ce75913 Remove leftover TODO: comment from gen_print.py by David Shaw · 4 years ago
  7. d40115e Added max_width to arg to sprint_executing() by Michael Walsh · 4 years, 4 months ago
  8. 45ee00b New sprint_file by Michael Walsh · 4 years, 7 months ago
  9. b26d2c7 Add max_width arg to sprint_func_line by Michael Walsh · 4 years, 8 months ago
  10. 46fcecb sprint_varx fmt to support quote_values by Michael Walsh · 4 years, 9 months ago
  11. adf4ab2 Apply strip_brackets to header in sprint_varx by Michael Walsh · 4 years, 10 months ago
  12. c9a7ee7 get_stack_var to consider global value by Michael Walsh · 4 years, 10 months ago
  13. c6acf74 Fix delim in sprint_varx plus new fmt options by Michael Walsh · 5 years ago
  14. e7ca2b0 sprint_error_report support for stack_frame_ix arg by Michael Walsh · 5 years ago
  15. 6bed4d3 sprint_varx fmt default to terse by Michael Walsh · 5 years ago
  16. 91fc882 Improve is_dict efficiency/python_verion in header by Michael Walsh · 5 years ago
  17. 4dbb600 sprint_varx indent, col1_width, fmt, delim, etc. by Michael Walsh · 5 years ago
  18. 61c1298 Improved gen_print's logging support, etc. by Michael Walsh · 5 years ago
  19. 6f0362c New work_around_inspect_stack_cwd_failure function by Michael Walsh · 5 years ago
  20. 589ae76 qprint/dprint_func_templates to use get_stack_var by Michael Walsh · 5 years ago
  21. 662e13b Add style argument to sprint_func_line function by Michael Walsh · 5 years ago
  22. 8646d96 New is_dict function by Michael Walsh · 5 years ago
  23. 36efbc0 Python 2.7x and 3.xx compatibility fixes by George Keishing · 6 years ago
  24. 47aa2a4 sprint_call_stack/sprint_executing improve method output by Michael Walsh · 6 years ago
  25. 7bfa9ab sprint_error_report: call sprint_call_stack() for robot by Michael Walsh · 6 years ago
  26. a52e9eb get_arg_name: fixed continuation line processing bug by Michael Walsh · 6 years ago
  27. 4fea2cf Process elapsed time separately for lprint functions. by Michael Walsh · 6 years ago
  28. 37762f9 gen_print.py python3 changes by Michael Walsh · 6 years ago
  29. 3b7115a Python 2.x and 3.x compatible changes by George Keishing · 6 years ago
  30. faafa9c Add fork arg to shell_cmd by Michael Walsh · 6 years ago
  31. 004ad3c Formatted python files to follow PEP 8 python code standards. by Joy Onyerikwu · 6 years ago
  32. 3f24827 get_arg_name support for negative arg_num, etc. by Michael Walsh · 6 years ago
  33. 37cd29d Fixed variable 'end_line_ix' referenced before assignment by Michael Walsh · 6 years ago
  34. 1173a52 More lvalue support for get_arg_name by Michael Walsh · 6 years ago
  35. 052ff81 New get_stack_var function by Michael Walsh · 6 years ago
  36. 2750b44 New lvalue support in get_arg_name by Michael Walsh · 6 years ago
  37. 3ba8ecd New stop plug-in by Michael Walsh · 6 years ago
  38. 92ac3d0 Added support for long type to sprint_varx. by Michael Walsh · 6 years ago
  39. 096cd56 Fixed PEP 8 style using autopep8 by Gunnar Mills · 6 years ago
  40. d286903 Add support for key_list parm to sprint_varx and sprint_var by Michael Walsh · 6 years ago
  41. 95e4510 Fixed UnicodeEncodeError in sprintn and sprint in gen_print.py by Michael Walsh · 6 years ago
  42. 81c0234 Need mod_qualifier on gp_print call in generated code. by Michael Walsh · 6 years ago
  43. 168eb0f Added logging support to gen_print.py. by Michael Walsh · 7 years ago
  44. 4acb0e5 Remove hashtag lines from gen_print.py. by Michael Walsh · 7 years ago
  45. fd2733c New create_print_wrapper_funcs/re-work of wrapper creation code. by Michael Walsh · 7 years ago
  46. 9c75f67 Correction to stack_frame_ix value in sprint_error_report. by Michael Walsh · 7 years ago
  47. 3383e65 Fix hex printing of negative numbers. by Michael Walsh · 7 years ago
  48. bf60565 Corrected unconventional var names. by Michael Walsh · 7 years ago
  49. f7b8a00 Include square brackets in print_var dict terse format. by Michael Walsh · 7 years ago
  50. 20a87ab Added support for 'type' data types in sprint_varx. by Michael Walsh · 7 years ago
  51. c653744 Fixed get_var_value error. Should not convert to int. by Michael Walsh · 7 years ago
  52. db6e68a Move robot print support from gen_robot_print to gen_print. by Michael Walsh · 7 years ago
  53. 82acf00 Add password-hiding support to print functions. by Michael Walsh · 7 years ago
  54. b150015 Renamed gp_get_var_value, changed parm order, added var_value. by Michael Walsh · 7 years ago
  55. 2ee77cd Changes to gen_print.py. by Michael Walsh · 7 years ago
  56. 0f2ea5f Changes to gen_misc.py/gen_print.py. by Michael Walsh · 7 years ago
  57. d995cb0 Add support for terse format for dictionaries to sprint_varx in gen_print.py. by Michael Walsh · 7 years ago
  58. 8e6deb4 I added support for NormalizedDict to sprint_varx in gen_print.py. by Michael Walsh · 7 years ago
  59. 23e7f49 Changes to gen_print.py. by Michael Walsh · 7 years ago
  60. 2795edc Failure to print "<blank>" when asked. by Michael Walsh · 8 years ago
  61. 86de0d2 Fixed problems introduced by obmc_boot_test.robot merge. by Michael Walsh · 8 years ago
  62. a6723f2 Multiple changes to support functions. by Michael Walsh · 8 years ago
  63. 1817632 Fixes and new support functions. by Michael Walsh · 8 years ago
  64. bec416d Adding new function and fixing some bugs in general purpose py files. by Michael Walsh · 8 years ago
  65. 7423c01 Providing plug-in support: by Michael Walsh · 8 years ago
  66. de79173 Adding the following support functions for use with dvt robot tests: by Michael Walsh · 8 years ago