| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-106996: Add a how-to section to the turtle documentation (#107153) | Daniele Procida | 2023-07-25 | 1 | -0/+114 |
|
|
* | gh-106996: Add the basics of a turtle graphics tutorial (#107072) | Daniele Procida | 2023-07-23 | 1 | -16/+134 |
|
|
* | gh-106996: Amend the introduction to the turtle graphics documentation (#106997) | Daniele Procida | 2023-07-22 | 1 | -3/+21 |
|
|
* | gh-104876: Remove deprecated turtle.RawTurtle.settiltangle (#104877) | Hugo van Kemenade | 2023-05-26 | 1 | -25/+1 |
|
|
* | gh-104679 Fixed syntax highlighting in turtle docs (#104682) | han-solo | 2023-05-20 | 1 | -83/+83 |
|
|
* | gh-88773: Added teleport method to Turtle library (#103974) | Liam Gersten | 2023-04-30 | 1 | -11/+42 |
|
|
* | gh-101100: Fix Sphinx warnings in `turtle` module (#102340) | Hugo van Kemenade | 2023-03-13 | 1 | -27/+31 |
|
|
* | gh-102135: Update turtle docs to rename wikipedia demo to rosette (#102137) | somebody | 2023-02-22 | 1 | -3/+3 |
|
|
* | Doctest cleanups (GH-95436) | Zachary Ware | 2022-07-30 | 1 | -1/+1 |
|
|
* | Fix hyperlink conflict in turtle docs (GH-27592) | Harry | 2021-08-04 | 1 | -12/+16 |
|
|
* | Fixing typos in turtle.rst (GH-24385) | Jules Lasne | 2021-05-30 | 1 | -5/+5 |
|
|
* | Fixing typos in turtle.rst (GH-24376) | Jules Lasne | 2021-01-29 | 1 | -6/+6 |
|
|
* | Fixed typo in turtle.rst (GH-24371) | Jules Lasne | 2021-01-29 | 1 | -1/+1 |
|
|
* | [doc] Fix a few margins due to bad markup (GH-23619) | Andre Delfino | 2020-12-17 | 1 | -6/+6 |
|
|
* | bpo-40204: Add :noindex: in the documentation (GH-21859) | Victor Stinner | 2020-08-13 | 1 | -0/+3 |
|
|
* | bpo-39392: Turtle overlap fill depends on OS (#18223) | Terry Jan Reedy | 2020-01-27 | 1 | -0/+5 |
|
|
* | Doc: Correct the creation year and the credits of the Logo Programming langua... | Stéphane Wirtel | 2019-06-01 | 1 | -2/+2 |
|
|
* | bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-10565) | Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) | 2018-11-16 | 1 | -4/+4 |
|
|
* | bpo-34962: make doctest in Doc/ now passes, and is enforced in CI (GH-9806) | Stéphane Wirtel | 2018-10-12 | 1 | -0/+82 |
|
|
* | Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) | 靳阳 | 2017-07-20 | 1 | -1/+1 |
|
|
* | Fix typos in multiple `.rst` files (#1668) | delirious-lettuce | 2017-05-19 | 1 | -1/+1 |
|
|
* | bpo-27200: Fix pathlib, ssl, turtle and weakref doctests (GH-616) | Marco Buttu | 2017-04-13 | 1 | -3/+2 |
|
|
* | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -5/+5 |
|
|
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+5 |
|
|
* | issue19075: add visual sorting algorithms to turtledemo; original code from J... | Ethan Furman | 2015-03-02 | 1 | -0/+3 |
|
|
* | Merge with 3.4 | Terry Jan Reedy | 2014-10-02 | 1 | -13/+18 |
|\ |
|
| * | Issue #21971: Index and update turtledemo doc. | Terry Jan Reedy | 2014-10-02 | 1 | -13/+18 |
|
|
* | | Merge with 3.4 | Zachary Ware | 2014-07-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix a minor typo in the turtle docs. Found by Brandon Passmore on docs@. | Zachary Ware | 2014-07-16 | 1 | -1/+1 |
|
|
* | | Fix Issue #21528 - Fix documentation typos | Donald Stufft | 2014-05-20 | 1 | -2/+2 |
|
|
* | | Issue #20636: Improved the repr of Tkinter widgets. | Serhiy Storchaka | 2014-04-04 | 1 | -1/+1 |
|/ |
|
* | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -3/+3 |
|
|
* | Closes #4159: add LaTeX tabular column specifications to tables that otherwis... | Georg Brandl | 2013-03-28 | 1 | -1/+3 |
|
|
* | document turtle done() function; thanks to Csaba Szepesvari from docs@ | Sandro Tosi | 2011-10-31 | 1 | -1/+2 |
|
|
* | #12677: correct turtle orientation in doc | Sandro Tosi | 2011-08-07 | 1 | -2/+2 |
|
|
* | Merge doc fixes. | Georg Brandl | 2011-03-06 | 1 | -3/+5 |
|\ |
|
| * | #11392: you can trust the computer, but you have to know what it does. | Georg Brandl | 2011-03-06 | 1 | -3/+5 |
|
|
| * | Merged revisions 85732,85778,85785,85853,85930,86008,86089 via svnmerge from | Alexander Belopolsky | 2010-11-05 | 1 | -44/+47 |
|
|
| * | Merged revisions 84945 via svnmerge from | Georg Brandl | 2010-10-06 | 1 | -1/+1 |
|
|
| * | Merged revisions 78950 via svnmerge from | Ezio Melotti | 2010-03-14 | 1 | -4/+4 |
|
|
| * | Merged revisions 78180 via svnmerge from | Ezio Melotti | 2010-02-14 | 1 | -2/+2 |
|
|
| * | Merged revisions 76906 via svnmerge from | Ezio Melotti | 2009-12-19 | 1 | -1/+1 |
|
|
| * | Merged revisions 76235 via svnmerge from | Benjamin Peterson | 2009-11-13 | 1 | -1/+1 |
|
|
| * | Merged revisions 74764 via svnmerge from | Ezio Melotti | 2009-09-13 | 1 | -3/+3 |
|
|
| * | Merged revisions 73636 via svnmerge from | Mark Dickinson | 2009-06-28 | 1 | -1/+1 |
|
|
* | | Issue #10225: Fixed the simple mistakes in doctests. | Alexander Belopolsky | 2011-01-12 | 1 | -1/+1 |
|
|
* | | Remove mentions of the Demo directory. | Georg Brandl | 2010-12-30 | 1 | -3/+2 |
|
|
* | | Issue #7061: Added a 'Turtle star' sidebar | Alexander Belopolsky | 2010-11-09 | 1 | -0/+10 |
|
|
* | | Fixed a typo in ReST markup. | Alexander Belopolsky | 2010-11-09 | 1 | -2/+1 |
|
|
* | | Issue #10199: Moved Demo/turtle under Lib/ | Alexander Belopolsky | 2010-11-01 | 1 | -9/+16 |
|
|