summaryrefslogtreecommitdiff
path: root/Doc/library/contextlib.rst
Commit message (Expand)AuthorAgeFilesLines
* Add a missing :term:.Brett Cannon2016-06-091-1/+1
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-1/+1
|\
| * Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-1/+1
* | Issue #25609: Introduce contextlib.AbstractContextManager andBrett Cannon2016-04-081-2/+14
|/
* Remove redundant leading zeroes in PEP references.Serhiy Storchaka2016-03-311-1/+1
* Issue #25523: Merge a-to-an corrections from 3.4.Serhiy Storchaka2015-11-021-0/+10
|\
| * Issue #25161: Merge full stops from 3.4 into 3.5Martin Panter2015-10-101-0/+10
| |\
| | * Issue #22389: Add contextlib.redirect_stderr().Berker Peksag2014-11-281-0/+10
* | | Issue #25523: Further a-to-an corrections.Serhiy Storchaka2015-11-021-1/+1
|/ /
* | Issue #25161: Add full stops in documentation; patch by Takase ArihiroMartin Panter2015-10-101-1/+1
|/
* Issue #21061: correctly note redirect_stdout is reentrantNick Coghlan2014-10-121-1/+1
* Issue 22603: add missing 'self'. Patch by Francisco Fern?ndez Casta?o.Terry Jan Reedy2014-10-101-2/+2
* Issue 21558: Fix a typo in the contextlib docsRaymond Hettinger2014-05-251-1/+1
* Close #19403: make contextlib.redirect_stdout reentrantNick Coghlan2013-11-031-40/+77
* What's New updates prior to alphaNick Coghlan2013-10-201-2/+3
* contextlib doc updates and refactoringNick Coghlan2013-10-201-0/+116
* Close #19266: contextlib.ignore -> contextlib.suppressNick Coghlan2013-10-171-8/+18
* Fix spacing of toplevel items.Georg Brandl2013-10-131-0/+2
* Docs tweaks for contextlib additionsNick Coghlan2013-10-131-2/+12
* Rename contextlib.ignored() to contextlib.ignore().Raymond Hettinger2013-10-101-3/+3
* Issue #15805: Add contextlib.redirect_stdout()Raymond Hettinger2013-10-101-0/+31
* Merge 3.3Barry Warsaw2013-05-101-2/+3
|\
| * I was confused before. It's correct to not call .close() inside the withBarry Warsaw2013-05-101-2/+3
* | Merge 3.3Barry Warsaw2013-04-191-1/+1
|\ \ | |/
| * Minor typo in example.Barry Warsaw2013-04-191-1/+1
* | Issue #17586: fix typo in contextlib.rstNed Deily2013-03-311-1/+1
* | #17351: merge with 3.3.Ezio Melotti2013-03-111-0/+20
|\ \ | |/ |/|
| * Issue #15806: Add contextlib.ignored().Raymond Hettinger2013-03-101-0/+20
* | #17351: merge with 3.2.Ezio Melotti2013-03-111-1/+1
|\ \ | |/ |/|
* | Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+346
|\ \ | |/ |/|
| * Typo fixNick Coghlan2012-05-311-1/+1
| * Additional ExitStack examples, and a few other cleanups for the ExitStack docsNick Coghlan2012-05-311-7/+75
| * Fix the versionadded tags for a couple of my recent changesNick Coghlan2012-05-221-2/+2
| * Close #13585: add contextlib.ExitStack to replace the ill-fated contextlib.ne...Nick Coghlan2012-05-211-1/+278
|/
* Issue #11647: allow contextmanager objects to be used as decorators as descri...Nick Coghlan2011-05-051-2/+12
* Separate source link from main text.Raymond Hettinger2011-01-101-0/+2
* Move source links to consistent location and remove wordy, big yellow boxes.Raymond Hettinger2011-01-101-5/+1
* Provide links to Python source where the code is short, readable andÉric Araujo2010-11-161-0/+5
* #6522: add a "decorator" directive to explicitly document decorators, and use...Georg Brandl2010-07-291-1/+1
* #9110: update to ContextDecorator doc.Georg Brandl2010-07-181-13/+32
* Issue 9110. Adding ContextDecorator to contextlib. This enables the creation ...Michael Foord2010-06-301-0/+57
* Removed contextlib.nested()Raymond Hettinger2009-07-011-49/+0
* Merged revisions 73465 via svnmerge fromNick Coghlan2009-06-171-11/+29
* Recorded merge of revisions 73286 via svnmerge fromGeorg Brandl2009-06-081-2/+2
* Deprecate contextlib.nested(). The with-statement now provides this function...Raymond Hettinger2009-05-281-0/+2
* Remove surplus empty lines and convert more files to new optional arg style.Georg Brandl2009-05-171-1/+0
* Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-...Benjamin Peterson2009-03-211-4/+5
* Review the doc changes for the urllib package creation.Georg Brandl2008-06-231-2/+2
* Documentation updates for urllib package. Modified the documentation for theSenthil Kumaran2008-06-231-2/+2
* Merged revisions 59703-59773 via svnmerge fromChristian Heimes2008-01-061-2/+0