| Commit message (Expand) | Author | Age | Files | Lines |
* | Whitespace normalization. | Tim Peters | 2002-07-16 | 1 | -1/+1 |
|
|
* | Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i) | Raymond Hettinger | 2002-06-30 | 1 | -2/+1 |
|
|
* | fix incorrect size calc. in IMAP4_SSL.read | Piers Lauder | 2002-06-24 | 1 | -1/+1 |
|
|
* | Fix IMAP4_SSL read and send methods to take account of short data | Piers Lauder | 2002-06-23 | 1 | -3/+16 |
|
|
* | Whitespace normalization (tabs -> spaces) | Neal Norwitz | 2002-06-17 | 1 | -5/+5 |
|
|
* | Add IMAP4 QUOTA extension methods | Piers Lauder | 2002-06-17 | 1 | -2/+37 |
|
|
* | open method changed to use arguments and set instance host/port values (inste... | Piers Lauder | 2002-06-05 | 1 | -8/+12 |
|
|
* | SF 563203. Replaced 'has_key()' with 'in'. | Raymond Hettinger | 2002-06-01 | 1 | -13/+13 |
|
|
* | Replaced boolean test with is None | Raymond Hettinger | 2002-06-01 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-04-16 | 1 | -1/+1 |
|
|
* | fixed missing IMAP4_SSL_PORT | Piers Lauder | 2002-03-08 | 1 | -1/+2 |
|
|
* | add SSL class submitted by Tino Lange | Piers Lauder | 2002-03-08 | 1 | -1/+74 |
|
|
* | moved command logging routines into IMAP4 class: thread safe/faster | Piers Lauder | 2002-02-22 | 1 | -56/+65 |
|
|
* | The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715. | Martin v. Löwis | 2002-02-16 | 1 | -8/+1 |
|
|
* | Time2Internaldate(): Call isinstance() once for each of the type tests | Fred Drake | 2002-01-05 | 1 | -4/+4 |
|
|
* | Check for time.struct_time in addition to tuples. Use 3 characters | Martin v. Löwis | 2002-01-05 | 1 | -5/+5 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-10-30 | 1 | -1/+1 |
|
|
* | Make tabnanny happy. (Piers, please run the test suite before | Guido van Rossum | 2001-10-22 | 1 | -7/+7 |
|
|
* | update version number | Piers Lauder | 2001-10-21 | 1 | -1/+1 |
|
|
* | fix send method not noticing when partial sends happen | Piers Lauder | 2001-10-21 | 1 | -1/+7 |
|
|
* | SF bug #469910 by Alfonso Baciero: Bugfix for imaplib for macintosh | Guido van Rossum | 2001-10-15 | 1 | -1/+1 |
|
|
* | Remove redundant 'import sys' (PyChecker). | Guido van Rossum | 2001-08-13 | 1 | -1/+1 |
|
|
* | fix for Bug ID 448100 - "test code using NL instead of CRNL" | Piers Lauder | 2001-08-05 | 1 | -1/+1 |
|
|
* | Whitespace normalization, plus: | Tim Peters | 2001-07-21 | 1 | -5/+5 |
|
|
* | apply patch item #416253 | Piers Lauder | 2001-07-20 | 1 | -38/+115 |
|
|
* | fix missed conversion in ESR's string conversion | Piers Lauder | 2001-07-20 | 1 | -1/+1 |
|
|
* | Somebody checked this in w/ an ambiguous tab/space mix (reported by | Tim Peters | 2001-06-18 | 1 | -5/+5 |
|
|
* | SF patch #433619, by Michel Pelletier: | Guido van Rossum | 2001-06-17 | 1 | -0/+7 |
|
|
* | Fix previous checkin, hopelessly broken as it was; reported by Detlef Lannert. | Jeremy Hylton | 2001-02-22 | 1 | -7/+7 |
|
|
* | replace exec with simple assignments | Jeremy Hylton | 2001-02-21 | 1 | -3/+7 |
|
|
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -17/+17 |
|
|
* | __all__: removed "error", "abort", "readonly", as these are not | Barry Warsaw | 2001-01-24 | 1 | -2/+2 |
|
|
* | added a few more __all__ lists | Skip Montanaro | 2001-01-23 | 1 | -0/+3 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-01-14 | 1 | -819/+818 |
|
|
* | Piers Lauder <piers@cs.su.oz.au>: | Fred Drake | 2000-05-25 | 1 | -8/+16 |
|
|
* | Fredrik Lundh: | Guido van Rossum | 2000-03-28 | 1 | -1/+1 |
|
|
* | Piers Lauder: | Guido van Rossum | 2000-03-28 | 1 | -26/+49 |
|
|
* | Patch by Piers Lauder, who writes: | Guido van Rossum | 2000-02-28 | 1 | -5/+6 |
|
|
* | Simple changes by Gerrit Holl - move author acknowledgements out of | Guido van Rossum | 2000-02-28 | 1 | -4/+4 |
|
|
* | Piers Lauder: | Guido van Rossum | 2000-02-24 | 1 | -5/+5 |
|
|
* | Patches by Piers Lauder. | Guido van Rossum | 2000-02-17 | 1 | -8/+21 |
|
|
* | V 2.16 from Piers: | Guido van Rossum | 1999-12-13 | 1 | -50/+123 |
|
|
* | Piers Lauder writes: | Guido van Rossum | 1998-10-21 | 1 | -1/+1 |
|
|
* | New version from Piers Lauder, who writes: | Guido van Rossum | 1998-09-28 | 1 | -88/+115 |
|
|
* | Piers' latest version, labeled 2.11. This time he integrated my | Guido van Rossum | 1998-06-25 | 1 | -18/+14 |
|
|
* | Piers' latest version -- authentication added by Donn Cave. | Guido van Rossum | 1998-06-18 | 1 | -41/+175 |
|
|
* | Improve the self-test code a bit: read a host from sys.argv[1] if set, | Guido van Rossum | 1998-05-29 | 1 | -2/+8 |
|
|
* | Piers Lauders' latest version, with some of my own changes reapplied. | Guido van Rossum | 1998-05-29 | 1 | -10/+31 |
|
|
* | Use random instead of whrandom. | Guido van Rossum | 1998-05-20 | 1 | -2/+2 |
|
|
* | Subject: bug fixes for imaplib.py | Guido van Rossum | 1998-05-18 | 1 | -35/+48 |
|
|