summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* GH-111485: Delete the old generator code. (GH-113321)Mark Shannon2023-12-211-46/+31
* gh-113336: Remove the 'version' directive from Argument Clinic (#113341)Erlend E. Aasland2023-12-211-65/+0
* GH-113214: Fix SSLProto exception handling in SSL-over-SSL scenarios (#113334)Martijn Pieters2023-12-202-8/+20
* gh-113255: Clarify docs for `typing.reveal_type` (#113286)Kir2023-12-201-2/+2
* GH-111485: Generate instruction and uop metadata (GH-113287)Mark Shannon2023-12-202-12/+11
* gh-112205: Support docstring for `@getter` (#113160)Donghee Na2023-12-202-5/+30
* gh-87264: Convert tarinfo type to stat type (GH-113230)Marat Idrisov2023-12-192-5/+22
* gh-112205: Require @getter and @setter to be methods (#113278)Erlend E. Aasland2023-12-191-0/+11
* gh-113054: Compiler no longer replaces a redundant jump with no line number b...Irit Katriel2023-12-191-0/+4
* gh-113269: IDLE - Fix test_editor hang (macOS) (#113271)Terry Jan Reedy2023-12-192-1/+3
* gh-102362: Fix macOS version number in result of sysconfig.get_platform() (GH...Ronald Oussoren2023-12-181-0/+5
* gh-113199: Make read1() and readline() of HTTPResponse close IO after reading...Illia Volochii2023-12-182-2/+18
* GH-111485: Break up instructions with unused cache entries into component mic...Mark Shannon2023-12-181-0/+4
* GH-111485: Test the new cases generator (GH-113252)Mark Shannon2023-12-181-50/+64
* gh-113246: Updated bundled pip to 23.3.2 (gh-113249)Stéphane Bidoul2023-12-182-1/+1
* gh-113117: Support posix_spawn in subprocess.Popen with close_fds=True (#113118)Jakub Kulík2023-12-172-3/+13
* gh-113149: Improve error message when JSON has trailing comma (GH-113227)Carson Radtke2023-12-172-3/+12
* gh-113119 fix environment handling in subprocess.Popen when posix_spawn is us...Jakub Kulík2023-12-171-3/+0
* IDLE: Add util and stub example comments (#113222)Terry Jan Reedy2023-12-172-3/+5
* GH-110109: pathlib tests: store base directory as test class attribute (#113221)Barney Gale2023-12-172-222/+210
* GH-110109: Move tests for pathlib ABCs to new module. (#112904)Barney Gale2023-12-163-1893/+1926
* gh-113202: Add a strict option to itertools.batched() (gh-113203)Raymond Hettinger2023-12-161-0/+4
* gh-67790: Support basic formatting for Fraction (#111320)Mark Dickinson2023-12-162-24/+115
* GH-112383: Fix test_loop_quicken when an executor is installed (GH-113153)Brandt Bucher2023-12-151-2/+7
* [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr() (...Victor Stinner2023-12-152-17/+321
* gh-113009: Fix multiprocessing Process.terminate() on Windows (#113128)Victor Stinner2023-12-151-24/+30
* gh-112278: Add retry in WMI tests in case of slow initialization (GH-113154)AN Long2023-12-151-7/+19
* gh-61648: Detect line numbers of properties in doctests (GH-113161)Serhiy Storchaka2023-12-153-0/+20
* gh-112720: Move dis's cache output code to the Formatter, labels lookup to th...Irit Katriel2023-12-152-81/+104
* gh-112716: Fix SystemError when __builtins__ is not a dict (GH-112770)Serhiy Storchaka2023-12-141-0/+26
* gh-59616: Support os.chmod(follow_symlinks=True) and os.lchmod() on Windows (...Serhiy Storchaka2023-12-143-3/+4
* gh-113090: Fix test.support.os_support.can_chmod() on Windows (GH-113091)Serhiy Storchaka2023-12-144-6/+12
* gh-111049: Fix crash during garbage collection of the BytesIO buffer object (...Serhiy Storchaka2023-12-141-0/+21
* gh-113086: Add tests for os.chmod() and os.lchmod() (GH-113087)Serhiy Storchaka2023-12-142-1/+118
* gh-86179: Implement realpath() on Windows for getpath.py calculations (GH-113...Steve Dower2023-12-132-11/+23
* Move optimizer/executor tests to new file test_capi/test_opt.py (#113072)Guido van Rossum2023-12-132-535/+544
* bpo-40648: Test modes that file can get with chmod() on Windows (GH-20130)Pavol Babinčák‏2023-12-131-0/+7
* gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959)Diego Russo2023-12-131-148/+84
* gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778)Steve Dower2023-12-133-10/+27
* gh-112205: Support `@setter` annotation from AC (gh-112922)Donghee Na2023-12-132-3/+83
* [pprint]: Add docstring about `PrettyPrinter.underscore_numbers` parameter (#...Sequew2023-12-131-0/+3
* gh-112962: in dis module, put cache information in the Instruction instead of...Irit Katriel2023-12-135-43/+96
* gh-101336: Add keep_alive keyword arg for asyncio create_server() (#112485)beavailable2023-12-132-0/+8
* gh-112622: Pass name to loop create_task method (#112623)Jamie2023-12-132-6/+5
* gh-76785: Avoid Pickled TracebackException for Propagated Subinterpreter Exce...Eric Snow2023-12-131-1/+1
* gh-112989: asyncio: Reduce overhead to connect sockets with SelectorEventLoop...J. Nick Koston2023-12-131-9/+5
* gh-76785: Show the Traceback for Uncaught Subinterpreter Exceptions (gh-113034)Eric Snow2023-12-133-4/+143
* gh-112320: Implement on-trace confidence tracking for branches (#112321)Guido van Rossum2023-12-121-0/+31
* gh-76785: Add Interpreter.prepare_main() (gh-113021)Eric Snow2023-12-125-17/+90
* gh-76785: More Fixes for test.support.interpreters (gh-113012)Eric Snow2023-12-122-86/+168