| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-127481: Add `EPOLLWAKEUP` to the `select` module (GH-127482) | RUANG (James Roy) | 2024-12-04 | 1 | -0/+6 |
|
|
* | gh-123378: Ensure results of `PyUnicode*Error_Get{Start,End}` are clamped (GH... | Bénédikt Tran | 2024-12-04 | 2 | -2/+24 |
|
|
* | Itertool recipe additions (gh-127483) | Raymond Hettinger | 2024-12-04 | 1 | -0/+37 |
|
|
* | gh-127271: Replace use of PyCell_GET/SET (gh-127272) | Neil Schemenauer | 2024-12-03 | 1 | -0/+2 |
|
|
* | gh-127347: Document `traceback.print_list` (#127348) | Tomas R. | 2024-12-03 | 1 | -0/+7 |
|
|
* | gh-127255: Make `CopyComPointer` public and add to `ctypes` doc. (GH-127275) | Jun Komoda | 2024-12-03 | 2 | -1/+22 |
|
|
* | gh-126585: Add EHWPOISON error code (#126586) | RUANG (James Roy) | 2024-12-03 | 2 | -0/+12 |
|
|
* | gh-127253: Note that Stable ABI is about ABI stability (GH-127254) | Petr Viktorin | 2024-12-03 | 1 | -3/+11 |
|
|
* | docs(logging): fix phrasing from "operation on" to "operate on" (#127543) | Alexander Stepchenko | 2024-12-03 | 1 | -1/+1 |
|
|
* | gh-101100: Fix Sphinx warnings about list methods (#127054) | Yuki Kobayashi | 2024-12-02 | 3 | -8/+7 |
|
|
* | gh-109523: Raise a BlockingIOError if reading text from a non-blocking stream... | Giovanni Siragusa | 2024-12-02 | 2 | -0/+29 |
|
|
* | gh-127443: Fix some entries in `Doc/data/refcounts.dat` (#127451) | Bénédikt Tran | 2024-12-02 | 1 | -19/+21 |
|
|
* | gh-126899: Add `**kw` to `tkinter.Misc.after` and `tkinter.Misc.after_idle` (... | Zhikang Yan | 2024-12-01 | 1 | -0/+8 |
|
|
* | gh-127356: Fix prepend doctrees directory for gettext target (#127357) | Rafael Fontenelle | 2024-12-01 | 1 | -1/+1 |
|
|
* | Docs: Fix incorrect indents in `c-api/type.rst` (#127449) | Yuki Kobayashi | 2024-11-30 | 1 | -25/+23 |
|
|
* | Link to correct class methods in asyncio primitives docs (#127270) | Ollanta Cuba Gyllensten | 2024-11-29 | 1 | -4/+4 |
|
|
* | fix param type in PyObject_HasAttrWithError (docs) (#127403) | biggus-developerus | 2024-11-29 | 1 | -1/+1 |
|
|
* | gh-127303: Add docs for token.EXACT_TOKEN_TYPES (#127304) | Илья Любавский | 2024-11-29 | 1 | -0/+7 |
|
|
* | Touch up docs for ctypes.FormatError & WinError (GH-127210) | Jun Komoda | 2024-11-28 | 1 | -6/+5 |
|
|
* | Fix indentation for contextlib.asynccontextmanager docs (#127333) | Jelle Zijlstra | 2024-11-27 | 1 | -3/+3 |
|
|
* | gh-69639: Add mixed-mode rules for complex arithmetic (C-like) (GH-124829) | Sergey B Kirpichev | 2024-11-26 | 5 | -18/+93 |
|
|
* | gh-119180: Add VALUE_WITH_FAKE_GLOBALS format to annotationlib (#124415) | Jelle Zijlstra | 2024-11-26 | 1 | -0/+11 |
|
|
* | GH-126985: move pyvenv.cfg detection from site to getpath (#126987) | Filipe Laíns 🇵🇸 | 2024-11-26 | 5 | -41/+112 |
|
|
* | Doc: Typo fix: nrace -> race (#127288) | Richard Hansen | 2024-11-26 | 1 | -1/+1 |
|
|
* | gh-101100: Fix sphinx warnings in `howto/*` (#127084) | Yuki Kobayashi | 2024-11-26 | 3 | -102/+101 |
|
|
* | gh-127265: Remove single quotes from 'arrow's in tutorial/errors.rst (GH-127267) | funkyrailroad | 2024-11-25 | 1 | -1/+1 |
|
|
* | GH-127236: `pathname2url()`: generate RFC 1738 URL for absolute POSIX path (#... | Barney Gale | 2024-11-25 | 1 | -4/+6 |
|
|
* | gh-107954: Document PEP 741 in What's New 3.14 (#127056) | Victor Stinner | 2024-11-25 | 2 | -0/+40 |
|
|
* | Replace `:platform:` with `.. availability::` in `socket.ioctl` doc. (GH-127122) | Jun Komoda | 2024-11-25 | 1 | -2/+3 |
|
|
* | Improve `pathname2url()` and `url2pathname()` docs (#127125) | Barney Gale | 2024-11-24 | 1 | -7/+19 |
|
|
* | Fix macro expansions in critical section docs (#127226) | da-woods | 2024-11-24 | 1 | -2/+2 |
|
|
* | gh-101100: Fix sphinx warnings of removed opcodes (#127222) | Yuki Kobayashi | 2024-11-24 | 6 | -16/+16 |
|
|
* | GH-127133: Remove ability to nest argument groups & mutually exclusive groups... | Savannah Ostrowski | 2024-11-24 | 2 | -10/+17 |
|
|
* | Doc: C API: Fix `Py_NewInterpreterFromConfig` example code (#126667) | Richard Hansen | 2024-11-23 | 1 | -1/+5 |
|
|
* | GH-125866: Preserve Windows drive letter case in file URIs (#127138) | Barney Gale | 2024-11-23 | 1 | -0/+7 |
|
|
* | GH-127134: Add note about forward compatibility for suggest_on_error (#127137) | Savannah Ostrowski | 2024-11-23 | 1 | -0/+8 |
|
|
* | Fix a few typos found in the docs (GH-127126) | Rafael Fontenelle | 2024-11-23 | 3 | -4/+4 |
|
|
* | gh-86463: Fix a trailing space in argparse.rst (#127162) | Serhiy Storchaka | 2024-11-22 | 1 | -1/+1 |
|
|
* | gh-127001: Fix PATHEXT issues in shutil.which() on Windows (GH-127035) | Serhiy Storchaka | 2024-11-22 | 1 | -6/+0 |
|
|
* | gh-86463: Fix default prog in subparsers if usage is used in the main parser ... | Serhiy Storchaka | 2024-11-22 | 1 | -0/+10 |
|
|
* | gh-127082: Replace "Windows only" with the `availability: Windows` in `ctypes... | Jun Komoda | 2024-11-22 | 1 | -15/+48 |
|
|
* | GH-122679: Add `register()` to argparse docs (#126939) | Savannah Ostrowski | 2024-11-22 | 1 | -3/+33 |
|
|
* | GH-126601: `pathname2url()`: handle NTFS alternate data streams (#126760) | Barney Gale | 2024-11-22 | 1 | -0/+5 |
|
|
* | gh-126727: Fix locale.nl_langinfo(locale.ERA) (GH-126730) | Serhiy Storchaka | 2024-11-21 | 1 | -4/+6 |
|
|
* | GH-127010: Don't lazily track and untrack dicts (GH-127027) | Mark Shannon | 2024-11-20 | 1 | -2/+0 |
|
|
* | gh-97514: Authenticate the forkserver control socket. (GH-99309) | Gregory P. Smith | 2024-11-20 | 1 | -0/+5 |
|
|
* | gh-126615: `ctypes`: Make `COMError` public (GH-126686) | Jun Komoda | 2024-11-20 | 2 | -6/+44 |
|
|
* | GH-84850: Improve whatsnew entry for `[Fancy]URLopener` removal (#127032) | Barney Gale | 2024-11-20 | 1 | -0/+7 |
|
|
* | gh-123299: Copyedit "What's New in Python 3.14" (#127028) | Hugo van Kemenade | 2024-11-20 | 1 | -17/+17 |
|
|
* | Doc: C API: `PyThreadState::on_delete` was removed in v3.13 (#126536) | Richard Hansen | 2024-11-20 | 1 | -0/+3 |
|
|