| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-103791: Make contextlib.suppress also act on exceptions within an Exceptio... | Łukasz Langa | 2023-04-24 | 1 | -0/+7 |
|
|
* | Formatting fixes in contextlib docs (#98111) | Stanley | 2022-10-12 | 1 | -11/+17 |
|
|
* | gh-93675: Fix typos in `Doc/` (GH-93676) | luzpaz | 2022-06-21 | 1 | -1/+1 |
|
|
* | gh-92082: contextlib docs: Change aclosing from a class to a function for con... | Thaddeus1499 | 2022-05-02 | 1 | -1/+1 |
|
|
* | bpo-28516: document contextlib.ExitStack.__enter__ behavior (GH-31636) | vidhya | 2022-03-28 | 1 | -0/+3 |
|
|
* | bpo-45568: Actually use @asynccontextmanager in usage example (GH-29151) | Zbigniew Siciarz | 2021-11-25 | 1 | -0/+2 |
|
|
* | bpo-25625: [doc] fix async/aync typo (GH-29091) | Thomas Grainger | 2021-10-20 | 1 | -1/+1 |
|
|
* | bpo-25625: add contextlib.chdir (GH-28271) | Filipe Laíns | 2021-10-19 | 1 | -2/+19 |
|
|
* | Update URLs in comments and metadata to use HTTPS (GH-27458) | Noah Kantrowitz | 2021-07-30 | 1 | -1/+1 |
|
|
* | Doc: fix a rst tag. (GH-26965) | Julien Palard | 2021-06-30 | 1 | -6/+6 |
|
|
* | bpo-44471: Change error type for bad objects in ExitStack.enter_context() (GH... | Serhiy Storchaka | 2021-06-29 | 1 | -0/+8 |
|
|
* | bpo-44279: revert 'exceptions are raised' back to 'exceptions occur' (GH-26492) | Irit Katriel | 2021-06-04 | 1 | -1/+1 |
|
|
* | bpo-44279: [doc] reword contextlib.suppress documentation (GH-26428) | MapleCCC | 2021-06-01 | 1 | -2/+3 |
|
|
* | bpo-41147: [doc] contextlib.redirect_stdout() provides the new stream as cont... | Peter Law | 2021-05-26 | 1 | -3/+4 |
|
|
* | bpo-40975: [doc] Identify AsyncExitStack.enter_async_context()/aclose() as co... | naglis | 2021-05-19 | 1 | -2/+2 |
|
|
* | Use the zero argument form of super() in examples for Python3 docs. (GH-22314) | Andre Delfino | 2021-04-26 | 1 | -1/+1 |
|
|
* | bpo-41543: contextlib.nullcontext can fill in for an async context manager (G... | Tom Gringauz | 2020-11-09 | 1 | -0/+18 |
|
|
* | [docs] fix wrongly named AsyncContextDecorator (GH-23164) | kj | 2020-11-05 | 1 | -3/+5 |
|
|
* | bpo-40816 Add AsyncContextDecorator class (GH-20516) | Kazantcev Andrey | 2020-11-05 | 1 | -0/+62 |
|
|
* | bpo-41229: Update docs for explicit aclose()-required cases and add contextli... | Joongi Kim | 2020-11-02 | 1 | -0/+33 |
|
|
* | [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620) | Serhiy Storchaka | 2019-06-05 | 1 | -2/+2 |
|
|
* | bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700) | Serhiy Storchaka | 2019-06-01 | 1 | -1/+1 |
|
|
* | bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) | Serhiy Storchaka | 2018-12-19 | 1 | -7/+7 |
|
|
* | Clarify that AsyncExitStack works with coroutine functions (GH-9405) | Nathaniel J. Smith | 2018-09-18 | 1 | -2/+2 |
|
|
* | Fixed typo with asynccontextmanager code example (GH-8845) | Alexander Vasin | 2018-08-25 | 1 | -1/+1 |
|
|
* | bpo-33468: Add try-finally contextlib.contextmanager example (GH-7816) | Matthias Bussonnier | 2018-07-23 | 1 | -11/+17 |
|
|
* | bpo-34067: Include a more easily understood example for nullcontext (GH-8158) | Daniel Porteous | 2018-07-09 | 1 | -1/+13 |
|
|
* | bpo-29302: Implement contextlib.AsyncExitStack. (#4790) | Ilya Kulakov | 2018-01-25 | 1 | -0/+38 |
|
|
* | bpo-30241: implement contextlib.AbstractAsyncContextManager (#1412) | Jelle Zijlstra | 2017-12-14 | 1 | -0/+11 |
|
|
* | bpo-10049: Add a "no-op" (null) context manager to contextlib (GH-4464) | Jesse-Bakker | 2017-11-23 | 1 | -18/+22 |
|
|
* | bpo-29679: Implement @contextlib.asynccontextmanager (#360) | Jelle Zijlstra | 2017-05-01 | 1 | -0/+30 |
|
|
* | Closes #27904: Improved logging statements to defer formatting until needed. | Vinay Sajip | 2016-08-31 | 1 | -2/+2 |
|
|
* | Add a missing :term:. | Brett Cannon | 2016-06-09 | 1 | -1/+1 |
|
|
* | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -1/+1 |
|\ |
|
| * | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -1/+1 |
|
|
* | | Issue #25609: Introduce contextlib.AbstractContextManager and | Brett Cannon | 2016-04-08 | 1 | -2/+14 |
|/ |
|
* | Remove redundant leading zeroes in PEP references. | Serhiy Storchaka | 2016-03-31 | 1 | -1/+1 |
|
|
* | Issue #25523: Merge a-to-an corrections from 3.4. | Serhiy Storchaka | 2015-11-02 | 1 | -1/+1 |
|\ |
|
| * | Issue #25523: Further a-to-an corrections. | Serhiy Storchaka | 2015-11-02 | 1 | -1/+1 |
|
|
* | | Issue #25161: Merge full stops from 3.4 into 3.5 | Martin Panter | 2015-10-10 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #25161: Add full stops in documentation; patch by Takase Arihiro | Martin Panter | 2015-10-10 | 1 | -1/+1 |
|
|
* | | Issue #22389: Add contextlib.redirect_stderr(). | Berker Peksag | 2014-11-28 | 1 | -0/+10 |
|/ |
|
* | Issue #21061: correctly note redirect_stdout is reentrant | Nick Coghlan | 2014-10-12 | 1 | -1/+1 |
|
|
* | Issue 22603: add missing 'self'. Patch by Francisco Fernández Castaño. | Terry Jan Reedy | 2014-10-10 | 1 | -2/+2 |
|
|
* | Issue 21558: Fix a typo in the contextlib docs | Raymond Hettinger | 2014-05-26 | 1 | -1/+1 |
|
|
* | Close #19403: make contextlib.redirect_stdout reentrant | Nick Coghlan | 2013-11-03 | 1 | -40/+77 |
|
|
* | What's New updates prior to alpha | Nick Coghlan | 2013-10-20 | 1 | -2/+3 |
|
|
* | contextlib doc updates and refactoring | Nick Coghlan | 2013-10-19 | 1 | -0/+116 |
|
|
* | Close #19266: contextlib.ignore -> contextlib.suppress | Nick Coghlan | 2013-10-17 | 1 | -8/+18 |
|
|
* | Fix spacing of toplevel items. | Georg Brandl | 2013-10-13 | 1 | -0/+2 |
|
|