Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Collapse)AuthorAgeFilesLines
* Changed all type checking to use isinstanceJohn (J5) Palmieri2006-10-034-28/+28
|
* s/type(val) == type({})/isinstance(val, dict)John (J5) Palmieri2006-10-031-1/+1
| | | | | This needs to be changed everwhere in the code because isinstance will match derived types where == will not
* Expose local name collision errors (ie, somebody else registered that service)Dan Williams2006-10-021-8/+6
|
* Ignore local name collisions againDan Williams2006-09-291-4/+8
|
*