| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.12] Docs: align usage of versionadded/versionchanged with recommended prac... | Erlend E. Aasland | 2024-01-23 | 27 | -165/+164 |
|
|
* | [3.12] GH-105900: Fix `pathlib.Path.symlink_to(target_is_directory=...)` docs... | Miss Islington (bot) | 2024-01-23 | 1 | -3/+7 |
|
|
* | [3.12] GH-82695: Clarify `pathlib.Path.mkdir()` documentation (GH-114032) (#1... | Miss Islington (bot) | 2024-01-23 | 1 | -3/+3 |
|
|
* | [3.12] GH-99334: Explain that `PurePath.is_relative_to()` is purely lexical. ... | Miss Islington (bot) | 2024-01-23 | 1 | -0/+7 |
|
|
* | [3.12] gh-66944: Note that the `contextlib.closing` example is for illustrati... | Miss Islington (bot) | 2024-01-23 | 1 | -0/+8 |
|
|
* | [3.12] gh-114257: Ignore the FileNotFound error in ctypes.util._is_elf() (GH-... | Miss Islington (bot) | 2024-01-22 | 3 | -2/+10 |
|
|
* | [3.12] gh-75128: Ignore EADDRNOTAVAIL error in asyncio.BaseEventLoop.create_s... | Miss Islington (bot) | 2024-01-22 | 2 | -3/+19 |
|
|
* | [3.12] gh-114275: Skip doctests that use `asyncio` in `test_pdb` for WASI bui... | Miss Islington (bot) | 2024-01-22 | 1 | -202/+208 |
|
|
* | [3.12] gh-101100: Fix Sphinx warnings in `reference/expressions.rst` (GH-1141... | Miss Islington (bot) | 2024-01-22 | 2 | -27/+26 |
|
|
* | [3.12] Docs: Fix typo in code snippet (GH-114421) (GH-114434) | Miss Islington (bot) | 2024-01-22 | 1 | -1/+1 |
|
|
* | [3.12] gh-108303: Remove `Lib/test/shadowed_super.py` (GH-114372) (#114433) | Miss Islington (bot) | 2024-01-22 | 2 | -8/+15 |
|
|
* | [3.12] gh-102512: Turn _DummyThread into _MainThread after os.fork() called f... | Miss Islington (bot) | 2024-01-22 | 3 | -9/+98 |
|
|
* | [3.12] gh-111803: Make test_deep_nesting from test_plistlib more strict (GH-1... | Miss Islington (bot) | 2024-01-22 | 1 | -2/+3 |
|
|
* | [3.12] gh-108303: Move `smtpd` to `test.support` (GH-114368) (#114427) | Miss Islington (bot) | 2024-01-22 | 3 | -5/+2 |
|
|
* | [3.12] gh-114115: Update documentation of array.array (GH-114117) (GH-114417) | Serhiy Storchaka | 2024-01-22 | 1 | -20/+27 |
|
|
* | [3.12] gh-114328: tty cbreak mode should not alter ICRNL (GH-114335) (#114410) | Miss Islington (bot) | 2024-01-21 | 4 | -4/+30 |
|
|
* | [3.12] gh-114241: Fix and improve the ftplib CLI (GH-114242) (GH-114404) | Miss Islington (bot) | 2024-01-21 | 1 | -10/+17 |
|
|
* | [3.12] Docs: align sqlite3 docs with versionadded/versionchanged recommendati... | Erlend E. Aasland | 2024-01-21 | 1 | -12/+12 |
|
|
* | [3.12] Docs: link to sys.stdout in ftplib docs (GH-114396) (#114397) | Miss Islington (bot) | 2024-01-21 | 1 | -2/+2 |
|
|
* | [3.12] gh-113358: Fix rendering tracebacks with exceptions with a broken __ge... | Jérome Perrin | 2024-01-21 | 4 | -2/+53 |
|
|
* | [3.12] gh-114384: Align sys.set_asyncgen_hooks signature in docs to reflect i... | Miss Islington (bot) | 2024-01-21 | 2 | -2/+2 |
|
|
* | [3.12] Docs: mark up FTP() constructor with param list (GH-114359) (#114382) | Miss Islington (bot) | 2024-01-21 | 1 | -11/+37 |
|
|
* | [3.12] Docs: mark up the FTP debug levels as a list (GH-114360) (#114375) | Miss Islington (bot) | 2024-01-21 | 1 | -6/+9 |
|
|
* | [3.12] gh-101100: Fix sphinx warnings in `Doc/c-api/memory.rst` (GH-114373) (... | Miss Islington (bot) | 2024-01-21 | 2 | -3/+2 |
|
|
* | [3.12] Fix the confusing "User-defined methods" reference in the datamodel (G... | Miss Islington (bot) | 2024-01-21 | 1 | -1/+1 |
|
|
* | [3.12] Docs: Add missing line continuation to FTP_TLS class docs (GH-114352) ... | Miss Islington (bot) | 2024-01-20 | 1 | -1/+1 |
|
|
* | [3.12] Docs: structure the ftplib reference (GH-114317) (#114347) | Miss Islington (bot) | 2024-01-20 | 1 | -244/+250 |
|
|
* | [3.12] GH-99380: Update to Sphinx 7 (GH-99381) (#114341) | Adam Turner | 2024-01-20 | 1 | -1/+2 |
|
|
* | [3.12] gh-114332: Fix the flags reference for ``re.compile()`` (GH-114334) (#... | Miss Islington (bot) | 2024-01-20 | 1 | -2/+2 |
|
|
* | [3.12] Retain shorter tables of contents for Sphinx 5.2.3+ (GH-114318) (#114337) | Miss Islington (bot) | 2024-01-20 | 1 | -0/+4 |
|
|
* | [3.12] Check for valid tp_version_tag in specializer (gh-89811) (gh-114216) | Peter Lazorchak | 2024-01-19 | 4 | -2/+197 |
|
|
* | [3.12] gh-114286: Fix `maybe-uninitialized` warning in `Modules/_io/fileio.c`... | Miss Islington (bot) | 2024-01-19 | 1 | -1/+1 |
|
|
* | [3.12] gh-112092: clarify unstable ABI recompilation requirements (GH-112093)... | Miss Islington (bot) | 2024-01-18 | 1 | -1/+1 |
|
|
* | [3.12] gh-108303: Move all doctest related files and tests to `Lib/test/test_... | Miss Islington (bot) | 2024-01-18 | 18 | -117/+153 |
|
|
* | [3.12] gh-110345: show Tcl/Tk patchlevel in `tkinter._test()` (GH-110350) (GH... | Miss Islington (bot) | 2024-01-18 | 2 | -1/+2 |
|
|
* | [3.12] gh-111301: Advertise importlib methods removal in What's new in Python... | Miss Islington (bot) | 2024-01-18 | 1 | -0/+12 |
|
|
* | [3.12] gh-113205: test_multiprocessing.test_terminate: Shorter sleep for thre... | Miss Islington (bot) | 2024-01-18 | 1 | -1/+9 |
|
|
* | [3.12] gh-104522: Fix test_subprocess failure when build Python in the root h... | Miss Islington (bot) | 2024-01-18 | 1 | -8/+7 |
|
|
* | [3.12] gh-114231: Fix indentation in enum.rst (GH-114232) (#114234) | Miss Islington (bot) | 2024-01-18 | 1 | -1/+1 |
|
|
* | [3.12] gh-96905: In IDLE code, stop redefining built-ins 'dict' and 'object' ... | Miss Islington (bot) | 2024-01-18 | 8 | -42/+45 |
|
|
* | [3.12] gh-114149: [Enum] revert GH-114196 and add more tuple-subclass tests (... | Miss Islington (bot) | 2024-01-18 | 2 | -9/+24 |
|
|
* | [3.12] gh-114211: Update EmailMessage doc about ordered keys (GH-114224) (#11... | Miss Islington (bot) | 2024-01-18 | 1 | -3/+3 |
|
|
* | [3.12] gh-104522: Fix OSError raised when run a subprocess (GH-114195) (#114219) | Miss Islington (bot) | 2024-01-18 | 4 | -18/+29 |
|
|
* | [3.12] gh-112343: pdb: Use tokenize to replace convenience variables (GH-1123... | Tian Gao | 2024-01-17 | 3 | -2/+47 |
|
|
* | [3.12] gh-114149: [Enum] fix tuple subclass handling when using custom __new_... | Miss Islington (bot) | 2024-01-17 | 3 | -3/+20 |
|
|
* | [3.12] gh-38807: Fix race condition in Lib/trace.py (GH-110143) (GH-114206) | Miss Islington (bot) | 2024-01-17 | 2 | -2/+4 |
|
|
* | [3.12] gh-105102: Fix nested unions in structures when the system byteorder i... | Serhiy Storchaka | 2024-01-17 | 3 | -2/+23 |
|
|
* | [3.12] Fix typo in tkinter.ttk.rst (GH-106157) (GH-114200) | Miss Islington (bot) | 2024-01-17 | 1 | -1/+1 |
|
|
* | [3.12] gh-114070: fix token reference warnings in expressions.rst (GH-114169)... | Miss Islington (bot) | 2024-01-17 | 1 | -2/+3 |
|
|
* | [3.12] gh-104282: Fix null pointer dereference in `lzma._decode_filter_proper... | Miss Islington (bot) | 2024-01-17 | 3 | -1/+14 |
|
|