-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
gh-126349: Add context managers to turtle for fill
, poly
and no_animation
#126350
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
Merged
Merged
Changes from 10 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
3379b3d
Add context managers for turtle.fill and turtle.poly
yngvem 879d886
Add documentation
MarieRoald 54f709c
Add context manager to turtle.TurtleScreen for disabling auto-update
MarieRoald 437c8ce
Forward functions correctly
yngvem d11d8f9
Add documentation
yngvem 1f04ee4
📜🤖 Added by blurb_it.
blurb-it[bot] 3947de1
Fix typo in docs
MarieRoald 5ee489b
Apply suggestions from code review
MarieRoald 28a5ac6
Address review comments
MarieRoald 6621bd3
Apply suggestions from code review
MarieRoald 2f5c488
Address review comments
MarieRoald 302a1ed
Apply suggestions from code review
MarieRoald ad779d5
Use setUp for unit tests
yngvem fd89c95
Address review comments
yngvem fe39751
Add missing blank line
MarieRoald 0a5e250
Update Lib/turtle.py
MarieRoald 6d381ec
Apply suggestions from code review
MarieRoald 42d678d
Update Lib/turtle.py
MarieRoald 7928306
Address reviewer comments
MarieRoald 815a8a3
Update Lib/test/test_turtle.py
MarieRoald fc01695
Merge branch 'main' into fix-issue-126349
hugovk 8487336
Re-sort
hugovk 401c07f
Merge branch 'main' into fix-issue-126349
erlend-aasland 3f2b4ef
Pull in main and resolve conflicts
erlend-aasland 0c2fca0
Remove unneeded stylistic change; remove unprintable char from NEWS e…
erlend-aasland 6115eef
Change assert to self.assertEqual
MarieRoald 11d9bc3
Change assert to self.assertEqual
MarieRoald 061fe2a
Improve usage of unittest.mock.patch
MarieRoald 32bbf68
Merge branch 'main' into fix-issue-126349
MarieRoald b2ab84b
Merge branch 'main' into fix-issue-126349
MarieRoald File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.