- 05 Ock, 2014 8 kayıt (commit)
-
-
Ethan Furman yazdı
-
Larry Hastings yazdı
-
Eric Snow yazdı
-
R David Murray yazdı
-
Eric Snow yazdı
The test is failing on one of the stable FreeBSD buildbots. It seems unlikely that the gc module would not be available, so switching to _imp may not fix the problem.
-
R David Murray yazdı
I was confused by the text saying that read_events "iterated", since it actually returns an iterator (that's what a generator does) that the caller must then iterate. So I tidied up the language. I'm not sure what the sentence "Events provided in a previous call to read_events() will not be yielded again." is trying to convey, so I didn't try to fix that. Also fixed a couple more news items.
-
Eric Snow yazdı
Also add missing tests to test_pydoc.
-
R David Murray yazdı
Also update news entry for SMTPException; when I changed it from IOError to OSError I forgot to update the news item.
-
- 04 Ock, 2014 19 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
And more news entry clarifications.
-
R David Murray yazdı
Also clarify some NEWS entries.
-
R David Murray yazdı
-
Eric Snow yazdı
-
Eric Snow yazdı
-
Eric Snow yazdı
-
Serhiy Storchaka yazdı
-
Larry Hastings yazdı
-
Serhiy Storchaka yazdı
-
Larry Hastings yazdı
take two parameters.
-
Serhiy Storchaka yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 03 Ock, 2014 13 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
Martin v. Löwis yazdı
-
R David Murray yazdı
It was discussed in issue #17460 whether or not to make the remaining arguments keyword only so that things would fail noisily if someone was still using positional parameters, but no decision was made and we are now well past the Beta API change deadline.
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
Also rewrote the send_error description for clarity and correct English.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Patch by Christian Heimes, with modifications.
-
Victor Stinner yazdı
-