summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-44426: Use of 'complex' as a C variable name confuses Sphinx; change it t...Miss Islington (bot)2021-06-161-2/+2
* bpo-44392: Add Py_GenericAlias to C API docs (GH-26724)Miss Islington (bot)2021-06-163-1/+49
* bpo-43795: Don't list private names in the limited API (GH-26740)Miss Islington (bot)2021-06-161-2/+1
* [3.10] bpo-44342: [Enum] improve test, add andrei kulakov to ACKS (GH-26726)Ethan Furman2021-06-161-1/+1
* [3.10] bpo-43475: Add what's new entry for NaN hash changes (GH-26725) (GH-26...Mark Dickinson2021-06-151-0/+7
* bpo-38291: Remove mention of typing.io and typing.re again (GH-26113)Miss Islington (bot)2021-06-141-2/+10
* bpo-44310: Note that lru_cache keep references to both arguments and results...Miss Islington (bot)2021-06-141-6/+9
* bpo-43475: Fix the Python implementation of hash of Decimal NaN (GH-26679)Miss Islington (bot)2021-06-131-1/+1
* bpo-44362: ssl: improve deprecation warnings and docs (GH-26646)Miss Islington (bot)2021-06-112-18/+41
* [3.10] bpo-44242: [Enum] remove missing bits test from Flag creation (GH-2658...Ethan Furman2021-06-101-3/+82
* bpo-43833: Emit warnings for numeric literals followed by keyword (GH-25466)Miss Islington (bot)2021-06-081-0/+23
* bpo-43795: Note Stable ABI PEP in What's New (GH-26479) (GH-26603)Miss Islington (bot)2021-06-081-0/+10
* bpo-44322: Document more SyntaxError details. (GH-26562)Miss Islington (bot)2021-06-071-2/+9
* bpo-44320: Fix markup for W3C C14N test suite (GH-26556)Miss Islington (bot)2021-06-061-1/+1
* bpo-44279: revert 'exceptions are raised' back to 'exceptions occur' (GH-2649...Miss Islington (bot)2021-06-041-1/+1
* [3.10] bpo-44305: Improve syntax error for try blocks without except or final...Pablo Galindo2021-06-031-0/+14
* Add bpo-42914 to What's New (GH-25124)Miss Islington (bot)2021-06-031-0/+3
* [3.10] bpo-44279: [doc] reword contextlib.suppress documentation (GH-26428) (...Irit Katriel2021-06-011-2/+3
* bpo-44246: Remove note about access by index now that a compatibility shim is...Miss Islington (bot)2021-05-311-4/+1
* bpo-42085: [docs] Add versionadded for am_send in type object documentation (...Miss Islington (bot)2021-05-291-0/+2
* bpo-44263: Mention PyType_Ready in the gc protocol warning (GH-26445) (#26446)Miss Islington (bot)2021-05-292-9/+12
* bpo-44263: Better explain the GC contract for PyType_FromSpecWithBases (GH-26...Miss Islington (bot)2021-05-292-0/+18
* [3.10] bpo-44246: Update What's New for importlib.metadata. (GH-26408) (GH-26...Miss Islington (bot)2021-05-271-3/+9
* [3.10] bpo-38908: [docs] Add changes to 3.10 whatsnew and fix some minor inac...Miss Islington (bot)2021-05-271-0/+8
* [3.10] bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-2...Miss Islington (bot)2021-05-266-0/+151
* bpo-41147: [doc] contextlib.redirect_stdout() provides the new stream as cont...Miss Islington (bot)2021-05-261-3/+4
* Point to recent link to PyFLTK (GH-26315) (GH-26366)Miss Islington (bot)2021-05-251-1/+1
* bpo-20408: Fix memoryview() signature in docs (GH-24431)Miss Islington (bot)2021-05-252-9/+8
* bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241)...Miss Islington (bot)2021-05-252-1/+4
* bpo-43109: configure doc: LTO requires "ar" on macOS (GH-26349)Miss Islington (bot)2021-05-251-2/+2
* bpo-44151: Various grammar, word order, and markup fixes (GH-26344) (GH-26345)Miss Islington (bot)2021-05-251-10/+10
* bpo-44151: linear_regression() minor API improvements (GH-26199) (GH-26338)Miss Islington (bot)2021-05-251-10/+11
* bpo-44195: Use 'TraversableResources' in the docs to match the implementation...Miss Islington (bot)2021-05-241-2/+2
* Fix typo in whatsnew/3.10.rst (GH-26310) (GH-26323)Miss Islington (bot)2021-05-231-1/+1
* bpo-43207: InspectLoader.is_package is not an abstract method (GH-24517)Miss Islington (bot)2021-05-231-1/+1
* bpo-30757: Improve "How to make stand-alone binaries" FAQ (GH-26309) (GH-26311)Miss Islington (bot)2021-05-222-10/+12
* Remove duplicate words in docs. (GH-26167) (GH-26296)Miss Islington (bot)2021-05-226-9/+9
* Specify Python Cookbook edition for reference (GH-26301) (#26302)Miss Islington (bot)2021-05-211-2/+2
* bpo-43927: Change 'IOError' to 'OSError' (GH-26289)Miss Islington (bot)2021-05-211-1/+1
* [doc] Fix indentation in inspect documentation (GH-24846) (GH-26287)Miss Islington (bot)2021-05-211-4/+4
* [3.10] bpo-43882 - Mention urllib.parse changes in Whats new section. (GH-26275)Senthil Kumaran2021-05-211-0/+7
* [doc] Fix typo in asyncio-eventloop documentation (GH-22311) (GH-26256)Miss Islington (bot)2021-05-191-2/+2
* bpo-40975: [doc] Identify AsyncExitStack.enter_async_context()/aclose() as co...Miss Islington (bot)2021-05-191-2/+2
* bpo-44010: IDLE: colorize pattern-matching soft keywords (GH-25851)Miss Islington (bot)2021-05-192-0/+12
* bpo-35765: Clarify references to "object x" in the JSON tutorial (GH-22411) (...Miss Islington (bot)2021-05-191-1/+2
* bpo-44106: Purge unused sqlite3 doc includes (GH-26234)Miss Islington (bot)2021-05-198-138/+0
* bpo-44106: Improve sqlite3 example database contents (GH-26027)Miss Islington (bot)2021-05-199-42/+37
* bpo-30593: Doc'ed that executescript() disregards isolation level (GH-26220)Miss Islington (bot)2021-05-191-1/+5
* [3.10] bpo-41963: document that ConfigParser strips off comments (GH-26197) (...Ɓukasz Langa2021-05-181-0/+7
* Apply edits from Allen Downey's review of the linear_regression docs. (GH-261...Miss Islington (bot)2021-05-171-17/+9