FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Lib/SimpleXMLRPCServer.py - java66liu/python · GitHub
java66liu
/
python
Public
forked from
glix/python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python
Lib
SimpleXMLRPCServer.py
on
master
User selector
Datepicker
Commit history
Commits on Aug 3, 2008
Remove a dict.has_key() and callable() usage in SimpleXMLRPCServer as triggered
Show description for 4210382
brett.cannon
committed
4210382
View commit details
Copy full SHA for 4210382
View code at this point
Browse repository at this point
Commits on May 24, 2008
socketserver renaming reversal part 3: move the module into the right
Show description for 379c488
georg.brandl
committed
379c488
View commit details
Copy full SHA for 379c488
View code at this point
Browse repository at this point
Commits on May 12, 2008
Updated all import statements to use the new socketserver module name.
Show description for 99132af
alexandre.vassalotti
committed
99132af
View commit details
Copy full SHA for 99132af
View code at this point
Browse repository at this point
Commits on Aug 17, 2007
Show description for 5f3ab30
facundo.batista
committed
5f3ab30
View commit details
Copy full SHA for 5f3ab30
View code at this point
Browse repository at this point
Commits on Mar 10, 2007
Patch #1599845: Add an option to disable the implicit calls to server_bind() and server_activate() in the constructors for TCPServer, SimpleXMLRPCServer and DocXMLRPCServer.
Show description for 1afe294
collin.winter
committed
1afe294
View commit details
Copy full SHA for 1afe294
View code at this point
Browse repository at this point
Commits on Sep 5, 2006
[Bug #1525469] SimpleXMLRPCServer still uses the sys.exc_{value,type} module-level globals instead of calling sys.exc_info(). Reported by Russell Warren
Show description for c551b48
andrew.kuchling
committed
c551b48
View commit details
Copy full SHA for c551b48
View code at this point
Browse repository at this point
Commits on Jun 1, 2006
Whitespace normalization.
Show description for 749a97c
tim.peters
committed
749a97c
View commit details
Copy full SHA for 749a97c
View code at this point
Browse repository at this point
Correctly dispatch Faults in loads (patch #1498627)
Show description for cbc548d
georg.brandl
committed
cbc548d
View commit details
Copy full SHA for cbc548d
View code at this point
Browse repository at this point
Commits on May 31, 2006
[Bug #1473048]
Show description for 56189c6
andrew.kuchling
committed
56189c6
View commit details
Copy full SHA for 56189c6
View code at this point
Browse repository at this point
Commits on Apr 21, 2006
Add explanatory message
Show description for 76bf597
andrew.kuchling
committed
76bf597
View commit details
Copy full SHA for 76bf597
View code at this point
Browse repository at this point
Commits on Apr 12, 2006
Bug #1469163: SimpleXMLRPCServer unconditionally attempted to import fcntl.
Show description for 5e6116b
anthony.baxter
committed
5e6116b
View commit details
Copy full SHA for 5e6116b
View code at this point
Browse repository at this point
Commits on Dec 25, 2005
Whitespace normalization.
Show description for eab8247
tim.peters
committed
eab8247
View commit details
Copy full SHA for eab8247
View code at this point
Browse repository at this point
Commits on Dec 4, 2005
[Patch #1039083] Add 'encoding' parameter to SimpleXMLRPCServer
Show description for 866d40a
andrew.kuchling
committed
866d40a
View commit details
Copy full SHA for 866d40a
View code at this point
Browse repository at this point
Use boolean name
Show description for 52dda83
andrew.kuchling
committed
52dda83
View commit details
Copy full SHA for 52dda83
View code at this point
Browse repository at this point
[Patch #893642] Add optional allow_none argument to SimpleXMLRPCServer, CGIXMLRPCRequestHandler
Show description for d032fc8
andrew.kuchling
committed
d032fc8
View commit details
Copy full SHA for d032fc8
View code at this point
Browse repository at this point
[Bug #792570] Under Windows, socket.read() seems to run into trouble when
Show description for 99e28b9
andrew.kuchling
committed
99e28b9
View commit details
Copy full SHA for 99e28b9
View code at this point
Browse repository at this point
[Bug #1222790] Set reuse-address and close-on-exec flags on the HTTP listening socket
Show description for bbff134
andrew.kuchling
committed
bbff134
View commit details
Copy full SHA for bbff134
View code at this point
Browse repository at this point
Commits on Jul 22, 2005
Fix all wrong instances of "it's".
Show description for 34fcc83
birkenfeld
committed
34fcc83
View commit details
Copy full SHA for 34fcc83
View code at this point
Browse repository at this point
Commits on Feb 3, 2005
Security fix PSF-2005-001 for SimpleXMLRPCServer.py.
Show description for ece3a04
gvanrossum
committed
ece3a04
View commit details
Copy full SHA for ece3a04
View code at this point
Browse repository at this point
Commits on Oct 3, 2004
Fix a small typo in the docstring for system_methodSignature .
Show description for e04cd6b
bcannon
committed
e04cd6b
View commit details
Copy full SHA for e04cd6b
View code at this point
Browse repository at this point
Commits on Nov 2, 2003
SF patch #834015: Remove imports of unused modules
Show description for 662fe6b
rhettinger
committed
662fe6b
View commit details
Copy full SHA for 662fe6b
View code at this point
Browse repository at this point
Commits on Jun 29, 2003
whitespace normalization
Show description for 0326f1f
nnorwitz
committed
0326f1f
View commit details
Copy full SHA for 0326f1f
View code at this point
Browse repository at this point
fix problems found by pychecker
Show description for 49c35ff
nnorwitz
committed
49c35ff
View commit details
Copy full SHA for 49c35ff
View code at this point
Browse repository at this point
Commits on May 1, 2003
Patch #727805: Remove extra line ending from CGI responses.
Show description for 206cedf
loewis
committed
206cedf
View commit details
Copy full SHA for 206cedf
View code at this point
Browse repository at this point
Commits on Jan 29, 2003
Whitespace normalization.
Show description for 94e71a3
tim_one
committed
94e71a3
View commit details
Copy full SHA for 94e71a3
View code at this point
Browse repository at this point
Commits on Jan 15, 2003
Patch #473586: Implement CGIXMLRPCRequestHandler.
Show description for abbddc9
loewis
committed
abbddc9
View commit details
Copy full SHA for abbddc9
View code at this point
Browse repository at this point
Commits on Sep 29, 2001
_dispatch(): Do no re-define the resolve_dotted_atttribute() function
Show description for d0bb17b
fdrake
committed
d0bb17b
View commit details
Copy full SHA for d0bb17b
View code at this point
Browse repository at this point
Commits on Sep 17, 2001
Show description for 89c151d
effbot
committed
89c151d
View commit details
Copy full SHA for 89c151d
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL