1. 46634b7 bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15312) by Miss Islington (bot) · 5 years ago
  2. 2fbb0d8 bpo-40741: Update macOS installer to use SQLite 3.32.3 (GH-20979) by Miss Islington (bot) · 5 years ago
  3. 8831162 bpo-41205: Document Decimal power 0 to the 0 (GH-21386) by Miss Islington (bot) · 5 years ago
  4. 01ab963 bpo-41295: Reimplement the Carlo Verre "hackcheck" (GH-21528) by Miss Islington (bot) · 5 years ago
  5. 27b8110 bpo-39603: Prevent header injection in http methods (GH-18485) by Miss Islington (bot) · 5 years ago
  6. f925444 bpo-41325: Add version note for args and kwargs property in call object (GH-21525) by Miss Islington (bot) · 5 years ago
  7. 760552c bpo-41024: doc: Explicitly mention use of 'enum.Enum' as a valid container for '… (GH-20964) (GH-21527) by Miss Islington (bot) · 5 years ago
  8. a16ac4e bpo-41304: Update NEWS to include CVE-2020-15801 reference (GH-21521) by Miss Islington (bot) · 5 years ago
  9. 5a7aa28 bpo-41300: IDLE - save files with non-ascii chars (GH-21512) by Miss Islington (bot) · 5 years ago
  10. 9d8b8c3 Fix trivial typo in the PEG string parser (GH-21508) by Miss Islington (bot) · 5 years ago
  11. 961703c Fix possibly-unitialized warning in string_parser.c. (GH-21503) by Miss Islington (bot) · 5 years ago
  12. f0f6566 Remove unnecessary spaces in code blocks in urllib.parse.rst (GH-21500) by Miss Islington (bot) · 5 years ago
  13. 28e93dd bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495) by Miss Islington (bot) · 5 years ago
  14. 4a02da4 bpo-40150: Fix mismatched argument in RegisterWaitForSingleObject() call (GH-19686) by Miss Islington (bot) · 5 years ago
  15. 9080e1e Fix -Wstring-prototypes warnings in _zoneinfo.c. (GH-21478) by Miss Islington (bot) · 5 years ago
  16. f2f6759 Fix -Wstrict-prototypes warning in thread_pthread.h. (GH-21477) by Miss Islington (bot) · 5 years ago
  17. 8ca63f9 bpo-41302: Fix build with system libmpdec (GH-21481) by Miss Islington (bot) · 5 years ago
  18. f323229 [3.9] bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) (GH-21482) by Miss Islington (bot) · 5 years ago
  19. 805874a Fix repeated words in Classes tutorial (GH-21455) by Miss Islington (bot) · 5 years ago
  20. 57c984f bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458) by Miss Islington (bot) · 5 years ago
  21. a77b1f6 bpo-41228: Fix /a/are/ in monthcalendar() descripton (GH-21372) by Miss Islington (bot) · 5 years ago
  22. 3daf001 Fix typo in docs: 'created by th' -> 'created by the' (GH-21384) by Miss Islington (bot) · 5 years ago
  23. 51b36ed bpo-41175: Guard against a NULL pointer dereference within bytearrayobject (GH-21240) by Miss Islington (bot) · 5 years ago
  24. fd27fb7 bpo-37765: Add keywords to IDLE tab completions (GH-15138) by Miss Islington (bot) · 5 years ago
  25. c65ee55 bpo-41172: Fix check for compiler in test suite (GH-21400) by Miss Islington (bot) · 5 years ago
  26. b4beda1 bpo-41199: Docstring convention not followed for dataclasses documentation page (GH-21413) by Miss Islington (bot) · 5 years ago
  27. 90584c0 bpo-41252: Fix incorrect refcounting in _ssl.c's _servername_callback() (GH-21407) by Miss Islington (bot) · 5 years ago
  28. e689789 bpo-40597: Allow email.contextmanager set_content() to set a null string. (GH-20542) by Miss Islington (bot) · 5 years ago
  29. fbd71f6 bpo-41247: asyncio.set_running_loop() cache running loop holder (GH-21401) by Miss Islington (bot) · 5 years ago
  30. a0a6f11 Revert "bpo-40170: PyType_HasFeature() now always calls PyType_GetFlags() (GH-19378)" (GH-21390) by Miss Islington (bot) · 5 years ago
  31. 1d1c574 closes bpo-41235: Fix the error handling in SSLContext.load_dh_params() (GH-21385) by Miss Islington (bot) · 5 years ago
  32. 366cfc6 bpo-41173: Copy test results file from ARM worker before uploading (GH-21305) by Miss Islington (bot) · 5 years ago
  33. 2c82628 bpo-41207 In distutils.spawn, rewrite FileNotFound (GH-21359) by Miss Islington (bot) · 5 years ago
  34. edeaf61 bpo-41215: Make assertion in the new parser more strict (GH-21364) by Miss Islington (bot) · 5 years ago
  35. 6488a4a [3.9] bpo-41218: Only mark async code with CO_COROUTINE. (GH-21357) (GH-21362) by Pablo Galindo · 5 years ago
  36. 54f115d [3.9] bpo-41215: Don't use NULL by default in the PEG parser keyword list (GH-21355) (GH-21356) by Pablo Galindo · 5 years ago
  37. 4981fe3 bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21297) by Miss Islington (bot) · 5 years ago
  38. 97558d6 [3.9] bpo-37207: Update whatsnews for 3.9 (GH-21337) by Dong-hee Na · 5 years ago
  39. 1ce59f0 bpo-41165: Deprecate PyEval_ReleaseLock() (GH-21309) by Miss Islington (bot) · 5 years ago
  40. 00c09f0 bpo-28681: Clarify multiple function names in the tutorial (GH-21340) (GH-21343) by Miss Islington (bot) · 5 years ago
  41. 3f4a9fd bpo-26205: Specify the number of nested scopes (GH-21324) (GH-21341) by Miss Islington (bot) · 5 years ago
  42. 5a13849 bpo-39168: Remove the __new__ method of typing.Generic (GH-21327) by Miss Islington (bot) · 5 years ago
  43. 16f4517 bpo-41211: Doc: Fix PyLong_FromUnicode (GH-21331) by Inada Naoki · 5 years ago
  44. 48f388f bpo-41211: Doc: Fix PyLong_FromUnicodeObject (GH-21325) by Miss Islington (bot) · 5 years ago
  45. 9c38408 Uncomment Py_DEPRECATED for Py_UNICODE APIs (GH-21318) by Miss Islington (bot) · 5 years ago
  46. 1cbcf98 bpo-33864: Clarify the docs for typing.ByteString (GH-21311) by Miss Islington (bot) · 5 years ago
  47. 941117a bpo-21222: Fix improperly merged change so that final hooks are called before types are cleared (GH-21304) by Steve Dower · 5 years ago
  48. e1d4fdc bpo-41162: Clear audit hooks later during finalization (GH-21222) by Steve Dower · 5 years ago
  49. 1c77654 bpo-41180: Audit code.__new__ when unmarshalling (GH-21271) by Miss Islington (bot) · 5 years ago
  50. c1feaa5 Post 3.9.0b4 by Łukasz Langa · 5 years ago
  51. b0bb791 Merge tag 'v3.9.0b4' into 3.9 by Łukasz Langa · 5 years ago
  52. f859927 [3.9] bpo-41194: The _ast module cannot be loaded more than once (GH-21290) (GH-21292) by Victor Stinner · 5 years ago
  53. 486c256 Improve code organization for the random module (GH-21161) (GH-21163) by Miss Islington (bot) · 5 years ago
  54. bfec674 bpo-39960: Allow heap types in the "Carlo Verre" hack check that override "tp_setattro()" (GH-21092) by Miss Islington (bot) · 5 years ago
  55. 32e9e17 Remove extraneous file from the Docs folder (GH-21286) by Miss Islington (bot) · 5 years ago
  56. 69dec9c Python 3.9.0b4 by Łukasz Langa · 5 years ago
  57. 0b4c87e bpo-41193: Ignore OSError in readline write_history() (GH-21279) by Miss Islington (bot) · 5 years ago
  58. ecfecc2 [3.9] bpo-41043: Escape literal part of the path for glob(). (GH-20994). (GH-21275) by Serhiy Storchaka · 5 years ago
  59. df59293 bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all_tasks() (GH-20874) by Miss Islington (bot) · 5 years ago
  60. fe0175f bpo-41158: IDLE: rewrite the code for handling file encoding (GH-21215) by Miss Islington (bot) · 5 years ago
  61. c20e83d [3.9] Add lysnikolaou to CODEOWNERS for the new parser (GH-21253) by Lysandros Nikolaou · 5 years ago
  62. 652585c Doc: Minor fix to init config C API documentation (GH-21198) by Miss Islington (bot) · 5 years ago
  63. c84d3fe bpo-41161 Add news entry for libmpdec-2.5.0 (GH-21243) (#21244) by Miss Islington (bot) · 5 years ago
  64. 083ed52 Update FAQ release schedule and estimated users (GH-21180) by Miss Islington (bot) · 5 years ago
  65. 2ea6a99 bpo-41123: Remove PyUnicode_AsUnicodeCopy in 3.10 (GH-21227) by Inada Naoki · 5 years ago
  66. 01638ce bpo-41152: IDLE: always use UTF-8 for standard IO streams (GH-21214) by Miss Islington (bot) · 5 years ago
  67. 9a646aa bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21033) by Miss Islington (bot) · 5 years ago
  68. 990efe0 [3.9] bpo-41084: Fix test_fstring failure when using the old parser (GH-21212) by Lysandros Nikolaou · 5 years ago
  69. a3f2a58 Update libmpdec license dates (GH-21216) by Miss Islington (bot) · 5 years ago
  70. 9e36b6e bpo-41048: mimetypes should read the rule file using UTF-8, not the locale encoding (GH-20998) by Miss Islington (bot) · 5 years ago
  71. 02134da bpo-41123: Doc: PyLong_FromUnicode will be removed in 3.10 (GH-21205) by Inada Naoki · 5 years ago
  72. 119de0e bpo-40874 Update the required libmpdec version for the decimal module (GH-21202) by Miss Islington (bot) · 5 years ago
  73. d1e05e7 bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177) by Miss Islington (bot) · 5 years ago
  74. 1497bf6 bpo-41144: Fix IDLE open module error (GH-21182) by Miss Islington (bot) · 5 years ago
  75. 6e39999 [3.9] bpo-38870: Extend subject of ast.unparse warnings (GH-21053) (GH-21191) by Pablo Galindo · 5 years ago
  76. 6803ff2 [3.9] Add soft keywords to the documentation (GH-21185) (GH-21187) by Pablo Galindo · 5 years ago
  77. 2a1ee1d [3.9] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#21022) by Guido van Rossum · 5 years ago
  78. dab533d [3.9] bpo-41076: Pre-feed the parser with the f-string expression location (GH-21054) (GH-21190) by Pablo Galindo · 5 years ago
  79. 102ca52 [3.9] bpo-40769: Allow extra surrounding parentheses for invalid annotated assignment rule (GH-20387) (GH-21186) by Pablo Galindo · 5 years ago
  80. cb0dc52 bpo-41084: Adjust message when an f-string expression causes a SyntaxError (GH-21084) by Miss Islington (bot) · 5 years ago
  81. 5193d0a [3.9] bpo-41132: Use pymalloc allocator in the f-string parser (GH-21173) (GH-21183) by Lysandros Nikolaou · 5 years ago
  82. 9191eac Remove dead code from tracemalloc (GH-21029) by Miss Islington (bot) · 5 years ago
  83. 1a0c581 bpo-41100: clarify NEWS item about macOS 11 support (GH-21174) by Miss Islington (bot) · 5 years ago
  84. d01a3e7 [3.9] bpo-41119: Output correct error message for list/tuple followed by colon (GH-21160) (GH-21172) by Lysandros Nikolaou · 5 years ago
  85. f925407 [3.9] bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters. (GH-21035). (GH-21156) by Serhiy Storchaka · 5 years ago
  86. ad7a667 BPO-41100: Support macOS 11 when building (GH-21113) by Miss Islington (bot) · 5 years ago
  87. c4dfcb2 bpo-41112: Fix test_peg_generator on non-UTF-8 locales. (GH-21138) by Miss Islington (bot) · 5 years ago
  88. 086b453 bpo-41113: Fix test_warnings on non-Western locales. (GH-21143) by Miss Islington (bot) · 5 years ago
  89. cd6f911 [3.9] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (GH-20947) by Christian Heimes · 5 years ago
  90. fdf6872 bpo-35773: Fix test_bdb on non-UTF-8 locales. (GH-21136) by Miss Islington (bot) · 5 years ago
  91. 16e79a4 bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141) by Miss Islington (bot) · 5 years ago
  92. bdc55eb bpo-39580: add check for CLI installation on macOS (GH-20271) by Miss Islington (bot) · 5 years ago
  93. e9dafe7 Forward port macOS installer updates from 3.7/3.8 (GH-21132) (GH-21135) by Ned Deily · 5 years ago
  94. 0ef6a3f bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126) by Miss Islington (bot) · 5 years ago
  95. c1634ac bpo-40773: Fix rendering for 'retval' on the pdb page (GH-21081) by Miss Islington (bot) · 5 years ago
  96. 29aa808 bpo-41094: Additional fix for PYTHONSTARTUP. (GH-21119) by Miss Islington (bot) · 5 years ago
  97. 153e20e bpo-41038: Fix non-ASCII string corruption in Win32 resource files (GH-20985) by Miss Islington (bot) · 5 years ago
  98. 7329c8c bpo-41094: Fix decoding errors with audit when open files. (GH-21095) by Miss Islington (bot) · 5 years ago
  99. 6c56356 [3.9] bpo-41056: Fix a possible MemoryError leak within zoneinfo. (GH-21007) by Paul Ganssle · 5 years ago
  100. d518ed0 bpo-41005: Fixed perrmission error (GH-20936) (GH-21051) by Miss Islington (bot) · 5 years ago