| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-30458: Disallow control chars in http URLs (GH-12755) (GH-13154) (GH-13315) | Victor Stinner | 2019-05-21 | 1 | -1/+7 |
|
|
* | [2.7] bpo-33759: Fix test.test_xmlrpc.ServerProxyTestCase. (GH-7362) (GH-7374) | Serhiy Storchaka | 2018-06-04 | 1 | -7/+3 |
|
|
* | Issue #26873: xmlrpclib now raises ResponseError on unsupported type tags | Serhiy Storchaka | 2016-05-04 | 1 | -0/+14 |
|
|
* | Issue #26147: xmlrpclib now works with unicode not encodable with used | Serhiy Storchaka | 2016-01-20 | 1 | -3/+24 |
|
|
* | Issue #9006: Added tests for XML RPC with non-UTF-8 encoding. | Serhiy Storchaka | 2016-01-18 | 1 | -3/+53 |
|
|
* | Issue #21847: Fixed xmlrpclib and tests on Unicode-disabled builds. | Serhiy Storchaka | 2016-01-18 | 1 | -10/+9 |
|
|
* | add a default limit for the amount of data xmlrpclib.gzip_decode will return ... | Benjamin Peterson | 2014-12-06 | 1 | -1/+18 |
|
|
* | Issue #19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-10 | 1 | -5/+7 |
|
|
* | Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer | Charles-François Natali | 2012-02-18 | 1 | -0/+6 |
|\ |
|
| * | Fix deprecation warning in test_xmlrpc. | Ezio Melotti | 2010-08-03 | 1 | -0/+1 |
|
|
| * | Merged revisions 71984 via svnmerge from | Walter Dörwald | 2009-04-26 | 1 | -20/+18 |
|
|
| * | Merged revisions 70866-70868,70870-70871,70893,70896,70902,70905,70907,70912,... | Georg Brandl | 2009-04-05 | 1 | -1/+5 |
|
|
| * | Merged revisions 67245,67277,67289,67295,67301-67303,67307,67330,67332,67336,... | Georg Brandl | 2008-12-05 | 1 | -1/+86 |
|
|
* | | Remove duplication. | Ezio Melotti | 2011-10-19 | 1 | -2/+2 |
|
|
* | | Issue #12931: xmlrpclib now encodes Unicode URI to ISO-8859-1, instead of | Victor Stinner | 2011-09-22 | 1 | -0/+3 |
|
|
* | | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -18/+18 |
|
|
* | | Issue #7449, part 9: fix test_xmlrpclib for missing threading module | Victor Stinner | 2010-04-27 | 1 | -3/+23 |
|
|
* | | Issue 6292: for the moment at least, the test suite passes if run | R. David Murray | 2010-02-23 | 1 | -0/+2 |
|
|
* | | use assert[Not]IsInstance where appropriate | Ezio Melotti | 2010-01-24 | 1 | -5/+5 |
|
|
* | | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -4/+4 |
|
|
* | | Try to fix transient refleaks in test_xmlrpc. | Antoine Pitrou | 2009-10-30 | 1 | -0/+1 |
|
|
* | | Don't invoke reload(sys) and use StringIO objects instead of real files to ca... | Nick Coghlan | 2009-10-17 | 1 | -46/+34 |
|
|
* | | Issue 6654 | Kristján Valur Jónsson | 2009-08-27 | 1 | -1/+75 |
|
|
* | | http://bugs.python.org/issue6499 | Kristján Valur Jónsson | 2009-07-19 | 1 | -1/+5 |
|
|
* | | http://bugs.python.org/issue6267 | Kristján Valur Jónsson | 2009-07-12 | 1 | -4/+41 |
|
|
* | | http://bugs.python.org/issue6460 | Kristján Valur Jónsson | 2009-07-11 | 1 | -2/+8 |
|
|
* | | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -14/+14 |
|
|
* | | http://bugs.python.org/issue6267 | Kristján Valur Jónsson | 2009-06-28 | 1 | -14/+128 |
|
|
* | | Make test.test_support.EnvironmentVarGuard behave like a dictionary. | Walter Dörwald | 2009-05-01 | 1 | -2/+2 |
|
|
* | | Use test.test_support.EnvironmentVarGuard where tests change environment vars. | Walter Dörwald | 2009-04-26 | 1 | -20/+18 |
|
|
* | | Fix for issue5040. Adding test for Content-Length | Senthil Kumaran | 2009-04-01 | 1 | -0/+28 |
|
|
* | | Fix test_xmlrpc and make the CGI handler work with no CONTENT_LENGTH. | Georg Brandl | 2009-04-01 | 1 | -1/+5 |
|
|
* | | Re-enable all tests for windows platforms. | Kristján Valur Jónsson | 2009-01-14 | 1 | -25/+24 |
|
|
* | | Issue 4879: Allow buffering for HTTPResponse | Kristján Valur Jónsson | 2009-01-11 | 1 | -1/+1 |
|
|
* | | Add unittests that verify documented behavior of public methods in Transport | Jeremy Hylton | 2008-11-24 | 1 | -1/+86 |
|/ |
|
* | Comment typo | Andrew M. Kuchling | 2008-04-21 | 1 | -1/+1 |
|
|
* | resolve issue 2014 | Skip Montanaro | 2008-04-18 | 1 | -0/+11 |
|
|
* | Bug 1503: Get the test to pass on OSX. This should make the test more | Neal Norwitz | 2008-03-28 | 1 | -2/+10 |
|
|
* | Speed up the test by avoiding socket timeouts. | Neal Norwitz | 2008-03-23 | 1 | -3/+5 |
|
|
* | #1330538: Improve comparison of xmlrpclib.DateTime and datetime instances. | Andrew M. Kuchling | 2008-02-23 | 1 | -47/+8 |
|
|
* | socket.error doesn't have a headers attribute like ProtocolError. | Neal Norwitz | 2008-01-27 | 1 | -10/+10 |
|
|
* | Try to handle socket.errors properly in is_unavailable | Neal Norwitz | 2008-01-27 | 1 | -3/+7 |
|
|
* | Catch socket errors that are often the cause of transient failures. | Neal Norwitz | 2008-01-27 | 1 | -10/+10 |
|
|
* | The OS X buildbot had errors with the unavailable exceptions disabled. Resto... | Neal Norwitz | 2008-01-26 | 1 | -8/+2 |
|
|
* | Use a condition variable (threading.Event) rather than sleeps and checking a | Neal Norwitz | 2008-01-26 | 1 | -14/+19 |
|
|
* | Disabled test_xmlrpc:test_404. It's causing lots of false alarms. | Christian Heimes | 2008-01-19 | 1 | -1/+2 |
|
|
* | Increase unit test coverage of SimpleXMLRPCServer. | Georg Brandl | 2007-12-07 | 1 | -4/+132 |
|
|
* | Ignore test failures caused by 'resource temporarily unavailable' | Facundo Batista | 2007-08-29 | 1 | -9/+15 |
|
|
* | Ignore test failures caused by 'resource temporarily unavailable' | Facundo Batista | 2007-08-27 | 1 | -12/+43 |
|
|
* | Catch ProtocolError exceptions and include the header information in | Facundo Batista | 2007-08-21 | 1 | -25/+52 |
|
|