summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* gh-77771: Add enterabs example in sched (GH-92716)Miss Islington (bot)2022-12-241-5/+11
* [3.10] Correct CVE-2020-10735 documentation (GH-100306). (#100477)Gregory P. Smith2022-12-241-3/+3
* gh-98712: Clarify "readonly bytes-like object" semantics in C arg-parsing doc...Miss Islington (bot)2022-12-231-19/+35
* gh-48496: Added example and link to faq for UnboundLocalError in reference (G...Miss Islington (bot)2022-12-222-0/+4
* gh-91081: Add note on WeakKeyDictionary behavior when deleting a replaced ent...Miss Islington (bot)2022-12-211-0/+24
* gh-99991: improve docs on str.encode and bytes.decode (GH-100198)Miss Islington (bot)2022-12-211-27/+33
* Clarify that every thread has its own default context in contextvars (GH-99246)Miss Islington (bot)2022-12-201-0/+5
* gh-69929: re docs: Add more specific definition of \w (GH-92015)Miss Islington (bot)2022-12-201-4/+3
* gh-97909: Fix markup for `PyMethodDef` members (GH-100089)Miss Islington (bot)2022-12-171-16/+17
* Document that zipfile's pwd parameter is a `bytes` object (GH-100209)Miss Islington (bot)2022-12-171-7/+8
* gh-99830: asyncio: Document returns of remove_{reader,writer} (GH-100302)Miss Islington (bot)2022-12-161-2/+4
* "Compound statement" docs: Fix with-statement step indexing (GH-100286)Miss Islington (bot)2022-12-161-1/+1
* GH-100206: use versionadded for the addition of sysconfig.get_default_scheme ...Miss Islington (bot)2022-12-131-1/+1
* Fix: typo (Indention) (GH-99904)Miss Islington (bot)2022-12-121-1/+1
* gh-70393: Clarify mention of "middle" scope (GH-98839)Miss Islington (bot)2022-12-121-2/+2
* gh-99728: correct typo in `datetime` format codes documentation (GH-99750)Miss Islington (bot)2022-12-101-1/+1
* gh-100049: fix `repr` for `mappingproxy` in dictionary view example doc (GH-1...Miss Islington (bot)2022-12-101-1/+1
* gh-96250: Improve sqlite3 injection attack example (GH-99270)Miss Islington (bot)2022-12-081-6/+10
* [3.10] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when...Ɓukasz Langa2022-12-063-9/+20
* [3.10] gh-100001: Remove doc typo, add versionadded (GH-100042) (#100044)Miss Islington (bot)2022-12-061-1/+3
* gh-100001: Omit control characters in http.server stderr logs. (GH-100002)Miss Islington (bot)2022-12-051-0/+7
* [3.10] dataclasses.rst: Prevent horizontal scrolling (gh-100025). (gh-100029)Eric V. Smith2022-12-051-1/+2
* gh-85747: "Preface" section of asyncio-eventloop.rst: Switch to active voice ...Miss Islington (bot)2022-12-041-7/+10
* [3.10] GH-98906 ```re``` module: ```search() vs. match()``` section should me...Miss Islington (bot)2022-11-301-6/+12
* Docs: improve accuracy of socketserver reference (GH-24767)Miss Islington (bot)2022-11-291-7/+3
* whatsnew-3.10: Mention PEP 647 in the Release highlights section. (GH-99853)Miss Islington (bot)2022-11-291-1/+2
* gh-90717: Update the documentation for the altchars paremeter in base64 libra...Steve Dower2022-11-291-8/+11
* gh-99249: Clarify "read-only" slots tp_bases & tp_mro (GH-99342)Miss Islington (bot)2022-11-281-6/+25
* Docs: both sqlite3 "point examples" now adapt to str (GH-99823)Miss Islington (bot)2022-11-271-1/+1
* doc: Remove backslashes in doctest grammar docs (GH-29346)Miss Islington (bot)2022-11-271-3/+3
* bpo-43327: Fix the docs for PyImport_ImportFrozenModuleObject() (GH-24659)Miss Islington (bot)2022-11-271-2/+2
* [3.10] gh-99795: Fix typo in importlib.resources.abc (GH-99796) (GH-99800)Jason R. Coombs2022-11-261-1/+1
* [3.10] gh-99502: mention bytes-like objects as input in `secrets.compare_dige...Miss Islington (bot)2022-11-261-1/+3
* Fix typo in `__match_args__` doc (GH-99785)Miss Islington (bot)2022-11-261-1/+1
* gh-96168: Add sqlite3 row factory how-to (GH-99507)Miss Islington (bot)2022-11-251-41/+119
* Fix rendering of audioop license in Doc/license.rst (GH-99752)Miss Islington (bot)2022-11-241-0/+3
* GH-92892: Add section about variadic functions to ctypes documentation (GH-99...Miss Islington (bot)2022-11-221-0/+20
* [3.10] gh-99146 struct module documentation should have more predictable exam...Miss Islington (bot)2022-11-221-76/+206
* [3.10] GH-95815: Document less specific error for os.remove (GH-99571) (#99639)Miss Islington (bot)2022-11-211-1/+1
* [3.10] gh-85073: Add some missing links to source (GH-99363) (#99589)Stanley2022-11-198-0/+22
* Doc: Replace question mark with fullstop (GH-99558)Miss Islington (bot)2022-11-181-1/+1
* [3.10] gh-92119: ctypes: Print exception class name instead of its representa...Kamil Turek2022-11-131-3/+3
* gh-99392: Fix sqlite3 converter recipes (GH-99393)Miss Islington (bot)2022-11-121-3/+22
* gh-87604: Clarify in docs that sys.addaudithook is not for sandboxes (GH-99372)Miss Islington (bot)2022-11-111-0/+9
* gh-98366: use sphinx.locale._ as gettext() in pyspecific.py (GH-98437)Miss Islington (bot)2022-11-111-4/+4
* GH-99183: Document behavior of count() for empty substrings (GH-99339)Miss Islington (bot)2022-11-101-0/+6
* gh-99238: clarify the type of the env dict. (GH-99253)Miss Islington (bot)2022-11-081-3/+7
* Fix broken link in `asyncio-subprocesses` doc (GH-99214)Miss Islington (bot)2022-11-081-1/+1
* [3.10] gh-96746: Docs: Clear up Py_TPFLAGS_DISALLOW_INSTANTIATION inheritance...Miss Islington (bot)2022-11-071-0/+11
* doc: Formatting and typo fixes (GH-98974)Miss Islington (bot)2022-11-073-10/+10