- 24 Agu, 2009 1 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
fix a mistake in instantiatiating the HTTPSConnection class.
-
- 19 Tem, 2009 2 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
gzip.GzipFile may not exist as a parent class
-
Kristján Valur Jónsson yazdı
zlib/gzip may not be present for all builds. Make xmlrpclib gracefully not supporg gzip encoding in this case
-
- 03 Tem, 2009 2 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
Incorrect exception handling for xmlrpc client retry
-
Kristján Valur Jónsson yazdı
Incorrect exception handling for xmlrp client retry
-
- 28 Haz, 2009 1 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
Cumulative patch to http and xmlrpc
-
- 04 Haz, 2009 1 kayıt (commit)
-
-
Georg Brandl yazdı
#5767: remove sgmlop support from xmlrpclib; the sgmlop parser does not do much validation and is no longer much faster than e.g. the cElementTree XMLParser.
-
- 13 Ock, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 11 Ock, 2009 1 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
-
- 29 Kas, 2008 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
This change addresses part of issue 4336. Change endheaders() to take an optional message_body argument that is sent along with the headers. Change xmlrpclib and httplib's other methods to use this new interface. It is more efficient to make a single send() call, which should get the entire client request into one packet (assuming it is smaller than the MTU) and will avoid the long pause for delayed ack following timeout. Also: - Add a comment about the buffer size for makefile(). - Extract _set_content_length() method and fix whitespace issues there.
-
- 04 Agu, 2008 1 kayıt (commit)
-
-
Brett Cannon yazdı
while running under -3.
-
- 29 May, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 18 Nis, 2008 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 23 Şub, 2008 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
Remove automatic handling of datetime.date and datetime.time. This breaks backward compatibility, but python-dev discussion was strongly against this automatic conversion; see the bug for a link.
-
- 19 Kas, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
in xmlrpclib.
-
- 04 Ara, 2005 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
[Bug #1164912] Ensure Datetime wrapper class .value attribute is an 8-bit string, not a Unicode string
-
- 14 May, 2005 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 11 Şub, 2005 1 kayıt (commit)
-
-
Fred Drake yazdı
(closes SF bug #1115989)
-
- 10 Şub, 2005 1 kayıt (commit)
-
-
Fred Drake yazdı
dateTime.iso8601 elements still unmarshal into xmlrpclib.DateTime objects
-
- 07 Şub, 2005 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 13 Eki, 2004 1 kayıt (commit)
-
-
Fredrik Lundh yazdı
(should probably remove all traces of _xmlrpclib, but I'll leave that for another day.)
-
- 22 Agu, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 20 Agu, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 05 Haz, 2004 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 02 Kas, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
(Contributed by George Yoshida.)
-
- 31 Eki, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 20 Eki, 2003 1 kayıt (commit)
-
-
Walter Dörwald yazdı
(From SF patch #810751)
-
- 12 Tem, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 16 Haz, 2003 1 kayıt (commit)
-
-
Gustavo Niemeyer yazdı
besides plain tuples.
-
- 12 May, 2003 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 25 Nis, 2003 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 24 Nis, 2003 1 kayıt (commit)
-
-
Skip Montanaro yazdı
use cStringIO if available.
-
- 27 Şub, 2003 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 22 Ock, 2003 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 01 Kas, 2002 1 kayıt (commit)
-
-
Fredrik Lundh yazdı
use unquote on authentication strings, to allow users to embed @ and : in user names and passwords (from Phillip Eby)
-
- 22 Eki, 2002 1 kayıt (commit)
-
-
Fredrik Lundh yazdı
by Phillip J. Eby
-
- 30 Haz, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 27 Haz, 2002 1 kayıt (commit)
-
-
Fredrik Lundh yazdı
-
- 02 Haz, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-