History log of /external/python/cpython3/Lib/turtle.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
99e843b48e68818c1c7475e203250e2afa1bd1f1 10-Sep-2016 Martin Panter <vadmium+py@gmail.com> Correct spelling in documentation and code comment
/external/python/cpython3/Lib/turtle.py
cefa9172a237a56c67e8c9b302c84c1c3dffb871 14-Jun-2016 Serhiy Storchaka <storchaka@gmail.com> Issue #27238: Got rid of bare excepts in the turtle module. Original patch
by Jelle Zijlstra.
/external/python/cpython3/Lib/turtle.py
80a1803193bcaef7a50324974117c3aa3fb0e48f 22-Feb-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #6639: Module-level turtle functions no longer raise TclError after
closing the window.
/external/python/cpython3/Lib/turtle.py
152dfd1dac6b45177215486b68ac0ebda38dd507 14-Sep-2014 Ned Deily <nad@acm.org> Issue #22168: Prevent turtle AttributeError with non-default Canvas on OS X.
/external/python/cpython3/Lib/turtle.py
854e76effaa272feed874c0e828ee679a3949dc2 21-Jul-2014 Raymond Hettinger <python@rcn.com> Issue #21868: Prevent turtle crash due to invalid undo buffer size.
/external/python/cpython3/Lib/turtle.py
f5ac57dc05818e4fe2ff5118680fe136937d768e 30-Jun-2014 Terry Jan Reedy <tjreedy@udel.edu> Issue #21882: In turtle demos, remove module scope gui and sys calls by
either deleting or moving to the module's main function.
/external/python/cpython3/Lib/turtle.py
6dec4eae536b3e55bf18b5804eb01f8110d4bafb 22-Jun-2014 Raymond Hettinger <python@rcn.com> Issue #21812: Trigger immediate transformation in turtle.shapetransform().
/external/python/cpython3/Lib/turtle.py
09ae544ea3a6e33418ec8ab0100fc8288eef6d13 20-Apr-2014 Ned Deily <nad@acm.org> Issue #11571: Ensure that the turtle window becomes the topmost window
when launched on OS X. (Original patch by Ronald Oussoren)
/external/python/cpython3/Lib/turtle.py
9a3777e525b389ec5881c3f80a482fb821ab3ea5 17-Aug-2013 Ezio Melotti <ezio.melotti@gmail.com> #18705: merge with 3.3.
30b9d5d3af043fc2687ad11a188a34fe355e20ef 17-Aug-2013 Ezio Melotti <ezio.melotti@gmail.com> #18705: fix a number of typos. Patch by Févry Thibault.
/external/python/cpython3/Lib/turtle.py
16b5c13668b0fe0ecb2265b6d6968d3da5ca10ba 11-Mar-2013 Terry Jan Reedy <tjreedy@udel.edu> Merge 3.3, issue #17047: remove doubled words found in 2.7 to
3.4 Lib/*, as reported by Serhiy Storchaka and Matthew Barnett.
98472b839674a78b0cbb09f50a61f70019591a4a 11-Mar-2013 Terry Jan Reedy <tjreedy@udel.edu> Merge 3.2, issue #17047: remove doubled words found in 2.7 to
3.4 Lib/*, as reported by Serhiy Storchaka and Matthew Barnett.
c30b7b16ea03ad094917615940cd1a9ef53c4904 11-Mar-2013 Terry Jan Reedy <tjreedy@udel.edu> Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,
as reported by Serhiy Storchaka and Matthew Barnett.
/external/python/cpython3/Lib/turtle.py
2f50aaf2ff427fb713e82699a6dcbeeb038b10c2 12-Feb-2013 Giampaolo Rodola' <g.rodola@gmail.com> modernize some modules' code by using with statement around open()
/external/python/cpython3/Lib/turtle.py
564585001308857be1a416aa00518769cc4e978c 02-Dec-2011 Petri Lehtinen <petri@digip.org> Issue #13439: Merge branch 3.2
9aa20affb6603a297f0327da7e990ba2e7e2daeb 02-Dec-2011 Petri Lehtinen <petri@digip.org> Issue #13439: Fix many errors in turtle docstrings.
/external/python/cpython3/Lib/turtle.py
e130a52d8a60229f53c8bc2ea7a1f51ee592bbd7 19-Oct-2011 Ezio Melotti <ezio.melotti@gmail.com> Remove duplication.
/external/python/cpython3/Lib/turtle.py
f10644983e88c73437703a863151593cc37a657f 19-Oct-2011 Ezio Melotti <ezio.melotti@gmail.com> Merge with 3.2.
c42a568cd4f3708b30eee733a132029df1808d10 07-Aug-2011 Sandro Tosi <sandro.tosi@gmail.com> #12677: merge with 3.2
2a389e4601a462a028fb34991704a1f92d51d0ee 07-Aug-2011 Sandro Tosi <sandro.tosi@gmail.com> #12677: correct turtle orientation in doc
/external/python/cpython3/Lib/turtle.py
274271d1ae71dbd1177b54a5def45fed3ecb501f 28-Jun-2011 Benjamin Peterson <benjamin@python.org> remove unused imports (closes #12432)

A patch from Vincent Legoll.
/external/python/cpython3/Lib/turtle.py
3b3499ba69341a49fc842ce0d4a2f66fcb249a04 16-Mar-2011 Ezio Melotti <ezio.melotti@gmail.com> #11565: Merge with 3.1.
13925008dc11f2a235627dc8c0440c0ce99171d9 16-Mar-2011 Ezio Melotti <ezio.melotti@gmail.com> #11565: Fix several typos. Patch by Piotr Kasprzyk.
/external/python/cpython3/Lib/turtle.py
4969f709cc07088a40574c05724d83cddc8fafc7 15-Mar-2011 Ezio Melotti <ezio.melotti@gmail.com> #11515: Merge with 3.1.
42da663e6fe7ecbb89b17d596c76812a91bb99a4 15-Mar-2011 Ezio Melotti <ezio.melotti@gmail.com> #11515: fix several typos. Patch by Piotr Kasprzyk.
/external/python/cpython3/Lib/turtle.py
5468f4ff10e4c5b13ae45e5d1be4f07b05c73048 22-Nov-2010 Alexander Belopolsky <alexander.belopolsky@gmail.com> Merged revisions 86697 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
r86697 | alexander.belopolsky | 2010-11-22 14:40:51 -0500 (Mon, 22 Nov 2010) | 1 line

Issue #6878: Fixed return type of tkinter methods documented to return lists.
........
/external/python/cpython3/Lib/turtle.py
022f049fededad8a2e8e902effd42eca19fbf2b1 22-Nov-2010 Alexander Belopolsky <alexander.belopolsky@gmail.com> Issue #6878: Fixed return type of tkinter methods documented to return lists.
/external/python/cpython3/Lib/turtle.py
96d1eb1ec8a1c4116bd4deb95439d794a71ff0bd 05-Nov-2010 Alexander Belopolsky <alexander.belopolsky@gmail.com> Merged revisions 85732,85778,85785,85853,85930,86008,86089 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
r85732 | alexander.belopolsky | 2010-10-19 17:07:52 -0400 (Tue, 19 Oct 2010) | 3 lines

Issue #7061: Fixed some of the issues in turtle module documentation
reported by Terry J. Reedy.
........
r85778 | alexander.belopolsky | 2010-10-21 14:15:39 -0400 (Thu, 21 Oct 2010) | 1 line

Issue #7061: Fixed section title
........
r85785 | alexander.belopolsky | 2010-10-21 18:29:36 -0400 (Thu, 21 Oct 2010) | 1 line

Fixed a typo
........
r85853 | alexander.belopolsky | 2010-10-26 23:06:43 -0400 (Tue, 26 Oct 2010) | 4 lines

Issue #7061: Dropped "for Tk" from turtle module title and moved its
doc section under frameworks. Also fixed a couple of markup issues
that affected TOC rendering.
........
r85930 | alexander.belopolsky | 2010-10-29 13:16:49 -0400 (Fri, 29 Oct 2010) | 1 line

Issue 7061: Explained 'gon'
........
r86008 | alexander.belopolsky | 2010-10-30 20:51:11 -0400 (Sat, 30 Oct 2010) | 1 line

Issues #7061, #10225: Fixed doctests in turtle manual
........
r86089 | alexander.belopolsky | 2010-11-01 11:45:34 -0400 (Mon, 01 Nov 2010) | 1 line

Issue #7061: Simplified a section title.
........
/external/python/cpython3/Lib/turtle.py
3cdfb123606fc1eb0af10552488ccec13a781bd0 29-Oct-2010 Alexander Belopolsky <alexander.belopolsky@gmail.com> Issue 7061: Explained 'gon'
/external/python/cpython3/Lib/turtle.py
1842d0c4d88fffb5bea53b410acb77796b66bc8b 28-Oct-2010 Alexander Belopolsky <alexander.belopolsky@gmail.com> Fixed a typo in a comment.
/external/python/cpython3/Lib/turtle.py
c1a68363057b7b939fccbe35ab5f9d288e0ef6c1 27-Oct-2010 Alexander Belopolsky <alexander.belopolsky@gmail.com> Issue #10193: Simplified instrospection used by turtle module
/external/python/cpython3/Lib/turtle.py
7dde792e62c8adeaf5d633dc89e18d16067add8e 03-Sep-2010 Florent Xicluna <florent.xicluna@gmail.com> Use a context manager for some file objects.
/external/python/cpython3/Lib/turtle.py
9b0e9180e220cb455881de9f4d922a4e2ce0435f 28-Mar-2010 Florent Xicluna <florent.xicluna@gmail.com> Note: only the relevant parts of r79474 are merged.

Merged revisions 78793,78798-78799,78977,79095,79196,79474 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
r78793 | florent.xicluna | 2010-03-08 13:25:35 +0100 (lun, 08 mar 2010) | 2 lines

Fix macpath to deal with bytes
................
r78798 | florent.xicluna | 2010-03-08 14:32:17 +0100 (lun, 08 mar 2010) | 18 lines

Merged revisions 78777,78787,78790 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r78777 | florent.xicluna | 2010-03-08 00:49:03 +0100 (lun, 08 mar 2010) | 4 lines

Backport the Popen.poll() protection from subprocess to multiprocessing. See #1731717.
It should fix transient failures on test_multiprocessing.
........
r78787 | florent.xicluna | 2010-03-08 08:21:16 +0100 (lun, 08 mar 2010) | 2 lines

Don't fail on a debug() statement, if the worker PID is (still) None.
........
r78790 | florent.xicluna | 2010-03-08 12:01:39 +0100 (lun, 08 mar 2010) | 2 lines

On finalize, don't try to join not started process.
........
................
r78799 | florent.xicluna | 2010-03-08 15:44:41 +0100 (lun, 08 mar 2010) | 2 lines

Fix ntpath abspath to deal with bytes.
................
r78977 | florent.xicluna | 2010-03-15 14:14:39 +0100 (lun, 15 mar 2010) | 2 lines

Fix \xhh specs, #1889. (an oversight of r60193, r60210).
................
r79095 | florent.xicluna | 2010-03-19 15:40:31 +0100 (ven, 19 mar 2010) | 2 lines

Rename test.test_support to test.support for 3.x.
................
r79196 | florent.xicluna | 2010-03-21 13:29:50 +0100 (dim, 21 mar 2010) | 9 lines

Merged revisions 79195 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r79195 | florent.xicluna | 2010-03-21 13:27:20 +0100 (dim, 21 mar 2010) | 2 lines

Issue #8179: Fix macpath.realpath() on a non-existing path.
........
................
r79474 | florent.xicluna | 2010-03-28 01:25:02 +0100 (dim, 28 mar 2010) | 33 lines

Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r79297 | florent.xicluna | 2010-03-22 18:18:18 +0100 (lun, 22 mar 2010) | 2 lines

#7668: Fix test_httpservers failure when sys.executable contains non-ASCII bytes.
........
r79310 | florent.xicluna | 2010-03-22 23:52:11 +0100 (lun, 22 mar 2010) | 2 lines

Issue #8205: Remove the "Modules" directory from sys.path when Python is running from the build directory (POSIX only).
........
r79382 | florent.xicluna | 2010-03-24 20:33:25 +0100 (mer, 24 mar 2010) | 2 lines

Skip tests which depend on multiprocessing.sharedctypes, if _ctypes is not available.
........
r79425 | florent.xicluna | 2010-03-25 21:32:07 +0100 (jeu, 25 mar 2010) | 2 lines

Syntax cleanup `== None` -> `is None`
........
r79426 | florent.xicluna | 2010-03-25 21:33:49 +0100 (jeu, 25 mar 2010) | 2 lines

#8207: Fix test_pep277 on OS X
........
r79427 | florent.xicluna | 2010-03-25 21:39:10 +0100 (jeu, 25 mar 2010) | 2 lines

Fix test_unittest and test_warnings when running "python -Werror -m test.regrtest"
........
r79450 | florent.xicluna | 2010-03-26 20:32:44 +0100 (ven, 26 mar 2010) | 2 lines

Ensure that the failed or unexpected tests are sorted before printing.
........
................
/external/python/cpython3/Lib/turtle.py
fd1b0930ce6a84096d30c03a70cd9e0ee4a3178f 28-Mar-2010 Florent Xicluna <florent.xicluna@gmail.com> Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r79297 | florent.xicluna | 2010-03-22 18:18:18 +0100 (lun, 22 mar 2010) | 2 lines

#7668: Fix test_httpservers failure when sys.executable contains non-ASCII bytes.
........
r79310 | florent.xicluna | 2010-03-22 23:52:11 +0100 (lun, 22 mar 2010) | 2 lines

Issue #8205: Remove the "Modules" directory from sys.path when Python is running from the build directory (POSIX only).
........
r79382 | florent.xicluna | 2010-03-24 20:33:25 +0100 (mer, 24 mar 2010) | 2 lines

Skip tests which depend on multiprocessing.sharedctypes, if _ctypes is not available.
........
r79425 | florent.xicluna | 2010-03-25 21:32:07 +0100 (jeu, 25 mar 2010) | 2 lines

Syntax cleanup `== None` -> `is None`
........
r79426 | florent.xicluna | 2010-03-25 21:33:49 +0100 (jeu, 25 mar 2010) | 2 lines

#8207: Fix test_pep277 on OS X
........
r79427 | florent.xicluna | 2010-03-25 21:39:10 +0100 (jeu, 25 mar 2010) | 2 lines

Fix test_unittest and test_warnings when running "python -Werror -m test.regrtest"
........
r79450 | florent.xicluna | 2010-03-26 20:32:44 +0100 (ven, 26 mar 2010) | 2 lines

Ensure that the failed or unexpected tests are sorted before printing.
........
/external/python/cpython3/Lib/turtle.py
ffeda291153942f643f2a73c6f1dde563c614e42 09-Jan-2010 Benjamin Peterson <benjamin@python.org> Merged revisions 77389 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
r77389 | benjamin.peterson | 2010-01-09 12:45:30 -0600 (Sat, 09 Jan 2010) | 25 lines

Merged revisions 77209,77229,77359-77360,77371 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r77209 | georg.brandl | 2010-01-01 07:07:05 -0600 (Fri, 01 Jan 2010) | 1 line

More yearly updates.
........
r77229 | georg.brandl | 2010-01-02 06:35:01 -0600 (Sat, 02 Jan 2010) | 1 line

Fix casing.
........
r77359 | georg.brandl | 2010-01-07 14:54:45 -0600 (Thu, 07 Jan 2010) | 1 line

Fix description for Py_GetPath(); it sounded like it always returned sys.path.
........
r77360 | georg.brandl | 2010-01-07 15:48:47 -0600 (Thu, 07 Jan 2010) | 1 line

#7653: clarify how the PythonPath registry key should look like.
........
r77371 | senthil.kumaran | 2010-01-08 13:20:25 -0600 (Fri, 08 Jan 2010) | 3 lines

Fix for Issue7026. For the Error - RuntimeError: dictionary changed size during iteration
........
................
/external/python/cpython3/Lib/turtle.py
46a9900e099a82cda7328b0de16d6fffe52ee62a 09-Jan-2010 Benjamin Peterson <benjamin@python.org> Merged revisions 77209,77229,77359-77360,77371 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r77209 | georg.brandl | 2010-01-01 07:07:05 -0600 (Fri, 01 Jan 2010) | 1 line

More yearly updates.
........
r77229 | georg.brandl | 2010-01-02 06:35:01 -0600 (Sat, 02 Jan 2010) | 1 line

Fix casing.
........
r77359 | georg.brandl | 2010-01-07 14:54:45 -0600 (Thu, 07 Jan 2010) | 1 line

Fix description for Py_GetPath(); it sounded like it always returned sys.path.
........
r77360 | georg.brandl | 2010-01-07 15:48:47 -0600 (Thu, 07 Jan 2010) | 1 line

#7653: clarify how the PythonPath registry key should look like.
........
r77371 | senthil.kumaran | 2010-01-08 13:20:25 -0600 (Fri, 08 Jan 2010) | 3 lines

Fix for Issue7026. For the Error - RuntimeError: dictionary changed size during iteration
........
/external/python/cpython3/Lib/turtle.py
1e8cbe36cc2455296d38f927d1ab54b93d894881 27-Oct-2009 Georg Brandl <georg@python.org> Merged revisions 75393,75416,75581,75609,75615 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

................
r75393 | georg.brandl | 2009-10-13 18:55:12 +0200 (Di, 13 Okt 2009) | 1 line

Update module names in references in the FAQ.
................
r75416 | georg.brandl | 2009-10-14 20:46:15 +0200 (Mi, 14 Okt 2009) | 1 line

#7129: add missing function.
................
r75581 | georg.brandl | 2009-10-21 09:17:48 +0200 (Mi, 21 Okt 2009) | 9 lines

Merged revisions 75580 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r75580 | georg.brandl | 2009-10-21 09:15:59 +0200 (Mi, 21 Okt 2009) | 1 line

#7170: fix explanation about non-weakrefable builtin types.
........
................
r75609 | georg.brandl | 2009-10-22 17:16:26 +0200 (Do, 22 Okt 2009) | 1 line

#7137: fix makefile() documentation to match the new parameters.
................
r75615 | georg.brandl | 2009-10-22 18:08:10 +0200 (Do, 22 Okt 2009) | 1 line

#6927: fix wrong word.
................
/external/python/cpython3/Lib/turtle.py
46afef330f88ddcf4106094e86f54f90dbdec390 14-Oct-2009 Georg Brandl <georg@python.org> #7129: add missing function.
/external/python/cpython3/Lib/turtle.py
eaa84ef1e96f1f597ef54f40147de2e6a6980e34 05-May-2009 Georg Brandl <georg@python.org> #5923: update turtle module to version 1.1.
/external/python/cpython3/Lib/turtle.py
934896dc0977ea25dc37c13117525f2394625cee 21-Feb-2009 Mark Dickinson <dickinsm@gmail.com> Merged revisions 69846 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r69846 | mark.dickinson | 2009-02-21 20:27:01 +0000 (Sat, 21 Feb 2009) | 2 lines

Issue #5341: Fix a variety of spelling errors.
........
/external/python/cpython3/Lib/turtle.py
f8798f579b7fde2a4f0e9f3484b25bae4aa13eef 20-Feb-2009 Mark Dickinson <dickinsm@gmail.com> More typos in Lib/turtle.py
/external/python/cpython3/Lib/turtle.py
0fc61ccbba42dcebdf97a981e39d8522b24d60bc 20-Feb-2009 Mark Dickinson <dickinsm@gmail.com> Merged revisions 69816 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r69816 | mark.dickinson | 2009-02-20 20:42:53 +0000 (Fri, 20 Feb 2009) | 2 lines

Issue #5295: Typos in turtle.py
........
/external/python/cpython3/Lib/turtle.py
22d297be51567eb193e792a0da52b93e9a45b9a4 19-Nov-2008 Martin v. Löwis <martin@v.loewis.de> Merged revisions 67279 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r67279 | martin.v.loewis | 2008-11-19 10:09:41 +0100 (Mi, 19 Nov 2008) | 2 lines

Issue #4116: Resolve member name conflict in ScrolledCanvas.__init__
........
/external/python/cpython3/Lib/turtle.py
601149bb8e4fd200cc5b0b670f34c608c64e0783 30-Sep-2008 Martin v. Löwis <martin@v.loewis.de> Merged revisions 66686 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r66686 | martin.v.loewis | 2008-09-30 00:09:07 +0200 (Di, 30 Sep 2008) | 5 lines

Issue #3965: Allow repeated calls to turtle.Screen, by making it a
true singleton object.

Reviewed by Gregor Lingl.
........
/external/python/cpython3/Lib/turtle.py
60ebb8b0aa0e0aa2ae7c06aa05434f33ae1fe696 21-Sep-2008 Martin v. Löwis <martin@v.loewis.de> Bug #3884: Make the turtle module toplevel again.
/external/python/cpython3/Lib/turtle.py
f340114d7222ae22fab94122f4b77972b968a659 19-Apr-1999 Fred Drake <fdrake@acm.org> Relocating file to Lib/lib-tk.
/external/python/cpython3/Lib/turtle.py
b241b67b8954b0679377af00d668e3dc92f4c858 04-Dec-1998 Guido van Rossum <guido@python.org> Turtle graphics
/external/python/cpython3/Lib/turtle.py