summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* gh-119034, REPL: Change page up/down keys to search in history (#123607)Victor Stinner2024-09-061-0/+39
* gh-111201: fix auto-indent in pyrepl for muliple pound comments (#123196)Arnon Yaari2024-09-061-0/+18
* gh-123275: Add tests for `PYTHON_GIL=1` and `-Xgil=1` (gh-123754)Peter Bierma2024-09-061-6/+16
* gh-123476: Add support for TCP_QUICKACK socket setting to Windows (#123478)nkinnan2024-09-051-1/+25
* gh-123465: Allow Py_RELATIVE_OFFSET for __*offset__ members (GH-123474)Petr Viktorin2024-09-052-43/+116
* gh-97588: Move ctypes struct/union layout logic to Python (GH-123352)Petr Viktorin2024-09-052-5/+29
* gh-123321: Fix Parser/myreadline.c to prevent a segfault during a multi-threa...Bar Harel2024-09-041-1/+27
* gh-118710: Make IPv*Address.version & max_prefixlen available on the class (G...Nice Zombies2024-09-041-0/+6
* gh-107954, PEP 741: Add PyInitConfig_AddModule() function (#123668)Victor Stinner2024-09-041-0/+3
* gh-107954, PEP 741: Adjust Python initialization config (#123663)Victor Stinner2024-09-041-1/+0
* gh-121804: always show error location for SyntaxError's in basic repl (#123202)Sergey B Kirpichev2024-09-031-0/+13
* gh-107954, PEP 741: Add PyInitConfig C API (#123502)Victor Stinner2024-09-031-10/+36
* gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472)Victor Stinner2024-09-023-61/+445
* GH-119518: Stop interning strings in pathlib GH-123356)Barney Gale2024-09-021-9/+0
* gh-123409: fix `IPv6Address.reverse_pointer` for IPv4-mapped addresses (GH-12...Bénédikt Tran2024-09-021-6/+36
* gh-101525: Skip test_gdb if the binary is relocated by BOLT. (gh-118572)Donghee Na2024-09-023-0/+17
* gh-123562: Improve `SyntaxError` message for `case ... as a.b` (#123563)sobolevn2024-09-022-1/+48
* gh-123341: Support `tkinter.Event` type subcript (#123353)Yoda2024-09-011-0/+6
* gh-91126: Docs and tests for slotted dataclasses with `__init_subclass__` (#1...sobolevn2024-09-011-0/+32
* gh-121285: Remove backtracking when parsing tarfile headers (GH-121286)Seth Michael Larson2024-08-311-0/+42
* gh-123309: Remove check for redefined memo entry in pickletools.dis() (GH-123...Serhiy Storchaka2024-08-311-18/+8
* gh-76960: Fix urljoin() and urldefrag() for URIs with empty components (GH-12...Serhiy Storchaka2024-08-311-14/+73
* gh-123309: Add more tests for the pickletools module (GH-123355)Serhiy Storchaka2024-08-311-0/+310
* gh-123440: Improve error message for `except as` used with not a name (#123442)sobolevn2024-08-301-0/+47
* gh-122854: Add Py_HashBuffer() function (#122855)Victor Stinner2024-08-301-0/+10
* gh-121645: Add PyBytes_Join() function (#121646)Victor Stinner2024-08-301-0/+40
* gh-123446: Fix empty function names in `TypeError`s in `typeobject` (#123470)sobolevn2024-08-301-0/+14
* gh-121485: Always use 64-bit integers for integers bits count (GH-121486)Serhiy Storchaka2024-08-303-6/+95
* gh-123431: Harmonize extension code checks in pickle (GH-123434)Serhiy Storchaka2024-08-291-0/+51
* gh-122136: test_asyncio: Don't fail if the kernel buffers more data than adve...Petr Viktorin2024-08-281-5/+13
* gh-123142: fix too wide source location of GET_ITER/GET_AITER (#123420)Irit Katriel2024-08-285-1/+33
* gh-123344: Add missing ast optimizations for PEP 696 (#123377)Bogdan Romanyuk2024-08-281-9/+95
* gh-120389: Add PyLong_FromInt64() and PyLong_AsInt64() (#120390)Victor Stinner2024-08-282-0/+33
* gh-123363: Show string value of CONTAINS_OP oparg in dis (#123387)Alexandr Mitin2024-08-281-0/+9
* gh-123270: Replaced SanitizedNames with a more surgical fix. (#123354)Jason R. Coombs2024-08-271-6/+67
* gh-123271: Make builtin zip method safe under free-threading (#123272)Pieter Eendebak2024-08-271-0/+41
* gh-122666: Tests for ast optimizations (#122667)Kirill Podoprigora2024-08-262-1/+213
* gh-123340: Show string value of `IS_OP` oparg in `dis` (#123348)sobolevn2024-08-261-0/+9
* GH-73991: Prune `pathlib.Path.copy()` and `copy_into()` arguments (#123337)Barney Gale2024-08-261-63/+0
* GH-73991: Make `pathlib.Path.delete()` private. (#123315)Barney Gale2024-08-262-180/+23
* gh-111495: Remove test_capi test_rshift_print() (#123338)Victor Stinner2024-08-261-15/+0
* gh-111495: Add tests for PyNumber C API (#111996)Sergey B Kirpichev2024-08-262-7/+335
* GH-73991: Add `pathlib.Path.copy_into()` and `move_into()` (#123314)Barney Gale2024-08-262-0/+38
* gh-111495: Add tests for PyTuple C API (#118757)Sergey B Kirpichev2024-08-265-0/+277
* gh-123177: Fix prompt for wrapped lines in pyrepl (#123324)Matt Wozniski2024-08-251-0/+31
* GH-73991: Add `pathlib.Path.move()` (#122073)Barney Gale2024-08-252-0/+181
* gh-123228: don't leak file descriptors in pyrepl test (#123302)CF Bolz-Tereick2024-08-251-1/+1
* Revert "GH-120754: Add a strace helper and test set of syscalls for o… (#12...Shantanu2024-08-243-279/+33
* GH-120754: Add a strace helper and test set of syscalls for open().read() (#1...Cody Maloney2024-08-243-33/+279
* gh-123228: fix return type for _ReadlineWrapper.get_line_buffer() (#123281)Sergey B Kirpichev2024-08-241-1/+7