1. 36a2497 bpo-44524: Fix an issue wherein `_GenericAlias._name` was not properly set for specialforms (GH-27614) by Miss Islington (bot) · 3 years, 3 months ago
  2. 2ae2235 bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623) by Miss Islington (bot) · 3 years, 3 months ago
  3. a11158e bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065) by Miss Islington (bot) · 3 years, 3 months ago
  4. 0a642d5 bpo-44679: [doc] fix typo in unittest.mock.rst (GH-27618) by Miss Islington (bot) · 3 years, 3 months ago
  5. b1bd16c [3.10] bpo-44838: Refine the custom syntax errors for invalid 'if' expressions (GH-27615). (GH-27616) by Pablo Galindo Salgado · 3 years, 3 months ago
  6. 536e35a bpo-44801: Check arguments in substitution of ParamSpec in Callable (GH-27585) by Miss Islington (bot) · 3 years, 3 months ago
  7. c2593b4 bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166) by Miss Islington (bot) · 3 years, 3 months ago
  8. 98f6a72 [doc] bpo-43066: zipfile - add note on leading slash in the filename arg (GH-26899) by Miss Islington (bot) · 3 years, 3 months ago
  9. cdcae41 Fix typo in 'xml.dom.minidom' documentation (GH-27602) by Miss Islington (bot) · 3 years, 3 months ago
  10. 770be3a Fix 404 link to the pyporting mailing list (GH-27320) by Miss Islington (bot) · 3 years, 3 months ago
  11. f4b3217 Note that tp_clear and m_clear are not always called (GH-27581) by Miss Islington (bot) · 3 years, 3 months ago
  12. 40a8631 Fix hyperlink conflict in turtle docs (GH-27592) by Miss Islington (bot) · 3 years, 3 months ago
  13. 952aa31 bpo-41886: Fix documented type of PyType_Type (GH-22454) by Miss Islington (bot) · 3 years, 3 months ago
  14. 4b46db6 Ensure LICENSE.txt file is generated even in PGO builds (GH-27580) (GH-27582) by Steve Dower · 3 years, 3 months ago
  15. bc2841c bpo-44808: fixes test for interactive inspect getsource of a class (GH-27571) by Miss Islington (bot) · 3 years, 3 months ago
  16. 84494db bpo-41737: expand doc for NotADirectoryError (GH-27471) by Miss Islington (bot) · 3 years, 3 months ago
  17. 8ce7f2f bpo-39091: Fix segfault when Exception constructor returns non-exception for gen.throw. (GH-17658) (GH-27572) by Miss Islington (bot) · 3 years, 3 months ago
  18. 2b8d4ea Post 3.10.0rc1 by Pablo Galindo · 3 years, 3 months ago
  19. cc115e5 Python 3.10.0rc1 by Pablo Galindo · 3 years, 3 months ago
  20. 5671762 bpo-44792: Improve syntax errors for if expressions (GH-27506) (GH-27565) by Miss Islington (bot) · 3 years, 3 months ago
  21. c6e7c98 bpo-44782: Improve OrderedDict recipe for LRU cache variants (GH-27536) by Miss Islington (bot) · 3 years, 3 months ago
  22. 14cb669 bpo-35183: Add typical examples to os.path.splitext docs (GH-27286) (GH-27563) by Miss Islington (bot) · 3 years, 3 months ago
  23. aa72668 bpo-44785: Silence deprecation warnings in test_pickle (GH-27538) by Miss Islington (bot) · 3 years, 3 months ago
  24. 2cc19a5 bpo-44806: Fix __init__ in subclasses of protocols (GH-27545) by Miss Islington (bot) · 3 years, 3 months ago
  25. 9de5901 Document PyMember_GetOne and PyMember_SetOne (GH-27555) by Miss Islington (bot) · 3 years, 3 months ago
  26. 7c89bdd doc: "Mac OS " -> "macOS" (GH-27534) by Miss Islington (bot) · 3 years, 3 months ago
  27. a1eaa74 bpo-44808: Fix test_inspect in refleak mode (GH-27544) by Miss Islington (bot) · 3 years, 3 months ago
  28. 5888107 doc: "Mac OS X" -> "macOS" (GH-27535) by Miss Islington (bot) · 3 years, 3 months ago
  29. 1bc83eb bpo-44781: make distutils test suppress deprecation warning from import distutils (GH-27485) (GH-27540) by Miss Islington (bot) · 3 years, 3 months ago
  30. 33a4010 bpo-44667: Treat correctly lines ending with comments and no newlines in the Python tokenizer (GH-27499) (GH-27500) by Miss Islington (bot) · 3 years, 3 months ago
  31. c8db292 bpo-44793: Fix checking the number of arguments when subscribe a generic type with ParamSpec parameter. (GH-27515) by Miss Islington (bot) · 3 years, 3 months ago
  32. b192fb3 Remove beta release note from macOS installer displays (GH-27531) by Ned Deily · 3 years, 3 months ago
  33. 21d5897 bpo-44784: Apply changes from importlib_metadata 4.6.3 (GH-27508) (#27510) by Miss Islington (bot) · 3 years, 4 months ago
  34. 35035bc bpo-34013: Don't consider a grouped expression when reporting legacy print syntax errors (GH-27521) by Miss Islington (bot) · 3 years, 4 months ago
  35. 76903ff bpo-44794: Merge tests for typing.Callable and collection.abc.Callable (GH-27507) by Miss Islington (bot) · 3 years, 4 months ago
  36. 12073fc Trivial typo in docstring (#27504) by Miss Islington (bot) · 3 years, 4 months ago
  37. f468ede bpo-44648: Fix error type in inspect.getsource() in interactive session (GH-27171) (GH-27495) by Miss Islington (bot) · 3 years, 4 months ago
  38. 440c9f7 bpo-43625: Enhance csv sniffer has_headers() to be more accurate (GH-26939) (GH-27494) by Miss Islington (bot) · 3 years, 4 months ago
  39. 6f95002 bpo-42892: fix email multipart attribute error (GH-26903) (GH-27492) by Miss Islington (bot) · 3 years, 4 months ago
  40. 843b3d28 bpo-41911: Update docs for various expressions (GH-27470) (GH-27490) by Miss Islington (bot) · 3 years, 4 months ago
  41. 0db6c14 bpo-44666: Use default encoding as fallback for compile_file (GH-27236) (GH-27488) by Miss Islington (bot) · 3 years, 4 months ago
  42. 6e6dc25 bpo-44753: Don't use logfile extension when determining old files to be deleted (GH-27475) (GH-27487) by Miss Islington (bot) · 3 years, 4 months ago
  43. c2e0b13 [3.10] Fail the CI if an optional module fails to compile (GH-27466). (GH-27481) by Pablo Galindo Salgado · 3 years, 4 months ago
  44. f7f1c26 Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27478) by Miss Islington (bot) · 3 years, 4 months ago
  45. 6ca35f2 Doc: Change errant 3.10.0 to 3.10, to match other mentions (GH-27459) (GH-27479) by Miss Islington (bot) · 3 years, 4 months ago
  46. 56122b0 bpo-44761: Change default value of NewType __module__ attr (GH-27406) (GH-27477) by Miss Islington (bot) · 3 years, 4 months ago
  47. 0cb470e [3.10] bpo-31746: Prevent segfaults when sqlite3.Connection is uninitialised (GH-27431). (GH-27472) by Erlend Egeberg Aasland · 3 years, 4 months ago
  48. 4729976 bpo-44662: Add ability to annotate types.Union (GH-27214) (GH-27461) by Miss Islington (bot) · 3 years, 4 months ago
  49. 0b984d1 bpo-44479: Do not regenerate files during a PGO build as it will invalidate the profile. (GH-27462) by Steve Dower · 3 years, 4 months ago
  50. 9d7511c Add missing gdbm dependencies to the UNIX CI (GH-27467) by Miss Islington (bot) · 3 years, 4 months ago
  51. 1256279 Fix typo in ast.rst (GH-27449) (GH-27454) by Miss Islington (bot) · 3 years, 4 months ago
  52. a438b37 To fix the random failed test cases of test___xxsubinterpreters in multiprocess. (GH-27240) (GH-27452) by Miss Islington (bot) · 3 years, 4 months ago
  53. 86545bd bpo-44765: [doc] fix typo (GH-27430) (GH-27450) by Miss Islington (bot) · 3 years, 4 months ago
  54. f8e13e3 bpo-44752: refactor part of rlcompleter.Completer.attr_matches (GH-27433) (GH-27447) by Miss Islington (bot) · 3 years, 4 months ago
  55. ebba286 bpo-32280: Store _PyRuntime in a named section (GH-4802) (#27448) by Miss Islington (bot) · 3 years, 4 months ago
  56. d20f109 bpo-44752: Make rlcompleter not call `@property` methods (GH-27401) (GH-27444) by Miss Islington (bot) · 3 years, 4 months ago
  57. 761c641 bpo-44707: Fix an undefined behavior of the null pointer arithmetic (GH-27292) (GH-27442) by Miss Islington (bot) · 3 years, 4 months ago
  58. 6b922da bpo-41103: Resurrect the old buffer protocol. (GH-27437) (GH-27441) by Miss Islington (bot) · 3 years, 4 months ago
  59. b5bdc0c bpo-43565: Document PyUnicode_KIND's return type as an unsigned int (GH-25724) (GH-27439) by Miss Islington (bot) · 3 years, 4 months ago
  60. 405f5c5 [3.10] bpo-43897: Reject "_" captures and top-level MatchStar in the AST validator (GH-27432) (GH-27435) by Miss Islington (bot) · 3 years, 4 months ago
  61. bccb7b9 bpo-40263: Fixes an off-by-one error in _winapi_WaitForMultipleObjects_impl (GH-19501) by Miss Islington (bot) · 3 years, 4 months ago
  62. 369d148 bpo-44763: [doc] remove repetitive sentence from textwrap.wrap (GH-27423) (GH-27426) by Miss Islington (bot) · 3 years, 4 months ago
  63. 97af790 bpo-44544: [doc] list all textwrap func kwargs (GH-26999) (GH-27424) by Miss Islington (bot) · 3 years, 4 months ago
  64. 8789add bpo-27827: identify a greater range of reserved filename on Windows. (GH-26698) (GH-27421) by Miss Islington (bot) · 3 years, 4 months ago
  65. a90a57e Fix typo in sqlite3.rst (GH-27415) (GH-27417) by Miss Islington (bot) · 3 years, 4 months ago
  66. c75b594 Add missing end of sentence in docs (GH-27280) (GH-27419) by Miss Islington (bot) · 3 years, 4 months ago
  67. 5eabf24 Change type check to isinstance in pipes (GH-27291) (GH-27416) by Miss Islington (bot) · 3 years, 4 months ago
  68. 0993837 Spell out 's.pop() or s.pop(i)' (GH-27398) (GH-27412) by Miss Islington (bot) · 3 years, 4 months ago
  69. f113195 bpo-44756: in ./Doc, `make build` depends on `make html` (GH-27403) (GH-27410) by Miss Islington (bot) · 3 years, 4 months ago
  70. c558e12 bpo-44657: Fix instancemethod_call to use PyInstanceMethod_GET_FUNCTION (GH-27202) by Miss Islington (bot) · 3 years, 4 months ago
  71. 684eb5c [3.10] bpo-44461: Check early that a pdb target is valid for execution. (GH-27227) (GH-27399) by Jason R. Coombs · 3 years, 4 months ago
  72. 5502ee0 bpo-44600: Refactor new tracing tests (GH-27396) (GH-27404) by Miss Islington (bot) · 3 years, 4 months ago
  73. 68e3dca bpo-34013: Move the Python 2 hints from the exception constructor to the parser (GH-27392) by Miss Islington (bot) · 3 years, 4 months ago
  74. b977f85 [3.10] bpo-34013: Generalize the invalid legacy statement error message (GH-27389). (GH-27391) by Pablo Galindo Salgado · 3 years, 4 months ago
  75. be24154 bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385) (#27386) by Miss Islington (bot) · 3 years, 4 months ago
  76. 1557cff [doc] Fix typo in asyncio Event Loop (GH-27377) by Miss Islington (bot) · 3 years, 4 months ago
  77. b631d8d Add windows build.bat counterpart for 'make regen-all' in error message (GH-26770) by Miss Islington (bot) · 3 years, 4 months ago
  78. 6fc1efa bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-27380) by Miss Islington (bot) · 3 years, 4 months ago
  79. 0ea5e0d bpo-44515: handle non-refcounted GC in contextlib tests (GH-26910) (GH-27379) by Miss Islington (bot) · 3 years, 4 months ago
  80. 3dc88ff docs: replace "Mac OS X" -> "macOS" (GH-27364) (GH-27374) by Miss Islington (bot) · 3 years, 4 months ago
  81. 5151826 The current documentation says it returns None if the name is not found, but (GH-26785) (GH-27371) by Miss Islington (bot) · 3 years, 4 months ago
  82. 563e057 bpo-43443: Clarify difference between shelve objects and dicts (GH-27004) (GH-27369) by Miss Islington (bot) · 3 years, 4 months ago
  83. 4a5457d bpo-44490: Add 'Whats New' docs regarding types.Union changes (GH-27215) (GH-27368) by Miss Islington (bot) · 3 years, 4 months ago
  84. 256d97c bpo-44698: Fix undefined behaviour in complex exponentiation. (GH-27278) (#27366) by Miss Islington (bot) · 3 years, 4 months ago
  85. 8a37e8c bpo-44732: Rename types.Union to types.UnionType (GH-27342) by Miss Islington (bot) · 3 years, 4 months ago
  86. 16a174f bpo-44734: Fix precision in turtle tests (GH-27343) (GH-27361) by Miss Islington (bot) · 3 years, 4 months ago
  87. 642d873 bpo-44693: Update __future__ entry in Doc/glossary.rst (GH-27349) (GH-27357) by Miss Islington (bot) · 3 years, 4 months ago
  88. 01601aa [3.10] bpo-44600: Fix line numbers for pattern matching cleanup code (GH-27346) (GH-27356) by Miss Islington (bot) · 3 years, 4 months ago
  89. 628baf6 [3.10] bpo-44399: Update logging cookbook to document patterns to be avoided. (GH-27348) (GH-27352) by Miss Islington (bot) · 3 years, 4 months ago
  90. 59058a6 [3.10] bpo-43184: Add information about added attribute and method. (GH-27347) (GH-27355) by Miss Islington (bot) · 3 years, 4 months ago
  91. 0aea99e bpo-44676: Serialize the union type using only public API (GH-27323) (GH-27340) by Miss Islington (bot) · 3 years, 4 months ago
  92. ca5a4cf bpo-44731: Simplify the union type implementation (GH-27318) (GH-27334) by Ken Jin · 3 years, 4 months ago
  93. 9356d1e [3.10] bpo-44676: Add ability to serialize types.Union (GH-27244) (GH-27333) by Pablo Galindo Salgado · 3 years, 4 months ago
  94. e8c0174 bpo-44353: Improve tests covering typing.NewType pickling (GH-27302) (GH-27328) by Miss Islington (bot) · 3 years, 4 months ago
  95. 05f5d8e [3.10] bpo-44353: Expand NewType tests for complex __qualname__ (GH-27311) (GH-27326) by Łukasz Langa · 3 years, 4 months ago
  96. 45caee2 bpo-44713: [doc fix]: typo in subprocess.rst (GH-27297) (GH-27298) by Miss Islington (bot) · 3 years, 4 months ago
  97. 659030c bpo-44720: Don't crash when calling weakref.proxy(not_an_iterator).__next__ (GH-27316) (GH-27324) by Miss Islington (bot) · 3 years, 4 months ago
  98. d15949a bpo-44353: Document that typing.NewType is now a class (GH-27319) (GH-27321) by Miss Islington (bot) · 3 years, 4 months ago
  99. 5ec2757 bpo-42854: Correctly use size_t for _ssl._SSLSocket.read and _ssl._SSLSocket.write (GH-27271) (GH-27308) by Miss Islington (bot) · 3 years, 4 months ago
  100. 632e8a6 bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TAG no-op (GH-27260) (GH-27306) by Miss Islington (bot) · 3 years, 4 months ago