Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pysamples/dotted_line.py
Commit message (Collapse)AuthorAgeFilesLines
* comvert custom blocks to new prim style -- args is passed as a tupleWalter Bender2013-10-301-2/+2
|
* change interface of Turtle.set_xy to set_xy(x, y, share, pendown)Marion2013-08-271-2/+2
| | | | | | | - Used to be set_xy(pos, share, pendown) with pos = (x, y). - Some calls to set_xy were already assuming the new interface. - Also fix the 'bullet list' block from the 'presentations' palette. (Small, related bug.)
* migrate to turtle-centric modelWalter Bender2013-06-251-29/+44
|
*