1. 2165cea bpo-29566: binhex.binhex now consitently writes MacOS 9 line endings. (GH-23059) by Ronald Oussoren · 3 years, 11 months ago
  2. 02cdfc9 bpo-42218: Correctly handle errors in left-recursive rules (GH-23065) by Lysandros Nikolaou · 3 years, 11 months ago
  3. 43ca084 Revert "bpo-42160: tempfile: Reduce overhead of pid check. (GH-22997)" by Inada Naoki · 3 years, 11 months ago
  4. 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
  5. 3af4b58 bpo-42206: Propagate and raise errors from PyAST_Validate in the parser (GH-23035) by Batuhan Taskaya · 3 years, 11 months ago
  6. 8e409ce bpo-42160: tempfile: Reduce overhead of pid check. (GH-22997) by Eric W · 3 years, 11 months ago
  7. 3317466 bpo-42061: Document __format__ for IP addresses (GH-23018) by Teugea Ioan-Teodor · 3 years, 11 months ago
  8. 3505261 bpo-42143: Ensure PyFunction_NewWithQualName() can't fail after creating the func object (GH-22953) by Yonatan Goldschmidt · 3 years, 11 months ago
  9. df59273 bpo-34204: Use pickle.DEFAULT_PROTOCOL in shelve (GH-19639) by Zackery Spytz · 3 years, 11 months ago
  10. 4173320 bpo-41805: Documentation for PEP 585 (GH-22615) by kj · 3 years, 11 months ago
  11. 15acc4e bpo-41659: Disallow curly brace directly after primary (GH-22996) by Lysandros Nikolaou · 3 years, 11 months ago
  12. 84f7382 bpo-42157: Rename unicodedata.ucnhash_CAPI (GH-22994) by Victor Stinner · 3 years, 11 months ago
  13. 303aac8 bpo-30681: Support invalid date format or value in email Date header (GH-22090) by Georges Toth · 3 years, 11 months ago
  14. bca7014 bpo-42123: Run the parser two times and only enable invalid rules on the second run (GH-22111) by Lysandros Nikolaou · 3 years, 11 months ago
  15. c8c4200 bpo-42157: Convert unicodedata.UCD to heap type (GH-22991) by Victor Stinner · 3 years, 11 months ago
  16. 920cb64 bpo-42157: unicodedata avoids references to UCD_Type (GH-22990) by Victor Stinner · 3 years, 11 months ago
  17. 8374d2e bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654) by Lisa Roach · 3 years, 11 months ago
  18. 47e1afd bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713) by Victor Stinner · 3 years, 11 months ago
  19. 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
  20. e68c678 bpo-42150: Avoid buffer overflow in the new parser (GH-22978) by Pablo Galindo · 3 years, 11 months ago
  21. d1a0a96 bpo-42043: Add support for zipfile.Path subclasses (#22716) by Jason R. Coombs · 4 years ago
  22. df8d4c8 bpo-41490: ``path`` and ``contents`` to aggressively close handles (#22915) by Jason R. Coombs · 4 years ago
  23. 5df6c99 bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942) by Mark Roseman · 4 years ago
  24. 8cd1dba bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (GH-22870) by Serhiy Storchaka · 4 years ago
  25. 976da90 bpo-35823: subprocess: Use vfork() instead of fork() on Linux when safe (GH-11671) by Alexey Izbyshev · 4 years ago
  26. 16ee68d bpo-38976: Add support for HTTP Only flag in MozillaCookieJar (#17471) by Jacob Neil Taylor · 4 years ago
  27. 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
  28. 3c69f0c bpo-41910: specify the default implementations of object.__eq__ and object.__ne__ (GH-22874) by Brett Cannon · 4 years ago
  29. b451b0e bpo-38980: Add -fno-semantic-interposition when building with optimizations (GH-22862) by Pablo Galindo · 4 years ago
  30. c60394c bpo-39416: Document some restrictions on the default string representations of numeric classes (GH-18111) by kpinc · 4 years ago
  31. c7437e2 bpo-41747: Ensure all dataclass methods uses their parents' qualname (GH-22155) by Batuhan Taskaya · 4 years ago
  32. 9a1ad2c Update tzdata to 2020.3 (GH-22856) by Paul Ganssle · 4 years ago
  33. c0f22fb bpo-41902: Micro optimization for range.index if step is 1 (GH-22479) by Dong-hee Na · 4 years ago
  34. 5f22741 bpo-23706: Add newline parameter to pathlib.Path.write_text (GH-22420) (GH-22420) by Максим · 4 years ago
  35. 25492a5 bpo-41902: Micro optimization for compute_item of range (GH-22492) by Dong-hee Na · 4 years ago
  36. 7cdf30f bpo-42010: [docs] Clarify subscription of types (GH-22822) by kj · 4 years ago
  37. 2d55aa9 bpo-29981: Add examples and update index for set, dict, and generator comprehensions'(GH-20272) by Florian Dahlitz · 4 years ago
  38. 6d883fb bpo-38439: Update the Windows Store package's icons for IDLE. Artwork by Andrew Clover (GH-22817) by Steve Dower · 4 years ago
  39. ec42789 bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639) by Andrey Doroschenko · 4 years ago
  40. faddc74 bpo-38439: Add 256px IDLE icon to the .ico, drop gifs from it (GH-19648) by Miro Hrončok · 4 years ago
  41. f231203 bpo-38324: Fix test__locale.py Windows failures (GH-20529) by TIGirardi · 4 years ago
  42. 3185267 bpo-41491: plistlib: accept hexadecimal integer values in xml plist files (GH-22764) by Ronald Oussoren · 4 years ago
  43. 109826c bpo-42093: Add opcode cache for LOAD_ATTR (GH-22803) by Pablo Galindo · 4 years ago
  44. 871934d bpo-4356: Add key function support to the bisect module (GH-20556) by Raymond Hettinger · 4 years ago
  45. de73d43 bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22691) by Justin Turner Arthur · 4 years ago
  46. 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
  47. bf83822 bpo-27321 Fix email.generator.py to not replace a non-existent header. (GH-18074) by Mark Sapiro · 4 years ago
  48. 1438c2a bpo-41845: Move PyObject_GenericGetDict() back into the limited API (GH22646) by Zackery Spytz · 4 years ago
  49. 3a8fdb2 bpo-41784: make PyUnicode_AsUTF8AndSize part of the limited API (GH-22252) by Alex Gaynor · 4 years ago
  50. 5456e78 bpo-16396: Allow wintypes to be imported on non-Windows systems. (GH-21394) by Jason R. Coombs · 4 years ago
  51. 96ddc58 bpo-42089: Sync with current cpython branch of importlib_metadata (GH-22775) by Barry Warsaw · 4 years ago
  52. 93a1cca bpo-41471: Ignore invalid prefix lengths in system proxy settings on macOS (GH-22762) by Ronald Oussoren · 4 years ago
  53. 05ee790 bpo-42051: Reject XML entity declarations in plist files (#22760) by Ronald Oussoren · 4 years ago
  54. 985f0ab bpo-39107: Updated Tcl and Tk to 8.6.10 in Windows installer (GH-22405) by Steve Dower · 4 years ago
  55. b580ed1 Correct name of bytecode in change note. (GH-22723) by Mark Shannon · 4 years ago
  56. 5368c2b bpo-19270: Fixed sched.scheduler.cancel to cancel correct event (GH-22729) by Bar Harel · 4 years ago
  57. 3c0ac18 bpo-40492: Fix --outfile with relative path when the program changes it working dir (GH-19910) by Anthony Sottile · 4 years ago
  58. b81c833 bpo-28660: Make TextWrapper break long words on hyphens (GH-22721) by Irit Katriel · 4 years ago
  59. c304c9a bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731) by scaramallion · 4 years ago
  60. a0c603c bpo-38252: Use 8-byte step to detect ASCII sequence in 64bit Windows build (GH-16334) by Ma Lin · 4 years ago
  61. 3635388 bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH-19940) by Max Bernstein · 4 years ago
  62. 1dd6d95 closes bpo-42030: Remove legacy AIX dynload support (GH-22717) by Kevin Adler · 4 years ago
  63. 644e942 bpo-42021: Fix possible ref leaks during _sqlite3 module init (GH-22673) by Erlend Egeberg Aasland · 4 years ago
  64. 2d2af32 bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466) by Kevin Adler · 4 years ago
  65. c13b847 bpo-41984: GC track all user classes (GH-22701) by Brandt Bucher · 4 years ago
  66. c5b049b bpo-39337: encodings.normalize_encoding() now ignores non-ASCII characters (GH-22219) by Hai Shi · 4 years ago
  67. b4d8953 bpo-41876: Overload __repr__ for tkinter Font objects (GH-22450) by Anatoliy Platonov · 4 years ago
  68. 04b8631 bpo-42015: Reorder dereferencing calls in meth_dealloc, to make sure m_self is kept alive long enough (GH-22670) by Yannick Jadoul · 4 years ago
  69. 24a54c0 Delete PyGen_Send (#22663) by Vladimir Matveev · 4 years ago
  70. 13ff396 bpo-41739: Fix test_logging.test_race_between_set_target_and_flush() (GH-22655) by Victor Stinner · 4 years ago
  71. 1800c60 bpo-40423: Optimization: use close_range(2) if available (GH-22651) by Kyle Evans · 4 years ago
  72. c230fde bpo-40422: create a common _Py_closerange API (GH-19754) by Kyle Evans · 4 years ago
  73. 8287aad bpo-41993: Fix possible issues in remove_module() (GH-22631) by Serhiy Storchaka · 4 years ago
  74. 637a09b bpo-41986: Add Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode back to limited API (GH-22621) by Serhiy Storchaka · 4 years ago
  75. 037245c bpo-41756: Add PyIter_Send function (#22443) by Vladimir Matveev · 4 years ago
  76. eb38c6b bpo-41831: Restore str implementation of __str__ in tkinter.EventType (GH-22355) by Serhiy Storchaka · 4 years ago
  77. e2ec0b2 bpo-41974: Remove complex.__float__, complex.__floordiv__, etc (GH-22593) by Serhiy Storchaka · 4 years ago
  78. 48f305f bpo-41979: Accept star-unpacking on with-item targets (GH-22611) by Batuhan Taskaya · 4 years ago
  79. bfe6e03 bpo-41557: Update Windows installer to use SQLite 3.33.0 (GH-21960) by Erlend Egeberg Aasland · 4 years ago
  80. 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
  81. aecf036 bpo-41306: Allow scale value to not be rounded (GH-21715) by E-Paine · 4 years ago
  82. 4a9f82f bpo-41970: Avoid test failure in test_lib2to3 if the module is already imported (GH-22595) by Pablo Galindo · 4 years ago
  83. 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
  84. 4f3c250 bpo-41923: PEP 613: Add TypeAlias to typing module (#22532) by Mikhail Golubev · 4 years ago
  85. 044a104 bpo-38605: Make 'from __future__ import annotations' the default (GH-20434) by Batuhan Taskaya · 4 years ago
  86. bef7d29 bpo-41905: Add abc.update_abstractmethods() (GH-22485) by Ben Avrahami · 4 years ago
  87. 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
  88. 8e9afaf Python 3.10.0a1 by Pablo Galindo · 4 years ago
  89. 1fce240 bpo-41939: Fix test_site.test_license_exists_at_url() (#22559) by Victor Stinner · 4 years ago
  90. dcc5421 bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552) by Serhiy Storchaka · 4 years ago
  91. 9a76426 bpo-41557: Update macOS installer to use SQLite 3.33.0 (GH-21959) by Erlend Egeberg Aasland · 4 years ago
  92. 8e1dd55 bpo-41428: Documentation for PEP 604 (gh-22517) by Fidget-Spinner · 4 years ago
  93. 9ece9cd bpo-41909: Enable previously disabled recursion checks. (GH-22536) by Serhiy Storchaka · 4 years ago
  94. e799aa8 bpo-41887: omit leading spaces/tabs on ast.literal_eval (#22469) by Batuhan Taskaya · 4 years ago
  95. fb0a465 bpo-41840: Report module-level globals as both local and global in the symtable module (GH-22391) by Pablo Galindo · 4 years ago
  96. d646e91 bpo-41922: Use PEP 590 vectorcall to speed up reversed() (GH-22523) by Dong-hee Na · 4 years ago
  97. ebbe803 bpo-40564: Avoid copying state from extant ZipFile. (GH-22371) by Jason R. Coombs · 4 years ago
  98. 6a412c9 bpo-41900: C14N 2.0 serialisation failed for unprefixed attributes when a default namespace was defined. (GH-22474) by scoder · 4 years ago
  99. 583ee5a bpo-41692: Deprecate PyUnicode_InternImmortal() (GH-22486) by Victor Stinner · 4 years ago
  100. 58a7da9 bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121) by Robert Smallshire · 4 years ago