Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-126349 Add context managers to turtle for fill, poly and no_animation #126350

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Commits on Nov 3, 2024

  1. Add context managers for turtle.fill and turtle.poly

    Co-authored-by: Marie Roald <[email protected]>
    yngvem and MarieRoald committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    3379b3d View commit details
    Browse the repository at this point in the history
  2. Add documentation

    Co-authored-by: Yngve Mardal Moe <[email protected]>
    MarieRoald and yngvem committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    879d886 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54f709c View commit details
    Browse the repository at this point in the history
  4. Forward functions correctly

    Co-authored-by: Marie Roald <[email protected]>
    yngvem and MarieRoald committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    437c8ce View commit details
    Browse the repository at this point in the history
  5. Add documentation

    Co-authored-by: Marie Roald <[email protected]>
    yngvem and MarieRoald committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    d11d8f9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f04ee4 View commit details
    Browse the repository at this point in the history
  7. Fix typo in docs

    Co-authored-by: Yngve Mardal Moe <[email protected]>
    MarieRoald and yngvem committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    3947de1 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Apply suggestions from code review

    Co-authored-by: Hugo van Kemenade <[email protected]>
    Co-authored-by: Daniel Hollas <[email protected]>
    3 people authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    5ee489b View commit details
    Browse the repository at this point in the history
  2. Address review comments

    MarieRoald committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    28a5ac6 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Bénédikt Tran <[email protected]>
    Co-authored-by: Daniel Hollas <[email protected]>
    3 people authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    6621bd3 View commit details
    Browse the repository at this point in the history
  4. Address review comments

    MarieRoald committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    2f5c488 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Apply suggestions from code review

    Co-authored-by: Bénédikt Tran <[email protected]>
    MarieRoald and picnixz authored Nov 9, 2024
    Configuration menu
    Copy the full SHA
    302a1ed View commit details
    Browse the repository at this point in the history
  2. Use setUp for unit tests

    Co-authored-by: Marie Roald <[email protected]>
    yngvem and MarieRoald committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    ad779d5 View commit details
    Browse the repository at this point in the history
  3. Address review comments

    Co-authored-by: Marie Roald <[email protected]>
    yngvem and MarieRoald committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    fd89c95 View commit details
    Browse the repository at this point in the history
  4. Add missing blank line

    Co-authored-by: Yngve Mardal Moe <[email protected]>
    MarieRoald and yngvem committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    fe39751 View commit details
    Browse the repository at this point in the history
  5. Update Lib/turtle.py

    Co-authored-by: Bénédikt Tran <[email protected]>
    MarieRoald and picnixz authored Nov 9, 2024
    Configuration menu
    Copy the full SHA
    0a5e250 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Apply suggestions from code review

    Co-authored-by: Erlend E. Aasland <[email protected]>
    MarieRoald and erlend-aasland authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    6d381ec View commit details
    Browse the repository at this point in the history
  2. Update Lib/turtle.py

    Co-authored-by: Erlend E. Aasland <[email protected]>
    MarieRoald and erlend-aasland authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    42d678d View commit details
    Browse the repository at this point in the history
  3. Address reviewer comments

    Co-authored-by: Yngve Mardal Moe <[email protected]>
    MarieRoald and yngvem committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    7928306 View commit details
    Browse the repository at this point in the history