1. aeb1be5 bpo-34751: improved hash function for tuples (GH-9471) by jdemeyer · 6 years ago
  2. 53125a5 bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095) by Steve Dower · 6 years ago
  3. fec35c9 bpo-33710: Deprecate l*gettext() and related functions in the gettext module. (GH-10139) by Serhiy Storchaka · 6 years ago
  4. 9e14e49 bpo-35024: Remove redundant and possibly incorrect verbose message after writing '.pyc' (GH-9998) by Quentin Agren · 6 years ago
  5. a6dc531 bpo-34789: make xml.sax.make_parser accept iterables of all types (GH-9576) by Andrés Delfino · 6 years ago
  6. 10cb376 bpo-35017, socketserver: don't accept request after shutdown (GH-9952) by Denis Ledoux · 6 years ago
  7. 7cd2543 bpo-34890: Make iscoroutinefunction, isgeneratorfunction and isasyncgenfunction work with functools.partial (GH-9903) by Pablo Galindo · 6 years ago
  8. 3ec9af7 bpo-9263: _Py_NegativeRefcount() use _PyObject_AssertFailed() (GH-10109) by Victor Stinner · 6 years ago
  9. 6c83d9f bpo-35022: unittest.mock.MagicMock now also supports __fspath__ (GH-9960) by Max Bélanger · 6 years ago
  10. 626bff8 bpo-9263: Dump Python object on GC assertion failure (GH-10062) by Victor Stinner · 6 years ago
  11. 18618e65 bpo-35059: Add Py_STATIC_INLINE() macro (GH-10093) by Victor Stinner · 6 years ago
  12. d03b775 bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082) by Tim Graham · 6 years ago
  13. e25d5fc bpo-32321: Add pure Python fallback for functools.reduce (GH-8548) by madman-bob · 6 years ago
  14. 9e00e80 bpo-35053: Enhance tracemalloc to trace free lists (GH-10063) by Victor Stinner · 6 years ago
  15. d7c3e5f importlib: Fix typo in SourceLoader.path_stats docstring (GH-10052) by Quentin · 6 years ago
  16. 9f270a2 turtledemo/penrose.py: remove unused clock() calls (GH-10033) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 6 years ago
  17. 4f399be bpo-34260, shutil: fix copy2 and copystat documentation (GH-8523) by Zsolt Cserna · 6 years ago
  18. b79b5c0 bpo-35028: cgi: Fix max_num_fields off by one error (GH-9973) by matthewbelisle-wf · 6 years ago
  19. b7d6205 bpo-35046: do only one system call per line (logging.StreamHandler) (GH-10042) by Josh Snyder · 6 years ago
  20. 3b0047d bpo-34482: test datetime classes' handling of non-UTF-8-encodable strings (GH-8878) by Alexey Izbyshev · 6 years ago
  21. 3df8540 bpo-34454: Clean up datetime.fromisoformat surrogate handling (GH-8959) by Paul Ganssle · 6 years ago
  22. 2447773 bpo-29843: raise AttributeError if given negative _length_ (GH-10029) by Tal Einat · 6 years ago
  23. 2c2044e bpo-34984: Improve error messages for bytes and bytearray constructors. (GH-9874) by Serhiy Storchaka · 6 years ago
  24. 914f9a0 bpo-34973: Fix crash in bytes constructor. (GH-9841) by Serhiy Storchaka · 6 years ago
  25. a323cdc bpo-8525: help() on a type now shows builtin subclasses (GH-5066) by Sanyam Khurana · 6 years ago
  26. d31e773 bpo-35029: Replace the SyntaxWarning exception with a SyntaxError. (GH-9999) by Serhiy Storchaka · 6 years ago
  27. a5259fb bpo-34574: Prevent OrderedDict iterators from exhaustion during pickling. (GH-9051) by Sergey Fedoseev · 6 years ago
  28. d5b4f1b bpo-34983: Expose symtable.Symbol.is_nonlocal() in the symtable module (GH-9872) by Pablo Galindo · 6 years ago
  29. 8346031 bpo-32890, os: Use errno instead of GetLastError() in execve() and truncate() (GH-5784) by Alexey Izbyshev · 6 years ago
  30. a267056 bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode (GH-4842) by Alexey Izbyshev · 6 years ago
  31. 4acf6c9 bpo-34536: Cleanup test_enum imports (GH-9979) by Victor Stinner · 6 years ago
  32. ded87d8 bpo-33594: Add deprecation info in inspect.py module (GH-7036) by Matthias Bussonnier · 6 years ago
  33. 6f17e51 bpo-33712: OrderedDict only creates od_fast_nodes cache if needed (GH-7349) by Serhiy Storchaka · 6 years ago
  34. 96200eb unittest.mock doc: Fix references to recursive seal of Mocks (GH-9028) by Mario Corchero · 6 years ago
  35. 5a30620 bpo-25750: Add test on bad descriptor __get__() (GH-9084) by jdemeyer · 6 years ago
  36. b2e2025 bpo-33073: Rework int.as_integer_ratio() implementation (GH-9303) by Serhiy Storchaka · 6 years ago
  37. dd13c88 bpo-33947: dataclasses no longer can raise RecursionError in repr (GF9916) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 6 years ago
  38. 6543912 bpo-32912: Replace a DeprecationWarning with a SyntaxWarning (GH-9652) by Serhiy Storchaka · 6 years ago
  39. 2091448 bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660) by matthewbelisle-wf · 6 years ago
  40. f081fd8 bpo-35013: Add more type checks for children of Element. (GH-9944) by Serhiy Storchaka · 6 years ago
  41. d16f012 bpo-31522: mailbox.get_string: pass `from_` parameter to `get_bytes` (#9857) by Cheryl Sabella · 6 years ago
  42. 1deea5e bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760) by Juliette Monsel · 6 years ago
  43. 6f906b3 bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924) by Serhiy Storchaka · 6 years ago
  44. 74a8b6e bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705) by Stéphane Wirtel · 6 years ago
  45. fcd5e84 bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (GH-9925) by Stéphane Wirtel · 6 years ago
  46. 137b063 bpo-34997: Fix test_logging.ConfigDictTest.test_out_of_order (GH-9913) by Pablo Galindo · 6 years ago
  47. ea75187 bpo-34783: Fix test_nonexisting_script() (GH-9896) by Victor Stinner · 6 years ago
  48. 18fb1fb bpo-34844: logging.Formatter enhancement - Ensure style and format string matches in logging.Formatter (GH-9703) by BNMetrics · 6 years ago
  49. e890421 bpo-34974: Do not replace unexpected errors in bytes() and bytearray(). (GH-9852) by Serhiy Storchaka · 6 years ago
  50. de2aea0 bpo-34939: Allow annotated global names in module namespace (GH-9844) by Pablo Galindo · 6 years ago
  51. b11c566 bpo-34941: Fix searching Element subclasses. (GH-9766) by Serhiy Storchaka · 6 years ago
  52. d274afb bpo-33656: Move pyshell ctypes import inside try block. (GH-9858) by Terry Jan Reedy · 6 years ago
  53. 97cf082 bpo-34970: Protect tasks weak set manipulation in asyncio.all_tasks() (GH-9837) by Andrew Svetlov · 6 years ago
  54. 1a997eb Add new tests for bytes and bytearray constructors. (GH-9843) by Serhiy Storchaka · 6 years ago
  55. d4d6013 bpo-16965: 2to3 now rewrites execfile() to open with 'rb'. (GH-8569) by Zackery Spytz · 6 years ago
  56. 0461704 bpo-22872: multiprocessing.Queue's put() and get() now raise ValueError if the queue is closed. (GH-9010) by Zackery Spytz · 6 years ago
  57. f6c29a6 bpo-34783: Disable test_nonexisting_script for macOS framework builds (GH-9831) by Ned Deily · 6 years ago
  58. bf03471 bpo-23831: Add moveto method to the tkinter.Canvas widget. (GH-9768) by Juliette Monsel · 6 years ago
  59. dc0d571 bpo-34964: Make Tkinter sources more readable by adding blank lines. (GH-9822) by Serhiy Storchaka · 6 years ago
  60. da2bf9f bpo-34900: Make TestCase.debug() work with subtests (GH-9707) by Bruno Oliveira · 6 years ago
  61. 65d2f8c bpo-31516: Skip test_main_thread_during_shutdown() with COUNT_ALLOCS builds. (GH-8052) by Zackery Spytz · 6 years ago
  62. 9b8c2e7 bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9751) by Serhiy Storchaka · 6 years ago
  63. a6b3ec5 bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH-9607) by Elvis Pranskevichus · 6 years ago
  64. 7e18dee bpo-34926: Make mimetypes.guess_type accept os.PathLike objects (GH-9777) by Mayank Asthana · 6 years ago
  65. 3058b7d bpo-33613: Fix test_semaphore_tracker signal tests when using -Werror (GH-9778) by Pablo Galindo · 6 years ago
  66. e8bbc52 bpo-23596: Use argparse for the command line of gzip (GH-9781) by Stéphane Wirtel · 6 years ago
  67. 84eec11 bpo-23596: Add unit tests for the command line for the gzip module (GH-9775) by Stéphane Wirtel · 6 years ago
  68. c880ffe bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716) by twisteroid ambassador · 6 years ago
  69. 79d2133 bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (GH-9656) by Victor Stinner · 6 years ago
  70. 7b31397 bpo-32680 add default "sock" on SMTP objects (#5345) by Romuald Brunet · 6 years ago
  71. 2b2758d Extract sendfile tests into a separate test file (#9757) by Andrew Svetlov · 6 years ago
  72. 199a280 bpo-34758: add .wasm to recognized file extensions in mimetypes module (GH-9464) by travisoneill · 6 years ago
  73. 60d230c Extract tests for sock_*() functions into a separate file (GH-9761) by Andrew Svetlov · 6 years ago
  74. 0854b92 bpo-31715 Add mimetype for extension .mjs (#3908) by Bradley Meck · 6 years ago
  75. 5eea0ad bpo-34921: Allow escaped NoReturn in get_type_hints (GH-9750) by Noah Wood · 6 years ago
  76. 4c33997 bpo-34911: Added support for secure websocket cookies (GH-9734) by Paul Bailey · 6 years ago
  77. af5658a bpo-34829: Add missing selection_ methods to the Tkinter Spinbox. (GH-9617) by Juliette Monsel · 6 years ago
  78. 683281f bpo-34906: Doc: Fix typos (2) (GH-9735) by Stéphane Wirtel · 6 years ago
  79. cd45385 bpo-34909: keep searching mixins until base class is found (GH-9737) by Ethan Furman · 6 years ago
  80. 4642d5f Use assertEqual() instead of assertEquals(). (GH-9721) by Serhiy Storchaka · 6 years ago
  81. 4919747 Simplify flags checks in sre_compile.py. (GH-9718) by Serhiy Storchaka · 6 years ago
  82. 07fbbfd bpo-34906: Doc: Fix typos (GH-9712) by Stéphane Wirtel · 6 years ago
  83. fc7d1b3 Fix a typo ssl.py docstring (GH-9697) by Matt Eaton · 6 years ago
  84. 6f85b82 bpo-34871: inspect: Don't pollute sys.modules (GH-9696) by INADA Naoki · 6 years ago
  85. c57eb9a bpo-34871: Fix two typos in test_inspect.py (GH-9698) by Chih-Hsuan Yen · 6 years ago
  86. 0c797a6 bpo-34872: Fix self-cancellation in C implementation of asyncio.Task (GH-9679) by Elvis Pranskevichus · 6 years ago
  87. 97bfe8d bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450) by tzickel · 6 years ago
  88. 9012a0f bpo-34728: Fix asyncio tests to run under "-Werror" (GH-9661) by Yury Selivanov · 6 years ago
  89. cbda8fc closes bpo-34868: Improve error message with '_' is combined with an invalid type specifier. (GH-9666) by Benjamin Peterson · 6 years ago
  90. d4c76d9 bpo-30167: Add test for module.__cached__ is None (GH-7617) by INADA Naoki · 6 years ago
  91. 5fa247d bpo-34850: Replace is with == in idlelib.iomenu (GH-9649) by Terry Jan Reedy · 6 years ago
  92. 2a2940e bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645) by Serhiy Storchaka · 6 years ago
  93. d5bd036 bpo-34849: Don't log wating for selector.select in asyncio loop iteration (GH-9641) by Andrew Svetlov · 6 years ago
  94. e45473e bpo-27351: Fix ConfigParser.read() documentation and docstring (GH-8123) by Zackery Spytz · 6 years ago
  95. eef0596 bpo-31370: Remove references to threadless builds (#8805) by Zackery Spytz · 6 years ago
  96. 077061a bpo-34521: Fix tests in test_multiprocessing_spawn to use correctly CMSG_SPACE (GH-9613) by Pablo Galindo · 6 years ago
  97. 1fba2ff bpo-34736: improve error message for invalid length b64decode inputs (GH-9563) by Tal Einat · 6 years ago
  98. 9df346b bpo-34248: Add filename to error raised in {gnu,ndbm}.open() (GH-8590) by Zsolt Cserna · 6 years ago
  99. 3f22811 bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445) by Serhiy Storchaka · 6 years ago
  100. a94ee12 bpo-34819: Use a monotonic clock to compute timeouts in concurrent.futures (GH-9599) by orlnub123 · 6 years ago