1. faf4e52 gh-156703: Set LD_LIBRARY_PATH in SystemTap trace commands (GH-156424) by stratakis · 4 hours ago main
  2. eb087d4 gh-156745: Inline CJK replacement writer call (gh-156744) by Brittany Reynoso · 6 hours ago
  3. b38e073 gh-155981: Store refleak deltas in arrays (gh-55982) by Neil Schemenauer · 13 hours ago
  4. c83013c gh-99064: Ignore the encoding declaration when parsing decoded text (GH-156734) by Serhiy Storchaka · 13 hours ago
  5. 486b000 gh-121291: Respect mixin bitwise-operator overrides on Flag subclasses (GH-155862) by Som Samantray · 16 hours ago
  6. 8e92bf5 gh-155418: Fix TaskGroup hang when a task cancels it before suspending (#155421) by Timofei Ivankov · 16 hours ago
  7. 287b7cf gh-156723: Update bundled libexpat to version 2.8.4 (#156724) by Stan Ulbrych · 17 hours ago
  8. 1855c6c gh-155358: Use named attributes with urllib.parse module (#155364) by Victor Stinner · 17 hours ago
  9. 63f6626 gh-156101: Don't set the result in error in PyLong_AsInt32() (#156727) by Victor Stinner · 17 hours ago
  10. 5ef7fa1 gh-155742: Get singleton in PyBytesWriter_FinishWithSize() (#155795) by Victor Stinner · 18 hours ago
  11. d87ee27 gh-156707: Do not follow junctions in os_helper.rmtree() on Windows (GH-156710) by Serhiy Storchaka · 21 hours ago
  12. d7f9c64 gh-156689: Fix out-of-bounds read in `PyAst_CheckMode()` for `mode='func_type'` (#156697) by Stan Ulbrych · 23 hours ago
  13. 03503dc gh-156676: Skip `test_pyinit_function_raises_exception` for other implementations (GH-156684) by sai · 2 days ago
  14. e50e41f gh-151914: Copyedit "What's new in Python 3.16" (#156678) by Hugo van Kemenade · 2 days ago
  15. 852381e gh-156614: Fix the parameter list grammar in the language reference (#156622) by Aradhya Gupta · 2 days ago
  16. aad4288 gh-123299: What's New: Link to compression and compression.zstd (#156661) by Hugo van Kemenade · 2 days ago
  17. 26d9b25 gh-156662: Note that TaskGroup.create_task() raises RuntimeError (#156663) by Timofei Ivankov · 2 days ago
  18. b3ddde4 gh-156500: Reject non-positional parameters in `ctypes.util.wrap_dll_function` (GH-156501) by Vyron Vasileiadis · 2 days ago
  19. d59d4e7 Enable linting of lazy import tests (#156624) by David Vo · 2 days ago
  20. ae93e42 gh-57952: Clarify that xml.dom documents DOM interfaces (GH-156647) by Serhiy Storchaka · 2 days ago
  21. ee4bd4a gh-156517: Clarify that `site.getsitepackages()` doesn't check for existance (#156524) by Stan Ulbrych · 2 days ago
  22. fcf0a98 Fix a dangling pointer and reference leak in `local_timezone_from_timestamp` (#156598) by Stan Ulbrych · 2 days ago
  23. d636e3c gh-44871: Improve DOM Level 1 conformance of xml.dom.minidom (#155641) by Serhiy Storchaka · 2 days ago
  24. 74b944a gh-156635: Fix the exceptions in the xml.dom documentation (GH-156636) by Serhiy Storchaka · 2 days ago
  25. 922c866 gh-151943: Document the CharacterData interface and other DOM members (GH-155632) by Serhiy Storchaka · 2 days ago
  26. b7daede gh-84419: Fix the execute permissions in os.stat() on Windows (GH-155392) by Serhiy Storchaka · 2 days ago
  27. 6b1b90f gh-155725: Remove `PyGILState_Ensure` usage from `tracemalloc` (#156409) by Kumar Aditya · 2 days ago
  28. ec8a420 gh-148442: Eliminate race condition in list rich comparison (GH-148531) by Thomas Kowalski · 2 days ago
  29. 19363f2 gh-115075: Fix info about initialization of mimetypes.MimeTypes attributes (GH-150691) by Serhiy Storchaka · 2 days ago
  30. f81c03a gh-142414: Isolate reloading modules in test_interpreters (#144096) by Eugene Amirov · 2 days ago
  31. 41b3f0a gh-156466: fix cleanup on error after Enter in codegen_enter_scope (#156467) by Irit Katriel · 3 days ago
  32. c8ca336 gh-69371: Fix pydoc for modules whose path contains undecodable bytes (GH-155239) by Serhiy Storchaka · 3 days ago
  33. abf7a18 gh-69370: Fix "python -m inspect --details" for unencodable paths (GH-155246) by Serhiy Storchaka · 3 days ago
  34. e48b1eb gh-89760: Fix os.path.realpath() for volume GUID paths on Windows (GH-155396) by Serhiy Storchaka · 3 days ago
  35. 55eef52 gh-108885: Report the examples of a doctest run by unittest (GH-155377) by Serhiy Storchaka · 3 days ago
  36. 0bb312a gh-86427: Use the console code page for the stdio encoding on Windows (GH-155415) by Serhiy Storchaka · 3 days ago
  37. 0c38e05 gh-102475: Fix os.path.realpath() for names which look like a drive (GH-155399) by Serhiy Storchaka · 3 days ago
  38. b4aea41 gh-87587: Fix os.device_encoding() for any console on Windows (GH-155410) by Serhiy Storchaka · 3 days ago
  39. c922aa0 gh-72353: Continue reading from the console after ignored Ctrl+C (GH-155434) by Serhiy Storchaka · 3 days ago
  40. 0e8100a gh-85470: Delay load ole32.dll in the _ctypes module (GH-155435) by Serhiy Storchaka · 3 days ago
  41. 3e9efe5 gh-151365: Revert temporary Git downgrade (#156584) by Stan Ulbrych · 3 days ago
  42. 72a88d7 gh-83371: Fix deadlock when a Pool callback raises an exception (GH-155777) by Serhiy Storchaka · 3 days ago
  43. 9111820 gh-155775: Do not consume the CAPABILITY response in imaplib (GH-155789) by Serhiy Storchaka · 3 days ago
  44. b0da7c7 gh-156327: Fix asyncio.print_call_graph() reporting its own frame (#156329) by Timofei Ivankov · 3 days ago
  45. a175da7 gh-155905: Fix error handling in _testcapi helpers (GH-155906) by Serhiy Storchaka · 3 days ago
  46. 5cb7c39 gh-154200: Use sysconfig.get_platform() in test_importlib.test_windows (#154210) by Evan A Mavrin · 3 days ago
  47. e1d969a gh-148653: Forbid marshalling recursive tuples (GH-155903) by Serhiy Storchaka · 3 days ago
  48. d94c4ad gh-156466: fix cleanup on error in codegen_function_body (#156511) by Irit Katriel · 3 days ago
  49. 8b082aa gh-156459: Fix cleanup on error in compiler_set_qualname (#156462) by Irit Katriel · 3 days ago
  50. f4874f3 gh-156466: Fix additional compiler scope cleanup errors (#156547) by Jelle Zijlstra · 3 days ago
  51. f973bd9 gh-156353: Fix configparser space delimiter parsing (#156382) by sundeep8967 · 3 days ago
  52. 6c425f1 gh-156408: Fix asyncio.print_call_graph() on a finished task (#156410) by Timofei Ivankov · 3 days ago
  53. b0c9fc3 gh-156523: Fix asyncio.as_completed() not recording the awaiting task (#156527) by Timofei Ivankov · 3 days ago
  54. a11ab09 gh-148085: `datetime` cache `time` module lookups (#148088) by Maurycy Pawłowski-Wieroński · 3 days ago
  55. d915492 gh-156537: Optimize codec.decode by inlining the per-character write in CJK decoders (gh-156538) by Brittany Reynoso · 3 days ago
  56. 3e245fa gh-153772: Make abc isinstance() tolerate instances without __class__ (#154149) by Vyron Vasileiadis · 3 days ago
  57. de2ea9a Do not recurse into `Literal` arguments during type evaluation (#156534) by Victorien · 3 days ago
  58. 71cb9e8 gh-143768: Replace a dangling interpreter symlink when creating a venv (#150985) by Clay Dugo · 3 days ago
  59. 683ef40 gh-156466: fix cleanup on error in codegen_class_body (#156507) by Irit Katriel · 4 days ago
  60. 932822c gh-156525: fix a few error path scope management bugs in symtable (#156526) by Irit Katriel · 4 days ago
  61. b7ce9c3 gh-156369: Update Windows builds to OpenSSL 3.5.8 (GH-156528) by Zachary Ware · 4 days ago
  62. f5dbcba gh-153569: Unify tokenizer input readers (#156472) by Pablo Galindo Salgado · 4 days ago
  63. 8e0159b gh-156466: fix cleanup on error in codegen_leave_annotations_scope (#156497) by Irit Katriel · 4 days ago
  64. 0e29768 gh-156466: fix cleanup on error in codegen_function_annotations (#156502) by Irit Katriel · 4 days ago
  65. ed1aa1f gh-125763: Remove the broken spacebar quit binding in `turtledemo.sorting_animate` (#126583) by Zhikang Yan · 4 days ago
  66. 24e5a55 gh-156466: fix cleanup on error in codegen_setup_annotations_scope (#156473) by Irit Katriel · 5 days ago
  67. 45e5b1b gh-156476: Ignore timeout in `_PySimpleQueue.get()` when block is false (#156477) by An Long · 5 days ago
  68. eb08902 gh-111735: Skip `turtle` doctests when `_tkinter` is not available (#156417) by Stan Ulbrych · 5 days ago
  69. 2a37d67 gh-155468: Distinguish empty quoted tokens from EOF in netrc (GH-155471) by stevens · 5 days ago
  70. 6671d27 gh-156444: Fix a negated character set with IGNORECASE and LOCALE (GH-156445) by Serhiy Storchaka · 5 days ago
  71. 79f41dd Docs: remove __path__ discussion from tutorial (#156426) by Ned Batchelder · 5 days ago
  72. b8bf99c gh-156369: Update macOS installer to use OpenSSL 3.5.8. (#156447) by Ned Deily · 5 days ago
  73. 2a03912 gh-152023: Update macOS installer builds to SQLite 3.53.4. (#156446) by Ned Deily · 5 days ago
  74. fe3a26f gh-156369: Bump OpenSSL versions for iOS and Android (#156432) by Zachary Ware · 6 days ago
  75. 7f3d09b gh-156404: Restore the 'fullname' variable for .pth import lines (#156406) by Arcadiy Ivanov · 6 days ago
  76. 9036982 gh-156395: Report frozen objects on free-threaded GC build (#156396) by Dino Viehland · 6 days ago
  77. f54fd2a gh-153569: Add tokenizer source and cursor primitives (#153587) by Pablo Galindo Salgado · 6 days ago
  78. 7f0ccd6 gh-154060: Preserve replay duration and rate (#154101) by Pablo Galindo Salgado · 6 days ago
  79. e2118b0 gh-149985: Remove future annotations and if TYPE_CHECKING in pyrepl (#149992) by Jelle Zijlstra · 6 days ago
  80. 7cc3334 gh-156369: Update OpenSSL error ID data (GH-156380) by Zachary Ware · 6 days ago
  81. 369f04a gh-156369: Update CI to use latest SSL library versions (#156381) by Zachary Ware · 6 days ago
  82. cf7e910 gh-154089: Hide unavailable replay efficiency (#154092) by Pablo Galindo Salgado · 7 days ago
  83. b22d175 gh-154088: Count elided stacks consistently (#154093) by Pablo Galindo Salgado · 7 days ago
  84. 53381bc gh-154085: Avoid duplicating diff line values (#154099) by Pablo Galindo Salgado · 7 days ago
  85. 05eac89 gh-156243: Indicate that emscripten_runtime depends on stringToNewUTF8 (#156335) by Hood Chatham · 7 days ago
  86. 98bd716 Docs(build): linklint is now called sphinx_linklint (#156373) by Ned Batchelder · 7 days ago
  87. 13ab4c2 Fix various issues in the 'Timer File Descriptors' documentation (#156027) by Omar Sandoval · 7 days ago
  88. 5f31aee gh-155193: Fix the *canonical* decoder lists in the 3.15 What's New and NEWS (#156302) by Advit Arora · 7 days ago
  89. 2736620 Notify Stan about Turtle related things (#156361) by Stan Ulbrych · 7 days ago
  90. 223ee6d Documentation on handling a corrupt nuget.config when installing packages from Nuget (GH-154039) by Micah Lindstrom · 7 days ago
  91. e81960f gh-152204: Validate date and time fields in `_pydatetime.date{time}.fromisoformat` (#152205) by tonghuaroot (童话) · 7 days ago
  92. a728080 gh-156348: Fix the value of curses.ERR (GH-156349) by Serhiy Storchaka · 7 days ago
  93. fe8ace3 gh-156207: Fix curses Textbox.gather() for double-width characters (GH-156208) by Vyron Vasileiadis · 7 days ago
  94. 8e3271d gh-145177: Upgrade to Emscripten 6.0.8 (#156334) by Hood Chatham · 7 days ago
  95. ee521e8 gh-148750: Unfreeze encodings module to avoid import errors with zipped stdlib (GH-156183) by Steve Dower · 8 days ago
  96. c3f7c33 Add a page detailing the time complexity of operations on built-in types (#154363) by Stan Ulbrych · 8 days ago
  97. e5ed2ad gh-152190: Fix memory checking failure in `test_zipfile64.py` (GH-152203) by Danny Lin · 8 days ago
  98. ee1da7e gh-155648: Fix IDLE tests that cannot fail (#156257) by Terry Jan Reedy · 8 days ago
  99. f897dbf gh-156002: Bound zipfile decompression for bzip2/LZMA/Zstandard (GH-156003) by Petr Viktorin · 8 days ago
  100. 9cbd578 gh-151138: Update Windows temp directory locations in tempfile.rst (#151210) by Anthony Cabrera-Lara · 8 days ago