1. 45df61f bpo-26789: Fix logging.FileHandler._open() at exit (GH-23053) by Victor Stinner · 3 years, 11 months ago
  2. 34637a0 bpo-42103: Improve validation of Plist files. (GH-22882) by Serhiy Storchaka · 3 years, 11 months ago
  3. 6fdfcec bpo-41943: Fix bug where assertLogs doesn't correctly filter messages… (GH-22565) by Irit Katriel · 3 years, 11 months ago
  4. aca67da Revert "bpo-37193: remove thread objects which finished process its request (GH-13893)" (GH-23107) by Jason R. Coombs · 3 years, 11 months ago
  5. 3018228 bpo-42224: Fix test_format when locale does not expect number grouping (GH-23067) by Lysandros Nikolaou · 3 years, 11 months ago
  6. 64366fa bpo-41435: Add sys._current_exceptions() function (GH-21689) by Julien Danjou · 3 years, 11 months ago
  7. 3d86d09 bpo-42230: Improve asyncio documentation regarding accepting sets vs iterables (GH-23073) by Jakub Stasiak · 3 years, 11 months ago
  8. 6e8dcda bpo-41229: Update docs for explicit aclose()-required cases and add contextlib.aclosing() method (GH-21545) by Joongi Kim · 3 years, 11 months ago
  9. da7bb7b bpo-40511: Stop unwanted flashing of IDLE calltips (GH-20910) by Tal Einat · 3 years, 11 months ago
  10. c415590 bpo-37193: remove thread objects which finished process its request (GH-13893) by MARUYAMA Norihiro · 3 years, 11 months ago
  11. 1f7dfb2 bpo-42233: Correctly repr GenericAlias when used with typing module (GH-23081) by kj · 3 years, 11 months ago
  12. d281005 tempfile: Use random.choises() instead of choise() (GH-23068) by Inada Naoki · 3 years, 11 months ago
  13. 2165cea bpo-29566: binhex.binhex now consitently writes MacOS 9 line endings. (GH-23059) by Ronald Oussoren · 3 years, 11 months ago
  14. 02cdfc9 bpo-42218: Correctly handle errors in left-recursive rules (GH-23065) by Lysandros Nikolaou · 3 years, 11 months ago
  15. 43ca084 Revert "bpo-42160: tempfile: Reduce overhead of pid check. (GH-22997)" by Inada Naoki · 3 years, 11 months ago
  16. b62bdf7 bpo-42208: Add _locale._get_locale_encoding() (GH-23052) by Victor Stinner · 3 years, 11 months ago
  17. 06f8c33 bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry_as_flufl rule (GH-23048) by Pablo Galindo · 3 years, 11 months ago
  18. d6238ba bpo-42172: Correct typo for test_socket.py (GH-23013) by Akashkumar D Khunt · 3 years, 11 months ago
  19. 8e409ce bpo-42160: tempfile: Reduce overhead of pid check. (GH-22997) by Eric W · 3 years, 11 months ago
  20. 5776663 bpo-42029: Remove IRIX code (GH-23023) by Victor Stinner · 3 years, 11 months ago
  21. df59273 bpo-34204: Use pickle.DEFAULT_PROTOCOL in shelve (GH-19639) by Zackery Spytz · 3 years, 11 months ago
  22. 15acc4e bpo-41659: Disallow curly brace directly after primary (GH-22996) by Lysandros Nikolaou · 3 years, 11 months ago
  23. 303aac8 bpo-30681: Support invalid date format or value in email Date header (GH-22090) by Georges Toth · 3 years, 11 months ago
  24. 8374d2e bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654) by Lisa Roach · 3 years, 11 months ago
  25. c0590c0 bpo-42146: Fix memory leak in subprocess.Popen() in case of uid/gid overflow (GH-22966) by Alexey Izbyshev · 3 years, 11 months ago
  26. d1a0a96 bpo-42043: Add support for zipfile.Path subclasses (#22716) by Jason R. Coombs · 3 years, 11 months ago
  27. 14cdc21 bpo-41919: Avoid resource leak in test_io (GH-22973) by Hai Shi · 3 years, 11 months ago
  28. df8d4c8 bpo-41490: ``path`` and ``contents`` to aggressively close handles (#22915) by Jason R. Coombs · 3 years, 11 months ago
  29. 5df6c99 bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942) by Mark Roseman · 3 years, 11 months ago
  30. c579ad1 bpo-33987: Use master ttk Frame for IDLE config dialog (GH-22943) by Mark Roseman · 3 years, 11 months ago
  31. e53e544 bpo-33987: Use ttk Label on IDLE statusbar (GH-22941) by Mark Roseman · 3 years, 11 months ago
  32. 8cd1dba bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (GH-22870) by Serhiy Storchaka · 3 years, 11 months ago
  33. 16ee68d bpo-38976: Add support for HTTP Only flag in MozillaCookieJar (#17471) by Jacob Neil Taylor · 4 years ago
  34. da6f098 bpo-40592: shutil.which will not return None anymore if ; is the last char in PATHEXT (GH-20088) by Christopher Marchfelder · 4 years ago
  35. 345cd37 bpo-36876: Fix the C analyzer tool. (GH-22841) by Eric Snow · 4 years ago
  36. facb522 bpo-33987: IDLE: Use ttk Frame on doc window and statusbar (GH-11433) by Cheryl Sabella · 4 years ago
  37. b52432c bpo-42057: Add regression test to master. (GH-22893) by Mark Shannon · 4 years ago
  38. c7437e2 bpo-41747: Ensure all dataclass methods uses their parents' qualname (GH-22155) by Batuhan Taskaya · 4 years ago
  39. 5f22741 bpo-23706: Add newline parameter to pathlib.Path.write_text (GH-22420) (GH-22420) by Максим · 4 years ago
  40. a460d45 Update idlelib/help.html to current Sphinx output (GH-22833) by Terry Jan Reedy · 4 years ago
  41. 786addd bpo-41586: Attempt to make the pipesize tests more robust. (GH-22839) by Gregory P. Smith · 4 years ago
  42. 1d34699 bpo-38144: Re-add accidentally removed audition for glob. (GH-22805) by Serhiy Storchaka · 4 years ago
  43. ec42789 bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639) by Andrey Doroschenko · 4 years ago
  44. faddc74 bpo-38439: Add 256px IDLE icon to the .ico, drop gifs from it (GH-19648) by Miro Hrončok · 4 years ago
  45. f231203 bpo-38324: Fix test__locale.py Windows failures (GH-20529) by TIGirardi · 4 years ago
  46. 3185267 bpo-41491: plistlib: accept hexadecimal integer values in xml plist files (GH-22764) by Ronald Oussoren · 4 years ago
  47. 871934d bpo-4356: Add key function support to the bisect module (GH-20556) by Raymond Hettinger · 4 years ago
  48. de73d43 bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22691) by Justin Turner Arthur · 4 years ago
  49. 23c0fb8 bpo-41586: Add pipesize parameter to subprocess & F_GETPIPE_SZ and F_SETPIPE_SZ to fcntl. (GH-21921) by Ruben Vorderman · 4 years ago
  50. bf83822 bpo-27321 Fix email.generator.py to not replace a non-existent header. (GH-18074) by Mark Sapiro · 4 years ago
  51. 5456e78 bpo-16396: Allow wintypes to be imported on non-Windows systems. (GH-21394) by Jason R. Coombs · 4 years ago
  52. 96ddc58 bpo-42089: Sync with current cpython branch of importlib_metadata (GH-22775) by Barry Warsaw · 4 years ago
  53. 93a1cca bpo-41471: Ignore invalid prefix lengths in system proxy settings on macOS (GH-22762) by Ronald Oussoren · 4 years ago
  54. 05ee790 bpo-42051: Reject XML entity declarations in plist files (#22760) by Ronald Oussoren · 4 years ago
  55. 5368c2b bpo-19270: Fixed sched.scheduler.cancel to cancel correct event (GH-22729) by Bar Harel · 4 years ago
  56. 3c0ac18 bpo-40492: Fix --outfile with relative path when the program changes it working dir (GH-19910) by Anthony Sottile · 4 years ago
  57. b81c833 bpo-28660: Make TextWrapper break long words on hyphens (GH-22721) by Irit Katriel · 4 years ago
  58. c304c9a bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731) by scaramallion · 4 years ago
  59. 3635388 bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH-19940) by Max Bernstein · 4 years ago
  60. e9959c7 bpo-42011: Update documentation of logging.Filter.filter() (GH-22692) by Necdet Can Atesman · 4 years ago
  61. c9f696c bpo-41919, test_codecs: Move codecs.register calls to setUp() (GH-22513) by Hai Shi · 4 years ago
  62. c13b847 bpo-41984: GC track all user classes (GH-22701) by Brandt Bucher · 4 years ago
  63. c5b049b bpo-39337: encodings.normalize_encoding() now ignores non-ASCII characters (GH-22219) by Hai Shi · 4 years ago
  64. b4d8953 bpo-41876: Overload __repr__ for tkinter Font objects (GH-22450) by Anatoliy Platonov · 4 years ago
  65. 6a48518 bpo-41939: always enable test_site.test_license_exists_at_url (GH-22688) by Ned Deily · 4 years ago
  66. abe244c [doc] Fix typo in the graphlib docs (GH-22661) by linchiwei123 · 4 years ago
  67. 13ff396 bpo-41739: Fix test_logging.test_race_between_set_target_and_flush() (GH-22655) by Victor Stinner · 4 years ago
  68. 22220ae bpo-38605: bump the magic number for 'annotations' future (#22630) by Batuhan Taskaya · 4 years ago
  69. b2c0a43 bpo-39481: Fix duplicate SimpleQueue type in test_genericalias.py (GH-22619) by Saiyang Gou · 4 years ago
  70. eb38c6b bpo-41831: Restore str implementation of __str__ in tkinter.EventType (GH-22355) by Serhiy Storchaka · 4 years ago
  71. f25323a bpo-41831: Add tests for tkinter.Event.__repr__ (GH-22354) by Serhiy Storchaka · 4 years ago
  72. e2ec0b2 bpo-41974: Remove complex.__float__, complex.__floordiv__, etc (GH-22593) by Serhiy Storchaka · 4 years ago
  73. 48f305f bpo-41979: Accept star-unpacking on with-item targets (GH-22611) by Batuhan Taskaya · 4 years ago
  74. 3f34237 bpo-39337: Add a test case for normalizing of codec names (GH-19069) by Hai Shi · 4 years ago
  75. 27ac19c bpo-41976: Fix the fallback to gcc of ctypes.util.find_library when using gcc>9 (GH-22598) by Pablo Galindo · 4 years ago
  76. aecf036 bpo-41306: Allow scale value to not be rounded (GH-21715) by E-Paine · 4 years ago
  77. 4a9f82f bpo-41970: Avoid test failure in test_lib2to3 if the module is already imported (GH-22595) by Pablo Galindo · 4 years ago
  78. 4e0ce82 Revert "bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121)" (GH-22584) by Raymond Hettinger · 4 years ago
  79. 4f3c250 bpo-41923: PEP 613: Add TypeAlias to typing module (#22532) by Mikhail Golubev · 4 years ago
  80. 044a104 bpo-38605: Make 'from __future__ import annotations' the default (GH-20434) by Batuhan Taskaya · 4 years ago
  81. bef7d29 bpo-41905: Add abc.update_abstractmethods() (GH-22485) by Ben Avrahami · 4 years ago
  82. a8bf44d bpo-41944: No longer call eval() on content received via HTTP in the UnicodeNames tests (GH-22575) by Florian Bruhin · 4 years ago
  83. 2ef5caa bpo-41944: No longer call eval() on content received via HTTP in the CJK codec tests (GH-22566) by Serhiy Storchaka · 4 years ago
  84. 8e9afaf Python 3.10.0a1 by Pablo Galindo · 4 years ago
  85. 1fce240 bpo-41939: Fix test_site.test_license_exists_at_url() (#22559) by Victor Stinner · 4 years ago
  86. 9ece9cd bpo-41909: Enable previously disabled recursion checks. (GH-22536) by Serhiy Storchaka · 4 years ago
  87. 2cc6dc9 bpo-41490: Bump vendored pip to version 20.2.3 (#22527) by Pablo Galindo · 4 years ago
  88. a619af4 Delete extra 'the' from `Formatter` class docstring (GH-22530) by Hansraj Das · 4 years ago
  89. e799aa8 bpo-41887: omit leading spaces/tabs on ast.literal_eval (#22469) by Batuhan Taskaya · 4 years ago
  90. fb0a465 bpo-41840: Report module-level globals as both local and global in the symtable module (GH-22391) by Pablo Galindo · 4 years ago
  91. ebbe803 bpo-40564: Avoid copying state from extant ZipFile. (GH-22371) by Jason R. Coombs · 4 years ago
  92. c111355 bpo-41826: Fix compiler warnings in test_peg_generator (GH-22455) by Pablo Galindo · 4 years ago
  93. 5230131 bpo-41867: List options for timespec in docstrings of isoformat methods (GH-22418) by Ram Rachum · 4 years ago
  94. f97e42e bpo-40833: Clarify Path.rename doc-string regarding relative paths (GH-20554) by Ram Rachum · 4 years ago
  95. 6a412c9 bpo-41900: C14N 2.0 serialisation failed for unprefixed attributes when a default namespace was defined. (GH-22474) by scoder · 4 years ago
  96. 9cd01ec Typo fix - "mesasge" should be "message" (GH-22498) by Hansraj Das · 4 years ago
  97. 58a7da9 bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121) by Robert Smallshire · 4 years ago
  98. 17b5be0 bpo-41670: Remove outdated predict macro invocation. (GH-22026) by Mark Shannon · 4 years ago
  99. b0dfc75 bpo-41773: Raise exception for non-finite weights in random.choices(). (GH-22441) by Ram Rachum · 4 years ago
  100. e8acc35 bpo-41873: Add vectorcall for float() (GH-22432) by Dennis Sweeney · 4 years ago