Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/date.py
Commit message (Collapse)AuthorAgeFilesLines
* #2896: Remove sugar.date module.Tomeu Vizoso2007-09-031-57/+0
|
* Start playing with unit tests.Marco Pesenti Gritti2007-08-181-7/+7
|
* Add a bunch of copyrightsMarco Pesenti Gritti2007-06-241-0/+18
|
* Docstrings for modules all over sugar and shell.Mike C. Fletcher2007-04-101-0/+15
| | | | | | | | | | | | | | | | 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
* Actually commit the fileMarco Pesenti Gritti2007-02-131-0/+24