Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Mike Naberezny dfa25e9dc1 Return 400 Bad Request if the XML-RPC request body is invalid 9 gadi atpakaļ
  Mike Naberezny d9bfe2d5bd Remove special case and log any request whose response is unmarshallable 9 gadi atpakaļ
  Mike Naberezny f2c22b0c5c Fix typos so comment is readable 9 gadi atpakaļ
  Mike Naberezny 07c0efeea4 Merge pull request #668 from lukeweber/lsb-exit-codes-clean 9 gadi atpakaļ
  Mike Naberezny 98aac98f30 Fix crash if system time is far into the future. Closes #213 9 gadi atpakaļ
  Mike Naberezny d948fc5170 Fix system.multicall() broken by faster start/stop patch 9 gadi atpakaļ
  Mike Naberezny 3149e16e62 Implement __str__ so code and text of RPCError are logged 9 gadi atpakaļ
  Luke Weber a11acd6229 LSB Error code support for status and exit. Fixes https://github.com/Supervisor/supervisor/issues/24 9 gadi atpakaļ
  Mike Naberezny ca703616a3 Use traceback.format_exc and log instead of traceback.print_exc() 10 gadi atpakaļ
  Mike Naberezny ca83b761d0 Use traceback.format_exc() instead of traceback.print_exc(file=io) 10 gadi atpakaļ
  Mike Naberezny 467273ae67 Remove "import *" from text_socket 10 gadi atpakaļ
  Mike Naberezny 9ff7f51b86 Import text_socket explicitly only where it is required 10 gadi atpakaļ
  Mike Naberezny 2947fad318 Fix parsing XML-RPC values with no type specified. Closes #507 10 gadi atpakaļ
  Marc Abramowitz 9abc7caeb3 Check for bad signal 10 gadi atpakaļ
  Chris McDonough 40a54389a8 full unit test coverage for xmlrpc module, remove some python 2.5 compatibility code 10 gadi atpakaļ
  Chris McDonough 516f78c1a7 remove unused codepaths, since we now only support 2.6+ we can rely on iterparse being available, add some tests 10 gadi atpakaļ
  Chris McDonough 00d60d6010 test DeferredXMLRPCResponse.more method 11 gadi atpakaļ
  Mike Naberezny 5dc7355cbb Remove support for Python 2.5 11 gadi atpakaļ
  Chris McDonough 6b3d647b2d rename py3compat to compat, move adhoc conditional imports into compat and import from compat, remove from py3compat import * from all modules, remove local copy of meld3 11 gadi atpakaļ
  Chris McDonough 98c56768b8 merge scott maxwell\'s python 3 patches into master and fix tests 11 gadi atpakaļ
  Zev Benjamin 8a7da1a37a Fix parsing of XML arrays 12 gadi atpakaļ
  Mike Naberezny 0bb1cc09fd Strip newlines from base64 data when building Basic auth header. Fixes #21 12 gadi atpakaļ
  pombredanne 5d0573c43f Removing unused L local variable 12 gadi atpakaļ
  Scott Maxwell dd7d2e1ad3 Update to run on Python 3.x 12 gadi atpakaļ
  Mike Naberezny a4413933c0 Remove old copyright file headers 14 gadi atpakaļ
  Mike Naberezny 97ebe742de Move supervisor/ to repository toplevel 14 gadi atpakaļ