- 21 Apr, 1999 32 commits
-
-
Fred Drake authored
-
Fred Drake authored
elsewhere in the library reference.
-
Fred Drake authored
Added "See also" reference to zlib home page, even though it's mentioned in the text.
-
Fred Drake authored
Make all references to the os module hyperlinks.
-
Fred Drake authored
-
Fred Drake authored
Added more information for cStringIO.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
marked at all.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
Make references to other modules hyperlinks.
-
Fred Drake authored
-
Fred Drake authored
example!
-
Fred Drake authored
-
Guido van Rossum authored
-
Fred Drake authored
-
Guido van Rossum authored
Two problems: The SMTPRecipientsRefused class should not inherit SMTPResponseException, since it doesn't provide the smtp_code and smtp_error attributes. My patch for not adding an extra CRLF was apparently forgotten. The enclosed patch fixes these two problems.
-
Fred Drake authored
-
Fred Drake authored
Markup nits.
-
Fred Drake authored
-
Fred Drake authored
closing paragraph used \code).
-
Guido van Rossum authored
method does _not_ disconnect the connection when it throws a SMTPHeloError!
-
Guido van Rossum authored
-
Fred Drake authored
show the "trailing" prompt, so don't show it here!
-
Fred Drake authored
(some text was only intended for the index).
-
Fred Drake authored
-
Guido van Rossum authored
-
Guido van Rossum authored
strerror(). This improves the quality of the error messages.
-
Fred Drake authored
references were being omitted from the general index.)
-
Fred Drake authored
somewhere in the Reference Manual, and someone tried to locate it via the index. Report on the omission by Stefan Franke <sfranke@cdc-group.com>.
-
Just van Rossum authored
-
- 20 Apr, 1999 7 commits
-
-
Fred Drake authored
omission repoorted by Glyn Webster <glyn@ninz.org.nz>.
-
Guido van Rossum authored
foo_bar_event(). Therefore, fix the references to zoom_height() in the example.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
unsuccessful search wraps around and re-searches that part of the file between the start of the search and the end of the file - only really an issue for very large files, but... (also removes a redundant m.span() call).
-
Fred Drake authored
parameter. Lack of clarity reported by Matthew Gallagher <hew@hons.cs.usyd.edu.au>.
-
Guido van Rossum authored
terminated; this makes the final assert in the self-test code fail if the parent runs faster than the children. Fix this by calling wait() on the remaining children instead.
-
- 19 Apr, 1999 1 commit
-
-
Fred Drake authored
-