aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_docxmlrpc.py
Commit message (Expand)AuthorAge
* bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)Hugo van Kemenade2022-03-30
* bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)Christian Heimes2022-03-22
* bpo-10716: Migrating pydoc to html5. (GH-28651)Julien Palard2021-10-09
* Update URLs in comments and metadata to use HTTPS (GH-27458)Noah Kantrowitz2021-07-30
* bpo-38243, xmlrpc.server: Escape the server_title (GH-16373)Dong-hee Na2019-09-27
* Remove unused imports in tests (GH-14518)Victor Stinner2019-07-01
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-07
* Issue #27614: Avoid race in test_docxmlrpc server setupMartin Panter2016-08-20
* Fix spelling and grammar in documentation and code commentsMartin Panter2016-08-04
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-13
* Removed duplicated words in in comments and docs.Serhiy Storchaka2014-12-01
|\
| * Removed duplicated words in in comments and docs.Serhiy Storchaka2014-12-01
* | Issue #20910: Make tests more reliable, less dependent on timeVictor Stinner2014-03-18
|/
* Issue #19535: Fixed test_docxmlrpc when python is run with -OO.Serhiy Storchaka2013-12-08
* #8112: Update the documenting xmlrpc server to use getfullargspec.R David Murray2013-08-10
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-18
* Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-28
* Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,...Georg Brandl2010-03-14
* Merged revisions 78351 via svnmerge fromR. David Murray2010-02-24
* use assert[Not]In where appropriateEzio Melotti2010-01-23
* Merged revisions 75960 via svnmerge fromAntoine Pitrou2009-10-30
* convert old fail* assertions to assert*Benjamin Peterson2009-06-30
* merge from trunkBenjamin Peterson2008-10-11
* Create http package. #2883.Georg Brandl2008-05-26
* Create xmlrpc package. Issue #2886.Georg Brandl2008-05-26
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-06
* Fixed doc xml rpc tests and serverChristian Heimes2007-12-10
* Merged revisions 59441-59449 via svnmerge fromChristian Heimes2007-12-10