summaryrefslogtreecommitdiffstats
path: root/Lib/xmlrpc/server.py
Commit message (Expand)AuthorAgeFilesLines
* Move test___all__ over to unittest.main() and use ModuleNotFoundErrorBrett Cannon2013-06-131-1/+1
* Merge 3.2Éric Araujo2012-03-051-1/+1
|\
| * Use raw string for a docstring that uses a backslashÉric Araujo2012-03-051-1/+1
* | Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServerCharles-François Natali2012-02-181-1/+4
|\ \ | |/
| * Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServerCharles-François Natali2012-02-181-1/+4
| |\
| | * Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServerCharles-François Natali2012-02-181-1/+4
* | | Closes #2979: add parameter 'use_builtin_types' to the SimpleXMLRPCServer.Florent Xicluna2011-12-091-10/+15
* | | Fix User-Agent for the xmlrpc.client, and catch KeyboardInterrupt for the sta...Florent Xicluna2011-10-301-2/+7
|/ /
* | Cleanup xmlrpc: remove obsolete comments, unused imports. Add test for bytes ...Florent Xicluna2011-10-301-2/+1
* | Closes #13291: NameError in xmlrpc package.Florent Xicluna2011-10-301-3/+4
* | Closes #13258: Use callable() built-in in the standard library.Florent Xicluna2011-10-281-1/+1
* | #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+1
|\ \ | |/
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
| * Merged revisions 86051 via svnmerge fromBenjamin Peterson2010-10-311-1/+1
| * Merged revisions 80112 via svnmerge fromVictor Stinner2010-04-161-1/+3
| * Merged revisions 74821,74828-74831,74833,74835 via svnmerge fromGeorg Brandl2009-09-161-3/+3
* | more fun with string exceptionsBenjamin Peterson2010-10-311-1/+1
* | Issue #7606: XML-RPC traceback stored in X-traceback is now encoded to ASCIIVictor Stinner2010-04-161-1/+3
* | Merged revisions 74558 via svnmerge fromKristján Valur Jónsson2009-12-161-4/+43
* | Use true booleans and PEP8 for argdefaults.Georg Brandl2009-09-161-3/+3
* | porting revision 74098 from trunk:Kristján Valur Jónsson2009-07-191-2/+7
* | http://bugs.python.org/issue6267Kristján Valur Jónsson2009-07-011-11/+51
|/
* Merged revisions 71268 via svnmerge fromMatthias Klose2009-04-071-1/+1
* Fix for issue5040. Adding support for unicode message passing and tests for u...Senthil Kumaran2009-04-011-11/+16
* #5636: fix next -> __next__ in csv reader docs.Georg Brandl2009-04-011-1/+1
* Merged revisions 70940 via svnmergeGeorg Brandl2009-04-011-1/+5
* Create http package. #2883.Georg Brandl2008-05-261-6/+6
* Create xmlrpc package. Issue #2886.Georg Brandl2008-05-261-0/+868