1. 2b555fc bpo-35088: Update idlelib.help.copy_string docstring (#10164) by Terry Jan Reedy · 6 years ago
  2. db40cb5 bpo-35087: Update idlelib help files for the current doc build. (GH-10162) by Terry Jan Reedy · 6 years ago
  3. aeb1be5 bpo-34751: improved hash function for tuples (GH-9471) by jdemeyer · 6 years ago
  4. 53125a5 bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095) by Steve Dower · 6 years ago
  5. fec35c9 bpo-33710: Deprecate l*gettext() and related functions in the gettext module. (GH-10139) by Serhiy Storchaka · 6 years ago
  6. d9bff4e bpo-35079: Revise difflib.SequenceManager.get_matching_blocks doc (GH-10144) by Terry Jan Reedy · 6 years ago
  7. 12e696b bpo-35042: Use the :pep: role where a PEP is specified (#10036) by Stéphane Wirtel · 6 years ago
  8. 9e14e49 bpo-35024: Remove redundant and possibly incorrect verbose message after writing '.pyc' (GH-9998) by Quentin Agren · 6 years ago
  9. a6dc531 bpo-34789: make xml.sax.make_parser accept iterables of all types (GH-9576) by Andrés Delfino · 6 years ago
  10. 10cb376 bpo-35017, socketserver: don't accept request after shutdown (GH-9952) by Denis Ledoux · 6 years ago
  11. a05bef4 bpo-35059, PCbuild: Expand inline funcs in Debug (GH-10094) by Victor Stinner · 6 years ago
  12. 7cd2543 bpo-34890: Make iscoroutinefunction, isgeneratorfunction and isasyncgenfunction work with functools.partial (GH-9903) by Pablo Galindo · 6 years ago
  13. e483f02 bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037) by Stéphane Wirtel · 6 years ago
  14. 6c83d9f bpo-35022: unittest.mock.MagicMock now also supports __fspath__ (GH-9960) by Max Bélanger · 6 years ago
  15. 1770d1c bpo-35038: AttributeError: 'frame' object has no attribute 'f_restricted'. (GH-10098) by Stéphane Wirtel · 6 years ago
  16. d03b775 bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082) by Tim Graham · 6 years ago
  17. e25d5fc bpo-32321: Add pure Python fallback for functools.reduce (GH-8548) by madman-bob · 6 years ago
  18. 9e00e80 bpo-35053: Enhance tracemalloc to trace free lists (GH-10063) by Victor Stinner · 6 years ago
  19. 5ad36f9 bpo-28015: Support LTO build with clang (GH-9908) by serge-sans-paille · 6 years ago
  20. c46db92 bpo-30863: Rewrite PyUnicode_AsWideChar() and PyUnicode_AsWideCharString(). (GH-2599) by Serhiy Storchaka · 6 years ago
  21. df13df4 bpo-34794: Fix a leak in Tkinter. (GH-10025) by Serhiy Storchaka · 6 years ago
  22. 2447773 bpo-29843: raise AttributeError if given negative _length_ (GH-10029) by Tal Einat · 6 years ago
  23. 121eb16 bpo-34081: Fix wrong example link that was linking to distutils (GH-8248) by Xtreak · 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. 9445118 closes bpo-35025: Properly guard the `CLOCK_GETTIME` et al macros in timemodule.c. (GH-9961) by Max Bélanger · 6 years ago
  28. a5259fb bpo-34574: Prevent OrderedDict iterators from exhaustion during pickling. (GH-9051) by Sergey Fedoseev · 6 years ago
  29. 8c9fd9c bpo-34909: NEWS entry (GH-9995) by Ned Deily · 6 years ago
  30. d5b4f1b bpo-34983: Expose symtable.Symbol.is_nonlocal() in the symtable module (GH-9872) by Pablo Galindo · 6 years ago
  31. 8346031 bpo-32890, os: Use errno instead of GetLastError() in execve() and truncate() (GH-5784) by Alexey Izbyshev · 6 years ago
  32. a267056 bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode (GH-4842) by Alexey Izbyshev · 6 years ago
  33. ded87d8 bpo-33594: Add deprecation info in inspect.py module (GH-7036) by Matthias Bussonnier · 6 years ago
  34. 8deab96 bpo-34070: open() only checks for isatty if buffering < 0 (GH-8187) by David Herberth · 6 years ago
  35. dd13c88 bpo-33947: dataclasses no longer can raise RecursionError in repr (GF9916) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 6 years ago
  36. 6543912 bpo-32912: Replace a DeprecationWarning with a SyntaxWarning (GH-9652) by Serhiy Storchaka · 6 years ago
  37. 2091448 bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660) by matthewbelisle-wf · 6 years ago
  38. d16f012 bpo-31522: mailbox.get_string: pass `from_` parameter to `get_bytes` (#9857) by Cheryl Sabella · 6 years ago
  39. 1deea5e bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760) by Juliette Monsel · 6 years ago
  40. b7ad31c bpo-34765: Update the install-sh file (GH-9592) by stratakis · 6 years ago
  41. 6f906b3 bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924) by Serhiy Storchaka · 6 years ago
  42. 9d4712b bpo-35011: Restore use of pyexpatns.h in libexpat (GH-9939) by Gregory P. Smith · 6 years ago
  43. 74a8b6e bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705) by Stéphane Wirtel · 6 years ago
  44. fcd5e84 bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (GH-9925) by Stéphane Wirtel · 6 years ago
  45. 2e438cc bpo-34989: python-gdb.py: fix current_line_num() (GH-9889) by Victor Stinner · 6 years ago
  46. 18fb1fb bpo-34844: logging.Formatter enhancement - Ensure style and format string matches in logging.Formatter (GH-9703) by BNMetrics · 6 years ago
  47. e890421 bpo-34974: Do not replace unexpected errors in bytes() and bytearray(). (GH-9852) by Serhiy Storchaka · 6 years ago
  48. de2aea0 bpo-34939: Allow annotated global names in module namespace (GH-9844) by Pablo Galindo · 6 years ago
  49. bd036d3 bpo-34521: Add NEWS entry for changes in GH-9613 (GH-9850) by Pablo Galindo · 6 years ago
  50. b11c566 bpo-34941: Fix searching Element subclasses. (GH-9766) by Serhiy Storchaka · 6 years ago
  51. 97cf082 bpo-34970: Protect tasks weak set manipulation in asyncio.all_tasks() (GH-9837) by Andrew Svetlov · 6 years ago
  52. d4d6013 bpo-16965: 2to3 now rewrites execfile() to open with 'rb'. (GH-8569) by Zackery Spytz · 6 years ago
  53. 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
  54. e385d06 bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type (GH-9827) by Stéphane Wirtel · 6 years ago
  55. bf03471 bpo-23831: Add moveto method to the tkinter.Canvas widget. (GH-9768) by Juliette Monsel · 6 years ago
  56. 2d6097d bpo-11233: Create availability directive for documentation (GH-9692) by Cheryl Sabella · 6 years ago
  57. da2bf9f bpo-34900: Make TestCase.debug() work with subtests (GH-9707) by Bruno Oliveira · 6 years ago
  58. 859c068 bpo-34962: make doctest in Doc/ now passes, and is enforced in CI (GH-9806) by Stéphane Wirtel · 6 years ago
  59. 9b8c2e7 bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9751) by Serhiy Storchaka · 6 years ago
  60. a6b3ec5 bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH-9607) by Elvis Pranskevichus · 6 years ago
  61. 7e18dee bpo-34926: Make mimetypes.guess_type accept os.PathLike objects (GH-9777) by Mayank Asthana · 6 years ago
  62. 7c817e6 bpo-34913: Document gzip command line interface (GH-9782) by Stéphane Wirtel · 6 years ago
  63. e8bbc52 bpo-23596: Use argparse for the command line of gzip (GH-9781) by Stéphane Wirtel · 6 years ago
  64. c880ffe bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716) by twisteroid ambassador · 6 years ago
  65. 79d2133 bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (GH-9656) by Victor Stinner · 6 years ago
  66. 7b31397 bpo-32680 add default "sock" on SMTP objects (#5345) by Romuald Brunet · 6 years ago
  67. 199a280 bpo-34758: add .wasm to recognized file extensions in mimetypes module (GH-9464) by travisoneill · 6 years ago
  68. 6261ae9 bpo-32174: Let .chm document display non-ASCII characters properly (GH-9758) by animalize · 6 years ago
  69. 0854b92 bpo-31715 Add mimetype for extension .mjs (#3908) by Bradley Meck · 6 years ago
  70. 4c33997 bpo-34911: Added support for secure websocket cookies (GH-9734) by Paul Bailey · 6 years ago
  71. af5658a bpo-34829: Add missing selection_ methods to the Tkinter Spinbox. (GH-9617) by Juliette Monsel · 6 years ago
  72. de2e448 bpo-34925: Optimize common case for bisect() argument parsing (#9753) by Raymond Hettinger · 6 years ago
  73. 365ad2e bpo-34824: Fix a possible NULL pointer dereference in _ssl.c (GH-9606) by Zackery Spytz · 6 years ago
  74. 683281f bpo-34906: Doc: Fix typos (2) (GH-9735) by Stéphane Wirtel · 6 years ago
  75. ae62f01 bpo-34910: Ensure that PyObject_Print() always returns -1 on error. (GH-9733) by Zackery Spytz · 6 years ago
  76. 7a7693e bpo-28441: Ensure `.exe` suffix in `sys.executable` on MinGW and Cygwin (GH-4348) by E. M. Bray · 6 years ago
  77. 6f85b82 bpo-34871: inspect: Don't pollute sys.modules (GH-9696) by INADA Naoki · 6 years ago
  78. 0c797a6 bpo-34872: Fix self-cancellation in C implementation of asyncio.Task (GH-9679) by Elvis Pranskevichus · 6 years ago
  79. 96c5932 bpo-34879: Fix a possible null pointer dereference in bytesobject.c (GH-9683) by Zackery Spytz · 6 years ago
  80. 97bfe8d bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450) by tzickel · 6 years ago
  81. e972c13 bpo-30156: Remove property_descr_get() optimization (GH-9541) by Victor Stinner · 6 years ago
  82. 2a2940e bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645) by Serhiy Storchaka · 6 years ago
  83. d5bd036 bpo-34849: Don't log wating for selector.select in asyncio loop iteration (GH-9641) by Andrew Svetlov · 6 years ago
  84. 9df346b bpo-34248: Add filename to error raised in {gnu,ndbm}.open() (GH-8590) by Zsolt Cserna · 6 years ago
  85. 3f22811 bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445) by Serhiy Storchaka · 6 years ago
  86. a94ee12 bpo-34819: Use a monotonic clock to compute timeouts in concurrent.futures (GH-9599) by orlnub123 · 6 years ago
  87. f55c64c bpo-31425: fix versionadded in docs and add attribution in NEWS (GH-9595) by Tal Einat · 6 years ago
  88. bb81651 bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706) by Bjorn Andersson · 6 years ago
  89. 2aaf98c bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624) by INADA Naoki · 6 years ago
  90. d345bb4 bpo-34334: Don't log traceback twice in QueueHandler (GH-9537) by Cheryl Sabella · 6 years ago
  91. 5a5ce06 bpo-5950: Support reading zips with comments in zipimport (#9548) by Zackery Spytz · 6 years ago
  92. 996859a bpo-34790: [docs] Passing coroutines to asyncio.wait() can be confusing. (GH-9543) by Yury Selivanov · 6 years ago
  93. 6ea29c5 bpo-34687: Make asynico use ProactorEventLoop by default (GH-9538) by Victor Stinner · 6 years ago
  94. c8c0249 bpo-32557: allow shutil.disk_usage to take a file path on Windows also (GH-9372) by Joe Pamer · 6 years ago
  95. 604e7b9 bpo-1529353: IDLE: squeeze large output in the shell (GH-7626) by Tal Einat · 6 years ago
  96. f6c8007 bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp (GH-9497) by Zackery Spytz · 6 years ago
  97. 025eb98 bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338) by Ammar Askar · 6 years ago
  98. 223e501 bpo-34791: xml package obeys ignore env flags (GH-9544) by Christian Heimes · 6 years ago
  99. 558c49b bpo-34728: Remove deprecate *loop* argument in asyncio.sleep (GH-9415) by João Júnior · 6 years ago
  100. a0fd7f1 Migrate datetime.date.fromtimestamp to Argument Clinic (GH-8535) by Tim Hoffmann · 6 years ago