- 12 Eyl, 2016 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 11 Eyl, 2016 11 kayıt (commit)
-
-
Guido van Rossum yazdı
Ivan Levkivskyi (3.5 version)
-
R David Murray yazdı
This is a further restoration of backward compatibility, as well as being correct per the RFCs.
-
Vinay Sajip yazdı
-
Berker Peksag yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Martin Panter yazdı
-
Berker Peksag yazdı
Patch by py.user.
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 10 Eyl, 2016 16 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Terry Jan Reedy yazdı
-
Steve Dower yazdı
-
Mark Dickinson yazdı
Issue #25221: Fix corrupted result from PyLong_FromLong(0) when Python is compiled with NSMALLPOSINTS = 0.
-
Steve Dower yazdı
-
Martin Panter yazdı
-
Victor Stinner yazdı
-
Serhiy Storchaka yazdı
between 1.0 and 2.0 to 1.
-
Guido van Rossum yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
generalizations added in 3.5.
-
Gregory P. Smith yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
R David Murray yazdı
This is required by RFC 1542, so despite the subtle behavior change we are treating it as a bug. Patch by Michael Lazar.
-
- 09 Eyl, 2016 12 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Steve Dower yazdı
-
Raymond Hettinger yazdı
-
Guido van Rossum yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Guido van Rossum yazdı
This is now an official "protected" API that can be used to write classes that are duck-type-compatible with Future without subclassing it. (For that purpose I also changed isinstance(result, Future) to check for this attribute instead.) Hopefully Amber Brown can use this to make Twisted.Deferred compatible with asyncio.Future. Tests and docs are TBD.
-
Benjamin Peterson yazdı
-
issue14976.
-
-
Steve Dower yazdı
-
R David Murray yazdı
This is buggy in the old email code as well, but it doesn't affect anything there because only the default line length is ever used there.
-