Jason Gerard DeRose
|
250a01b5b7
|
348: If no keys are passed to DefaultFrom.__init__(), the keys from callback.func_code.co_varnames are used; updated DefaultFrom unit tests to test this usage
|
2008-09-24 21:46:37 +00:00 |
|
Jason Gerard DeRose
|
566d5ea02a
|
347: Added primary_key instance attribute to Param and corresponding kwarg; expanded unit tests for Param.__init__()
|
2008-09-24 21:29:15 +00:00 |
|
Jason Gerard DeRose
|
f8bb60f02d
|
344: Added Param.__clone__() method; added corresponding unit tests
|
2008-09-24 19:45:46 +00:00 |
|
Jason Gerard DeRose
|
a79434584e
|
343: create_param() function no longer parses the param spec itself but relies on Param.__init__() to do it
|
2008-09-24 18:44:43 +00:00 |
|
Jason Gerard DeRose
|
97f0310a4c
|
342: Added unit test that TypeError is raised when Param() is created with extra kw args
|
2008-09-24 18:33:25 +00:00 |
|
Jason Gerard DeRose
|
06d7fb42ec
|
341: Param now only takes type_=ipa_types.Unicode() as an optional positional arg, and the rest as pure kwargs
|
2008-09-24 18:27:14 +00:00 |
|
Jason Gerard DeRose
|
792bf7b1d0
|
340: Changed default for Param.required to True
|
2008-09-24 18:02:00 +00:00 |
|
Jason Gerard DeRose
|
11a07008b8
|
339: Added parse_param_spec() function and corresponding unit tests
|
2008-09-24 17:55:29 +00:00 |
|
Jason Gerard DeRose
|
744406958d
|
337: Some cleanup in Params; added docstrings for most all Param methods
|
2008-09-24 07:56:31 +00:00 |
|
Jason Gerard DeRose
|
fb57b91937
|
336: Param.__dispatch() now returns None for any in (None, '', u'', tuple(), []) regardless whether Param is multivalue
|
2008-09-24 07:05:43 +00:00 |
|
Jason Gerard DeRose
|
e63c462f31
|
335: If Command.__convert_scalar() is called with None, it now returns None instead of raising TypeError
|
2008-09-24 06:48:27 +00:00 |
|
Jason Gerard DeRose
|
4215da30ad
|
334: Renamed Command.__multivalue() helper method to Command.dispatch()
|
2008-09-24 06:36:48 +00:00 |
|
Jason Gerard DeRose
|
1125d420bd
|
333: Param.convert() now uses name Param.__multivalue() helper method as Param.normalize()
|
2008-09-24 06:35:19 +00:00 |
|
Jason Gerard DeRose
|
6bedb15674
|
332: Param.normalize() now returns None if multivalue and len() == 0
|
2008-09-24 06:25:12 +00:00 |
|
Jason Gerard DeRose
|
d56f4c643b
|
331: Param.normalize() no longer raises a TypeError when value in not a basestring
|
2008-09-24 06:11:46 +00:00 |
|
Jason Gerard DeRose
|
95abdcd714
|
330: Command.normalize() now normalizes all keys, not just keys in params
|
2008-09-24 05:49:30 +00:00 |
|
Jason Gerard DeRose
|
15b83ab1bf
|
329: Command.convert() now converts all keys, not just keys in params
|
2008-09-24 05:46:49 +00:00 |
|
Jason Gerard DeRose
|
126b31de55
|
328: Command.get_default() now returns defaults for all values not present, not just defaults that aren't None
|
2008-09-24 05:42:31 +00:00 |
|
Jason Gerard DeRose
|
eaf15d5a52
|
327: Improved formatting on show-api cli command
|
2008-09-24 05:35:40 +00:00 |
|
Jason Gerard DeRose
|
3bf2da5714
|
324: Removed 'smart_option_order' from Command.__public__; cli commands help, console, and show_plugins now override Command.run() instead of Command.__call__()
|
2008-09-24 03:10:35 +00:00 |
|
Jason Gerard DeRose
|
19bbc48eb6
|
323: Added Command.run() method that dispatches to execute() or forward(); added corresponding unit tests
|
2008-09-24 02:52:19 +00:00 |
|
Jason Gerard DeRose
|
81de10f176
|
319: Added new backend and tests.test_backend modules; added place-holder Backend class and corresponding unit tests
|
2008-09-24 00:12:35 +00:00 |
|
Jason Gerard DeRose
|
2842e85d88
|
317: Renamed public.py to frontend.py; renamed test_public.py to test_frontend.py
|
2008-09-23 23:51:03 +00:00 |
|