Georg Brandl
|
fe99105835
|
Use true booleans and PEP8 for argdefaults.
|
2009-09-16 15:54:04 +00:00 |
Kristján Valur Jónsson
|
aefde242fd
|
porting revision 74098 from trunk:
http://bugs.python.org/issue6499
zlib/gzip may not be present for all builds. Make xmlrpclib gracefully not supporg gzip encoding in this case
|
2009-07-19 22:29:24 +00:00 |
Kristján Valur Jónsson
|
985fc6a304
|
http://bugs.python.org/issue6267
porting revision 73638 to py3k
|
2009-07-01 10:01:31 +00:00 |
Matthias Klose
|
a3d29e8661
|
Merged revisions 71268 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71268 | matthias.klose | 2009-04-05 23:00:48 +0200 (So, 05 Apr 2009) | 3 lines
- Issue #2703: SimpleXMLRPCDispatcher.__init__: Provide default values for
new arguments introduced in 2.5.
........
|
2009-04-07 13:13:10 +00:00 |
Senthil Kumaran
|
b3af08f84c
|
Fix for issue5040. Adding support for unicode message passing and tests for unicode message and test for Content-Length.
|
2009-04-01 20:20:43 +00:00 |
Georg Brandl
|
c748506427
|
#5636: fix next -> __next__ in csv reader docs.
|
2009-04-01 15:53:15 +00:00 |
Georg Brandl
|
99412e559b
|
Merged revisions 70940 via svnmerge
........
r70940 | georg.brandl | 2009-03-31 23:21:14 -0500 (Di, 31 Mär 2009) | 2 lines
The SimpleXMLRPCServer's CGI handler now runs like a pony.
........
|
2009-04-01 04:27:47 +00:00 |
Georg Brandl
|
2442015af2
|
Create http package. #2883.
|
2008-05-26 16:32:26 +00:00 |
Georg Brandl
|
38eceaaf0c
|
Create xmlrpc package. Issue #2886.
|
2008-05-26 11:14:17 +00:00 |