summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [doc] Fix typo in os module (GH-24464)Miss Islington (bot)2021-05-161-1/+1
* bpo-32133: Improve numbers docs (GH-26124) (GH-26149)Miss Islington (bot)2021-05-151-1/+1
* bpo-44139: Use a more descriptive syntax error comprehension case in the What...Miss Islington (bot)2021-05-151-2/+2
* bpo-44072: fix Complex, Integral docs for `**` (GH-25986)Miss Islington (bot)2021-05-141-4/+5
* bpo-43729: Clarify comment in tutorial example (GH-25191) (#26136)Miss Islington (bot)2021-05-141-1/+1
* Subprocess Protocols Documentation (GH-20950) (GH-26133)Miss Islington (bot)2021-05-141-1/+1
* [3.10] [doc] Fix typos in cgi.rst (GH-24766) (GH-26132)Irit Katriel2021-05-141-4/+4
* Update doc as relative import can be used with star import (GH-25667) (GH-26121)Miss Islington (bot)2021-05-141-1/+1
* Reword paragraph on specific value for Py_LIMITED_API (GH-26101) (GH-26123)Miss Islington (bot)2021-05-141-12/+12
* Updated code example for asyncio.gather (GH-20604) (GH-26119)Miss Islington (bot)2021-05-141-8/+11
* bpo-43977: Update pattern matching language reference docs (GH-25917) (GH-26117)Miss Islington (bot)2021-05-142-8/+36
* bpo-43795: PEP 652 user documentation (GH-25668) (GH-26034)Miss Islington (bot)2021-05-145-1038/+1156
* bpo-43757: Document os.path.realpath(strict=True) in 3.10 whatsnew. (GH-26090...Miss Islington (bot)2021-05-141-0/+8