Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.6] bpo-31234: Join threads in tests (#3589) | Victor Stinner | 2017-09-15 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bpo-31234: Join threads in tests (#3572) Call thread.join() on threads to prevent the "dangling threads" warning. (cherry picked from commit 18e95b4176256f100429a806d0455406df98f984) * bpo-31234: Join threads in test_hashlib (#3573) * bpo-31234: Join threads in test_hashlib Use thread.join() to wait until the parallel hash tasks complete rather than using events. Calling thread.join() prevent "dangling thread" warnings. * test_hashlib: minor PEP 8 coding style fixes (cherry picked from commit 8dcf22f442320e4c1a5408e67b4c9002ad105f17) * bpo-31234: Join threads in test_threading (#3579) Call thread.join() to prevent the "dangling thread" warning. (cherry picked from commit b8c7be2c523b012e57915182543d06657161057f) * bpo-31234: Join threads in test_queue (#3586) Call thread.join() to prevent the "dangling thread" warning. (cherry picked from commit 167cbde50a88ec2a7d26b2cb9891d5e32bdfbfb5) * bpo-31234: Join timers in test_threading (#3598) Call the .join() method of threading.Timer timers to prevent the "threading_cleanup() failed to cleanup 1 threads" warning. (cherry picked from commit da3e5cf961f9bcc4bb376386cfe7a2865325086c) | ||||
* | [3.6] Stop test_xmlrpc from writing to sys.stderr (GH-3359) (#3380) | Miss Islington (bot) | 2017-09-06 | 1 | -0/+4 |
| | | | | | | | | | One test case of test_xmlrpc uses HTTPServer with a subclass of BaseHTTPRequestHandler. The BaseRequestHandler class logs to sys.stderr by default. Override log_message() to not clobber test output. Signed-off-by: Christian Heimes <christian@python.org> (cherry picked from commit 3463ee3972e0d14351ee18bce60ecfbf7ac96772) | ||||
* | Change assertRaises to assertRaisesRegex in test_xmlrpc (#481) (#674) | Berker Peksag | 2017-03-15 | 1 | -3/+3 |
| | | | (cherry picked from commit c6b448b36d22769c684bb3276f85c1b47d15ab63) | ||||
* | bpo-29615: backport to 3.6 (#478) | Petr Motejlek | 2017-03-05 | 1 | -1/+89 |
| | |||||
* | Issue #26885: xmlrpc now supports unmarshalling additional data types used | Serhiy Storchaka | 2016-09-11 | 1 | -0/+49 |
| | | | | by Apache XML-RPC implementation for numerics and None. | ||||
* | #27364: fix "incorrect" uses of escape character in the stdlib. | R David Murray | 2016-09-08 | 1 | -1/+1 |
| | | | | | | | And most of the tools. Patch by Emanual Barry, reviewed by me, Serhiy Storchaka, and Martin Panter. | ||||
* | Backed out changeset af29d89083b3 (closes #25548) (closes #27498) | Benjamin Peterson | 2016-07-14 | 1 | -2/+2 |
| | |||||
* | Issue #25548: Showing memory address of class objects in repl | Kushal Das | 2016-06-04 | 1 | -2/+2 |
| | |||||
* | Issue #26873: xmlrpc now raises ResponseError on unsupported type tags | Serhiy Storchaka | 2016-05-04 | 1 | -0/+14 |
|\ | | | | | | | instead of silently return incorrect result. | ||||
| * | Issue #26873: xmlrpc now raises ResponseError on unsupported type tags | Serhiy Storchaka | 2016-05-04 | 1 | -0/+14 |
| | | | | | | | | instead of silently return incorrect result. | ||||
* | | Issue #23277: Remove unused imports in tests. | Serhiy Storchaka | 2016-04-24 | 1 | -1/+0 |
| | | |||||
* | | Issue #23277: Remove more unused sys and os imports. | Serhiy Storchaka | 2016-04-24 | 1 | -1/+0 |
|/ | |||||
* | Issue #26402: Fix XML-RPC client retrying after server disconnection | Martin Panter | 2016-02-25 | 1 | -0/+37 |
| | | | | | This is a regression introduced in 3.5 by revision eba80326ba53. Fix by Jelte Fennema, test case by me. | ||||
* | Issue #26147: xmlrpc now works with strings not encodable with used | Serhiy Storchaka | 2016-01-20 | 1 | -6/+24 |
| | | | | non-UTF-8 encoding. | ||||
* | Issue #9006: Added tests for XML RPC with non-UTF-8 encoding. | Serhiy Storchaka | 2016-01-18 | 1 | -3/+53 |
| | |||||
* | Use assertRaisesRegex instead of deprecated assertRaisesRegexp. | Serhiy Storchaka | 2015-04-10 | 1 | -1/+1 |
|\ | |||||
| * | Use assertRaisesRegex instead of deprecated assertRaisesRegexp. | Serhiy Storchaka | 2015-04-10 | 1 | -2/+2 |
| | | |||||
* | | Stop using a deprecated unittest.TestCase method. | Brett Cannon | 2014-12-12 | 1 | -1/+1 |
| | | |||||
* | | merge 3.4 (#16043) | Benjamin Peterson | 2014-12-06 | 1 | -2/+23 |
|\ \ | |/ | |||||
| * | merge 3.3 (#16043) | Benjamin Peterson | 2014-12-06 | 1 | -2/+23 |
| |\ | |||||
| | * | merge 3.2 (#16043) | Benjamin Peterson | 2014-12-06 | 1 | -1/+22 |
| | |\ | |||||
| | | * | add a default limit for the amount of data xmlrpclib.gzip_decode will return ↵ | Benjamin Peterson | 2014-12-06 | 1 | -1/+22 |
| | | | | | | | | | | | | | | | | (closes #16043) | ||||
* | | | | Removed duplicated words in in comments and docs. | Serhiy Storchaka | 2014-12-01 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Removed duplicated words in in comments and docs. | Serhiy Storchaka | 2014-12-01 | 1 | -1/+1 |
| | | | | |||||
* | | | | Issue #22031: Reprs now always use hexadecimal format with the "0x" prefix | Serhiy Storchaka | 2014-07-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | when contain an id in form " at 0x...". | ||||
* | | | | Issue #20627: xmlrpc.client.ServerProxy is now a context manager. | Brett Cannon | 2014-03-21 | 1 | -0/+18 |
|/ / / | | | | | | | | | | Patch by Claudiu Popa. | ||||
* | | | #19192: Give up on time.xmlrpc.com as an xmlrpc network test. | R David Murray | 2013-10-11 | 1 | -2/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | time.xmlrpc.com has come and gone over the years, and has been gone again for a while. The test did test one thing that the current xmlrpc tests don't: the use of multiple levels of attribute names in the call. So in addition to removing the network test, we add a test in xmlrpc of dotted name access. There should also be a test for when dotted name access is disallowed, but that requires more extensive test harness refactoring, and in any case was not tested by the network test we are deleting, since it is a server-side setting. This is a slightly simplified version of a patch by Vajrasky Kok. | ||||
* | | | #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 |
| | | | | | | | | | | | | reaped in all situations. | ||||
* | | | Spruce up test_xmlrpc by using ModuleNotFoundError and moving to | Brett Cannon | 2013-06-13 | 1 | -22/+7 |
| | | | | | | | | | | | | unittest.main(). | ||||
* | | | 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 |
|\ \ | |/ | | | | | upon malformed POST request. | ||||
| * | Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer | Charles-François Natali | 2012-02-18 | 1 | -6/+8 |
| |\ | | | | | | | | | | upon malformed POST request. | ||||
| | * | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -13/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line #9424: Replace deprecated assert* methods in the Python test suite. ........ | ||||
| | * | Merged revisions 86533 via svnmerge from | Antoine Pitrou | 2010-11-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86533 | antoine.pitrou | 2010-11-19 21:07:52 +0100 (ven., 19 nov. 2010) | 3 lines Fix test_ssl_presence when ssl is not present ........ | ||||
| | * | Merged revisions 86523 via svnmerge from | Senthil Kumaran | 2010-11-18 | 1 | -21/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86523 | senthil.kumaran | 2010-11-19 01:08:48 +0800 (Fri, 19 Nov 2010) | 3 lines Code Changes as per review comments by Antoine Pitrou. ........ | ||||
| | * | Merged revisions 86514 via svnmerge from | Senthil Kumaran | 2010-11-18 | 1 | -0/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86514 | senthil.kumaran | 2010-11-18 23:00:53 +0800 (Thu, 18 Nov 2010) | 3 lines Fix Issue 9991: xmlrpc client ssl check faulty ........ | ||||
| | * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://svn.python.org/python/branches/py3k ........ r73715 | benjamin.peterson | 2009-07-01 01:06:06 +0200 (Mi, 01 Jul 2009) | 1 line convert old fail* assertions to assert* ........ | ||||
* | | | 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 |
| | | | | | | | | marshalling. | ||||
* | | 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 |
| | | | | | | | | Fix a ResourceWarning(unclosed socket). Patch written by Nadeem Vawda. | ||||
* | | #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ↵ | Ezio Melotti | 2010-12-01 | 1 | -2/+2 |
| | | | | | | | | assertRaisesRegex. | ||||
* | | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -13/+13 |
| | |