| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-120485: Add an override of `allow_reuse_port` on classes subclassing `sock... | Idan Kapustian | 2024-06-16 | 1 | -0/+1 |
|
|
* | bpo-45975: Simplify some while-loops with walrus operator (GH-29347) | Nick Drozd | 2022-11-26 | 1 | -3/+1 |
|
|
* | bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124) | Hugo van Kemenade | 2022-03-30 | 1 | -2/+2 |
|
|
* | bpo-46510: simplify exception handling code in xmlrpc (GH-30878) | Irit Katriel | 2022-01-25 | 1 | -31/+15 |
|
|
* | bpo-10716: Migrating pydoc to html5. (GH-28651) | Julien Palard | 2021-10-09 | 1 | -5/+32 |
|
|
* | Update URLs in comments and metadata to use HTTPS (GH-27458) | Noah Kantrowitz | 2021-07-30 | 1 | -1/+1 |
|
|
* | bpo-38786: Add parsing of https links to pydoc (GH-17143) | Kirill | 2019-11-13 | 1 | -1/+1 |
|
|
* | bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) | Dong-hee Na | 2019-09-27 | 1 | -1/+2 |
|
|
* | bpo-33911: Fixed deprecation warning in xmlrpc.server (GH-7847) | Nicolas Noé | 2018-07-16 | 1 | -19/+3 |
|
|
* | bpo-31247: xmlrpc.server: break reference cycle (#3166) | Victor Stinner | 2017-08-21 | 1 | -12/+24 |
|
|
* | bpo-29615: SimpleXMLRPCDispatcher no longer chains KeyError (#260) | Petr Motejlek | 2017-03-01 | 1 | -19/+24 |
|
|
* | bpo-7769: enable xmlrpc.server.SimpleXMLRPCDispatcher.register_function used ... | Xiang Zhang | 2017-02-28 | 1 | -1/+7 |
|
|
* | Issue #23804: Merge spelling and NEWS fixes from 3.5 | Martin Panter | 2016-07-11 | 1 | -1/+1 |
|\ |
|
| * | English spelling and grammar fixes | Martin Panter | 2016-07-11 | 1 | -1/+1 |
|
|
* | | Issue #26404: Add context manager to socketserver, by Aviv Palivoda | Martin Panter | 2016-04-13 | 1 | -13/+12 |
|/ |
|
* | Issue #26147: xmlrpc now works with strings not encodable with used | Serhiy Storchaka | 2016-01-20 | 1 | -2/+2 |
|
|
* | merge from 3.3 | Senthil Kumaran | 2014-01-13 | 1 | -0/+14 |
|\ |
|
| * | Issue #19082: Working xmlrpc.server and xmlrpc.client examples. Both in modul... | Senthil Kumaran | 2014-01-13 | 1 | -0/+14 |
|
|
* | | Issue #18571: Implementation of the PEP 446: file descriptors and file handles | Victor Stinner | 2013-08-27 | 1 | -7/+0 |
|/ |
|
* | #8112: Update the documenting xmlrpc server to use getfullargspec. | R David Murray | 2013-08-10 | 1 | -7/+10 |
|
|
* | Merge 3.2 | Éric Araujo | 2012-03-05 | 1 | -1/+1 |
|\ |
|
| * | Use raw string for a docstring that uses a backslash | Éric Araujo | 2012-03-05 | 1 | -1/+1 |
|
|
* | | Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer | Charles-François Natali | 2012-02-18 | 1 | -1/+4 |
|\ \
| |/ |
|
| * | Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer | Charles-François Natali | 2012-02-18 | 1 | -1/+4 |
| |\ |
|
| | * | Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer | Charles-François Natali | 2012-02-18 | 1 | -1/+4 |
|
|
* | | | Closes #2979: add parameter 'use_builtin_types' to the SimpleXMLRPCServer. | Florent Xicluna | 2011-12-09 | 1 | -10/+15 |
|
|
* | | | Fix User-Agent for the xmlrpc.client, and catch KeyboardInterrupt for the sta... | Florent Xicluna | 2011-10-30 | 1 | -2/+7 |
|/ / |
|
* | | Cleanup xmlrpc: remove obsolete comments, unused imports. Add test for bytes ... | Florent Xicluna | 2011-10-30 | 1 | -2/+1 |
|
|
* | | Closes #13291: NameError in xmlrpc package. | Florent Xicluna | 2011-10-30 | 1 | -3/+4 |
|
|
* | | Closes #13258: Use callable() built-in in the standard library. | Florent Xicluna | 2011-10-28 | 1 | -1/+1 |
|
|
* | | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|
|
| * | Merged revisions 86051 via svnmerge from | Benjamin Peterson | 2010-10-31 | 1 | -1/+1 |
|
|
| * | Merged revisions 80112 via svnmerge from | Victor Stinner | 2010-04-16 | 1 | -1/+3 |
|
|
| * | Merged revisions 74821,74828-74831,74833,74835 via svnmerge from | Georg Brandl | 2009-09-16 | 1 | -3/+3 |
|
|
* | | more fun with string exceptions | Benjamin Peterson | 2010-10-31 | 1 | -1/+1 |
|
|
* | | Issue #7606: XML-RPC traceback stored in X-traceback is now encoded to ASCII | Victor Stinner | 2010-04-16 | 1 | -1/+3 |
|
|
* | | Merged revisions 74558 via svnmerge from | Kristján Valur Jónsson | 2009-12-16 | 1 | -4/+43 |
|
|
* | | Use true booleans and PEP8 for argdefaults. | Georg Brandl | 2009-09-16 | 1 | -3/+3 |
|
|
* | | porting revision 74098 from trunk: | Kristján Valur Jónsson | 2009-07-19 | 1 | -2/+7 |
|
|
* | | http://bugs.python.org/issue6267 | Kristján Valur Jónsson | 2009-07-01 | 1 | -11/+51 |
|/ |
|
* | Merged revisions 71268 via svnmerge from | Matthias Klose | 2009-04-07 | 1 | -1/+1 |
|
|
* | Fix for issue5040. Adding support for unicode message passing and tests for u... | Senthil Kumaran | 2009-04-01 | 1 | -11/+16 |
|
|
* | #5636: fix next -> __next__ in csv reader docs. | Georg Brandl | 2009-04-01 | 1 | -1/+1 |
|
|
* | Merged revisions 70940 via svnmerge | Georg Brandl | 2009-04-01 | 1 | -1/+5 |
|
|
* | Create http package. #2883. | Georg Brandl | 2008-05-26 | 1 | -6/+6 |
|
|
* | Create xmlrpc package. Issue #2886. | Georg Brandl | 2008-05-26 | 1 | -0/+868 |
|
|