summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-111049: Fix crash during garbage collection of the BytesIO buffer object (...Serhiy Storchaka2023-12-141-0/+2
* gh-86179: Implement realpath() on Windows for getpath.py calculations (GH-113...Steve Dower2023-12-131-0/+1
* bpo-40648: Test modes that file can get with chmod() on Windows (GH-20130)Pavol Babinčák‏2023-12-131-0/+1
* gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959)Diego Russo2023-12-131-0/+1
* gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778)Steve Dower2023-12-131-0/+3
* gh-112962: in dis module, put cache information in the Instruction instead of...Irit Katriel2023-12-131-0/+3
* gh-101100: Fix Sphinx warning in references with asterisks (#113029)Hugo van Kemenade2023-12-135-10/+10
* gh-101336: Add keep_alive keyword arg for asyncio create_server() (#112485)beavailable2023-12-131-0/+1
* gh-112622: Pass name to loop create_task method (#112623)Jamie2023-12-131-0/+2
* gh-112989: asyncio: Reduce overhead to connect sockets with SelectorEventLoop...J. Nick Koston2023-12-131-0/+1
* gh-112320: Implement on-trace confidence tracking for branches (#112321)Guido van Rossum2023-12-121-0/+4
* GH-108866: Guarantee forward progress in executors. (GH-113006)Mark Shannon2023-12-121-0/+3
* gh-112970: Detect and use closefrom() when available (#112969)Sam James2023-12-121-0/+1
* gh-87286: Add a number of LOG_* constants to syslog (#24432)Ronald Oussoren2023-12-121-0/+3
* gh-71383: Update Tcl/Tk version in Windows to our patched build containing a ...Steve Dower2023-12-111-0/+2
* GH-83162: Rename re.error for better clarity. (#101677)achhina2023-12-111-0/+3
* gh-90350: Optimize builtin functions min() and max() (GH-30286)colorfulappl2023-12-111-0/+1
* gh-94606: Fix error when message with Unicode surrogate not surrogateescaped ...Sidney Markowitz2023-12-111-0/+3
* gh-112898: warn about unsaved files when quitting IDLE on macOS (#112939)Ronald Oussoren2023-12-111-0/+1
* gh-112943: Correctly compute end offsets for multiline tokens in the tokenize...Pablo Galindo Salgado2023-12-111-0/+2
* gh-109980: Fix test_tarfile_vs_tar on macOS (#112905)Ronald Oussoren2023-12-101-0/+2
* gh-112867: fix for WITH_PYMALLOC_RADIX_TREE=0 (GH-112885)Neil Schemenauer2023-12-091-0/+1
* gh-112334: Regression test that vfork is used when expected. (#112734)Gregory P. Smith2023-12-091-0/+2
* gh-112540: Support zero inputs in geometric_mean() (gh-112880)Raymond Hettinger2023-12-081-0/+2
* GH-110109: Add `pathlib._PurePathBase` (#110670)Barney Gale2023-12-081-0/+3
* gh-110820: Make sure processor specific defines are correct for Universal 2 b...Ronald Oussoren2023-12-081-0/+3
* gh-110017: Disable test_signal.test_stress_modifying_handlers on macOS (#112834)Ronald Oussoren2023-12-071-0/+2
* gh-112278: Disable WMI queries on Windows after they time out (GH-112658)AN Long2023-12-071-0/+2
* gh-79325: Fix recursion error in TemporaryDirectory cleanup on Windows (GH-11...Serhiy Storchaka2023-12-071-0/+2
* gh-91133: tempfile.TemporaryDirectory: fix symlink bug in cleanup (GH-99930)Søren Løvborg2023-12-071-0/+2
* gh-112302: Add Software Bill-of-Materials (SBOM) tracking for dependencies (#...Seth Michael Larson2023-12-072-0/+2296
* gh-112125: Fix None.__ne__(None) returning NotImplemented instead of False (#...andrewluotechnologies2023-12-071-0/+1
* gh-102980: Redirect output of pdb's `interact` command, add tests and improve...Tian Gao2023-12-071-0/+1
* gh-51944: Add missing macOS constants to termios (#112823)Ronald Oussoren2023-12-071-0/+6
* gh-74616: Raise ValueError in case of null character in input prompt (GH-1738)Kushal Das2023-12-071-0/+2
* gh-112660: Do not clear arbitrary errors on import (GH-112661)Serhiy Storchaka2023-12-071-0/+2
* gh-109981: Fix support.fd_count() on macOS 14 (#112797)Ronald Oussoren2023-12-071-0/+3
* gh-112730: Use color to highlight error locations (gh-112732)Pablo Galindo Salgado2023-12-061-0/+1
* gh-75666: Tkinter: "unbind(sequence, funcid)" now only unbinds "funcid" (GH-1...Serhiy Storchaka2023-12-061-0/+6
* gh-111545: Add Py_HashPointer() function (#112096)Victor Stinner2023-12-061-0/+2
* gh-112769: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION with non-int suf...Miro Hrončok2023-12-051-0/+3
* bpo-35332: Handle os.close() errors in shutil.rmtree() (GH-23766)Zackery Spytz2023-12-051-0/+3
* gh-112328: [Enum] Make some private attributes public. (GH-112514)Ethan Furman2023-12-051-0/+2
* gh-94692: Only catch OSError in shutil.rmtree() (#112756)Serhiy Storchaka2023-12-051-0/+4
* gh-110190: Fix ctypes structs with array on Arm (#112604)Diego Russo2023-12-051-0/+1
* bpo-43153: Don't mask `PermissionError` with `NotADirectoryError` during temp...Ken Jin2023-12-051-0/+4
* gh-81441: shutil.rmtree() FileNotFoundError race condition (GH-14064)Jeffrey Kintscher2023-12-051-0/+2
* gh-82300: Add track parameter to multiprocessing.shared_memory (#110778)pan3242023-12-051-0/+1
* gh-102130: Support tab completion in cmd for Libedit. (GH-107748)Constantin Hong2023-12-052-0/+2
* gh-112736: Refactor del-safe symbol handling in subprocess (#112738)Russell Keith-Magee2023-12-051-0/+1