| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | gh-87691: add an absolute path pathlib example in / operator docs (GH-100737) | Miss Islington (bot) | 2023-01-05 | 1 | -1/+8 |
|
|
* | GH-100766: Note that locale.LC_MESSAGES is not universal (GH-100768) | Miss Islington (bot) | 2023-01-05 | 1 | -0/+3 |
|
|
* | [3.10] gh-81611: Improve `range` paragraph in 8.3 of language reference (GH-9... | Miss Islington (bot) | 2023-01-04 | 1 | -3/+2 |
|
|
* | docs: fix `ssizeobjargproc` parameters (GH-100736) | Miss Islington (bot) | 2023-01-04 | 1 | -1/+2 |
|
|
* | gh-100700: Remove Date and Release fields in whatsnew/3.9 (GH-100730) | Zachary Ware | 2023-01-03 | 1 | -2/+0 |
|
|
* | fix `grammer` -> `grammar` typo in expressions.rst (GH-100683) | Miss Islington (bot) | 2023-01-02 | 1 | -1/+1 |
|
|
* | gh-100428: Make int documentation more accurate (GH-100436) | Miss Islington (bot) | 2023-01-02 | 1 | -11/+15 |
|
|
* | gh-99953: Purge mention of numeric param style from sqlite3 docs (GH-100630) | Miss Islington (bot) | 2023-01-01 | 1 | -5/+1 |
|
|
* | gh-100201: Document behavior with a bare `yield` statement (GH-100416) | Miss Islington (bot) | 2023-01-01 | 1 | -1/+3 |
|
|
* | gh-96773 Fix documentation of socket backlog (GH-96778) | Miss Islington (bot) | 2023-01-01 | 1 | -2/+2 |
|
|
* | gh-100633 Tutorial: Fix dataclasses import (GH-100638) | Miss Islington (bot) | 2022-12-31 | 1 | -1/+1 |
|
|
* | GH-85979: Clarify specification of `object.__await__` (GH-22320) | Miss Islington (bot) | 2022-12-31 | 1 | -0/+8 |
|
|
* | gh-100616: Document 'attr' parameter for window.vline() in curses module (GH-... | Miss Islington (bot) | 2022-12-30 | 1 | -3/+3 |
|
|
* | [3.10] gh-100583: Improve the `pydoc` documentation (GH-100590) (#100607) | Miss Islington (bot) | 2022-12-29 | 1 | -4/+4 |
|
|
* | GH-100101: Clarify documentation of zip's strict option (GH-100103) | Miss Islington (bot) | 2022-12-28 | 1 | -4/+14 |
|
|
* | gh-55688: Add note about ending backslashes for raw strings (GH-94768) | Miss Islington (bot) | 2022-12-28 | 2 | -0/+45 |
|
|
* | [3.10] gh-99535: Add test for inheritance of annotations and update documenta... | Jelle Zijlstra | 2022-12-27 | 2 | -0/+10 |
|
|
* | [3.10] gh-92446: Improve argparse choices docs (GH-94627) (#100529) | Shantanu | 2022-12-26 | 1 | -6/+6 |
|
|
* | gh-100472: Fix docs claim that compileall parameters could be bytes (GH-100473) | Miss Islington (bot) | 2022-12-24 | 1 | -2/+2 |
|
|
* | gh-100428: Make float documentation more accurate (GH-100437) | Miss Islington (bot) | 2022-12-24 | 1 | -9/+12 |
|
|
* | gh-99908: Tutorial: Modernize the 'data-record class' example (GH-100499) | Miss Islington (bot) | 2022-12-24 | 1 | -9/+15 |
|
|
* | gh-77771: Add enterabs example in sched (GH-92716) | Miss Islington (bot) | 2022-12-24 | 1 | -5/+11 |
|
|
* | [3.10] Correct CVE-2020-10735 documentation (GH-100306). (#100477) | Gregory P. Smith | 2022-12-24 | 1 | -3/+3 |
|
|
* | gh-98712: Clarify "readonly bytes-like object" semantics in C arg-parsing doc... | Miss Islington (bot) | 2022-12-23 | 1 | -19/+35 |
|
|
* | gh-48496: Added example and link to faq for UnboundLocalError in reference (G... | Miss Islington (bot) | 2022-12-22 | 2 | -0/+4 |
|
|
* | gh-91081: Add note on WeakKeyDictionary behavior when deleting a replaced ent... | Miss Islington (bot) | 2022-12-21 | 1 | -0/+24 |
|
|
* | gh-99991: improve docs on str.encode and bytes.decode (GH-100198) | Miss Islington (bot) | 2022-12-21 | 1 | -27/+33 |
|
|
* | Clarify that every thread has its own default context in contextvars (GH-99246) | Miss Islington (bot) | 2022-12-20 | 1 | -0/+5 |
|
|
* | gh-69929: re docs: Add more specific definition of \w (GH-92015) | Miss Islington (bot) | 2022-12-20 | 1 | -4/+3 |
|
|
* | gh-97909: Fix markup for `PyMethodDef` members (GH-100089) | Miss Islington (bot) | 2022-12-17 | 1 | -16/+17 |
|
|
* | Document that zipfile's pwd parameter is a `bytes` object (GH-100209) | Miss Islington (bot) | 2022-12-17 | 1 | -7/+8 |
|
|
* | gh-99830: asyncio: Document returns of remove_{reader,writer} (GH-100302) | Miss Islington (bot) | 2022-12-16 | 1 | -2/+4 |
|
|
* | "Compound statement" docs: Fix with-statement step indexing (GH-100286) | Miss Islington (bot) | 2022-12-16 | 1 | -1/+1 |
|
|
* | GH-100206: use versionadded for the addition of sysconfig.get_default_scheme ... | Miss Islington (bot) | 2022-12-13 | 1 | -1/+1 |
|
|
* | Fix: typo (Indention) (GH-99904) | Miss Islington (bot) | 2022-12-12 | 1 | -1/+1 |
|
|
* | gh-70393: Clarify mention of "middle" scope (GH-98839) | Miss Islington (bot) | 2022-12-12 | 1 | -2/+2 |
|
|
* | gh-99728: correct typo in `datetime` format codes documentation (GH-99750) | Miss Islington (bot) | 2022-12-10 | 1 | -1/+1 |
|
|
* | gh-100049: fix `repr` for `mappingproxy` in dictionary view example doc (GH-1... | Miss Islington (bot) | 2022-12-10 | 1 | -1/+1 |
|
|
* | gh-96250: Improve sqlite3 injection attack example (GH-99270) | Miss Islington (bot) | 2022-12-08 | 1 | -6/+10 |
|
|
* | [3.10] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when... | Ćukasz Langa | 2022-12-06 | 3 | -9/+20 |
|
|
* | [3.10] gh-100001: Remove doc typo, add versionadded (GH-100042) (#100044) | Miss Islington (bot) | 2022-12-06 | 1 | -1/+3 |
|
|
* | gh-100001: Omit control characters in http.server stderr logs. (GH-100002) | Miss Islington (bot) | 2022-12-05 | 1 | -0/+7 |
|
|
* | [3.10] dataclasses.rst: Prevent horizontal scrolling (gh-100025). (gh-100029) | Eric V. Smith | 2022-12-05 | 1 | -1/+2 |
|
|
* | gh-85747: "Preface" section of asyncio-eventloop.rst: Switch to active voice ... | Miss Islington (bot) | 2022-12-04 | 1 | -7/+10 |
|
|
* | [3.10] GH-98906 ```re``` module: ```search() vs. match()``` section should me... | Miss Islington (bot) | 2022-11-30 | 1 | -6/+12 |
|
|
* | Docs: improve accuracy of socketserver reference (GH-24767) | Miss Islington (bot) | 2022-11-29 | 1 | -7/+3 |
|
|
* | whatsnew-3.10: Mention PEP 647 in the Release highlights section. (GH-99853) | Miss Islington (bot) | 2022-11-29 | 1 | -1/+2 |
|
|
* | gh-90717: Update the documentation for the altchars paremeter in base64 libra... | Steve Dower | 2022-11-29 | 1 | -8/+11 |
|
|
* | gh-99249: Clarify "read-only" slots tp_bases & tp_mro (GH-99342) | Miss Islington (bot) | 2022-11-28 | 1 | -6/+25 |
|
|
* | Docs: both sqlite3 "point examples" now adapt to str (GH-99823) | Miss Islington (bot) | 2022-11-27 | 1 | -1/+1 |
|
|