Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-95371: Add support for other image formats(e.g. PNG) to the turtle… ↵ | Shin-myoung-serp | 2025-01-02 | 1 | -16/+14 |
| | | | | | | | | (#95378) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net> | ||||
* | gh-123614: Add save function to turtle.py (#123617) | Yngve Mardal Moe | 2024-09-13 | 1 | -1/+35 |
| | |||||
* | Fix `print` usage in `turtle` doctests (#122940) | sobolevn | 2024-08-13 | 1 | -3/+3 |
| | |||||
* | no-issue: Capitalise 'PhotoImage' (gh-108958) | DongWoo Son | 2023-09-25 | 1 | -1/+1 |
| | |||||
* | gh-107805: Fix signatures of module-level generated functions in `turtle` ↵ | Nikita Sobolev | 2023-09-01 | 1 | -19/+24 |
| | | | | | (#107807) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> | ||||
* | gh-105407: Remove unused imports in the stdlib (#105411) | Victor Stinner | 2023-06-06 | 1 | -1/+0 |
| | |||||
* | gh-104876: Remove deprecated turtle.RawTurtle.settiltangle (#104877) | Hugo van Kemenade | 2023-05-26 | 1 | -31/+1 |
| | | | Co-authored-by: Victor Stinner <vstinner@python.org> | ||||
* | gh-65772: Clean-up turtle module (#104218) | Terry Jan Reedy | 2023-05-06 | 1 | -40/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | * Remove the unused, private, and undocumented name `_ver` and the commented-out `print` call. * Don't add math functions to `__all__`. Beginners should learn to `import math` to access them. * Gregor Lindel, who wrote this version of turtle, dropped plans to implement turtle on another toolkit at least a decade ago. Drop `_dot` code preparing for this, but add a hint comment. * `_Screen` is meant to be a singleton class. To enforce that, it needs either a `__new__` that returns the singleton or `else...raise` in `__iter__`. Merely removing the `if` clauses as suggested might break something if a user were to call `_Screen` directly. Leave the code alone until a problem is evident. * Turtledemo injects into _Screen both _root and _canvas, configured as it needs them to be. Making _canvas an `__init__` option would require skipping some but not all of the lines under 'if _Screen._canvas is None:`. Leave working code alone. | ||||
* | gh-88773: Added teleport method to Turtle library (#103974) | Liam Gersten | 2023-04-30 | 1 | -1/+65 |
| | | | | | | | | | | | Add a `teleport` method to `turtle` module turtle instances that acts a lot like `goto`, _but_ ensures the pen is up while warping to the new position to and can control shape filling behavior as part of the jump. Based on an educator user feature request. --------- Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: Gregory P. Smith <greg@krypto.org> | ||||
* | gh-101100: Fix Sphinx warnings in `turtle` module (#102340) | Hugo van Kemenade | 2023-03-13 | 1 | -1/+1 |
| | | | | Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> | ||||
* | gh-91212: Fixed flickering when the tracer is turned off (#95129) | Shin-myoung-serp | 2022-09-29 | 1 | -1/+1 |
| | | | Fixed flickering when the tracer is turned off. | ||||
* | Fix typo in turtle deprecation warning and use warnings._deprecated (#91862) | Hugo van Kemenade | 2022-05-02 | 1 | -4/+4 |
| | |||||
* | bpo-45837: Properly deprecate turtle.RawTurtle.settiltangle (GH-29618) | Hugo van Kemenade | 2021-11-18 | 1 | -10/+27 |
| | |||||
* | Update URLs in comments and metadata to use HTTPS (GH-27458) | Noah Kantrowitz | 2021-07-30 | 1 | -1/+1 |
| | |||||
* | Fix typos in multiple files (GH-26689) | Binbin | 2021-06-13 | 1 | -1/+1 |
| | | | Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> | ||||
* | bpo-43935: Fix typo in Turtle.back() docstring (GH-25581) | Tarjei Bærland | 2021-04-30 | 1 | -1/+1 |
| | | | 'e ,' to 'e, '. | ||||
* | bpo-43534: Fix the turtle module working with multiple root windows (GH-25591) | Serhiy Storchaka | 2021-04-25 | 1 | -8/+7 |
| | |||||
* | bpo-43534: Make dialogs in turtle.textinput() and turtle.numinput() ↵ | Serhiy Storchaka | 2021-04-25 | 1 | -2/+3 |
| | | | | transitient again (GH-24923) | ||||
* | bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (GH-22092) | Serhiy Storchaka | 2020-09-07 | 1 | -0/+1 |
| | |||||
* | bpo-41528: Use math module in turtle (GH-21837) | Marek Madejski | 2020-09-01 | 1 | -9/+9 |
| | | | | Use angle-related functions from math module instead of reinventing the wheel. | ||||
* | Fix typos in docs and docstrings (GH-13745) | Xtreak | 2019-06-02 | 1 | -1/+1 |
| | |||||
* | bpo-36766: Typos in docs and code comments (GH-13116) | penguindustin | 2019-05-06 | 1 | -1/+1 |
| | |||||
* | bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-10565) | Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) | 2018-11-16 | 1 | -4/+4 |
| | |||||
* | Revert unneccessary changes made in bpo-30296 and apply other improvements. ↵ | Serhiy Storchaka | 2018-02-26 | 1 | -1/+1 |
| | | | | (GH-2624) | ||||
* | Fix miscellaneous typos (#4275) | luzpaz | 2017-11-05 | 1 | -1/+1 |
| | |||||
* | bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489) | Jon Dufresne | 2017-05-18 | 1 | -4/+4 |
| | | | | | | | | * Replaced list(<generator expression>) with list comprehension * Replaced dict(<generator expression>) with dict comprehension * Replaced set(<list literal>) with set literal * Replaced builtin func(<list comprehension>) with func(<generator expression>) when supported (e.g. any(), all(), tuple(), min(), & max()) | ||||
* | Correct spelling in documentation and code comment | Martin Panter | 2016-09-10 | 1 | -1/+1 |
| | |||||
* | Issue #27238: Got rid of bare excepts in the turtle module. Original patch | Serhiy Storchaka | 2016-06-14 | 1 | -9/+9 |
| | | | | by Jelle Zijlstra. | ||||
* | Issue #6639: Module-level turtle functions no longer raise TclError after | Serhiy Storchaka | 2015-02-22 | 1 | -34/+33 |
| | | | | closing the window. | ||||
* | Issue #22168: Prevent turtle AttributeError with non-default Canvas on OS X. | Ned Deily | 2014-09-14 | 1 | -2/+3 |
| | |||||
* | Issue #21868: Prevent turtle crash due to invalid undo buffer size. | Raymond Hettinger | 2014-07-21 | 1 | -1/+1 |
| | |||||
* | Issue #21882: In turtle demos, remove module scope gui and sys calls by | Terry Jan Reedy | 2014-06-30 | 1 | -1/+1 |
| | | | | either deleting or moving to the module's main function. | ||||
* | Issue #21812: Trigger immediate transformation in turtle.shapetransform(). | Raymond Hettinger | 2014-06-22 | 1 | -1/+1 |
| | |||||
* | Issue #11571: Ensure that the turtle window becomes the topmost window | Ned Deily | 2014-04-20 | 1 | -0/+7 |
| | | | | when launched on OS X. (Original patch by Ronald Oussoren) | ||||
* | #18705: merge with 3.3. | Ezio Melotti | 2013-08-17 | 1 | -4/+4 |
|\ | |||||
| * | #18705: fix a number of typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 1 | -4/+4 |
| | | |||||
* | | Merge 3.3, issue #17047: remove doubled words found in 2.7 to | Terry Jan Reedy | 2013-03-11 | 1 | -2/+2 |
|\ \ | |/ | | | | | 3.4 Lib/*, as reported by Serhiy Storchaka and Matthew Barnett. | ||||
| * | Merge 3.2, issue #17047: remove doubled words found in 2.7 to | Terry Jan Reedy | 2013-03-11 | 1 | -2/+2 |
| |\ | | | | | | | | | | 3.4 Lib/*, as reported by Serhiy Storchaka and Matthew Barnett. | ||||
| | * | Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, | Terry Jan Reedy | 2013-03-11 | 1 | -2/+2 |
| | | | | | | | | | | | | as reported by Serhiy Storchaka and Matthew Barnett. | ||||
* | | | modernize some modules' code by using with statement around open() | Giampaolo Rodola' | 2013-02-12 | 1 | -11/+11 |
|/ / | |||||
* | | Issue #13439: Merge branch 3.2 | Petri Lehtinen | 2011-12-02 | 1 | -69/+63 |
|\ \ | |/ | |||||
| * | Issue #13439: Fix many errors in turtle docstrings. | Petri Lehtinen | 2011-12-02 | 1 | -69/+63 |
| | | |||||
* | | Merge with 3.2. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Remove duplication. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
| | | |||||
* | | #12677: merge with 3.2 | Sandro Tosi | 2011-08-07 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | #12677: correct turtle orientation in doc | Sandro Tosi | 2011-08-07 | 1 | -2/+2 |
| | | |||||
* | | remove unused imports (closes #12432) | Benjamin Peterson | 2011-06-28 | 1 | -1/+0 |
|/ | | | | A patch from Vincent Legoll. | ||||
* | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -6/+6 |
|\ | |||||
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -6/+6 |
| | | |||||
* | | #11515: Merge with 3.1. | Ezio Melotti | 2011-03-15 | 1 | -2/+2 |
|\ \ | |/ |