Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/util.py
Commit message (Collapse)AuthorAgeFilesLines
* Docstrings for modules all over sugar and shell.Mike C. Fletcher2007-04-101-1/+32
| | | | | | | | | | | | | | | | These are just the doc strings I created as I was spelunking through to see how Sugar manages launching applications. The resulting auto-documentation is neither polished or finished, but it should help people reading the code somewhat. There are a few minor code cleanups: * activityhandle (replacing C idiom for initialisation with a Python one) * bundle registry (using a parameterised directory name so that it shows up in the documentation) * validate_activity_id function, use isinstance( item, (str,unicode)) for the query, rather than two separate checks with isinstance
* Changed all tabs to 4 spaces for python styleJustin Gallardo2006-12-041-31/+31
|
* Several cleanupsMarco Pesenti Gritti2006-12-011-14/+18
|
* Add LGPL headerMarco Pesenti Gritti2006-10-141-0/+17
|
* Changed all type checking to use isinstanceJohn (J5) Palmieri2006-10-031-1/+1
|
* _stringify_hash -> printable_hash; generalize, make more publicDan Williams2006-09-251-7/+7
|
* Get activity bar and activity creation to workMarco Pesenti Gritti2006-08-171-0/+14
|
*