| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #20627: xmlrpc.client.ServerProxy is now a context manager. | Brett Cannon | 2014-03-21 | 1 | -0/+18 |
|
|
* | #19192: Give up on time.xmlrpc.com as an xmlrpc network test. | R David Murray | 2013-10-11 | 1 | -2/+15 |
|
|
* | #18453: merge with 3.3. | Ezio Melotti | 2013-08-10 | 1 | -2/+10 |
|\ |
|
| * | #18453: fix unused variables in test_xmlrpc. Patch by Vajrasky Kok. | Ezio Melotti | 2013-08-10 | 1 | -2/+10 |
|
|
* | | Issue #15767: Excise the remaining instances of ModuleNotFoundError | Brett Cannon | 2013-07-04 | 1 | -2/+2 |
|
|
* | | Partially revert changeset #281857369a78 to make sure threads are | Brett Cannon | 2013-06-13 | 1 | -1/+11 |
|
|
* | | Spruce up test_xmlrpc by using ModuleNotFoundError and moving to | Brett Cannon | 2013-06-13 | 1 | -22/+7 |
|
|
* | | Issue #16717: get rid of socket.error, replace with OSError | Andrew Svetlov | 2012-12-18 | 1 | -14/+14 |
|/ |
|
* | Add tests to marshall double with xmlrpc.client. | Florent Xicluna | 2012-07-07 | 1 | -0/+16 |
|
|
* | Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer | Charles-François Natali | 2012-02-18 | 1 | -6/+8 |
|\ |
|
| * | Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer | Charles-François Natali | 2012-02-18 | 1 | -6/+8 |
| |\ |
|
| | * | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -13/+13 |
|
|
| | * | Merged revisions 86533 via svnmerge from | Antoine Pitrou | 2010-11-19 | 1 | -2/+2 |
|
|
| | * | Merged revisions 86523 via svnmerge from | Senthil Kumaran | 2010-11-18 | 1 | -21/+9 |
|
|
| | * | Merged revisions 86514 via svnmerge from | Senthil Kumaran | 2010-11-18 | 1 | -0/+25 |
|
|
| | * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -8/+8 |
|
|
* | | | Closes #2979: add parameter 'use_builtin_types' to the SimpleXMLRPCServer. | Florent Xicluna | 2011-12-09 | 1 | -0/+34 |
|
|
* | | | Closes #13297: use bytes type to send and receive binary data through XMLRPC. | Florent Xicluna | 2011-11-15 | 1 | -12/+57 |
|/ / |
|
* | | Cleanup xmlrpc: remove obsolete comments, unused imports. Add test for bytes ... | Florent Xicluna | 2011-10-30 | 1 | -1/+4 |
|
|
* | | Closes #13291: NameError in xmlrpc package. | Florent Xicluna | 2011-10-30 | 1 | -9/+49 |
|
|
* | | Remove duplication. | Ezio Melotti | 2011-10-19 | 1 | -2/+2 |
|
|
* | | Issue #12931: Add a test with Unicode URI to test_xmlrpc | Victor Stinner | 2011-09-22 | 1 | -0/+4 |
|
|
* | | test_xmlrpc: close the transport when done | Victor Stinner | 2011-01-03 | 1 | -0/+8 |
|
|
* | | #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ... | Ezio Melotti | 2010-12-01 | 1 | -2/+2 |
|
|
* | | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -13/+13 |
|
|
* | | Fix test_ssl_presence when ssl is not present | Antoine Pitrou | 2010-11-19 | 1 | -2/+2 |
|
|
* | | Code Changes as per review comments by Antoine Pitrou. | Senthil Kumaran | 2010-11-18 | 1 | -22/+9 |
|
|
* | | Fix Issue 9991: xmlrpc client ssl check faulty | Senthil Kumaran | 2010-11-18 | 1 | -0/+25 |
|
|
* | | Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from | Victor Stinner | 2010-04-28 | 1 | -3/+23 |
|
|
* | | Merged revisions 78351 via svnmerge from | R. David Murray | 2010-02-24 | 1 | -0/+19 |
|
|
* | | Merged revisions 77727 via svnmerge from | Ezio Melotti | 2010-01-24 | 1 | -2/+3 |
|
|
* | | Merged revisions 74558 via svnmerge from | Kristján Valur Jónsson | 2009-12-16 | 1 | -1/+75 |
|
|
* | | Merged revisions 75962-75963 via svnmerge from | Antoine Pitrou | 2009-10-30 | 1 | -0/+1 |
|
|
* | | Make the XMLRCP CGIHandlerTestCase pass like it did before the change of | R. David Murray | 2009-10-26 | 1 | -2/+19 |
|
|
* | | Note that a number of the changes listed below were not applicable to the Py3... | Nick Coghlan | 2009-10-18 | 1 | -36/+24 |
|
|
* | | porting revision 74098 from trunk: | Kristján Valur Jónsson | 2009-07-19 | 1 | -1/+5 |
|
|
* | | merging revision 73986 from trunk: | Kristján Valur Jónsson | 2009-07-12 | 1 | -4/+41 |
|
|
* | | merging revision 73932 from trunk: | Kristján Valur Jónsson | 2009-07-11 | 1 | -2/+8 |
|
|
* | | http://bugs.python.org/issue6267 | Kristján Valur Jónsson | 2009-07-01 | 1 | -4/+115 |
|
|
* | | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -8/+8 |
|/ |
|
* | #3613: add base64.encodebytes and decodebytes as the new spelling of encodest... | Georg Brandl | 2009-06-04 | 1 | -1/+1 |
|
|
* | Merged revisions 72167 via svnmerge from | Walter Dörwald | 2009-05-01 | 1 | -2/+2 |
|
|
* | Merged revisions 71984 via svnmerge from | Walter Dörwald | 2009-04-26 | 1 | -20/+18 |
|
|
* | Fix for issue5040. Adding support for unicode message passing and tests for u... | Senthil Kumaran | 2009-04-01 | 1 | -0/+26 |
|
|
* | #5636: fix next -> __next__ in csv reader docs. | Georg Brandl | 2009-04-01 | 1 | -1/+5 |
|
|
* | part of #3613: fix get_host_info() usage of base64.encodestring(). | Georg Brandl | 2009-02-13 | 1 | -0/+8 |
|
|
* | Merged revisions 68547,68607,68610,68618,68621-68622,68649,68722 via svnmerge... | Benjamin Peterson | 2009-01-18 | 1 | -25/+24 |
|
|
* | Make a new urllib package . | Jeremy Hylton | 2008-06-18 | 1 | -13/+16 |
|
|
* | Patch for issue 2848, mostly by Humberto Diogenes, with a couple of | Barry Warsaw | 2008-06-12 | 1 | -7/+7 |
|
|
* | fix hanging test_xmlrpc | Benjamin Peterson | 2008-06-11 | 1 | -1/+1 |
|
|