| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [3.12] gh-114737: Revert change to ElementTree.iterparse "root" attribute (GH... | Miss Islington (bot) | 2024-01-31 | 1 | -0/+2 |
|
|
* | [3.12] gh-114100: Remove superfluous writing to fd 1 in test_pty (GH-114647) ... | Miss Islington (bot) | 2024-01-27 | 1 | -1/+21 |
|
|
* | [3.12] gh-77749: Fix inconsistent behavior of non-ASCII handling in EmailPoli... | Miss Islington (bot) | 2024-01-26 | 1 | -0/+17 |
|
|
* | gh-114561: Mark some tests in `test_wincosoleio` with `requires_resource('con... | Miss Islington (bot) | 2024-01-25 | 1 | -1/+4 |
|
|
* | [3.12] gh-77465: Increase test coverage for the numbers module (GH-111738) (G... | Miss Islington (bot) | 2024-01-25 | 1 | -1/+157 |
|
|
* | [3.12] gh-113205: test_multiprocessing.test_terminate: Give tasks a chance to... | Miss Islington (bot) | 2024-01-24 | 1 | -0/+1 |
|
|
* | [3.12] gh-108303: Move `.whl` test files to `Lib/test/wheeldata/` (GH-114343)... | Miss Islington (bot) | 2024-01-23 | 3 | -1/+3 |
|
|
* | [3.12] gh-114257: Ignore the FileNotFound error in ctypes.util._is_elf() (GH-... | Miss Islington (bot) | 2024-01-22 | 1 | -0/+3 |
|
|
* | [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-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 | 1 | -8/+90 |
|
|
* | [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-114328: tty cbreak mode should not alter ICRNL (GH-114335) (#114410) | Miss Islington (bot) | 2024-01-21 | 1 | -1/+11 |
|
|
* | [3.12] gh-113358: Fix rendering tracebacks with exceptions with a broken __ge... | Jérome Perrin | 2024-01-21 | 1 | -0/+15 |
|
|
* | [3.12] Check for valid tp_version_tag in specializer (gh-89811) (gh-114216) | Peter Lazorchak | 2024-01-19 | 1 | -2/+144 |
|
|
* | [3.12] gh-108303: Move all doctest related files and tests to `Lib/test/test_... | Miss Islington (bot) | 2024-01-18 | 16 | -116/+151 |
|
|
* | [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-114149: [Enum] revert GH-114196 and add more tuple-subclass tests (... | Miss Islington (bot) | 2024-01-18 | 1 | -6/+21 |
|
|
* | [3.12] gh-104522: Fix OSError raised when run a subprocess (GH-114195) (#114219) | Miss Islington (bot) | 2024-01-18 | 1 | -5/+7 |
|
|
* | [3.12] gh-112343: pdb: Use tokenize to replace convenience variables (GH-1123... | Tian Gao | 2024-01-17 | 1 | -1/+10 |
|
|
* | [3.12] gh-114149: [Enum] fix tuple subclass handling when using custom __new_... | Miss Islington (bot) | 2024-01-17 | 1 | -0/+16 |
|
|
* | [3.12] gh-105102: Fix nested unions in structures when the system byteorder i... | Serhiy Storchaka | 2024-01-17 | 1 | -0/+19 |
|
|
* | [3.12] gh-104282: Fix null pointer dereference in `lzma._decode_filter_proper... | Miss Islington (bot) | 2024-01-17 | 1 | -0/+8 |
|
|
* | [3.12] gh-113659: Skip hidden .pth files (GH-113660) (GH-114143) | Miss Islington (bot) | 2024-01-16 | 1 | -0/+40 |
|
|
* | [3.12] gh-114107: test.pythoninfo logs Windows Developer Mode (GH-114121) (#1... | Miss Islington (bot) | 2024-01-16 | 1 | -16/+44 |
|
|
* | [3.12] gh-109862: Fix test_create_subprocess_with_pidfd when it was run separ... | Miss Islington (bot) | 2024-01-15 | 1 | -2/+7 |
|
|
* | [3.12] gh-95649: Document that asyncio contains uvloop code (GH-107536) (#114... | Alois Klink | 2024-01-14 | 1 | -0/+4 |
|
|
* | [3.12] gh-114014: Update `fractions.Fraction()`'s rational parsing regex (GH-... | Miss Islington (bot) | 2024-01-13 | 1 | -0/+24 |
|
|
* | gh-111877: Fixes stat() handling for inaccessible files on Windows (GH-113716) | Miss Islington (bot) | 2024-01-12 | 1 | -0/+60 |
|
|
* | [3.12] gh-113027: Fix test_variable_tzname in test_email (GH-113821) (GH-113831) | Miss Islington (bot) | 2024-01-12 | 1 | -2/+2 |
|
|
* | gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133) | Miss Islington (bot) | 2024-01-11 | 1 | -2/+4 |
|
|
* | [3.12] gh-109858: Protect zipfile from "quoted-overlap" zipbomb (GH-110016) (... | Miss Islington (bot) | 2024-01-11 | 1 | -0/+60 |
|
|
* | [3.12] gh-113896: Fix test_builtin.BuiltinTest.test___ne__() (GH-113897) (#11... | Miss Islington (bot) | 2024-01-10 | 1 | -2/+2 |
|
|
* | gh-87868: Sort and remove duplicates in getenvironment() (GH-102731) | Miss Islington (bot) | 2024-01-10 | 1 | -0/+46 |
|
|
* | [3.12] gh-70835: Clarify error message for CSV file opened with wrong newline... | Miss Islington (bot) | 2024-01-10 | 1 | -7/+12 |
|
|
* | [3.12] gh-113594: Fix UnicodeEncodeError in TokenList.fold() (GH-113730) (GH-... | Miss Islington (bot) | 2024-01-10 | 1 | -0/+39 |
|
|
* | [3.12] gh-113877: Fix Tkinter method winfo_pathname() on 64-bit Windows (GH-1... | Miss Islington (bot) | 2024-01-10 | 1 | -0/+12 |
|
|
* | [3.12] GH-113661: unittest runner: Don't exit 5 if tests were skipped (GH-113... | Miss Islington (bot) | 2024-01-09 | 1 | -0/+12 |
|
|
* | [3.12] gh-113692: skip a test if multiprocessing isn't available. (GH-113704)... | Miss Islington (bot) | 2024-01-09 | 1 | -1/+3 |
|
|
* | [3.12] gh-74678: Increase base64 test coverage (GH-21913) (GH-113811) | Miss Islington (bot) | 2024-01-08 | 1 | -0/+3 |
|
|
* | [3.12] gh-80109: Fix io.TextIOWrapper dropping the internal buffer during wri... | Miss Islington (bot) | 2024-01-08 | 1 | -0/+8 |
|
|
* | [3.12] gh-112795: Allow `/` folder in a zipfile (GH-112932) (#113789) | Miss Islington (bot) | 2024-01-07 | 1 | -0/+12 |
|
|
* | [3.12] gh-62260: Fix ctypes.Structure subclassing with multiple layers (GH-13... | Serhiy Storchaka | 2024-01-05 | 1 | -1/+63 |
|
|
* | [3.12] gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959) (#113170) | Diego Russo | 2024-01-05 | 1 | -148/+84 |
|
|
* | [3.12] gh-113703: Correctly identify incomplete f-strings in the codeop modul... | Pablo Galindo Salgado | 2024-01-05 | 1 | -0/+3 |
|
|
* | [3.12] gh-113320: Reduce the number of dangerous `getattr()` calls when const... | Alex Waygood | 2024-01-05 | 1 | -2/+36 |
|
|
* | [3.12] gh-113538: Don't error in stream reader protocol callback when task is... | Miss Islington (bot) | 2024-01-04 | 1 | -7/+13 |
|
|
* | [3.12] gh-113628: Fix test_site test with long stdlib paths (GH-113640) (#113... | Miss Islington (bot) | 2024-01-03 | 1 | -22/+21 |
|
|