- 23 Tem, 2018 1 kayıt (commit)
-
-
Matthias Bussonnier yazdı
-
- 09 Tem, 2018 1 kayıt (commit)
-
-
Daniel Porteous yazdı
Include a more easily understood example for nullcontext
-
- 25 Ock, 2018 1 kayıt (commit)
-
-
Ilya Kulakov yazdı
-
- 14 Ara, 2017 1 kayıt (commit)
-
-
Jelle Zijlstra yazdı
-
- 23 Kas, 2017 1 kayıt (commit)
-
-
Jesse-Bakker yazdı
Adds a simpler and faster alternative to ExitStack for handling single optional context managers without having to change the lexical structure of your code.
-
- 01 May, 2017 1 kayıt (commit)
-
-
Jelle Zijlstra yazdı
-
- 31 Agu, 2016 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 09 Haz, 2016 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 10 May, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Original patch by James Edwards.
-
- 08 Nis, 2016 1 kayıt (commit)
-
-
Brett Cannon yazdı
typing.ContextManager.
-
- 31 Mar, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 02 Kas, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 10 Eki, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 28 Kas, 2014 1 kayıt (commit)
-
-
Berker Peksag yazdı
-
- 12 Eki, 2014 1 kayıt (commit)
-
-
Nick Coghlan yazdı
-
- 10 Eki, 2014 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
- 26 May, 2014 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 03 Kas, 2013 1 kayıt (commit)
-
-
Nick Coghlan yazdı
-
- 20 Eki, 2013 1 kayıt (commit)
-
-
Nick Coghlan yazdı
-
- 19 Eki, 2013 1 kayıt (commit)
-
-
Nick Coghlan yazdı
- 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
-
- 17 Eki, 2013 1 kayıt (commit)
-
-
Nick Coghlan yazdı
Patch by Zero Piraeus.
-
- 13 Eki, 2013 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Nick Coghlan yazdı
-
- 11 Eki, 2013 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 10 Eki, 2013 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 10 May, 2013 1 kayıt (commit)
-
-
Barry Warsaw yazdı
statement, but add a comment that clarifies the purpose of the code.
-
- 19 Nis, 2013 1 kayıt (commit)
-
-
Barry Warsaw yazdı
-
- 01 Nis, 2013 1 kayıt (commit)
-
-
Ned Deily yazdı
-
- 11 Mar, 2013 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 31 May, 2012 2 kayıt (commit)
-
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
- 22 May, 2012 1 kayıt (commit)
-
-
Nick Coghlan yazdı
-
- 21 May, 2012 1 kayıt (commit)
-
-
Nick Coghlan yazdı
-
- 19 Agu, 2011 1 kayıt (commit)
-
-
Éric Araujo yazdı
Existing links have been updated to use the new reST role. In some files, I have also made cosmetic changes to the header.
-
- 05 May, 2011 1 kayıt (commit)
-
-
Nick Coghlan yazdı
Issue #11647: allow contextmanager objects to be used as decorators as described in the docs. Initial patch by Ysj Ray.
-
- 10 Ock, 2011 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 16 Kas, 2010 1 kayıt (commit)
-
-
Éric Araujo yazdı
informative adjunct to the docs. Forward-port of Raymond's r86225 and r86245 using the new source reST role added in #10334.
-
- 06 Kas, 2010 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
Add more links to Python sources where the code is short, readable and an informative adjunct to the docs.
-
- 29 Tem, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
-