[issue19075] Add sorting algorithm visualization to turtledemo

2015-03-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 596228491890 by Ethan Furman in branch 'default': issue19075: add visual sorting algorithms to turtledemo; original code from Jason Yeo https://hg.python.org/cpython/rev/596228491890 -- nosy: +python-dev

[issue19075] Add sorting algorithm visualization to turtledemo

2015-03-02 Thread Ethan Furman
Changes by Ethan Furman et...@stoneleaf.us: -- assignee: - ethan.furman resolution: - fixed stage: patch review - resolved status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19075

[issue19075] Add sorting algorithm visualization to turtledemo

2015-02-27 Thread Larry Hastings
Larry Hastings added the comment: This can wait for 3.5. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19075 ___ ___ Python-bugs-list mailing

[issue19075] Add sorting algorithm visualization to turtledemo

2015-02-27 Thread Ethan Furman
Ethan Furman added the comment: Yup. Also updated the turtledemo docs. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19075 ___ ___

[issue19075] Add sorting algorithm visualization to turtledemo

2015-02-27 Thread Terry J. Reedy
Terry J. Reedy added the comment: Have you tested it both standalone and within the turtledemo app? -- stage: - patch review versions: -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19075

[issue19075] Add sorting algorithm visualization to turtledemo

2015-02-26 Thread Ethan Furman
Ethan Furman added the comment: Code spiffied: added randomization routine that can be used after a sort to test a different sort method (or the same one). Larry, can this extra demo go into 3.4.4, or only 3.5? -- nosy: +larry Added file:

[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 this? --

[issue19075] Add sorting algorithm visualization to turtledemo

2013-10-07 Thread Antoine Pitrou
Antoine Pitrou added the comment: What are the requirements (if any) to get something added to demos? Nothing much AFAIK, except that someone must be willing to maintain the code. -- nosy: +pitrou versions: +Python 3.4 ___ Python tracker

[issue19075] Add sorting algorithm visualization to turtledemo

2013-10-06 Thread Ethan Furman
Ethan Furman added the comment: What are the requirements (if any) to get something added to demos? If not many, I'll spiffy up the code a bit (mostly make it go more than one round without having to restart). -- ___ Python tracker

[issue19075] Add sorting algorithm visualization to turtledemo

2013-09-28 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- nosy: +terry.reedy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19075 ___ ___ Python-bugs-list

[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:

[issue19075] Add sorting algorithm visualization to turtledemo

2013-09-22 Thread Ethan Furman
Changes by Ethan Furman et...@stoneleaf.us: -- nosy: +ethan.furman ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19075 ___ ___ Python-bugs-list

[issue19075] Add sorting algorithm visualization to turtledemo

2013-09-22 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- nosy: +gregorlingl ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19075 ___ ___