summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcontextlib.tex
Commit message (Expand)AuthorAgeFilesLines
* Get rid of a couple more context object references, fix some markup and clari...Nick Coghlan2006-05-031-7/+8
* Finish bringing SVN into line with latest version of PEP 343 by getting rid o...Nick Coghlan2006-05-031-12/+13
* Get rid of __context__, per the latest changes to PEP 343 and python-devGuido van Rossum2006-05-021-47/+0
* Fix an error in the last contextlib.closing exampleNick Coghlan2006-04-261-3/+3
* Fix latex typoNick Coghlan2006-04-251-1/+1
* Move the PEP 343 documentation and implementation closer to theNick Coghlan2006-04-251-26/+47
* Change PEP 343 related documentation to use the term context specifier instea...Nick Coghlan2006-04-241-10/+19
* Update contextlib documentation to use the same terminology as the module imp...Nick Coghlan2006-04-231-7/+8
* Add version added info for with statement and context managersNeal Norwitz2006-03-281-0/+2
* Fix some missing importsPhillip J. Eby2006-03-281-0/+2
* Document the contextlib module.Phillip J. Eby2006-03-271-0/+140