Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
99412e559bea9179394366a95ae1a2c1b0723c47
/
Lib
/
xmlrpc
/
server.py
99412e5
Merged revisions 70940 via svnmerge
by Georg Brandl
· 16 years ago
2442015
Create http package. #2883.
by Georg Brandl
· 16 years ago
38eceaa
Create xmlrpc package. Issue #2886.
by Georg Brandl
· 16 years ago
[Renamed (65%) from Lib/SimpleXMLRPCServer.py]
ce26195
Renamed the SocketServer module to 'socketserver'.
by Alexandre Vassalotti
· 17 years ago
0aa93cd
Fixed two of the three failing xml rpc tests
by Christian Heimes
· 17 years ago
8a392d7
Convert the socket module to insist on bytes for input, and to return bytes
by Guido van Rossum
· 17 years ago
61e21b5
Merged revisions 57152-57220 via svnmerge from
by Guido van Rossum
· 17 years ago
9604286
Fix xmlrpc unittest. While it now passes on Linux, it still fails
by Hye-Shik Chang
· 17 years ago
d59da4b
Merged revisions 55407-55513 via svnmerge from
by Guido van Rossum
· 18 years ago
d8faa36
Merged revisions 53952-54987 via svnmerge from
by Guido van Rossum
· 18 years ago
9d72bb4
Remove functions in string module that are also string methods. Also remove:
by Neal Norwitz
· 18 years ago
be19ed7
Fix most trivially-findable print statements.
by Guido van Rossum
· 18 years ago
b940e11
SF patch 1631942 by Collin Winter:
by Guido van Rossum
· 18 years ago
89f507f
Four months of trunk changes (including a few releases...)
by Thomas Wouters
· 18 years ago
e2b70bc
Get rid of dict.has_key(). Boy this has a lot of repercussions!
by Guido van Rossum
· 18 years ago
4d70c3d
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
by Thomas Wouters
· 18 years ago
d4ec0c3
Merge with trunk up to revision 45620.
by Thomas Wouters
· 19 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 19 years ago
ac3625f
Remove sys.exc_type, sys.exc_value, sys.exc_traceback
by Neal Norwitz
· 19 years ago
536cf99
Whitespace normalization.
by Tim Peters
· 19 years ago
427aedb
[Patch #1039083] Add 'encoding' parameter to SimpleXMLRPCServer
by Andrew M. Kuchling
· 19 years ago
ce100d8
Use boolean name
by Andrew M. Kuchling
· 19 years ago
10a16de
[Patch #893642] Add optional allow_none argument to SimpleXMLRPCServer, CGIXMLRPCRequestHandler
by Andrew M. Kuchling
· 19 years ago
e63fde7
[Bug #792570] Under Windows, socket.read() seems to run into trouble when
by Andrew M. Kuchling
· 19 years ago
3a97605
[Bug #1222790] Set reuse-address and close-on-exec flags on the HTTP listening socket
by Andrew M. Kuchling
· 19 years ago
7eb4b7d
Fix all wrong instances of "it's".
by Georg Brandl
· 19 years ago
d064142
Security fix PSF-2005-001 for SimpleXMLRPCServer.py.
by Guido van Rossum
· 20 years ago
b9b5f16
Fix a small typo in the docstring for system_methodSignature .
by Brett Cannon
· 20 years ago
cc523fc
SF patch #834015: Remove imports of unused modules
by Raymond Hettinger
· 21 years ago
3f401f0
whitespace normalization
by Neal Norwitz
· 21 years ago
732911f
fix problems found by pychecker
by Neal Norwitz
· 21 years ago
9c5ea50
Patch #727805: Remove extra line ending from CGI responses.
by Martin v. Löwis
· 22 years ago
2c60f7a
Whitespace normalization.
by Tim Peters
· 22 years ago
d69663d
Patch #473586: Implement CGIXMLRPCRequestHandler.
by Martin v. Löwis
· 22 years ago
787fd8c
_dispatch(): Do no re-define the resolve_dotted_atttribute() function
by Fred Drake
· 23 years ago
b329b71
Brian Quinlan's XML-RPC server framework.
by Fredrik Lundh
· 23 years ago