summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* gh-112536: Add support for thread sanitizer (TSAN) (gh-112648)Samet YASLAN2023-12-303-10/+25
* gh-103708: Make directory layout in sysconfig implementation configurable (#1...Ankit Kumar Pandey2023-12-292-39/+51
* GH-113528: Remove a couple of expensive pathlib ABC tests (#113534)Barney Gale2023-12-282-42/+43
* GH-113225: Speed up `pathlib._abc.PathBase.glob()` (#113556)Barney Gale2023-12-282-5/+12
* gh-113543: Make sure that `MacOSXOSAScript` sends `webbrowser.open` audit eve...Nikita Sobolev2023-12-281-0/+1
* gh-113299: Move cpp.py into libclinic (#113526)Erlend E. Aasland2023-12-271-1/+1
* gh-113317: Rework Argument Clinic cpp.py error handling (#113525)Erlend E. Aasland2023-12-271-2/+2
* gh-57795: Add news to idlelib/News3.txt (#113522)Terry Jan Reedy2023-12-271-0/+4
* gh-67641: Clarify documentation on bytes vs text with non-seeking tarfile str...Stanley2023-12-271-4/+5
* bpo-26791: Update shutil.move() to provide the same symlink move behavior as ...Jeffrey Kintscher2023-12-272-1/+30
* GH-110109: pathlib ABCs: drop use of `warnings._deprecated()` (#113419)Barney Gale2023-12-271-6/+4
* GH-110109: pathlib ABCs: drop use of `io.text_encoding()` (#113417)Barney Gale2023-12-272-3/+18
* gh-57795: IDLE: Enter the selected text when opening the "Replace" dialog (GH...Zackery Spytz2023-12-271-16/+7
* gh-64020: Deprecate pydoc.ispackage() (GH-20908)Zackery Spytz2023-12-272-2/+8
* gh-111615: Fix regression in QueueHandler configuration. (GH-111638)Vinay Sajip2023-12-272-17/+38
* bpo-36959: Fix error messages for invalid ISO format string in _strptime() (G...Gordon P. Hemsley2023-12-262-40/+59
* gh-113468: Remove the "_new_ suffix from class names in pydocfodder (GH-113469)Serhiy Storchaka2023-12-261-8/+8
* gh-66515: mailbox.MH now supports folders withou the ".mh_sequences" file (GH...Serhiy Storchaka2023-12-262-3/+19
* bpo-21360: mailbox.Maildir now ignores files with a leading dot (GH-11833)Zackery Spytz2023-12-252-0/+16
* gh-113407: Fix import of unittest.mock when CPython is built without docstrin...Serhiy Storchaka2023-12-241-5/+11
* gh-113191: Add support of os.fchmod() on Windows (GH-113192)Serhiy Storchaka2023-12-242-3/+11
* gh-113440: Ignore the "ver" command failure with exit code 0xc0000142 (GH-113...Serhiy Storchaka2023-12-241-0/+2
* gh-113421: Fix multiprocessing logger for "%(filename)s" (GH-113423)Xu Song2023-12-242-4/+27
* gh-113028: Correctly memoize str in pickle when escapes added (GH-113436)Jeff Allen2023-12-242-7/+15
* gh-112559: Avoid unnecessary conversion attempts to enum_klass in signal.py (...Yilei Yang2023-12-243-2/+48
* gh-112800: Ignore PermissionError on SubprocessTransport.close() in asyncio (...Allison Karlitskaya2023-12-241-1/+2
* gh-113317: Move more formatting helpers into libclinic (#113438)Erlend E. Aasland2023-12-231-3/+3
* Fix trivial typo in test_interpreters (GH-113381)Jeff Allen2023-12-231-1/+1
* gh-113188: Fix shutil.copymode() on Windows (GH-113189)Serhiy Storchaka2023-12-232-14/+18
* gh-81682: Fix test failures when CPython is built without docstrings (GH-113410)Serhiy Storchaka2023-12-2312-21/+55
* gh-113317: Clean up Argument Clinic global namespace (#113414)Erlend E. Aasland2023-12-231-14/+15
* GH-110109: Adjust `test_pathlib_abc` imports to ease backporting (#113411)Barney Gale2023-12-221-12/+13
* gh-113317: Argument Clinic: tear out internal text accumulator APIs (#113402)Erlend E. Aasland2023-12-221-30/+0
* GH-110109: pathlib ABCs: do not vary path syntax by host OS. (#113219)Barney Gale2023-12-224-60/+87
* GH-112855: Slightly improve tests for `pathlib.PurePath` pickling (#113243)Barney Gale2023-12-222-16/+10
* gh-113212: Improve error message & document zero-arg super inside nested func...Yan Yanchii2023-12-221-0/+27
* GH-110109: Fix misleading `pathlib._abc.PurePathBase` repr (#113376)Barney Gale2023-12-224-15/+16
* GH-112215: Increase C recursion limit for non debug builds (GH-113397)Mark Shannon2023-12-225-20/+27
* gh-109989: Fix test_c_locale_coercion when PYTHONIOENCODING is set (#113378)Ronald Oussoren2023-12-221-5/+49
* gh-113384: Skip test_freeze for framework builds on macOS (#113390)Ronald Oussoren2023-12-221-0/+2
* gh-113297: Fix segfault in compiler for with statement with 19 context manage...Irit Katriel2023-12-221-0/+26
* gh-113157 gh-89519: Fix method descriptors (gh-113233)Raymond Hettinger2023-12-211-0/+15
* gh-95754: Better AttributeError on partially initialised module (#112577)Shantanu2023-12-212-0/+11
* gh-113174: Sync with importlib_metadata 7.0 (#113175)Jason R. Coombs2023-12-217-134/+236
* gh-113325: Remove a debugging print accidentally left in test_symtable (GH-11...Serhiy Storchaka2023-12-211-1/+0
* gh-87277: Don't look for X11 browsers on macOS in webbrowser (#24480)Ronald Oussoren2023-12-212-1/+17
* 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