Merge remote-tracking branch 'origin/pycurl' into planetlab-4_0-branch
[plcapi.git] / PLC / Method.py
2015-04-17 rootMerge remote-tracking branch 'origin/pycurl' into plane... planetlab-4_0-branch
2007-11-13 Tony Mackmerge from trunk
2007-09-13 Tony Mackmerge changes from HEAD
2007-08-21 Tony Mackmerge changes from HEAD
2007-07-23 Tony Mackmerge changes from HEAD
2007-04-17 Faiyaz AhmedMerge from HEAD. Signed off by tmack.
2007-01-19 Tony Mack- log object_type
2007-01-16 Mark Huang- log event if .message attribute is set
2006-12-20 Tony Mack- Log event['message']
2006-11-29 Tony Mack- removed anything having to with event_type/event_object
2006-11-08 Mark Huang- move python_type and xmlrpc_type to Parameter
2006-11-03 Mark Huang- raise the last fault if a mixed type check fails...
2006-11-03 Thierry Parmentelatfor federation : Peers and ForeignNodes
2006-11-02 Mark Huangunset None fields, if allowed
2006-10-31 Mark Huang- fix logging of Boot* methods and others that can...
2006-10-25 Mark Huang- check lists correctly
2006-10-25 Mark Huang- type_check(): don't type check Mixed types twice
2006-10-19 Tony Mack- fixed bug in logging of event_objects
2006-10-19 Tony Mack- fixed how calls with dictionary args are logged
2006-10-19 Tony Mack- removed unnecessary print
2006-10-19 Tony Mack- fixed logging of calls that fail at or before auth...
2006-10-18 Tony Mack- add **kwds paramater to __call__()
2006-10-17 Tony Mack- log the ids of objects affected by api calls
2006-10-16 Tony Mack- use unicode() instead of str() before logging call...
2006-10-13 Tony Mack- fixed logging of person_id
2006-10-13 Tony Mack- added log()
2006-09-08 Mark Huang- add min and max validation to type_check routine
2006-09-06 Mark HuangInitial checkin of new API implementation