Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tabasics.py
Commit message (Collapse)AuthorAgeFilesLines
* set proper number of default argumentsWalter Bender2013-11-251-4/+4
|
* add turtle = after clean block in python exportWalter Bender2013-11-251-1/+2
|
* fix get_shade return typeAlan Aguiar2013-11-161-1/+2
|
* force color names to appear in PO filesWalter Bender2013-11-111-0/+4
|
* Alan's pyflakes cleanup and new strategy for translating palette namesWalter Bender2013-11-061-22/+14
|
* alan's patch to left, backWalter Bender2013-11-041-6/+4
|
* fix problem with int stack namesWalter Bender2013-10-311-3/+4
|
* convert to type branch of python export codeMarion Zepf2013-10-291-600/+370
|
* python exportMarion Zepf2013-10-271-264/+280
|
* fix label ambiguity with addturtle and turtle-label blocksWalter Bender2013-10-081-1/+2
|
* revised approach to i18nWalter Bender2013-10-081-8/+22
|
* add i18n to palette namesWalter Bender2013-10-071-7/+7
|
* 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.)
*