summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* GH-122890: Fix low-level error handling in `pathlib.Path.copy()` (#122897)Barney Gale2024-08-241-0/+48
* GH-73991: Disallow copying directory into itself via `pathlib.Path.copy()` (#...Barney Gale2024-08-231-8/+103
* gh-122272: Guarantee specifiers %F and %C for datetime.strftime to be 0-padde...blhsing2024-08-231-4/+13
* gh-123213: Fixed xml.etree.ElementTree.Element.extend and assignment to no lo...Bar Harel2024-08-231-0/+32
* gh-122546: Relax SyntaxError check when raising errors on the new REPL (#123233)Sergey B Kirpichev2024-08-221-0/+4
* gh-123083: Fix a potential use-after-free in ``STORE_ATTR_WITH_HINT`` (gh-123...Donghee Na2024-08-221-0/+18
* gh-123165: correct tests for `dis.dis(func, show_positions=True)` (#123220)Bénédikt Tran2024-08-221-34/+38
* gh-122546: use same filename for different exceptions in new repl (#123217)Sergey B Kirpichev2024-08-221-0/+10
* gh-122712: Test `CALL_ALLOC_AND_ENTER_INIT` handles reassignment of `__code__...mpage2024-08-221-7/+32
* gh-123142: Fix too wide source locations in tracebacks of exceptions from bro...Irit Katriel2024-08-216-20/+117
* gh-123165: make `dis` functions render positions on demand (#123168)Bénédikt Tran2024-08-211-0/+80
* Fix typos in comments (#123201)Wulian2024-08-216-7/+7
* GH-123185: Check for `NULL` after calling `_PyEvalFramePushAndInit` (GH-123194)Mark Shannon2024-08-211-0/+13
* gh-85110: Preserve relative path in URL without netloc in urllib.parse.urluns...Serhiy Storchaka2024-08-211-7/+30
* gh-123084: Turn `shutil.ExecError` into a deprecated alias of `RuntimeError` ...Peter Bierma2024-08-211-1/+3
* gh-122981: Fix inspect.getsource() for generated classes with Python base cla...Serhiy Storchaka2024-08-202-1/+61
* gh-123048: Fix missing source location in pattern matching code (#123167)Irit Katriel2024-08-201-0/+19
* gh-122909: Pass ftp error strings to URLError constructor (#122913)Jeremy Hylton2024-08-201-1/+22
* gh-123123: Fix display of syntax errors covering multiple lines (#123131)Pablo Galindo Salgado2024-08-191-4/+36
* gh-121804: Always show error location for SyntaxError's in new repl (#121886)Sergey B Kirpichev2024-08-191-0/+14
* gh-123049: configparser: Allow to create the unnamed section from scratch. (#...Pedro Lacerda2024-08-181-0/+13
* gh-116789: Add more tests for `inspect.getmembers` (#116802)sobolevn2024-08-181-0/+50
* gh-82378 fix sys.tracebacklimit in pyrepl, approach 2 (#123062)CF Bolz-Tereick2024-08-181-1/+33
* gh-123022: Fix crash with `Py_Initialize` in background thread (#123052)Sam Gross2024-08-171-1/+8
* gh-123067: Fix quadratic complexity in parsing "-quoted cookie values with ba...Serhiy Storchaka2024-08-171-0/+38