1. 0148470 Fix inconsequential typo in math.remainder algorithm comments. (#14746) by Mark Dickinson · 5 years ago
  2. e441847 bpo-30088: Document that existing dir structure isn't verified by mailbox.Maildir (GH-1163) by Sviatoslav Sydorenko · 5 years ago
  3. ed184c0 bpo-37358: Use vectorcall for functools.partial (GH-14284) by Jeroen Demeyer · 5 years ago
  4. dc3f99f bpo-37548: Document range of atan, acos and asin (GH-14717) by Giovanni Cappellotto · 5 years ago
  5. e6b46aa bpo-37579: Improve equality behavior for pure Python datetime and time (GH-14726) by Xtreak · 5 years ago
  6. 05f2d84 bpo-28269: Replace strcasecmp with system function _stricmp. (GH-13095) by Minmin Gong · 5 years ago
  7. b5bbb8a bpo-37580: Fix typo in http.cookiejar documentation (GH-14731) by Milan Oberkirch · 5 years ago
  8. 994a3b8 Enable publish of Windows releases through Azure Pipelines (GH-14720) by Steve Dower · 5 years ago
  9. fb6c1f8 Fix typo in re.escape documentation (GH-14722) by Robert DiPietro · 5 years ago
  10. b9a0376 closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268) by gescheit · 5 years ago
  11. 0827064 bpo-37521: No longer treat insertion into sys.modules as optional in importlib examples (GH-14723) by Brett Cannon · 5 years ago
  12. a65c977 bpo-19696: Move threaded_import_hangers (GH-14655) by Kyle Stanley · 5 years ago
  13. c8e7146 closes bpo-37566: Remove _realsocket from socket.py. (GH-14711) by Hai Shi · 5 years ago
  14. 13ab570 Remove redundant check from arraymodule b_getitem (GH-14676) by Disconnect3d · 5 years ago
  15. 4737265 bpo-37558: Shared memory tests are failing due to double slashes (GH-14703) by Jakub Kulík · 5 years ago
  16. 7cbef72 closes bpo-37554: Remove `q:q` in os.rst documentation (GH-14692) by Mariatta · 5 years ago
  17. 1dbd084 bpo-29548: no longer use PyEval_Call* functions (GH-14683) by Jeroen Demeyer · 5 years ago
  18. 9b5ce62 bpo-36390: simplify classifyws(), rename it and add unit tests (GH-14500) by Tal Einat · 5 years ago
  19. 79042ac bpo-34369: make kqueue.control() docs better reflect that timeout is positional-only (GH-9499) by Tal Einat · 5 years ago
  20. 59ad110 bpo-37547: add _PyObject_CallMethodOneArg (GH-14685) by Jeroen Demeyer · 5 years ago
  21. 2a3d4d9 Document default parameter of .seek() in the signature. (GH-14691) by Benjamin Peterson · 5 years ago
  22. b64c2c6 Fix compiler warning in new code. (#14690) by Tim Peters · 5 years ago
  23. 5d25f2b bpo-37537: Compute allocated blocks in _Py_GetAllocatedBlocks() (#14680) by Neil Schemenauer · 5 years ago
  24. f117d87 Rename memory.c to mpalloc.c for consistency with the header file. (#14687) by Stefan Krah · 5 years ago
  25. 4749dbe Really remove vcstdint.h. (#14686) by Stefan Krah · 5 years ago
  26. 6aeb2fe bpo-26806: IDLE should run without docstrings (#14657) by Terry Jan Reedy · 5 years ago
  27. 3a3db97 bpo-27679: Remove set_bitfields() from _ctypes_test (GH-14648) by Hai Shi · 5 years ago
  28. 73ea546 bpo-37322: ssl test_pha_required_nocert() ignores expected SSLError (GH-14670) by Victor Stinner · 5 years ago
  29. 430a9f4 bpo-18374: fix tests to check the correct thing about line numbers (GH-14659) by Carl Friedrich Bolz-Tereick · 5 years ago
  30. 61b1bc5 Revert "bpo-37322: Fix test_ssl.test_pha_required_nocert() ResourceWarning (GH-14662)" (GH-14669) by Victor Stinner · 5 years ago
  31. 76611c7 bpo-37120: Fix _ssl get_num_tickets() (GH-14668) by Victor Stinner · 5 years ago
  32. 91b4f7a bpo-37526: Add support.catch_threading_exception() (GH-14664) by Victor Stinner · 5 years ago
  33. cf9c41c bpo-37322: Fix test_ssl.test_pha_required_nocert() ResourceWarning (GH-14662) by Victor Stinner · 5 years ago
  34. 110a47c bpo-18374: fix wrong col_offset of some ast.BinOp instances (GH-14607) by Carl Friedrich Bolz-Tereick · 5 years ago
  35. 66b4150 Doc: Fix example title. (GH-14639) by Julien Palard · 5 years ago
  36. 2da622f Doc: Fix: Proper UpperCamelCase and lowercase. (GH-14644) by Julien Palard · 5 years ago
  37. e676244 bpo-37421: test_concurrent_futures stops ForkServer (GH-14643) by Victor Stinner · 5 years ago
  38. 762f93f bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267) by Jeroen Demeyer · 5 years ago
  39. 38f44b4 bpo-37520: Correct behavior for zipfile.Path.parent (GH-14638) by Jason R. Coombs · 5 years ago
  40. f6cdd3f bpo-37513: Change ValueError to TypeError in an example in ctypes doc (GH-14615) by Hai Shi · 5 years ago
  41. a9b40e4 bpo-37478: Add missing 'and'. (GH-14631) by Terry Jan Reedy · 5 years ago
  42. 0717b4d bpo-37478: Specify possible exceptions for os.chdir() (GH-14611) by Kyle Stanley · 5 years ago
  43. 6f2a8c0 bpo-37456: Slash ('/') is now part of syntax. (GH-14627) by Terry Jan Reedy · 5 years ago
  44. f8709e8 bpo-37487: Fix PyList_GetItem index description. (GH-14623) by Terry Jan Reedy · 5 years ago
  45. fcf1d00 bpo-26806: add 30 to the recursion limit in IDLE's shell (GH-13944) by Tal Einat · 5 years ago
  46. 45bc61b bpo-37149: Replace dead link for online Tkinter reference (GH-14616) by Terry Jan Reedy · 5 years ago
  47. 39a5d17 closes bpo-37508: Fix name of type in memory.rst. (GH-14604) by Hai Shi · 5 years ago
  48. f7d72e4 Fix some typos (GH-14435) by Min ho Kim · 5 years ago
  49. 10e5c66 Typo fix in file Include/object.h (GH-14556) by Hansraj Das · 5 years ago
  50. bad02cc Move test_threaded_import.py to test_importlib/ (GH-14582) by Kyle Stanley · 5 years ago
  51. 7b57c03 bpo-37151: remove _PyMethodDef_RawFastCall* functions (GH-14603) by Jeroen Demeyer · 5 years ago
  52. 8fbeb14 bpo-37421: multiprocessing tests now stop ForkServer (GH-14601) by Victor Stinner · 5 years ago
  53. 0d722f3 bpo-36974: separate vectorcall functions for each calling convention (GH-13781) by Jeroen Demeyer · 5 years ago
  54. 6e43d07 bpo-37483: fix reference leak in _PyCodec_Lookup (GH-14600) by Jeroen Demeyer · 5 years ago
  55. 1da4462 bpo-37481: Deprecate distutils bdist_wininst command (GH-14553) by Victor Stinner · 5 years ago
  56. a55f75a Use OSError subclasses in os documentation (GH-14262) by Tim Hoffmann · 5 years ago
  57. 2f19e82 bpo-37479: on Enum subclasses with mixins, __format__ uses overridden __str__ (GH-14545) by thatneat · 5 years ago
  58. b4e6896 bpo-37266: Add bpo number to the What's New entry (GH614584) by Victor Stinner · 5 years ago
  59. 7f41c8e bpo-37493: use _PyObject_CallNoArg in more places (GH-14575) by Jeroen Demeyer · 5 years ago
  60. 196a530 bpo-37483: add _PyObject_CallOneArg() function (#14558) by Jeroen Demeyer · 5 years ago
  61. 9d40554 bpo-37421: Fix multiprocessing get_temp_dir() finalizer (GH-14572) by Victor Stinner · 5 years ago
  62. b607d99 bpo-37459: importlib docs improperly reference get_resource_loader() (#14568) by aldwinaldwin · 5 years ago
  63. 56ec4f1 bpo-19696: Replace deprecated method in "test_import_pkg.py" (GH-14466) by Kyle Stanley · 5 years ago
  64. 53c2143 bpo-37233: optimize method_vectorcall in case of totalargs == 0 (GH-14550) by Jeroen Demeyer · 5 years ago
  65. 469d1a7 bpo-37484: use _PyObject_Vectorcall for __exit__ (GH-14557) by Jeroen Demeyer · 5 years ago
  66. 74c9dd5 bpo-37421: Fix test_distutils.test_build_ext() (GH-14564) by Victor Stinner · 5 years ago
  67. 684cb47 bpo-37421: test_concurrent_futures cleans up multiprocessing (GH-14563) by Victor Stinner · 5 years ago
  68. b71d8d6 bpo-37421: test_winconsoleio doesn't leak temp file anymore (GH-14562) by Victor Stinner · 5 years ago
  69. 0f6f73f Fix typo in 3.9's Whats new. Pyton -> Python (GH-14567) by ILJI CHOI · 5 years ago
  70. aeecf38 bpo-37441: Fix wrong PyErr_SetImportErrorSubclass signature in doc (GH-14453) by Hai Shi · 5 years ago
  71. 477b1b2 bpo-37463: match_hostname requires quad-dotted IPv4 (GH-14499) by Christian Heimes · 5 years ago
  72. 7cb9204 bpo-37421: urllib.request tests call urlcleanup() (GH-14529) by Victor Stinner · 5 years ago
  73. 039fb49 bpo-37421: multiprocessing tests call _run_finalizers() (GH-14527) by Victor Stinner · 5 years ago
  74. 61bf97e bpo-37335, test_c_locale_coercion: Remove unnecessary code (GH-14447) by Jakub Kulík · 5 years ago
  75. d4efd91 bpo-36904: Optimize _PyStack_UnpackDict (GH-14517) by Jeroen Demeyer · 5 years ago
  76. 5bbbc73 bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546) by Ned Deily · 5 years ago
  77. 2cd0792 Put pyexpatns.h include back. bpo-37437 (GH-14539) by Benjamin Peterson · 5 years ago
  78. e226e83 bpo-37363: Add audit events on startup for the run commands (GH-14524) by Steve Dower · 5 years ago
  79. 0f4e813 bpo-37470: Document more clearly the error handling for QueueHandler.emit(). (GH-14532) by Vinay Sajip · 5 years ago
  80. 6731002 bpo-36763: Use PyConfig_Clear() (GH-14445) by Victor Stinner · 5 years ago
  81. e6b64b7 bpo-37469: Document usability of SimpleQueue with QueueHandler and QueueListener. (GH-14521) by Vinay Sajip · 5 years ago
  82. 36242fd bpo-36763: Add PyConfig_SetWideStringList() (GH-14444) by Victor Stinner · 5 years ago
  83. e21b45a bpo-37472: Remove Lib/test/outstanding_bugs.py (GH-14516) by Victor Stinner · 5 years ago
  84. 8f4ef3b Remove unused imports in tests (GH-14518) by Victor Stinner · 5 years ago
  85. f9b7457 bpo-37467: Fix PyErr_Display() for bytes filename (GH-14504) by Victor Stinner · 5 years ago
  86. ec6c1bd bpo-37209: Add pickle entry for 3.8 whatsnew (GH-14503) by Pierre Glaser · 5 years ago
  87. 72cd653 bpo-10945: Drop support for bdist_wininst on non-Windows systems (GH-14506) by Miro Hrončok · 5 years ago
  88. 84de34e bpo-32934: Clarified meaning of 'capacity' for BufferingHandler and MemoryHandler. (GH-14498) by Vinay Sajip · 5 years ago
  89. 4a2edc3 bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New as a compatibility wrapper (GH-13959) by Pablo Galindo · 5 years ago
  90. fc1fbe6 Minor updates to the macOS installer screens for 3.8.0b2 (GH-14501) by Ned Deily · 5 years ago
  91. d1bd6e7 bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448) by Christian Heimes · 5 years ago
  92. f0f5930 bpo-37428: Don't set PHA verify flag on client side (GH-14421) by Christian Heimes · 5 years ago
  93. 12b436e bpo-36168: Lowercase the word "subsequent" in get_value doc (GH-14485) by Krishna Oza · 5 years ago
  94. c2cda63 bpo-37199: Fix test failures when IPv6 is unavailable or disabled (#14480) by Zackery Spytz · 5 years ago
  95. 0d671c0 bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (GH-14344) by Andrew Svetlov · 5 years ago
  96. 5cbbbd7 bpo-29505: Add more fuzzing for re.compile, re.load and csv.reader (GH-14255) by Ammar Askar · 5 years ago
  97. eb97b92 bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469) by tmblweed · 5 years ago
  98. 95da310 bpo-37437: Pass -Wno-unreachable-code when compiling expat. (GH-14470) by Benjamin Peterson · 5 years ago
  99. 3e65830 Make StreamHandler.terminator more discoverable (GH-14359) by Andre Delfino · 5 years ago
  100. 18a2fc6 Fix indentation in logging.handlers.setStream (GH-14358) by Andre Delfino · 5 years ago