- Change .py files to use 4-space indents and no hard tab characters.
[plcapi.git] / PLC / Methods / GetKeys.py
2010-06-22 S.Çağlar Onur- Change .py files to use 4-space indents and no hard...
2009-07-19 Thierry Parmentelatsvn keywords
2008-12-02 Thierry Parmentelatsvn kwds
2008-10-11 Thierry Parmentelatembed svn Id keyword
2007-02-01 Mark Huangallow node authentication
2006-11-29 Tony Mack- - removed anything having to do with event_type/event...
2006-11-28 Tony Mack- added logging vars
2006-11-09 Mark Huang- re-enable return_fields specification
2006-11-08 Mark Huangallow filters to be specified in most Get() calls
2006-10-27 Mark Huang(most) all functions now take SessionAuth in addition...
2006-10-24 Mark Huang- hack xmlrpclib so that it can marshal subclasses...
2006-10-20 Mark Huang- fix case when caller has no keys
2006-10-18 Mark Huangfix is-my-own-key check
2006-10-16 Mark Huangcast instead of rebuilding dict when returning lists...
2006-10-13 Tony Mack- turned each key into a real dict before returning
2006-10-11 Mark Huang- check for both key_id_list = None and key_id_list...
2006-10-10 Tony Mack- value returned is now xml-rpc safe
2006-10-10 Tony MackInitial checkin of new API implementation