| Commit message (Expand) | Author | Age | Files | Lines |
* | Environment is now subclassed from object, rather then dict. Added tests for ... | Martin Nagy | 2008-10-02 | 1 | -4/+6 |
* | Add support for environment variables, change tests accordingly | Martin Nagy | 2008-09-29 | 1 | -3/+5 |
* | 373: Replaced type_ optional arg to Param.__init__() with pure kw arg type; u... | Jason Gerard DeRose | 2008-09-27 | 1 | -22/+20 |
* | 369: Added Object.backend attribute used to associated it with a particular b... | Jason Gerard DeRose | 2008-09-26 | 1 | -6/+32 |
* | 363: Added Object.params_minus_pk instance attribute | Jason Gerard DeRose | 2008-09-25 | 1 | -0/+5 |
* | 360: Removed Method.get_options() default implementation; cleaned up unit tes... | Jason Gerard DeRose | 2008-09-25 | 1 | -24/+12 |
* | 359: Added Object.primary_key instance attribute; added corresponding unit tests | Jason Gerard DeRose | 2008-09-25 | 1 | -0/+51 |
* | 356: Modified Method.get_options() to now pull from self.obj.params(); update... | Jason Gerard DeRose | 2008-09-25 | 1 | -17/+3 |
* | 355: Object.set_api() now creates Object.params namespace by merging takes_pa... | Jason Gerard DeRose | 2008-09-25 | 1 | -0/+2 |
* | 353: The Object.parms instance attribute is now created in Object.set_api() i... | Jason Gerard DeRose | 2008-09-24 | 1 | -9/+13 |
* | 352: Now removed Object.Property property and added in its place Object.prope... | Jason Gerard DeRose | 2008-09-24 | 1 | -6/+8 |
* | 351: Removed Object.Method property and added in its place Object.methods ins... | Jason Gerard DeRose | 2008-09-24 | 1 | -5/+4 |
* | 350: If Param default_from kwarg is callable but not a DefaltFrom instances, ... | Jason Gerard DeRose | 2008-09-24 | 1 | -1/+6 |
* | 348: If no keys are passed to DefaultFrom.__init__(), the keys from callback.... | Jason Gerard DeRose | 2008-09-24 | 1 | -0/+7 |
* | 347: Added primary_key instance attribute to Param and corresponding kwarg; e... | Jason Gerard DeRose | 2008-09-24 | 1 | -3/+21 |
* | 344: Added Param.__clone__() method; added corresponding unit tests | Jason Gerard DeRose | 2008-09-24 | 1 | -2/+31 |
* | 342: Added unit test that TypeError is raised when Param() is created with ex... | Jason Gerard DeRose | 2008-09-24 | 1 | -0/+4 |
* | 341: Param now only takes type_=ipa_types.Unicode() as an optional positional... | Jason Gerard DeRose | 2008-09-24 | 1 | -0/+20 |
* | 340: Changed default for Param.required to True | Jason Gerard DeRose | 2008-09-24 | 1 | -1/+1 |
* | 339: Added parse_param_spec() function and corresponding unit tests | Jason Gerard DeRose | 2008-09-24 | 1 | -0/+12 |
* | 336: Param.__dispatch() now returns None for any in (None, '', u'', tuple(), ... | Jason Gerard DeRose | 2008-09-24 | 1 | -4/+11 |
* | 335: If Command.__convert_scalar() is called with None, it now returns None i... | Jason Gerard DeRose | 2008-09-24 | 1 | -6/+3 |
* | 333: Param.convert() now uses name Param.__multivalue() helper method as Para... | Jason Gerard DeRose | 2008-09-24 | 1 | -0/+1 |
* | 332: Param.normalize() now returns None if multivalue and len() == 0 | Jason Gerard DeRose | 2008-09-24 | 1 | -5/+7 |
* | 331: Param.normalize() no longer raises a TypeError when value in not a bases... | Jason Gerard DeRose | 2008-09-24 | 1 | -3/+3 |
* | 330: Command.normalize() now normalizes all keys, not just keys in params | Jason Gerard DeRose | 2008-09-24 | 1 | -1/+0 |
* | 329: Command.convert() now converts all keys, not just keys in params | Jason Gerard DeRose | 2008-09-24 | 1 | -2/+0 |
* | 323: Added Command.run() method that dispatches to execute() or forward(); ad... | Jason Gerard DeRose | 2008-09-24 | 1 | -0/+32 |
* | 319: Added new backend and tests.test_backend modules; added place-holder Bac... | Jason Gerard DeRose | 2008-09-24 | 1 | -1/+1 |
* | 318: Renamed all references to 'public' module to 'frontend' | Jason Gerard DeRose | 2008-09-24 | 1 | -76/+76 |
* | 317: Renamed public.py to frontend.py; renamed test_public.py to test_fronten... | Jason Gerard DeRose | 2008-09-23 | 1 | -0/+884 |