This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2013年09月22日 18:02 by Jason.Yeo, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| animation.diff | Jason.Yeo, 2013年09月22日 18:02 | patch for sorting animation | review | |
| issue19075.stoneleaf.01.patch | ethan.furman, 2015年02月27日 06:46 | review | ||
| Messages (9) | |||
|---|---|---|---|
| msg198295 - (view) | Author: Jason Yeo (Jason.Yeo) * | Date: 2013年09月22日 18:02 | |
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. |
|||
| msg199127 - (view) | Author: Ethan Furman (ethan.furman) * (Python committer) | Date: 2013年10月07日 03:32 | |
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). |
|||
| msg199140 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2013年10月07日 11:17 | |
> 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. |
|||
| msg203012 - (view) | Author: Jason Yeo (Jason.Yeo) * | Date: 2013年11月16日 08:08 | |
> 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? |
|||
| msg236728 - (view) | Author: Ethan Furman (ethan.furman) * (Python committer) | Date: 2015年02月27日 06:46 | |
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? |
|||
| msg236743 - (view) | Author: Larry Hastings (larry) * (Python committer) | Date: 2015年02月27日 13:07 | |
This can wait for 3.5. |
|||
| msg236824 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2015年02月27日 19:55 | |
Have you tested it both standalone and within the turtledemo app? |
|||
| msg236825 - (view) | Author: Ethan Furman (ethan.furman) * (Python committer) | Date: 2015年02月27日 19:57 | |
Yup. Also updated the turtledemo docs. |
|||
| msg237082 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2015年03月02日 20:30 | |
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 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:51 | admin | set | github: 63275 |
| 2015年03月02日 20:50:11 | ethan.furman | set | status: open -> closed assignee: ethan.furman resolution: fixed stage: patch review -> resolved |
| 2015年03月02日 20:30:56 | python-dev | set | nosy:
+ python-dev messages: + msg237082 |
| 2015年02月27日 19:57:15 | ethan.furman | set | messages: + msg236825 |
| 2015年02月27日 19:55:30 | terry.reedy | set | stage: patch review messages: + msg236824 versions: - Python 3.4 |
| 2015年02月27日 13:07:54 | larry | set | messages: + msg236743 |
| 2015年02月27日 06:46:40 | ethan.furman | set | files:
+ issue19075.stoneleaf.01.patch nosy: + larry messages: + msg236728 |
| 2013年11月16日 08:08:27 | Jason.Yeo | set | messages: + msg203012 |
| 2013年10月07日 11:17:23 | pitrou | set | nosy:
+ pitrou messages: + msg199140 versions: + Python 3.4 |
| 2013年10月07日 03:32:02 | ethan.furman | set | messages: + msg199127 |
| 2013年09月28日 20:48:54 | terry.reedy | set | nosy:
+ terry.reedy |
| 2013年09月22日 18:17:32 | r.david.murray | set | nosy:
+ gregorlingl |
| 2013年09月22日 18:14:14 | ethan.furman | set | nosy:
+ ethan.furman |
| 2013年09月22日 18:02:22 | Jason.Yeo | create | |