- 20 Oct, 2013 12 commits
-
-
Serhiy Storchaka authored
limiting the call to readline(). Original patch by Michał Jastrzębski and Giampaolo Rodola.
-
Serhiy Storchaka authored
limiting the call to readline(). Original patch by Michał Jastrzębski and Giampaolo Rodola.
-
Nick Coghlan authored
Eliminates a refleak introduced in commit b4a325275fb0
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Guido van Rossum authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Guido van Rossum authored
This should supersede revision e3ec6b17260c (but please test before removing that).
-
- 19 Oct, 2013 28 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Christian Heimes authored
-
Antoine Pitrou authored
Patch by David Edelsohn.
-
Antoine Pitrou authored
Patch by David Edelsohn.
-
Benjamin Peterson authored
-
Ned Deily authored
-
Larry Hastings authored
by Steven D'Aprano.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Guido van Rossum authored
-
Guido van Rossum authored
See http://bugs.python.org/issue19293
-
Christian Heimes authored
-
Guido van Rossum authored
See http://bugs.python.org/issue19295
-
Georg Brandl authored
-
Nick Coghlan authored
- explain single use, reusable and reentrant in docs - converted suppress to a reentrant class based impl - converted redirect_stdout to a reusable impl - moved both suppress and redirect_stdout behind a functional facade - added reentrancy tests for the updated suppress - added reusability tests for the updated redirect_stdio - slightly cleaned up an exception from contextmanager
-
Christian Heimes authored
-