- 29 May, 2008 1 kayıt (commit)
-
-
Facundo Batista yazdı
all the upper level libraries that use it, including urllib2. Added and fixed some tests, and changed docs correspondingly. Thanks to John J Lee for the patch and the pusing, :)
-
- 17 May, 2008 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 10 Eyl, 2007 1 kayıt (commit)
-
-
Bill Janssen yazdı
* Much expanded test suite: All protocols tested against all other protocols. All protocols tested with all certificate options. Tests for bad key and bad cert. Test of STARTTLS functionality. Test of RAND_* functions. * Fixes for threading/malloc bug. * Issue 1065 fixed: sslsocket class renamed to SSLSocket. sslerror class renamed to SSLError. Function "wrap_socket" now used to wrap an existing socket. * Issue 1583946 finally fixed: Support for subjectAltName added. Subject name now returned as proper DN list of RDNs. * SSLError exported from socket as "sslerror". * RAND_* functions properly exported from ssl.py. * Documentation improved: Example of how to create a self-signed certificate. Better indexing.
-
- 30 Agu, 2007 1 kayıt (commit)
-
-
Thomas Wouters yazdı
classes when they are actually created.
-
- 29 Agu, 2007 1 kayıt (commit)
-
-
Bill Janssen yazdı
1) Improve the documentation of the SSL module, with a fuller explanation of certificate usage, another reference, proper formatting of this and that. 2) Fix Windows bug in ssl.py, and general bug in sslsocket.close(). Remove some unused code from ssl.py. Allow accept() to be called on sslsocket sockets. 3) Use try-except-else in import of ssl in socket.py. Deprecate use of socket.ssl(). 4) Remove use of socket.ssl() in every library module, except for test_socket_ssl.py and test_ssl.py.
-
- 27 Mar, 2007 1 kayıt (commit)
-
-
Facundo Batista yazdı
test_poplib.py file with a basic test and the timeout ones. Docs are also updated.
-
- 30 Nis, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 05 Agu, 2005 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 12 Şub, 2004 1 kayıt (commit)
-
-
Walter Dörwald yazdı
From SF patch #852334.
-
- 31 Eki, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 01 Haz, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 16 Şub, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Replaces calls to socket.send() (which isn't guaranteed to send all data) with the new socket.sendall() method.
-
- 05 Ara, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
method. This closes SF patch #486079.
-
- 07 Eki, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 31 Tem, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 26 Tem, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 24 Tem, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 12 Şub, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 09 Şub, 2001 1 kayıt (commit)
-
-
Eric S. Raymond yazdı
-
- 19 Ock, 2001 1 kayıt (commit)
-
-
Moshe Zadka yazdı
Please check it against your nearest pop server -- mine doesn't support APOP (I checked I'm getting the same error message, though)
-
- 15 Ock, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 16 Tem, 2000 1 kayıt (commit)
-
-
Thomas Wouters yazdı
comments, docstrings or error messages. I fixed two minor things in test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't"). There is a minor style issue involved: Guido seems to have preferred English grammar (behaviour, honour) in a couple places. This patch changes that to American, which is the more prominent style in the source. I prefer English myself, so if English is preferred, I'd be happy to supply a patch myself ;)
-
- 09 May, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
with a dot. [GvR change: only unstuff when line starts with two dots.]
-
- 28 Mar, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
This fixes a bunch of socket.connect(host, post) calls. Note that I haven't tested all modules -- I don't have enough servers here...
-
- 28 Şub, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
docstrings into comments.
-
- 13 May, 1999 1 kayıt (commit)
-
-
Fred Drake yazdı
<piers@cs.su.oz.au>.
-
- 14 Eyl, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
and without a message number argument: the argument was called 'msg' but the code expected it to be called 'which'. In line with the other methods, I've renamed the argument to 'which', and adapted the doc string not to refer to 'msg'.
-
- 02 Eyl, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
for LIST command with msg argument.
-
- 06 Agu, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 09 Nis, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(Adapted by Just, I believe.)
-
- 06 Nis, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-