index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
SimpleXMLRPCServer.py
Commit message (
Expand
)
Author
Age
*
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum
2007-05-22
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
*
Remove functions in string module that are also string methods. Also remove:
Neal Norwitz
2007-04-17
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
*
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum
2006-08-18
*
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters
2006-06-08
*
Merge with trunk up to revision 45620.
Thomas Wouters
2006-04-21
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
*
Remove sys.exc_type, sys.exc_value, sys.exc_traceback
Neal Norwitz
2006-03-17
*
Whitespace normalization.
Tim Peters
2005-12-25
*
[Patch #1039083] Add 'encoding' parameter to SimpleXMLRPCServer
Andrew M. Kuchling
2005-12-04
*
Use boolean name
Andrew M. Kuchling
2005-12-04
*
[Patch #893642] Add optional allow_none argument to SimpleXMLRPCServer, CGIXM...
Andrew M. Kuchling
2005-12-04
*
[Bug #792570] Under Windows, socket.read() seems to run into trouble when
Andrew M. Kuchling
2005-12-04
*
[Bug #1222790] Set reuse-address and close-on-exec flags on the HTTP listenin...
Andrew M. Kuchling
2005-12-04
*
Fix all wrong instances of "it's".
Georg Brandl
2005-07-22
*
Security fix PSF-2005-001 for SimpleXMLRPCServer.py.
Guido van Rossum
2005-02-03
*
Fix a small typo in the docstring for system_methodSignature .
Brett Cannon
2004-10-03
*
SF patch #834015: Remove imports of unused modules
Raymond Hettinger
2003-11-02
*
whitespace normalization
Neal Norwitz
2003-06-29
*
fix problems found by pychecker
Neal Norwitz
2003-06-29
*
Patch #727805: Remove extra line ending from CGI responses.
Martin v. Löwis
2003-05-01
*
Whitespace normalization.
Tim Peters
2003-01-29
*
Patch #473586: Implement CGIXMLRPCRequestHandler.
Martin v. Löwis
2003-01-15
*
_dispatch(): Do no re-define the resolve_dotted_atttribute() function
Fred Drake
2001-09-29
*
Brian Quinlan's XML-RPC server framework.
Fredrik Lundh
2001-09-17