summaryrefslogtreecommitdiffstats
path: root/Lib/SimpleXMLRPCServer.py
Commit message (Expand)AuthorAgeFilesLines
* Convert the socket module to insist on bytes for input, and to return bytesGuido van Rossum2007-11-211-1/+2
* Merged revisions 57152-57220 via svnmerge fromGuido van Rossum2007-08-201-1/+15
* Fix xmlrpc unittest. While it now passes on Linux, it still failsHye-Shik Chang2007-08-191-23/+5
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-1/+1
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-2/+2
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-6/+5
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-8/+8
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-2/+2
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-2/+4
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-1/+1
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-3/+31
* Merge with trunk up to revision 45620.Thomas Wouters2006-04-211-0/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-2/+6
* Remove sys.exc_type, sys.exc_value, sys.exc_tracebackNeal Norwitz2006-03-171-2/+2
* Whitespace normalization.Tim Peters2005-12-251-6/+6
* [Patch #1039083] Add 'encoding' parameter to SimpleXMLRPCServerAndrew M. Kuchling2005-12-041-8/+11
* Use boolean nameAndrew M. Kuchling2005-12-041-1/+1
* [Patch #893642] Add optional allow_none argument to SimpleXMLRPCServer, CGIXM...Andrew M. Kuchling2005-12-041-6/+8
* [Bug #792570] Under Windows, socket.read() seems to run into trouble whenAndrew M. Kuchling2005-12-041-2/+13
* [Bug #1222790] Set reuse-address and close-on-exec flags on the HTTP listenin...Andrew M. Kuchling2005-12-041-1/+11
* Fix all wrong instances of "it's".Georg Brandl2005-07-221-2/+2
* Security fix PSF-2005-001 for SimpleXMLRPCServer.py.Guido van Rossum2005-02-031-5/+29
* Fix a small typo in the docstring for system_methodSignature .Brett Cannon2004-10-031-1/+1
* SF patch #834015: Remove imports of unused modulesRaymond Hettinger2003-11-021-1/+0
* whitespace normalizationNeal Norwitz2003-06-291-1/+1
* fix problems found by pycheckerNeal Norwitz2003-06-291-2/+3
* Patch #727805: Remove extra line ending from CGI responses.Martin v. Löwis2003-05-011-2/+2
* Whitespace normalization.Tim Peters2003-01-291-34/+34
* Patch #473586: Implement CGIXMLRPCRequestHandler.Martin v. Löwis2003-01-151-109/+371
* _dispatch(): Do no re-define the resolve_dotted_atttribute() functionFred Drake2001-09-291-21/+17
* Brian Quinlan's XML-RPC server framework.Fredrik Lundh2001-09-171-0/+254