summaryrefslogtreecommitdiffstats
path: root/Lib/xmlrpc/server.py
Commit message (Collapse)AuthorAgeFilesLines
* more fun with string exceptionsBenjamin Peterson2010-10-311-1/+1
|
* Issue #7606: XML-RPC traceback stored in X-traceback is now encoded to ASCIIVictor Stinner2010-04-161-1/+3
| | | | using backslashreplace error handler.
* Merged revisions 74558 via svnmerge fromKristján Valur Jónsson2009-12-161-4/+43
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74558 | kristjan.jonsson | 2009-08-27 23:13:18 +0000 (fim., 27 ßg·. 2009) | 2 lines Issue 6654 Allow the XML-RPC server to use the HTTP request path when dispatching. Added a MultiPathXMLRPCServer class that uses the feature, plus unit tests. ........
* Use true booleans and PEP8 for argdefaults.Georg Brandl2009-09-161-3/+3
|
* porting revision 74098 from trunk:Kristján Valur Jónsson2009-07-191-2/+7
| | | | | http://bugs.python.org/issue6499 zlib/gzip may not be present for all builds. Make xmlrpclib gracefully not supporg gzip encoding in this case
* http://bugs.python.org/issue6267Kristján Valur Jónsson2009-07-011-11/+51
| | | | porting revision 73638 to py3k
* Merged revisions 71268 via svnmerge fromMatthias Klose2009-04-071-1/+1
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r71268 | matthias.klose | 2009-04-05 23:00:48 +0200 (So, 05 Apr 2009) | 3 lines - Issue #2703: SimpleXMLRPCDispatcher.__init__: Provide default values for new arguments introduced in 2.5. ........
* Fix for issue5040. Adding support for unicode message passing and tests for ↵Senthil Kumaran2009-04-011-11/+16
| | | | unicode message and test for Content-Length.
* #5636: fix next -> __next__ in csv reader docs.Georg Brandl2009-04-011-1/+1
|
* Merged revisions 70940 via svnmergeGeorg Brandl2009-04-011-1/+5
| | | | | | | | ........ r70940 | georg.brandl | 2009-03-31 23:21:14 -0500 (Di, 31 Mär 2009) | 2 lines The SimpleXMLRPCServer's CGI handler now runs like a pony. ........
* Create http package. #2883.Georg Brandl2008-05-261-6/+6
|
* Create xmlrpc package. Issue #2886.Georg Brandl2008-05-261-0/+868