summaryrefslogtreecommitdiffstats
path: root/Doc/library/contextlib.rst
Commit message (Collapse)AuthorAgeFilesLines
* Backport source links from 3.x.Éric Araujo2011-08-191-5/+4
| | | | | Existing links have been updated to use the new reST role. In some files, I have also made cosmetic changes to the header.
* Add more links to Python sources where the code is short, readable and an ↵Raymond Hettinger2010-11-061-0/+5
| | | | informative adjunct to the docs.
* Issue 6288: update the contextlib.nested() docs to explain why it has been ↵Nick Coghlan2009-06-171-11/+28
| | | | deprecated and should generally be avoided
* Remove period from end of headings.Georg Brandl2009-06-081-3/+2
|
* Deprecate contextlib.nested(). The with-statement now provides this ↵Raymond Hettinger2009-05-291-0/+2
| | | | functionality directly.
* #5491: clarify nested() semantics.Georg Brandl2009-03-151-4/+5
|
* Remove with_statement future imports from 2.6 docs.Georg Brandl2008-01-051-2/+0
|
* Add more entries to the glossary.Georg Brandl2007-12-021-3/+3
| | | | Written by Jeff Wheeler for GHOP.
* Add :term: for generators.Georg Brandl2007-10-211-3/+3
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+120