[issue19075] Add sorting algorithm visualization to turtledemo

2013-11-16 Thread Jason Yeo
Jason Yeo added the comment: > Nothing much AFAIK, except that someone must be willing to maintain the code. I wrote the code, I guess I should be the one maintaining this. I am new to this, what must I look out for if I want to maintain t

[issue19075] Add sorting algorithm visualization to turtledemo

2013-09-22 Thread Jason Yeo
New submission from Jason Yeo: My university uses python to teach sorting algorithms. It will be great if the turtledemo comes with a visualization of some of the algorithms. I have attached a patch for it. -- components: Demos and Tools files: animation.diff keywords: patch messages

[issue14026] test_cmd_line_script should include more sys.argv checks

2012-02-24 Thread Jason Yeo
Jason Yeo added the comment: *friendly ping*, how's the review for this patch? -- ___ Python tracker <http://bugs.python.org/issue14026> ___ ___ Pytho

[issue14032] test_cmd_line_script prints undefined 'data' variable

2012-02-24 Thread Jason Yeo
Jason Yeo added the comment: hi, *friendly ping* how's the review for this patch? -- ___ Python tracker <http://bugs.python.org/issue14032> ___ ___ Pytho

[issue14026] test_cmd_line_script should include more sys.argv checks

2012-02-20 Thread Jason Yeo
Changes by Jason Yeo : -- keywords: +patch Added file: http://bugs.python.org/file24588/14026v2.patch ___ Python tracker <http://bugs.python.org/issue14

[issue14026] test_cmd_line_script should include more sys.argv checks

2012-02-20 Thread Jason Yeo
Changes by Jason Yeo : Removed file: http://bugs.python.org/file24556/14026patch ___ Python tracker <http://bugs.python.org/issue14026> ___ ___ Python-bugs-list mailin

[issue14026] test_cmd_line_script should include more sys.argv checks

2012-02-20 Thread Jason Yeo
Changes by Jason Yeo : Removed file: http://bugs.python.org/file24587/mypatch ___ Python tracker <http://bugs.python.org/issue14026> ___ ___ Python-bugs-list mailin

[issue14026] test_cmd_line_script should include more sys.argv checks

2012-02-20 Thread Jason Yeo
Jason Yeo added the comment: >For the two failures, I suggest modifying _check_script() to return the >"rc, out, err" from the underlying assert_python_ok() call I've decided to simple pass in *example_args into the assert_python_ok() in those two offending tests. There

[issue14026] test_cmd_line_script should include more sys.argv checks

2012-02-18 Thread Jason Yeo
Jason Yeo added the comment: >Just define a list of example args as a module global, append them to >the run_args in _check_script, and check them against sys.argv[1:] with >assertEqual() in the test script. Okay I have done that but the assertion passes in all the tests

[issue14026] test_cmd_line_script should include more sys.argv checks

2012-02-16 Thread Jason Yeo
Jason Yeo added the comment: I would like to work on this but I am not sure how to go about it. It seems that the method signature for _check_script has to be changed in include another parameter for expected_argv1, expected_argv2, etc. The _check_output also has to be changed to include

[issue14032] test_cmd_line_script prints undefined 'data' variable

2012-02-16 Thread Jason Yeo
Changes by Jason Yeo : Removed file: http://bugs.python.org/file24532/mypatch ___ Python tracker <http://bugs.python.org/issue14032> ___ ___ Python-bugs-list mailin

[issue14032] test_cmd_line_script prints undefined 'data' variable

2012-02-16 Thread Jason Yeo
Changes by Jason Yeo : Added file: http://bugs.python.org/file24532/mypatch ___ Python tracker <http://bugs.python.org/issue14032> ___ ___ Python-bugs-list mailin

[issue14032] test_cmd_line_script prints undefined 'data' variable

2012-02-16 Thread Jason Yeo
New submission from Jason Yeo : Hi, I'm new around here. I was trying to fix issue 14026 and I found this problem. In test_cmd_line_script, the test_issue8202 tries to print an undefined data variable when verbose is set to > 1. I have a patch attached to print(out) instead of pr

[issue14026] test_cmd_line_script should include more sys.argv checks

2012-02-16 Thread Jason Yeo
Changes by Jason Yeo : -- nosy: +Jason.Yeo ___ Python tracker <http://bugs.python.org/issue14026> ___ ___ Python-bugs-list mailing list Unsubscribe: