1. a4a994b bpo-37461: Fix infinite loop in parsing of specially crafted email headers (GH-14794) by Abhilash Raj · 6 years ago
  2. 82494aa bpo-36390: IDLE: Combine region formatting methods. (GH-12481) by Cheryl Sabella · 6 years ago
  3. fb26504 bpo-37543: optimize pymalloc (#14674) by Inada Naoki · 6 years ago
  4. 7036e1d bpo-37530: simplify, optimize and clean up IDLE code context (GH-14675) by Tal Einat · 6 years ago
  5. bd26a44 Docs: Correct formatting of a multiline code block (GH-13806) by Joseph Fox-Rabinovitz · 6 years ago
  6. f8d4cc7 bpo-27452: IDLE: Cleanup config.py code (GH-14577) by Cheryl Sabella · 6 years ago
  7. f69d5c6 Fix infinite loop in email folding logic (GH-12732) by Paul Ganssle · 6 years ago
  8. 1d8b04e bpo-37599: Remove a vague statement in documentation of Integer Objects (#14786) by sgal · 6 years ago
  9. a0f7119 bpo-37352: Minor word-smithing for design.rst (GH #14730) by Ilya Kamenshchikov · 6 years ago
  10. 6a61714 Replace backquote with command substitution in subprocess doc example (GH-13941) by David Jones · 6 years ago
  11. e869281 bpo-37468: make install no longer install wininst-*.exe files (GH-14511) by Victor Stinner · 6 years ago
  12. 52693c1 bpo-37284: Add note to sys.implementation doc (GH-14328) by Giovanni Cappellotto · 6 years ago
  13. 18c5f9d bpo-37500: Make sure dead code does not generate bytecode but also detect syntax errors (GH-14612) by Pablo Galindo · 6 years ago
  14. cd6e83b bpo-37593: Swap the positions of posonlyargs and args in the constructor of ast.parameters nodes (GH-14778) by Pablo Galindo · 6 years ago
  15. 8b7db5a bpo-37473: Don't import importlib ASAP in tests (GH-14661) by Victor Stinner · 6 years ago
  16. 1c5e68e bpo-34749: Improved performance of binascii.a2b_base64(). (GH-9444) by Sergey Fedoseev · 6 years ago
  17. 0d4f435 Clarify that plistlib's load and dump functions take a binary file object (GH-9825) by Collin Styles · 6 years ago
  18. 52c8c09 bpo-37553: SendfileUsingSendTest tests timeout too short for Windows ARM32 (GH-14716) by Paul Monson · 6 years ago
  19. 40d2226 Remove redundant docs of PyEval_EvalFrameEx (GH-14765) by Hai Shi · 6 years ago
  20. 68c74d0 bpo-37571: Remove extra space in ctypes docs (GH14764) by Steve Dower · 6 years ago
  21. 6b92958 bpo-37571: Add 'b' to prevent the TypeError exception. (GH-14721) by Michele Angrisano · 6 years ago
  22. 8efade9 bpo-36261: Improve example of the preamble field in email docs (GH-14751) by Carl Bordum Hansen · 6 years ago
  23. dffca9e bpo-26967: fix flag grouping with allow_abbrev=False (GH-14316) by Zac Hatfield-Dodds · 6 years ago
  24. 0148470 Fix inconsequential typo in math.remainder algorithm comments. (#14746) by Mark Dickinson · 6 years ago
  25. e441847 bpo-30088: Document that existing dir structure isn't verified by mailbox.Maildir (GH-1163) by Sviatoslav Sydorenko · 6 years ago
  26. ed184c0 bpo-37358: Use vectorcall for functools.partial (GH-14284) by Jeroen Demeyer · 6 years ago
  27. dc3f99f bpo-37548: Document range of atan, acos and asin (GH-14717) by Giovanni Cappellotto · 6 years ago
  28. e6b46aa bpo-37579: Improve equality behavior for pure Python datetime and time (GH-14726) by Xtreak · 6 years ago
  29. 05f2d84 bpo-28269: Replace strcasecmp with system function _stricmp. (GH-13095) by Minmin Gong · 6 years ago
  30. b5bbb8a bpo-37580: Fix typo in http.cookiejar documentation (GH-14731) by Milan Oberkirch · 6 years ago
  31. 994a3b8 Enable publish of Windows releases through Azure Pipelines (GH-14720) by Steve Dower · 6 years ago
  32. fb6c1f8 Fix typo in re.escape documentation (GH-14722) by Robert DiPietro · 6 years ago
  33. b9a0376 closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268) by gescheit · 6 years ago
  34. 0827064 bpo-37521: No longer treat insertion into sys.modules as optional in importlib examples (GH-14723) by Brett Cannon · 6 years ago
  35. a65c977 bpo-19696: Move threaded_import_hangers (GH-14655) by Kyle Stanley · 6 years ago
  36. c8e7146 closes bpo-37566: Remove _realsocket from socket.py. (GH-14711) by Hai Shi · 6 years ago
  37. 13ab570 Remove redundant check from arraymodule b_getitem (GH-14676) by Disconnect3d · 6 years ago
  38. 4737265 bpo-37558: Shared memory tests are failing due to double slashes (GH-14703) by Jakub Kulík · 6 years ago
  39. 7cbef72 closes bpo-37554: Remove `q:q` in os.rst documentation (GH-14692) by Mariatta · 6 years ago
  40. 1dbd084 bpo-29548: no longer use PyEval_Call* functions (GH-14683) by Jeroen Demeyer · 6 years ago
  41. 9b5ce62 bpo-36390: simplify classifyws(), rename it and add unit tests (GH-14500) by Tal Einat · 6 years ago
  42. 79042ac bpo-34369: make kqueue.control() docs better reflect that timeout is positional-only (GH-9499) by Tal Einat · 6 years ago
  43. 59ad110 bpo-37547: add _PyObject_CallMethodOneArg (GH-14685) by Jeroen Demeyer · 6 years ago
  44. 2a3d4d9 Document default parameter of .seek() in the signature. (GH-14691) by Benjamin Peterson · 6 years ago
  45. b64c2c6 Fix compiler warning in new code. (#14690) by Tim Peters · 6 years ago
  46. 5d25f2b bpo-37537: Compute allocated blocks in _Py_GetAllocatedBlocks() (#14680) by Neil Schemenauer · 6 years ago
  47. f117d87 Rename memory.c to mpalloc.c for consistency with the header file. (#14687) by Stefan Krah · 6 years ago
  48. 4749dbe Really remove vcstdint.h. (#14686) by Stefan Krah · 6 years ago
  49. 6aeb2fe bpo-26806: IDLE should run without docstrings (#14657) by Terry Jan Reedy · 6 years ago
  50. 3a3db97 bpo-27679: Remove set_bitfields() from _ctypes_test (GH-14648) by Hai Shi · 6 years ago
  51. 73ea546 bpo-37322: ssl test_pha_required_nocert() ignores expected SSLError (GH-14670) by Victor Stinner · 6 years ago
  52. 430a9f4 bpo-18374: fix tests to check the correct thing about line numbers (GH-14659) by Carl Friedrich Bolz-Tereick · 6 years ago
  53. 61b1bc5 Revert "bpo-37322: Fix test_ssl.test_pha_required_nocert() ResourceWarning (GH-14662)" (GH-14669) by Victor Stinner · 6 years ago
  54. 76611c7 bpo-37120: Fix _ssl get_num_tickets() (GH-14668) by Victor Stinner · 6 years ago
  55. 91b4f7a bpo-37526: Add support.catch_threading_exception() (GH-14664) by Victor Stinner · 6 years ago
  56. cf9c41c bpo-37322: Fix test_ssl.test_pha_required_nocert() ResourceWarning (GH-14662) by Victor Stinner · 6 years ago
  57. 110a47c bpo-18374: fix wrong col_offset of some ast.BinOp instances (GH-14607) by Carl Friedrich Bolz-Tereick · 6 years ago
  58. 66b4150 Doc: Fix example title. (GH-14639) by Julien Palard · 6 years ago
  59. 2da622f Doc: Fix: Proper UpperCamelCase and lowercase. (GH-14644) by Julien Palard · 6 years ago
  60. e676244 bpo-37421: test_concurrent_futures stops ForkServer (GH-14643) by Victor Stinner · 6 years ago
  61. 762f93f bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267) by Jeroen Demeyer · 6 years ago
  62. 38f44b4 bpo-37520: Correct behavior for zipfile.Path.parent (GH-14638) by Jason R. Coombs · 6 years ago
  63. f6cdd3f bpo-37513: Change ValueError to TypeError in an example in ctypes doc (GH-14615) by Hai Shi · 6 years ago
  64. a9b40e4 bpo-37478: Add missing 'and'. (GH-14631) by Terry Jan Reedy · 6 years ago
  65. 0717b4d bpo-37478: Specify possible exceptions for os.chdir() (GH-14611) by Kyle Stanley · 6 years ago
  66. 6f2a8c0 bpo-37456: Slash ('/') is now part of syntax. (GH-14627) by Terry Jan Reedy · 6 years ago
  67. f8709e8 bpo-37487: Fix PyList_GetItem index description. (GH-14623) by Terry Jan Reedy · 6 years ago
  68. fcf1d00 bpo-26806: add 30 to the recursion limit in IDLE's shell (GH-13944) by Tal Einat · 6 years ago
  69. 45bc61b bpo-37149: Replace dead link for online Tkinter reference (GH-14616) by Terry Jan Reedy · 6 years ago
  70. 39a5d17 closes bpo-37508: Fix name of type in memory.rst. (GH-14604) by Hai Shi · 6 years ago
  71. f7d72e4 Fix some typos (GH-14435) by Min ho Kim · 6 years ago
  72. 10e5c66 Typo fix in file Include/object.h (GH-14556) by Hansraj Das · 6 years ago
  73. bad02cc Move test_threaded_import.py to test_importlib/ (GH-14582) by Kyle Stanley · 6 years ago
  74. 7b57c03 bpo-37151: remove _PyMethodDef_RawFastCall* functions (GH-14603) by Jeroen Demeyer · 6 years ago
  75. 8fbeb14 bpo-37421: multiprocessing tests now stop ForkServer (GH-14601) by Victor Stinner · 6 years ago
  76. 0d722f3 bpo-36974: separate vectorcall functions for each calling convention (GH-13781) by Jeroen Demeyer · 6 years ago
  77. 6e43d07 bpo-37483: fix reference leak in _PyCodec_Lookup (GH-14600) by Jeroen Demeyer · 6 years ago
  78. 1da4462 bpo-37481: Deprecate distutils bdist_wininst command (GH-14553) by Victor Stinner · 6 years ago
  79. a55f75a Use OSError subclasses in os documentation (GH-14262) by Tim Hoffmann · 6 years ago
  80. 2f19e82 bpo-37479: on Enum subclasses with mixins, __format__ uses overridden __str__ (GH-14545) by thatneat · 6 years ago
  81. b4e6896 bpo-37266: Add bpo number to the What's New entry (GH614584) by Victor Stinner · 6 years ago
  82. 7f41c8e bpo-37493: use _PyObject_CallNoArg in more places (GH-14575) by Jeroen Demeyer · 6 years ago
  83. 196a530 bpo-37483: add _PyObject_CallOneArg() function (#14558) by Jeroen Demeyer · 6 years ago
  84. 9d40554 bpo-37421: Fix multiprocessing get_temp_dir() finalizer (GH-14572) by Victor Stinner · 6 years ago
  85. b607d99 bpo-37459: importlib docs improperly reference get_resource_loader() (#14568) by aldwinaldwin · 6 years ago
  86. 56ec4f1 bpo-19696: Replace deprecated method in "test_import_pkg.py" (GH-14466) by Kyle Stanley · 6 years ago
  87. 53c2143 bpo-37233: optimize method_vectorcall in case of totalargs == 0 (GH-14550) by Jeroen Demeyer · 6 years ago
  88. 469d1a7 bpo-37484: use _PyObject_Vectorcall for __exit__ (GH-14557) by Jeroen Demeyer · 6 years ago
  89. 74c9dd5 bpo-37421: Fix test_distutils.test_build_ext() (GH-14564) by Victor Stinner · 6 years ago
  90. 684cb47 bpo-37421: test_concurrent_futures cleans up multiprocessing (GH-14563) by Victor Stinner · 6 years ago
  91. b71d8d6 bpo-37421: test_winconsoleio doesn't leak temp file anymore (GH-14562) by Victor Stinner · 6 years ago
  92. 0f6f73f Fix typo in 3.9's Whats new. Pyton -> Python (GH-14567) by ILJI CHOI · 6 years ago
  93. aeecf38 bpo-37441: Fix wrong PyErr_SetImportErrorSubclass signature in doc (GH-14453) by Hai Shi · 6 years ago
  94. 477b1b2 bpo-37463: match_hostname requires quad-dotted IPv4 (GH-14499) by Christian Heimes · 6 years ago
  95. 7cb9204 bpo-37421: urllib.request tests call urlcleanup() (GH-14529) by Victor Stinner · 6 years ago
  96. 039fb49 bpo-37421: multiprocessing tests call _run_finalizers() (GH-14527) by Victor Stinner · 6 years ago
  97. 61bf97e bpo-37335, test_c_locale_coercion: Remove unnecessary code (GH-14447) by Jakub Kulík · 6 years ago
  98. d4efd91 bpo-36904: Optimize _PyStack_UnpackDict (GH-14517) by Jeroen Demeyer · 6 years ago
  99. 5bbbc73 bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546) by Ned Deily · 6 years ago
  100. 2cd0792 Put pyexpatns.h include back. bpo-37437 (GH-14539) by Benjamin Peterson · 6 years ago