- 12 Sep, 2016 5 commits
-
-
Berker Peksag authored
Patch by wim glenn.
-
Martin Panter authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Raymond Hettinger authored
-
- 11 Sep, 2016 11 commits
-
-
Guido van Rossum authored
Ivan Levkivskyi (3.5 version)
-
R David Murray authored
This is a further restoration of backward compatibility, as well as being correct per the RFCs.
-
Vinay Sajip authored
-
Berker Peksag authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Martin Panter authored
-
Berker Peksag authored
Patch by py.user.
-
Gregory P. Smith authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 10 Sep, 2016 16 commits
-
-
Serhiy Storchaka authored
-
Terry Jan Reedy authored
-
Steve Dower authored
-
Mark Dickinson authored
Issue #25221: Fix corrupted result from PyLong_FromLong(0) when Python is compiled with NSMALLPOSINTS = 0.
-
Steve Dower authored
-
Martin Panter authored
-
Victor Stinner authored
-
Serhiy Storchaka authored
between 1.0 and 2.0 to 1.
-
Guido van Rossum authored
-
Steve Dower authored
-
Steve Dower authored
-
Gregory P. Smith authored
generalizations added in 3.5.
-
Gregory P. Smith authored
-
Steve Dower authored
-
Steve Dower authored
-
R David Murray authored
This is required by RFC 1542, so despite the subtle behavior change we are treating it as a bug. Patch by Michael Lazar.
-
- 09 Sep, 2016 8 commits
-
-
Raymond Hettinger authored
-
Steve Dower authored
-
Raymond Hettinger authored
-
Guido van Rossum authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Guido van Rossum authored
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 authored
-