- 30 Eki, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 16 Tem, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 30 Haz, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 24 Haz, 2002 1 kayıt (commit)
-
-
Piers Lauder yazdı
-
- 23 Haz, 2002 1 kayıt (commit)
-
-
Piers Lauder yazdı
-
- 17 Haz, 2002 2 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Piers Lauder yazdı
-
- 05 Haz, 2002 1 kayıt (commit)
-
-
Piers Lauder yazdı
-
- 01 Haz, 2002 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 16 Nis, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 08 Mar, 2002 2 kayıt (commit)
-
-
Piers Lauder yazdı
-
Piers Lauder yazdı
-
- 22 Şub, 2002 1 kayıt (commit)
-
-
Piers Lauder 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 Ock, 2002 2 kayıt (commit)
-
-
Fred Drake yazdı
instead of possibly twice by using a sequence of types to check for. Add a message to the ValueError that can be raised.
-
Martin v. Löwis yazdı
for zone hours. Fixes #499169.
-
- 30 Eki, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 22 Eki, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
checking in changes. The test suite requires consistent use of spaces and tabs.)
-
- 21 Eki, 2001 2 kayıt (commit)
-
-
Piers Lauder yazdı
-
Piers Lauder yazdı
-
- 15 Eki, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Pass binary mode to makefile().
-
- 13 Agu, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 05 Agu, 2001 1 kayıt (commit)
-
-
Piers Lauder yazdı
-
- 21 Tem, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
+ test_quopri.py relied on significant trailing spaces. Fixed. + test_dircache.py (still) doesn't work on Windows (directory mtime on Windows doesn't work like it does on Unix).
-
- 20 Tem, 2001 2 kayıt (commit)
-
-
Piers Lauder yazdı
-
Piers Lauder yazdı
-
- 18 Haz, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
Mark Favas).
-
- 17 Haz, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Summary: NAMESPACE support in imaplib.py Initial Comment: Support for the IMAP NAMESPACE extension defined in rfc 2342. This is almost a necessity for working with modern IMAP servers.
-
- 22 Şub, 2001 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
- 21 Şub, 2001 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
- 09 Şub, 2001 1 kayıt (commit)
-
-
Eric S. Raymond yazdı
-
- 24 Ock, 2001 1 kayıt (commit)
-
-
Barry Warsaw yazdı
exportable module attributes (they're attributes on the IMAP class). Fixed the case typo on Time2Internaldate. Does anybody run the test suite any more? <wink>
-
- 23 Ock, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
fixed typo in ihooks docstring
-
- 14 Ock, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 25 May, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
This patch adds a comment about quoting to the doc string, and also checks that the 'flags' argument to the STORE command is appropriately enclosed inside parentheses to avoid quoting.
-
- 28 Mar, 2000 2 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...
-
Guido van Rossum yazdı
This patch fixes the "search" command in imaplib. The problem was that a search can take multiple arguments, but as defined, would only accept one. I have also made changes to the test code at the end to be less verbose by default, but to accept a verbosity argument.
-
- 28 Şub, 2000 2 kayıt (commit)
-
-
Guido van Rossum yazdı
This patch is re: Lucas.Dejonge@awtpl.com.au: [Python-bugs-list] imaplib - not complying with RFC (PR#218) Lucas de Jonge reported that the code in imaplib that detects a read-write to read-only change doesn't comply with RFC 2060.
-
Guido van Rossum yazdı
docstrings into comments.
-