0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 22 hours ago.
Jul 17, 2025 — Jul 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
saving the cwd and restoring it during an open script to workaround exec issue in doDraw where it was unable to import correctly if test_turtle.py was started from the command-line with "python test_turtle.py" More... almost 25 years ago
saving the cwd and restoring it during an open script to workaround exec issue in doDraw where it was unable to import correctly if test_turtle.py was started from the command-line with "python test_turtle.py" More... almost 25 years ago
added self.shell = None initialization More... almost 25 years ago
added self.shell = None initialization More... almost 25 years ago
added shell initialization to test_turtle.py More... almost 25 years ago
added shell initialization to test_turtle.py More... almost 25 years ago
added a Shell Initialization menu option More... almost 25 years ago
added a Shell Initialization menu option More... almost 25 years ago
fixed FAQ.txt and changlog.txt to reflect TurtleDC usage More... almost 25 years ago
fixed FAQ.txt and changlog.txt to reflect TurtleDC usage More... almost 25 years ago
added a TurtleDC class which saves the underlying panel size so that when the window is resized, the center point (home) for the turtle can be updated updated a few scripts so they draw correctly with the new default size added doc strings to all methods in aTurtle.py and wxTurtle.py drawTurtle renamed to _drawTurtle degrees and radians renamed to _degrees and _radians removed PenUp, PenDown, up and down methods fixed scripts using these deprecated methods More... almost 25 years ago
added a TurtleDC class which saves the underlying panel size so that when the window is resized, the center point (home) for the turtle can be updated updated a few scripts so they draw correctly with the new default size added doc strings to all methods in aTurtle.py and wxTurtle.py drawTurtle renamed to _drawTurtle degrees and radians renamed to _degrees and _radians removed PenUp, PenDown, up and down methods fixed scripts using these deprecated methods More... almost 25 years ago
slight changes to each doc string I'm testing setText, getText, setEditable, getEditable, isModified, appendText More... almost 25 years ago
slight changes to each doc string I'm testing setText, getText, setEditable, getEditable, isModified, appendText More... almost 25 years ago
added some doc strings to some TextField methods to get a feel for how they will look in the shell as calltips. also want to get the wording and style down, so documentation can be added to all methods. i just used the text from the wxWindows help with slight modifications. More... almost 25 years ago
added some doc strings to some TextField methods to get a feel for how they will look in the shell as calltips. also want to get the wording and style down, so documentation can be added to all methods. i just used the text from the wxWindows help with slight modifications. More... almost 25 years ago
Updated latest release to 0.3.1 More... almost 25 years ago
Updated latest release to 0.3.1 More... almost 25 years ago
changed findByName to find More... almost 25 years ago
changed findByName to find More... almost 25 years ago
updated __version__.py and changelog.txt for 0.3.1 release More... almost 25 years ago
updated __version__.py and changelog.txt for 0.3.1 release More... almost 25 years ago
Updated to proto 0.3 and added second samples page More... almost 25 years ago
Updated to proto 0.3 and added second samples page More... almost 25 years ago
background.gif was just wasting space, so I removed it, background.jpg looks better anyway More... almost 25 years ago
background.gif was just wasting space, so I removed it, background.jpg looks better anyway More... almost 25 years ago
updated readme.txt info and changelog.txt More... almost 25 years ago
updated readme.txt info and changelog.txt More... almost 25 years ago
Modified Background._createMenus - if a 'menubar' key is not found in a Stack's resource file then a menubar won't be created. More... almost 25 years ago
Modified Background._createMenus - if a 'menubar' key is not found in a Stack's resource file then a menubar won't be created. More... almost 25 years ago