whitespaces and pep8 and similar lifting
[plcapi.git] / PLC / API.py
2018-05-20 parmentelatwhitespaces and pep8 and similar lifting
2017-07-06 Thierry ParmentelatAdd 'php/phpxmlrpc/' from commit 'cd5dbb4a511e7a616a611...
2017-05-29 Thierry Parmentelattrash our own brew of xmlrpc, that was all about suppor...
2017-02-15 Thierry Parmentelatremove PLC.Debug.log, use PLC.Logger.logger instead newlogs
2016-08-25 Thierry Parmentelatupdate hint link
2016-08-25 Thierry Parmentelatfix issue with escaping unicode strings for xmlrpc
2016-08-25 Thierry Parmentelatuse standard json module
2013-06-27 Thierry Parmentelatsecond pass of cleanup for omf aspects
2013-05-27 smbakeradd support for netconfig aspect
2013-02-16 Thierry Parmentelatcleaup
2011-05-09 Thierry ParmentelatMerge branch 'master' of ssh://git.onelab.eu/git/plcapi
2011-04-29 Baris Metinfix typo
2011-04-26 Sapan BhatiaMerge branch 'master' of ssh://sapanb@git.planet-lab...
2011-04-11 Baris Metinactivate cache_utils only when enabled.
2011-04-11 Baris Metinuse PLC_RATELIMIT_ENABLED to enable ratelimit aspect
2010-11-25 Thierry Parmentelatcosmetic
2010-09-23 Barış Metindon't apply all aspects blindly (although there is...
2010-09-02 rootMerge commit 'local_master/master'
2010-08-10 Tony Mackuse jsonlib (if available) before using simplejson
2010-08-07 Tony Mackadded handle_json() method
2010-06-22 S.Çağlar Onur- Change .py files to use 4-space indents and no hard...
2010-03-09 Thierry Parmentelatfix setting name
2010-03-08 Barış MetinOMF integration for plcapi, only activated when PLC_OMF...
2010-02-06 Thierry Parmentelatend cleanup the legacy stuff
2010-02-05 Thierry Parmentelatcleanup v42 legacy - GetSlivers exports 'interfaces...
2009-07-19 Thierry Parmentelatsvn keywords
2009-05-26 Marc Fiuczynskimove legacy v42 methods to Legacy/ sub directory
2009-05-21 Marc FiuczynskiThis replaces the existing Legacy/* support with a...
2009-03-17 Marc Fiuczynskiclean up callable() implementation and be more verbose...
2008-08-19 Thierry Parmentelatrenaming shortcut into accessor
2008-08-14 Thierry Parmentelatcheckpointing first - non functional - skeleton for...
2008-06-17 Thierry Parmentelatlegacy methods - this is more an excuse for studying...
2007-10-25 Thierry Parmentelatset svn:keywords property for proper keywords expansion
2007-01-16 Mark Huang- no need to initialize sendmail instance anymore
2007-01-05 Tony Mack- added sendmail object ('mailer') as a member of PLCAP...
2006-10-30 Mark Huangxmlrpclib does not handle invalid 7-bit control charact...
2006-10-27 Mark Huangimport pgdb at the last minute to avoid requiring pgdb...
2006-10-24 Mark Huang- hack xmlrpclib so that it can marshal subclasses...
2006-10-13 Mark Huang- don't care if SOAPpy is installed
2006-10-03 Mark Huang- set allow_none to allow XML-RPC marshalling of None...
2006-09-08 Mark Huang- set default byte encodings for DB and XML-RPC/SOAP...
2006-09-06 Mark HuangInitial checkin of new API implementation