Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-123492: Remove unnecessary `:func:` parentheses (#123493) | Wei-Hsiang (Matt) Wang | 2024-08-30 | 1 | -2/+2 |
| | |||||
* | Docs: fix typos in documentation (gh-118941) | Xie Yanbo | 2024-05-15 | 1 | -1/+1 |
| | |||||
* | gh-101100: Fix Sphinx Lint warnings in `Misc/` (#113946) | Hugo van Kemenade | 2024-01-12 | 1 | -3/+3 |
| | | | Fix Sphinx Lint warnings in Misc/ | ||||
* | gh-107298: Fix a few more refs in the C API docs (GH-108361) | Serhiy Storchaka | 2023-08-23 | 1 | -1/+1 |
| | | | gh-107298: Fix few more refs in the C API docs | ||||
* | [docs] Use full names for time units (GH-28611) | Serhiy Storchaka | 2021-09-29 | 1 | -1/+1 |
| | | | | Use "second", "millisecond", "microsecond", "nanosecond" instead of "sec", "ms", "msec", "us", "ns", etc. | ||||
* | bpo-32523: Simplifying news entries with multiple paragraphs. (GH-8154) | Julien Palard | 2019-05-09 | 1 | -1/+0 |
| | | | | | | Having multiple paragraphs in a few news entry lead to inconsistent spacing while rendered in HTML by mixing "visually compact lists" (when no entry of the whole list contains multiple paragraphs) and "sparse lists" (when at least one do). | ||||
* | bpo-32327: Revert loop.run_in_executor behaviour: return a Future. (#5392) | Yury Selivanov | 2018-01-28 | 1 | -1/+1 |
| | | | | I've run some tests on 3.7 asyncio and it appears that too many things assume that run_in_executor returns a Future. | ||||
* | bpo-31993: Do not use memoryview when pickle large strings. (#5154) | Serhiy Storchaka | 2018-01-12 | 1 | -3/+3 |
| | | | | | | PyMemoryView_FromMemory() created a memoryview referring to the internal data of the string. When the string is destroyed the memoryview become referring to a freed memory. | ||||
* | Fix several changelog items to use PEP markup. | Ned Deily | 2018-01-09 | 1 | -3/+3 |
| | |||||
* | Update docs for 3.7.0a4 | Ned Deily | 2018-01-09 | 1 | -0/+847 |