22 Commits (41bade96a4d1dcd35bbba79c2eabe052d02756a4)

Author SHA1 Message Date
Senthil Kumaran f34445f7bd Fix Issue8194 - Fix incompatible API change in the parse_respones for xmlrpclib. 15 years ago
Senthil Kumaran dae5b84fe7 Merged revisions 86523 via svnmerge from 16 years ago
Senthil Kumaran 6a0b5c414c Code Changes as per review comments by Antoine Pitrou. 16 years ago
Senthil Kumaran f2849f0fb4 Merged revisions 86514 via svnmerge from 16 years ago
Senthil Kumaran 8ce1f1ff83 Fix Issue 9991: xmlrpc client ssl check faulty 16 years ago
Victor Stinner 756f547b9a #9032: XML-RPC client: Transport.request() retries on EPIPE error 16 years ago
Georg Brandl b044b2a701 Merged revisions 74821,74828-74831,74833,74835 via svnmerge from 17 years ago
Georg Brandl fe99105835 Use true booleans and PEP8 for argdefaults. 17 years ago
Alexandre Vassalotti e671fd206b Issue #6360: Simplify string decoding in xmlrpc.client. 17 years ago
Kristján Valur Jónsson 9ab0731f76 merging revision 74100 from trunk: 17 years ago
Kristján Valur Jónsson aefde242fd porting revision 74098 from trunk: 17 years ago
Kristján Valur Jónsson 43535d9647 http://bugs.python.org/issue6267 17 years ago
Kristján Valur Jónsson 985fc6a304 http://bugs.python.org/issue6267 17 years ago
Georg Brandl b54d801280 #3613: add base64.encodebytes and decodebytes as the new spelling of encodestring and decodestring; deprecate the latter. 17 years ago
Georg Brandl cef803f82c Remove mentions of the nonexisting SlowParser in xmlrpc.client. 17 years ago
Georg Brandl 317185a533 Recorded merge of revisions 73201 via svnmerge from 17 years ago
Senthil Kumaran b3af08f84c Fix for issue5040. Adding support for unicode message passing and tests for unicode message and test for Content-Length. 17 years ago
Georg Brandl c8dcfb6cec part of #3613: fix get_host_info() usage of base64.encodestring(). 17 years ago
Kristján Valur Jónsson 7e11b3f522 merging / reimplementing r68532 from the trunk to Py3k 17 years ago
Mark Dickinson a56c467ac3 Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from 17 years ago
Amaury Forgeot d'Arc 41e36676cd #3614: Correct a typo in xmlrpc.client. 18 years ago
Jeremy Hylton 1afc169616 Make a new urllib package . 18 years ago
Georg Brandl f08a9ddcb7 Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,63781-63782,63787,63805-63808,63818-63819,63823-63824 via svnmerge from 18 years ago
Georg Brandl 2442015af2 Create http package. #2883. 18 years ago
Georg Brandl 38eceaaf0c Create xmlrpc package. Issue #2886. 18 years ago
Christian Heimes dae2a8939d Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-62379,62381 via svnmerge from 18 years ago
Christian Heimes 05e8be17fd Merged revisions 60990-61002 via svnmerge from 18 years ago
Guido van Rossum 98297ee781 Merging the py3k-pep3137 branch back into the py3k branch. 19 years ago
Guido van Rossum 3172c5d263 Patch# 1258 by Christian Heimes: kill basestring. 19 years ago
Guido van Rossum 261f9df18d Fix fall-out of str.decode removal. 19 years ago
Collin Winter ce36ad8a46 Raise statement normalization in Lib/. 19 years ago
Guido van Rossum 25a29a9534 One further change. 19 years ago
Guido van Rossum 54a40cb81f Force test_xmlrpc to pass. I'm not happy with how I did this, but I don't 19 years ago
Guido van Rossum cfe02a498b Fixes by John Reese and Jacques Frechet that make test_xmlrpc pass. 19 years ago
Hye-Shik Chang 9604286ee1 Fix xmlrpc unittest. While it now passes on Linux, it still fails 19 years ago
Jeremy Hylton 5d8a88a442 Change xmlrpclib to use the newer httplib interface. 19 years ago
Brett Cannon 2dbde5ea44 In cases where dealing with base64, do the conversion but then get the ASCII 19 years ago
Brett Cannon d38d078566 Expat parser no longer has a returns_unicode attribute since everything is 19 years ago
Guido van Rossum 1325790b93 Merged revisions 55795-55816 via svnmerge from 19 years ago
Guido van Rossum e7ba495627 Merged revisions 55631-55794 via svnmerge from 19 years ago
Guido van Rossum 54ad523f02 Make xmlrpclib fail less (test_sundry passes). 19 years ago
Guido van Rossum 68937b4cbc Change some uses of cStringIO.StringIO to io.StringIO. 19 years ago
Guido van Rossum ef87d6ed94 Rip out all the u"..." literals and calls to unicode(). 19 years ago
Neal Norwitz ff11334927 Remove the SlowParser class because it depended on the xmllib module 19 years ago
Guido van Rossum be19ed77dd Fix most trivially-findable print statements. 19 years ago
Guido van Rossum e2a383d062 Rip out 'long' and 'L'-suffixed integer literals. 19 years ago
Guido van Rossum b940e113bf SF patch 1631942 by Collin Winter: 19 years ago
Thomas Wouters 89f507fe8c Four months of trunk changes (including a few releases...) 19 years ago
Guido van Rossum 47b9ff6ba1 Restructure comparison dramatically. There is no longer a default 20 years ago
Guido van Rossum e2b70bcf74 Get rid of dict.has_key(). Boy this has a lot of repercussions! 20 years ago