Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/taexportpython.py
Commit message (Collapse)AuthorAgeFilesLines
* add TurtleBots activity to pathsAlan Jhonn Aguiar Schwyn2013-12-121-12/+16
|
* add coding line for utf-8Walter Bender2013-11-281-0/+1
|
* use insert 0 instead of appendv193Walter Bender2013-11-121-4/+4
|
* look for TB in more placesWalter Bender2013-11-121-0/+12
|
* use sys.path directly instead of relying on PATHONPATHWalter Bender2013-11-111-0/+7
|
* refactor handling of extra code in python exportWalter Bender2013-11-081-28/+0
|
* workaround for set_turtle bugWalter Bender2013-11-061-0/+28
|
* pyflakes, pep8 cleanupWalter Bender2013-11-041-9/+11
|
* Fixes #4641 "Save as Python fails when stack is empty"Marion2013-11-021-1/+1
| | | | Check whether the list is empty before accessing an element.
* only import plugins we useWalter Bender2013-11-011-6/+3
|
* need a way to get global_objectsWalter Bender2013-11-011-3/+5
|
* global_objects is not an instance variableWalter Bender2013-10-311-1/+1
|
* add plugin class instance variablesWalter Bender2013-10-311-6/+9
|
* convert to type branch of python export codeMarion Zepf2013-10-291-33/+60
|
* export pythonMarion Zepf2013-10-271-0/+232