1. 20f59fe bpo-37751: Fix codecs.lookup() normalization (GH-15092) by Jordon Xu · 6 years ago
  2. 87bc3b7 bpo-37860: Add netlify deploy preview for docs (GH-15288) by Ashwin Ramaswami · 6 years ago
  3. d8c5adf bpo-37851: faulthandler allocates its stack on demand (GH-15358) by Victor Stinner · 6 years ago
  4. e0b6117 bpo-37823: Fix open() link in telnetlib doc (GH-15281) by Michael Anckaert · 6 years ago
  5. de2d9ee bpo-37531: Enhance regrtest multiprocess timeout (GH-15345) by Victor Stinner · 6 years ago
  6. 9ece4a5 Unmark files as executable that can't actually be executed. (GH-15353) by Greg Price · 6 years ago
  7. 5b95a15 bpo-35518: Skip test that relies on a deceased network service. (GH-15349) by Greg Price · 6 years ago
  8. d33e46d abstract.c should not be executable. (GH-15348) by Benjamin Peterson · 6 years ago
  9. 1407038 Remove a dead comment from ossaudiodev.c (#15346) by Brett Cannon · 6 years ago
  10. 46a7564 bpo-32793: Fix a duplicate debug message in smtplib (GH-15341) by Zackery Spytz · 6 years ago
  11. 9e66aba bpo-15913: Implement PyBuffer_SizeFromFormat() (GH-13873) by Joannah Nanjekye · 6 years ago
  12. 18f8dcf bpo-37732: Fix GCC warning in _PyObject_Malloc() (GH-15333) by Victor Stinner · 6 years ago
  13. b0f4dab bpo-37868: Improve is_dataclass for instances. (GH-15325) by Eric V. Smith · 6 years ago
  14. d3c8d73 Minor documentation fixes on library/enum (GH-15234) by Antoine · 6 years ago
  15. d13968b Delete stale comment in Python/getopt.c. (GH-14719) by Hansraj Das · 6 years ago
  16. d11c2c6 Revert "bpo-37788: Fix a reference leak if a thread is not joined (GH-15228)" (GH-15338) by Victor Stinner · 6 years ago
  17. d3dcc92 bpo-37788: Fix a reference leak if a thread is not joined (GH-15228) by Victor Stinner · 6 years ago
  18. cf9360e Remove 'unstable' warning for Windows Store package in docs (GH-15334) by Steve Dower · 6 years ago
  19. 24fe460 bpo-36266: Add module name in ImportError when DLL not found on Windows (GH-15180) by shireenrao · 6 years ago
  20. 4558563 Insert a missing close parenthesis (GH-15316) by cocoatomo · 6 years ago
  21. 1b1d051 fix link to time function from time_ns doc (GH-15285) by Éric Araujo · 6 years ago
  22. 29bb227 Add a minor `Fraction.__hash__()` optimization (GH-15313) by Tim Peters · 6 years ago
  23. 0567786 bpo-37540: vectorcall: keyword names must be strings (GH-14682) by Jeroen Demeyer · 6 years ago
  24. f3cb68f bpo-37863: Optimize Fraction.__hash__() (#15298) by Raymond Hettinger · 6 years ago
  25. 69f37bc Indent code inside if block. (GH-15284) by Hansraj Das · 6 years ago
  26. 37806f4 bpo-37207: enable vectorcall for type.__call__ (GH-14588) by Jeroen Demeyer · 6 years ago
  27. 40dad95 Replace usage of the obscure PEM_read_bio_X509_AUX with the more standard PEM_read_bio_X509 (GH-15303) by Alex Gaynor · 6 years ago
  28. 3e4498d bpo-37760: Avoid cluttering work tree with downloaded Unicode files. (GH-15128) by Greg Price · 6 years ago
  29. 68e495d bpo-37775: Update compileall doc for invalidation_mode parameter (GH-15148) by Hai Shi · 6 years ago
  30. ac827ed bpo-21131: Fix faulthandler.register(chain=True) stack (GH-15276) by Victor Stinner · 6 years ago
  31. 2814620 bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202) by Artem Khramov · 6 years ago
  32. dcfe111 bpo-37826: Document exception chaining in Python tutorial for errors. (GH-15243) by Abhilash Raj · 6 years ago
  33. 71662dc bpo-37849: IDLE: fix completion window positioning above line (GH-15267) by Tal Einat · 6 years ago
  34. 4fa10dd bpo-36030: Improve performance of some tuple operations (GH-12052) by Sergey Fedoseev · 6 years ago
  35. b0c8369 bpo-37531: Fix regrtest timeout for subprocesses (GH-15072) by Victor Stinner · 6 years ago
  36. 6bccbe7 bpo-36502: Correct documentation of str.isspace() (GH-15019) by Greg Price · 6 years ago
  37. 077af8c bpo-37738: Fix curses addch(str, color_pair) (GH-15071) by Victor Stinner · 6 years ago
  38. 7e479c8 bpo-37681: no_sanitize_thread support from GCC 5.1 (GH-15096) by Hai Shi · 6 years ago
  39. 43d564c bpo-37337: Fix a GCC 9 warning in Objects/descrobject.c (GH-14814) by Zackery Spytz · 6 years ago
  40. c03e698 bpo-37760: Factor out standard range-expanding logic in makeunicodedata. (GH-15248) by Greg Price · 6 years ago
  41. 38c7199 bpo-37256: Wording in Request class docs (#14792) by Ngalim Siregar · 6 years ago
  42. 243a73d bpo-25172: Add test for crypt ImportError on Windows (GH-15252) by shireenrao · 6 years ago
  43. 82642a0 bpo-37689: add Path.is_relative_to() method (GH-14982) by Hai Shi · 6 years ago
  44. 8a784af bpo-37814: Document the empty tuple type annotation syntax (GH-15208) by Josh Holland · 6 years ago
  45. 1ac2a83 bpo-37583: Add err 113 to support.get_socket_conn_refused_errs() (GH-14729) by Hai Shi · 6 years ago
  46. b0dace3 bpo-37841: Remove python_uwp dependency on msvcp140.dll (GH-15253) by Steve Dower · 6 years ago
  47. 99d208e bpo-37760: Constant-fold some old options in makeunicodedata. (GH-15129) by Greg Price · 6 years ago
  48. def97c9 bpo-37758: Clean out vestigial script-bits from test_unicodedata. (GH-15126) by Greg Price · 6 years ago
  49. 4e3dfcc bpo-37760: Mark all generated Unicode data headers as generated. (GH-15171) by Greg Price · 6 years ago
  50. ef2af1a bpo-37760: Factor out the basic UCD parsing logic of makeunicodedata. (GH-15130) by Greg Price · 6 years ago
  51. 66a34d3 bpo-37759: Second round of edits to Whatsnew 3.8 (GH-15204) by Raymond Hettinger · 6 years ago
  52. c1aeb29 Remove versioned executables from non-APPX packages (GH-15237) by Steve Dower · 6 years ago
  53. 3e34a25 bpo-37354: Sign Activate.ps1 for release (GH-15235) by Steve Dower · 6 years ago
  54. 732775d bpo-37354: Make Powershell Activate.ps1 script static to allow for signing (GH-14967) by Derek Keeler · 6 years ago
  55. 44046fe bpo-37804: Remove the deprecated method threading.Thread.isAlive() (GH-15225) by Dong-hee Na · 6 years ago
  56. f9590ed Fix docs for assert_called and assert_called_once (#15197) by Ismail S · 6 years ago
  57. f03b4c8 bpo-37819: Add Fraction.as_integer_ratio() (GH-15212) by Raymond Hettinger · 6 years ago
  58. 09a1872 bpo-32178: Fix IndexError trying to parse 'To' header starting with ':'. (GH-15044) by Abhilash Raj · 6 years ago
  59. 51aac15 Delete leftover clinic-generated file for C zipimport. (GH-15174) by Greg Price · 6 years ago
  60. b4be87a bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195) by Gregory P. Smith · 6 years ago
  61. 92c7e30 bpo-37642: Update acceptable offsets in timezone (GH-14878) by Ngalim Siregar · 6 years ago
  62. ed70a34 bpo-36511: Fix failures in Windows ARM32 buildbot (GH-15181) by Paul Monson · 6 years ago
  63. aa542c2 bpo-37795: Capture DeprecationWarnings in the test suite (GH-15184) by Pablo Galindo · 6 years ago
  64. 10a0a09 bpo-37268: test_parser fails when run with -Werror (GH-15183) by Zackery Spytz · 6 years ago
  65. f4e725f bpo-25172: Raise appropriate ImportError msg when crypt module used on Windows (GH-15149) by shireenrao · 6 years ago
  66. 2a570af bpo-37587: optimize json.loads (GH-15134) by Inada Naoki · 6 years ago
  67. e43e7ed bpo-35892: Add usage note to mode() (GH-15122) by Raymond Hettinger · 6 years ago
  68. 7d44e7a bpo-37685: Use singletons ALWAYS_EQ and NEVER_EQ in more tests. (GH-15167) by Serhiy Storchaka · 6 years ago
  69. 662db12 bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952) by Serhiy Storchaka · 6 years ago
  70. 4c69be2 bpo-34775: Return NotImplemented in PurePath division. (GH-9509) by aiudirog · 6 years ago
  71. 0378d98 bpo-37734: Remove unnecessary brace escapes in PC/layout script (GH-15165) by Steve Dower · 6 years ago
  72. 87ce958 bpo-37778: Fixes the icons used for file associations to the Microsoft Store package (GH-15150) by Steve Dower · 6 years ago
  73. 1fab9cb bpo-37734: Fix use of registry values to launch Python from Microsoft Store app (GH-15146) by Steve Dower · 6 years ago
  74. 362f535 Update pickle.rst (GH-14128) by Géry Ogam · 6 years ago
  75. e9cbcd0 bpo-37004: Documented asymmetry of string arguments in difflib.SequenceMatcher for ratio method (GH-13482) by sweeneyde · 6 years ago
  76. 610a482 bpo-37646: Document that eval() cannot access nested scopes (GH-15117) by Raymond Hettinger · 6 years ago
  77. 3e41f3c bpo-34488: optimize BytesIO.writelines() (GH-8904) by Sergey Fedoseev · 6 years ago
  78. 3a5c433 Make importlib.metadata a simple module (#15153) by Barry Warsaw · 6 years ago
  79. cfebfef Improve signal documentation (GH-14274) by Géry Ogam · 6 years ago
  80. 4f9ffc9 bpo-37759: First round of major edits to Whatsnew 3.8 (GH-15127) by Raymond Hettinger · 6 years ago
  81. 1213123 bpo-36419: IDLE - Refactor autocompete and improve testing. (#15121) by Terry Jan Reedy · 6 years ago
  82. d748a80 Adds Tim Hopper and Dan Lidral-Porter to ACKS (GH-15101) by Timothy Hopper · 6 years ago
  83. 1407029 bpo-37748: Re-order the Run menu. (GH-15115) by Terry Jan Reedy · 6 years ago
  84. adf02b3 Update itertools docs (GH-15114) by Raymond Hettinger · 6 years ago
  85. b1c8ec0 bpo-28292: Mark calendar.py helper functions as private. (GH-15113) by Raymond Hettinger · 6 years ago
  86. 8183bb8 bpo-36324: Update comments to include the target hash sums (GH-15110) by Raymond Hettinger · 6 years ago
  87. 86f1a18 bpo-37706: IDLE - fix sidebar code bug and drag tests (GH-15103) by Tal Einat · 6 years ago
  88. 18b711c bpo-37648: Fixed minor inconsistency in some __contains__. (GH-14904) by Serhiy Storchaka · 6 years ago
  89. 17e5264 bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH-14996) by Serhiy Storchaka · 6 years ago
  90. 5c72bad Correct description of HTTP status code 308. (GH-15078) by Florian Wendelborn · 6 years ago
  91. 9670ce7 bpo-18049: Define THREAD_STACK_SIZE for AIX to pass default recursion limit test (GH-15081) by Michael Felt · 6 years ago
  92. c5fa449 bpo-37444: Update differing exception between builtins and importlib (GH-14869) by Ngalim Siregar · 6 years ago
  93. 8e568ef bpo-30974: Change os.path.samefile docstring to match docs (GH-7337) by Timo Furrer · 6 years ago
  94. 7ea9a85 bpo-20523: pdb searches for .pdbrc in ~ instead of $HOME (GH-11847) by Timothy Hopper · 6 years ago
  95. 8fbece1 bpo-36590: Add Bluetooth RFCOMM and support for Windows. (GH-12767) by Greg Bowser · 6 years ago
  96. cb65b3a bpo-37742: Return the root logger when logging.getLogger('root') is c… (#15077) by Vinay Sajip · 6 years ago
  97. 854d0a4 bpo-36487: Make C-API docs clear about what the main interpreter is. (gh-12666) by Joannah Nanjekye · 6 years ago
  98. bf8162c bpo-37729: gc: write stats at once (GH-15050) by Inada Naoki · 6 years ago
  99. 4b3e975 bpo-16970: Adding error message for invalid args (GH-14844) by tmblweed · 6 years ago
  100. 2491134 bpo-37726: Prefer argparse over getopt in stdlib tutorial (#15052) by mental · 6 years ago