FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-126349: Add context managers to turtle for `fill`, `poly` and `no_animation` by MarieRoald · Pull Request #126350 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-126349: Add context managers to turtle for fill, poly and no_animation
- #126350
#126350
Merged
erlend-aasland
merged 30 commits into
python:main
python/cpython:main
from
MarieRoald:fix-issue-126349
MarieRoald/cpython:fix-issue-126349
Copy head branch name to clipboard
Jan 18, 2025
Conversation
Commits
30
(30)
Checks
Files changed
Merged
gh-126349: Add context managers to turtle for fill, poly and no_animation
#126350
erlend-aasland
merged 30 commits into
python:main
python/cpython:main
from
MarieRoald:fix-issue-126349
MarieRoald/cpython:fix-issue-126349
Copy head branch name to clipboard
Commits
Commits on Nov 3, 2024
Add context managers for turtle.fill and turtle.poly
Show description for 3379b3d
yngvem
and
MarieRoald
committed
3379b3d
View commit details
Copy full SHA for 3379b3d
Browse repository at this point
Add documentation
Show description for 879d886
MarieRoald
and
yngvem
committed
879d886
View commit details
Copy full SHA for 879d886
Browse repository at this point
Add context manager to turtle.TurtleScreen for disabling auto-update
Show description for 54f709c
MarieRoald
and
yngvem
committed
54f709c
View commit details
Copy full SHA for 54f709c
Browse repository at this point
Forward functions correctly
Show description for 437c8ce
yngvem
and
MarieRoald
committed
437c8ce
View commit details
Copy full SHA for 437c8ce
Browse repository at this point
Add documentation
Show description for d11d8f9
yngvem
and
MarieRoald
committed
d11d8f9
View commit details
Copy full SHA for d11d8f9
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
1f04ee4
View commit details
Copy full SHA for 1f04ee4
Browse repository at this point
Fix typo in docs
Show description for 3947de1
MarieRoald
and
yngvem
committed
3947de1
View commit details
Copy full SHA for 3947de1
Browse repository at this point
Commits on Nov 8, 2024
Apply suggestions from code review
Show description for 5ee489b
authored
5ee489b
View commit details
Copy full SHA for 5ee489b
Browse repository at this point
Address review comments
MarieRoald
committed
28a5ac6
View commit details
Copy full SHA for 28a5ac6
Browse repository at this point
Apply suggestions from code review
Show description for 6621bd3
authored
6621bd3
View commit details
Copy full SHA for 6621bd3
Browse repository at this point
Address review comments
MarieRoald
committed
2f5c488
View commit details
Copy full SHA for 2f5c488
Browse repository at this point
Commits on Nov 9, 2024
Apply suggestions from code review
Show description for 302a1ed
MarieRoald
and
picnixz
authored
302a1ed
View commit details
Copy full SHA for 302a1ed
Browse repository at this point
Use setUp for unit tests
Show description for ad779d5
yngvem
and
MarieRoald
committed
ad779d5
View commit details
Copy full SHA for ad779d5
Browse repository at this point
Address review comments
Show description for fd89c95
yngvem
and
MarieRoald
committed
fd89c95
View commit details
Copy full SHA for fd89c95
Browse repository at this point
Add missing blank line
Show description for fe39751
MarieRoald
and
yngvem
committed
fe39751
View commit details
Copy full SHA for fe39751
Browse repository at this point
Update Lib/turtle.py
Show description for 0a5e250
MarieRoald
and
picnixz
authored
0a5e250
View commit details
Copy full SHA for 0a5e250
Browse repository at this point
Commits on Nov 14, 2024
Apply suggestions from code review
Show description for 6d381ec
MarieRoald
and
erlend-aasland
authored
6d381ec
View commit details
Copy full SHA for 6d381ec
Browse repository at this point
Update Lib/turtle.py
Show description for 42d678d
MarieRoald
and
erlend-aasland
authored
42d678d
View commit details
Copy full SHA for 42d678d
Browse repository at this point
Address reviewer comments
Show description for 7928306
MarieRoald
and
yngvem
committed
7928306
View commit details
Copy full SHA for 7928306
Browse repository at this point
Commits on Dec 18, 2024
Update Lib/test/test_turtle.py
Show description for 815a8a3
MarieRoald
and
hugovk
authored
815a8a3
View commit details
Copy full SHA for 815a8a3
Browse repository at this point
Commits on Dec 29, 2024
Merge branch 'main' into fix-issue-126349
hugovk
authored
fc01695
View commit details
Copy full SHA for fc01695
Browse repository at this point
Re-sort
hugovk
authored
8487336
View commit details
Copy full SHA for 8487336
Browse repository at this point
Commits on Dec 30, 2024
Merge branch 'main' into fix-issue-126349
erlend-aasland
authored
401c07f
View commit details
Copy full SHA for 401c07f
Browse repository at this point
Pull in main and resolve conflicts
erlend-aasland
committed
3f2b4ef
View commit details
Copy full SHA for 3f2b4ef
Browse repository at this point
Remove unneeded stylistic change; remove unprintable char from NEWS entry
erlend-aasland
committed
0c2fca0
View commit details
Copy full SHA for 0c2fca0
Browse repository at this point
Commits on Jan 5, 2025
Change assert to self.assertEqual
Show description for 6115eef
MarieRoald
and
yngvem
committed
6115eef
View commit details
Copy full SHA for 6115eef
Browse repository at this point
Commits on Jan 18, 2025
Change assert to self.assertEqual
Show description for 11d9bc3
MarieRoald
and
yngvem
committed
11d9bc3
View commit details
Copy full SHA for 11d9bc3
Browse repository at this point
Improve usage of unittest.mock.patch
Show description for 061fe2a
MarieRoald
and
yngvem
committed
061fe2a
View commit details
Copy full SHA for 061fe2a
Browse repository at this point
Merge branch 'main' into fix-issue-126349
MarieRoald
committed
32bbf68
View commit details
Copy full SHA for 32bbf68
Browse repository at this point
Merge branch 'main' into fix-issue-126349
MarieRoald
committed
b2ab84b
View commit details
Copy full SHA for b2ab84b
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL