- 21 Nis, 1999 24 kayıt (commit)
-
-
Fred Drake yazdı
marked at all.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Make references to other modules hyperlinks.
-
Fred Drake yazdı
-
Fred Drake yazdı
example!
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
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 yazdı
-
Fred Drake yazdı
Markup nits.
-
Fred Drake yazdı
-
Fred Drake yazdı
closing paragraph used \code).
-
Guido van Rossum yazdı
method does _not_ disconnect the connection when it throws a SMTPHeloError!
-
Guido van Rossum yazdı
-
Fred Drake yazdı
show the "trailing" prompt, so don't show it here!
-
Fred Drake yazdı
(some text was only intended for the index).
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
strerror(). This improves the quality of the error messages.
-
Fred Drake yazdı
references were being omitted from the general index.)
-
Fred Drake yazdı
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 yazdı
-
- 20 Nis, 1999 7 kayıt (commit)
-
-
Fred Drake yazdı
omission repoorted by Glyn Webster <glyn@ninz.org.nz>.
-
Guido van Rossum yazdı
foo_bar_event(). Therefore, fix the references to zoom_height() in the example.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
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 yazdı
parameter. Lack of clarity reported by Matthew Gallagher <hew@hons.cs.usyd.edu.au>.
-
Guido van Rossum yazdı
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 Nis, 1999 9 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
(Idea by Jeff Bauer, code by Jeremy, renamed and "Date:" constant stripped from return value by GvR.)
-
Fred Drake yazdı
-
Guido van Rossum yazdı
I have attached a new cPickle that adds a new control attribute to unpicklers: Added new Unpickler attribute, find_global. If set to None, then global and instance pickles are disabled. Otherwise, it should be set to a callable object that takes two arguments, a module name and an object name, and returns an object. If the attribute is unset, then the default mechanism is used. This feature provides an additional mechanism for controlling which classes can be used for unpickling.
-
Guido van Rossum yazdı
by a line when Python is run with -x.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-