1. f1ec3ce bpo-35634: Raise an error when first passed kwargs contains duplicated keys. (GH-11438) by Serhiy Storchaka · 6 years ago
  2. 58159ef bpo-35494: Improve syntax error messages for unbalanced parentheses in f-string. (GH-11161) by Serhiy Storchaka · 6 years ago
  3. 44cc482 bpo-33817: Fix _PyBytes_Resize() for empty bytes object. (GH-11516) by Serhiy Storchaka · 6 years ago
  4. d0d3e99 bpo-35719: Optimize multi-argument math functions. (GH-11527) by Serhiy Storchaka · 6 years ago
  5. 7934266 bpo-35582: Inline arguments tuple unpacking in handwritten code. (GH-11524) by Serhiy Storchaka · 6 years ago
  6. cb08a71 bpo-34838: Use subclass_of for math.dist. (GH-9659) by Ammar Askar · 6 years ago
  7. fdf282d bpo-35423: Stop using the "pending calls" machinery for signals. (gh-10972) by Eric Snow · 6 years ago
  8. a909460 bpo-34569: Fix subinterpreter 32-bit ABI, pystate.c/_new_long_object() (gh-9127) by Michael Felt · 6 years ago
  9. 2a39d25 bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520) by Serhiy Storchaka · 6 years ago
  10. 4fa9591 bpo-35582: Argument Clinic: inline parsing code for positional parameters. (GH-11313) by Serhiy Storchaka · 6 years ago
  11. 5485085 bpo-32710: Fix _overlapped.Overlapped memory leaks (GH-11489) by Victor Stinner · 6 years ago
  12. fd7d539 bpo-35716: Update time.CLOCK_MONOTONIC_RAW doc (GH-11517) by Joannah Nanjekye · 6 years ago
  13. bab4bbb bpo-32146: Add documentation about frozen executables on Unix (GH-5850) by Bo Bayles · 6 years ago
  14. 572168a bpo-35702: Add new identifier time.CLOCK_UPTIME_RAW for macOS 10.12 (GH-11503) by Joannah Nanjekye · 6 years ago
  15. 89c4f90 bpo-35470: Fix a reference counting bug in _PyImport_FindExtensionObjectEx(). (GH-11128) by Zackery Spytz · 6 years ago
  16. c5dc60e bpo-24746: Fix doctest failures when running the testsuite with -R (#11501) by Pablo Galindo · 6 years ago
  17. fb2c346 asyncio: __del__() keep reference to warnings.warn (GH-11491) by Victor Stinner · 6 years ago
  18. 9b07681 IocpProactor: prevent modification if closed (GH-11494) by Victor Stinner · 6 years ago
  19. 6aedfa6 bpo-34855: Fix EXTERNALS_DIR build variable for Windows (GH-11177) by antektek · 6 years ago
  20. a306bdd Distutils no longer needs to remain compatible with 2.3 (GH-11423) by Miro Hrončok · 6 years ago
  21. 91c6158 Update bugs.rst (GH-9648) by Andre Delfino · 6 years ago
  22. e394ba3 bpo-35404: Clarify how to import _structure in email.message doc (GH-10886) by Charles-Axel Dein · 6 years ago
  23. d6acf17 Add example to the documentation for calling unittest.mock.patch with create=True (GH-11056) by Pablo Galindo · 6 years ago
  24. ee65594 bpo-35641: Move IDLE blurb to IDLE directory (#11479) by Terry Jan Reedy · 6 years ago
  25. cbb1645 bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff (#10639) by Sanyam Khurana · 6 years ago
  26. a234e14 bpo-32710: Fix leak in Overlapped_WSASend() (GH-11469) by Victor Stinner · 6 years ago
  27. 872bd2b bpo-35596: Use unchecked PYCs for the embeddable distro to avoid zipimport restrictions (GH-11465) by Steve Dower · 6 years ago
  28. c24c6c2 bpo-35568: add 'raise_signal' function (GH-11335) by Vladimir Matveev · 6 years ago
  29. e61cc48 bpo-35374: Avoid trailing space in hhc file name if found on PATH. (GH-10849) by chrullrich · 6 years ago
  30. 202d1bd Remove spurious quote in Azure Pipelines script (GH-10763) by Pierre Glaser · 6 years ago
  31. 80fda71 bpo-35682: Fix _ProactorBasePipeTransport._force_close() (GH-11462) by Victor Stinner · 6 years ago
  32. fbf5068 bpo-35642: Remove asynciomodule.c from pythoncore.vcxproj (GH-11410) by Gregory Szorc · 6 years ago
  33. ddd7c42 bpo-33717: pythoninfo logs information of all clocks (GH-11460) by Victor Stinner · 6 years ago
  34. df8e1fb bpo-32710: test_asyncio: test_sendfile reset policy (GH-11461) by Victor Stinner · 6 years ago
  35. 2d53bed bpo-35664: Optimize operator.itemgetter (GH-11435) by Raymond Hettinger · 6 years ago
  36. 3f7983a bpo-35560: Remove assertion from format(float, "n") (GH-11288) by Xtreak · 6 years ago
  37. a0bb51e test_threading_local: add missing "import sys" (GH-8049) by cclauss · 6 years ago
  38. 11303dd bpo-35660: Fix imports in idlelib.window (#11434) by Cheryl Sabella · 6 years ago
  39. 83da926 bpo-35488: Add tests for ** glob matching in pathlib (GH-11171) by Anthony Shaw · 6 years ago
  40. a5b7616 remove doc-string declaration no longer used after AC conversion (GH-11444) by Tal Einat · 6 years ago
  41. 67ba547 bpo-23057: Use 'raise' to emulate ctrl-c in proactor tests (#11274) by Vladimir Matveev · 6 years ago
  42. 31ec52a bpo-35631: Improve typing docs wrt abstract/concrete collection types (GH-11396) by Ville Skyttä · 6 years ago
  43. 47a2fce bpo-31450: Remove documentation mentioning that subprocess's child_traceback is available with the parent process (GH-11422) by Harmandeep Singh · 6 years ago
  44. ab54b9a bpo-35641: IDLE - format calltip properly when no docstring (GH-11415) by Emmanuel Arias · 6 years ago
  45. aff0ada bpo-33987: IDLE - use ttk Frame for ttk widgets (GH-11395) by Terry Jan Reedy · 6 years ago
  46. e9a044e bpo-35525: Correct the argument name for NNTP.starttls() (GH-11310) by Harmandeep Singh · 6 years ago
  47. d466c43 closes bpo-35643: Fix a SyntaxWarning: invalid escape sequence in Modules/_sha3/cleanup.py (GH-11411) by Mickaël Schoentgen · 6 years ago
  48. 9a69ae8 Bump copyright years to 2019. (GH-11404) by Benjamin Peterson · 6 years ago
  49. 830ddc7 Revert "bpo-35603: Escape table header of make_table output that can cause potential XSS. (GH-11341)" (GH-11356) by Serhiy Storchaka · 6 years ago
  50. 3a374e0 bpo-35588: Speed up mod, divmod and floordiv operations for Fraction type (#11322) by Stefan Behnel · 6 years ago
  51. a1d1425 bpo-35636: Remove redundant check in unicode_hash(). (GH-11402) by animalize · 6 years ago
  52. f8b5344 closes bpo-35623: Fix integer overflow when sorting large lists (GH-11380) by sth · 6 years ago
  53. 7e3fb40 closes bpo-35630: Use code tag for 'python3' in 'README.rst' (GH-11394) by Suriyaa ✌️️ · 6 years ago
  54. b4ea8bb bpo-35598: IDLE - Globalize some config_key objects (GH-11392) by Cheryl Sabella · 6 years ago
  55. ede0b6f bpo-20182: AC convert Python/sysmodule.c (GH-11328) by Tal Einat · 6 years ago
  56. 052b2df bpo-32492: Tweak _collections._tuplegetter. (GH-11367) by Serhiy Storchaka · 6 years ago
  57. 5c117dd bpo-35609: Remove examples for deprecated decorators in the abc module. (GH-11355) by Serhiy Storchaka · 6 years ago
  58. 7108aab Fix typo in test module usage message (GH-11374) by sth · 6 years ago
  59. b539cef bpo-35614: Fix pydoc help() on metaclasses (#11357) by Sanyam Khurana · 6 years ago
  60. 1d300ce bpo-35214: Annotate posix calls for clang MSan. (#11389) by Gregory P. Smith · 6 years ago
  61. e5796c4 bpo-35214: Skip test_io tests that'd cause a huge malloc under msan (#11385) by Gregory P. Smith · 6 years ago
  62. d6f45b2 Fix typos in test_faulthandler skipIfs for ubsan. (GH-11386) by Gregory P. Smith · 6 years ago
  63. 6f9bc72 bpo-35550: Fix incorrect Solaris define guards (GH-11275) by Jakub Kulík · 6 years ago
  64. 30e0232 Cleanup test_faulthandler sanitizer skip logic. (GH-11381) by Gregory P. Smith · 6 years ago
  65. c7e2191 Dead code removal from _hashopenssl. (GH-11379) by Gregory P. Smith · 6 years ago
  66. b474e67 bpo-35214: MSan workarounds for socket, time, and test_faulthandler. (GH-11375) by Gregory P. Smith · 6 years ago
  67. 387512c bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373) by Gregory P. Smith · 6 years ago
  68. 1b29c03 Fix typo in documentation of AbstractEventLoopPolicy.set_child_watcher() (GH-11369) by sth · 6 years ago
  69. 4bd79c3 bpo-35598: IDLE: Switch config_key dialog to ttk widgets (GH-11365) by Cheryl Sabella · 6 years ago
  70. 3f5fc70 bpo-32492: 1.6x speed up in namedtuple attribute access using C fast-path (#10495) by Pablo Galindo · 6 years ago
  71. b0a6196 bpo-35598: IDLE: Increase test coverage for config_key.py (#11360) by Cheryl Sabella · 6 years ago
  72. 0e5f771 bpo-33234: Simplify list_preallocate_exact() (GH-11220) by Sergey Fedoseev · 6 years ago
  73. d51324a bpo-35602: Make sure the transport is always closed in SelectorEventLoopUnixSockSendfileTests (GH-11338) by Pablo Galindo · 6 years ago
  74. 78de011 bpo-35603: Escape table header of make_table output that can cause potential XSS. (GH-11341) by Xtreak · 6 years ago
  75. 1f511e1 Make sure file object is close if socket.create_connection fails (GH-11334) by Pablo Galindo · 6 years ago
  76. 5471420 bpo-35601: Alleviate race condition when waiting for SIGALRM in test_asyncio (GH-11337) by Pablo Galindo · 6 years ago
  77. 4bc2467 bpo-34055: Revert deletion of line in IDLE's PyShell (#11346) by Terry Jan Reedy · 6 years ago
  78. c0381aa bpo-28097: IDLE - Add Previous/Next History to Shell menu (#11325) by Cheryl Sabella · 6 years ago
  79. 804a5d9 IDLE: Create function to update menu item state. (GH-11343) by Cheryl Sabella · 6 years ago
  80. 9e00d9e bpo-20849: add dirs_exist_ok arg to shutil.copytree (patch by Josh Bronson) by jab · 6 years ago
  81. ed57e13 bpo-11191: skip unsupported test_distutils case for AIX with xlc (GH-8709) by Michael Felt · 6 years ago
  82. e2926b7 bpo-34373: fix test_mktime and test_pthread_getcpuclickid tests on AIX (GH-8726) by Michael Felt · 6 years ago
  83. c465682 bpo-35591: IDLE Find Selection now works when selection not found (GH-11339) by Terry Jan Reedy · 6 years ago
  84. 55698cc bpo-35598: IDLE: Update config_key.py with PEP8 names (GH-11330) by Cheryl Sabella · 6 years ago
  85. 0133f9f macOS installer build: mitigate hdiutil resource busy bug (GH-11333) by Ned Deily · 6 years ago
  86. a936639 Revert "bpo-35402: Update macOS installer to use Tcl 8.6.9 / Tk 8.6.9.1 (GH-11101)" (GH-11332) by Ned Deily · 6 years ago
  87. 59c2aa2 bpo-35596: Fix vcruntime140.dll being added to embeddable distro multiple times. (GH-11329) by Steve Dower · 6 years ago
  88. c6c7237 bpo-20182: AC convert remaining functions/methods in _hashopenssl.c (GH-9213) by Tal Einat · 6 years ago
  89. 34ae04f Speed-up building enums by value, e.g. http.HTTPStatus(200) (#11318) by Andrew Svetlov · 6 years ago
  90. 3a81076 bpo-35579: Fix typo in in asyncio-task documentation (GH-11321) by Vaibhav Gupta · 6 years ago
  91. 259c159 bpo-34897: avoid distutils test error when CXX is not set (GH-9706) by Michael Felt · 6 years ago
  92. 2062a20 bpo-34711: Return HTTPStatus.NOT_FOUND if path.endswith('/') and not a directory (GH-9687) by Michael Felt · 6 years ago
  93. 22462da bpo-27643 - skip test_ctypes test case with XLC compiler. (GH-5164) by Michael Felt · 6 years ago
  94. 5661459 bpo-11192: Skip unsupported cases in test_socket on AIX (GH-8954) by Michael Felt · 6 years ago
  95. 56edf3a Redo PR 785 -- Add cross reference links (GH-11319) by Raymond Hettinger · 6 years ago
  96. b6af23e Revert "bpo-35565: Add detail to assertion failure message in wsgiref" (GH-11317) by Raymond Hettinger · 6 years ago
  97. 5ef4fc2 bpo-35565: Add detail to assertion failure message in wsgiref (GH-11293) by Cheryl Sabella · 6 years ago
  98. 32d96a2 bpo-23867: Argument Clinic: inline parsing code for a single positional parameter. (GH-9689) by Serhiy Storchaka · 6 years ago
  99. 65ce60a bpo-20180: Simplify char_converter in Argument Clinic. (GH-9828) by Serhiy Storchaka · 6 years ago
  100. 837c7dc bpo-35578: Add an example file for testing Argument Clinic converters. (GH-11306) by Serhiy Storchaka · 6 years ago