1. 03c7449 [3.10] bpo-46032: Check types in singledispatch's register() at declaration time (GH-30050) (GH-30254) by Serhiy Storchaka · 2 years, 11 months ago
  2. a9e0b2b bpo-45878: convert `try/except` to `self.assertRaises` in `Lib/ctypes/test/test_functions.py` (GH-29721) (GH-29748) by Miss Islington (bot) · 2 years, 11 months ago
  3. 8005e22 bpo-46150: ensure `fakeuser` does not exist in `PosixPathTest.test_expanduser` (GH-30240) by Miss Islington (bot) · 2 years, 11 months ago
  4. 1c77aa9 Allow test_pathlib to pass on systems where fakeuser exists. (GH-30244) by Miss Islington (bot) · 2 years, 11 months ago
  5. cf96c27 bpo-46106: Update OpenSSL to 1.1.1m (GH-30211) (GH-30224) by Ned Deily · 2 years, 11 months ago
  6. 989d237 Update potentially confusing note for mean. (GH-30174) (GH-30220) by Miss Islington (bot) · 2 years, 11 months ago
  7. dc73199 [3.10] bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (GH-30177) (GH-30214) by Pablo Galindo Salgado · 2 years, 11 months ago
  8. 9594816 bpo-23819: Get rid of assert statements in test_asyncio (GH-30212) (GH-30213) by Miss Islington (bot) · 2 years, 11 months ago
  9. 0c0bd78 [3.10] bpo-46104: Fix example broken by GH-30148 (GH-30203) (GH-30209) by Miss Islington (bot) · 2 years, 11 months ago
  10. d7537ac bpo-46076: Improve documentation for per-attribute docstrings with `__slots__` (GH-30109) (GH-30206) by Miss Islington (bot) · 2 years, 11 months ago
  11. cdb4579 [3.10] bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH-30198) (GH-30202) by Andrew Svetlov · 2 years, 11 months ago
  12. 9a28cf1 bpo-46130: [docs] Add anchor for whatsnew/3.10 type hint section (GH-30199) by Miss Islington (bot) · 2 years, 11 months ago
  13. bb286d4 bpo-46113: Minor fixes in stdtypes documentation (GH-30167) (GH-30186) by Miss Islington (bot) · 2 years, 11 months ago
  14. 4f945ad bpo-46099: Fix pthread_getcpuclockid test on Solaris (GH-30140) (GH-30183) by Miss Islington (bot) · 2 years, 11 months ago
  15. a66be91 [3.10] bpo-46104: Reduce use of pre-PEP 526 syntax in typing docs (GH-30148) (GH-30179) by Miss Islington (bot) · 2 years, 11 months ago
  16. dbd1dc2 [3.10] bpo-46044: Annotate deprecated sdists formats (GH-30043) (#30154) by Miss Islington (bot) · 3 years ago
  17. 251d2ea bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170) by Miss Islington (bot) · 3 years ago
  18. 87539cc bpo-45755: [typing] Reveal class attributes of generic in generic aliases in `dir()` (GH-29962) by Miss Islington (bot) · 3 years ago
  19. 9fe8fb7 bpo-46111: Fix unittest tests in optimized mode (GH-30163) by Miss Islington (bot) · 3 years ago
  20. cbb4d4a Fix a typo in the message from make_ssl_certs. (GH-30152) (GH-30161) by Miss Islington (bot) · 3 years ago
  21. 09d7319 bpo-46105: Honor spec when generating requirement specs with urls and extras. (GH-30151) by Miss Islington (bot) · 3 years ago
  22. 0194bbb bpo-28816: [doc] clarify that zipimport invokes importers only for python files (GH-30060) (GH-30133) by Miss Islington (bot) · 3 years ago
  23. fb5d314 Fix the output of built-in iter() function example in Iterators (Section 9.8) of The Python Tutorial (GH-30110) by Miss Islington (bot) · 3 years ago
  24. c804477 Add Positional only arguments forward slash (/) to sorted() function in Built-in Functions document (GH-30113) by Miss Islington (bot) · 3 years ago
  25. 8e4c962 bpo-26952: [argparse] clearer error when formatting an empty mutually… (GH-30099) (GH-30114) by Miss Islington (bot) · 3 years ago
  26. 908fd69 [3.10] bpo-46063: Add 'delay=True' to file handler initialization. (GH-30103) (GH-30104) by Miss Islington (bot) · 3 years ago
  27. 503803d bpo-46059: Clarify pattern-matching example in "control flow" docs (GH-30079) by Miss Islington (bot) · 3 years ago
  28. f84e2f6 [3.10] bpo-46063: Improve algorithm for computing which rolled-over log file… (GH-30093) (GH-30094) by Miss Islington (bot) · 3 years ago
  29. bcb5d66 Clarify new_event_loop return value. (GH-30078) (GH-30088) by Miss Islington (bot) · 3 years ago
  30. 310bae6 [3.10] bpo-37602: Clarify that the lib2to3 nonzero fixer changes only definitions (GH-30075) (GH-30085) by Irit Katriel · 3 years ago
  31. e55deaa [3.10] bpo-27718: Fix help for the signal module (GH-30063) (GH-30080) by Serhiy Storchaka · 3 years ago
  32. 7da9025 bpo-45840: Improve cross-references in the data model documentation (GH-29633) (GH-30077) by Alex Waygood · 3 years ago
  33. 94483f1 bpo-46054: Fix parsing error when parsing non-utf8 characters in source files (GH-30068) (GH-30069) by Miss Islington (bot) · 3 years ago
  34. 438817f bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059) (GH-30064) by Miss Islington (bot) · 3 years ago
  35. 9917366 [3.10] bpo-46040: Fix removal text for @asyncio.coroutine (GH-30061) by Andrew Svetlov · 3 years ago
  36. 1f70008 bpo-19737: Improved the documentation for globals (GH-29823) (GH-30041) by Miss Islington (bot) · 3 years ago
  37. 0f21bac Fix markup buglet in Doc/howto/annotations.rst (GH-29802) (GH-29805) by Miss Islington (bot) · 3 years ago
  38. e1e3f64 bpo-45822: Minor cleanups to the test_Py_CompileString test (GH-29750) (GH-29758) by Miss Islington (bot) · 3 years ago
  39. 4b224e8 [doc] Clarify MRO precedence in descriptor super binding section (GH-29539) (GH-29669) by Miss Islington (bot) · 3 years ago
  40. 83fa129 [3.10] bpo-13236: Flush the output stream more often in unittest (GH-29864) (GH-29929) by Serhiy Storchaka · 3 years ago
  41. 8f3728e bpo-42114: ctypes documentation: fix winmode parameter default value (GH-29976) (GH-30037) by Miss Islington (bot) · 3 years ago
  42. bb8d645 [3.10] bpo-43749: Ensure current exe is copied when using venv on windows (GH-25216) (GH-30034) by Miss Islington (bot) · 3 years ago
  43. bb76410 bpo-46000: Improve NetBSD curses compatibility (GH-29947) by Miss Islington (bot) · 3 years ago
  44. 64c2788 bpo-42182: stdtypes doc - update and fix links to several dunder methods (GH-27384) by Miss Islington (bot) · 3 years ago
  45. ca08655 bpo-46018: Ensure that math.expm1 does not raise on underflow (GH-29997) by Miss Islington (bot) · 3 years ago
  46. 934a24c bpo-46025: Fix a crash in the atexit module for auto-unregistering functions (GH-30002) (GH-30005) by Miss Islington (bot) · 3 years ago
  47. 2c2ee83 bpo-45391: mark UnionType as a class in documentation (GH-28757) by Miss Islington (bot) · 3 years ago
  48. 99c7232 [3.10] bpo-46009: Do not exhaust generator when send() method raises (GH-29986). (GH-29988) by Mark Shannon · 3 years ago
  49. cca3004 doc: Add link issue 44010 (GH-29454) by Miss Islington (bot) · 3 years ago
  50. fbdbbdb Fix double-space in exception message (GH-29955) by Miss Islington (bot) · 3 years ago
  51. 14f03ce [3.10] bpo-35821: Fix restructuredtext code formatting in logging.rst (GH-29963) (GH-29965) by Miss Islington (bot) · 3 years ago
  52. c521412 [3.10] bpo-46004: Fix error location for loops with invalid targets (GH-29959). (GH-29961) by Pablo Galindo Salgado · 3 years ago
  53. f78c229 [3.10] bpo-35821: Add an example to Logger.propagate documentation. (GH-29841) (GH-29957) by Miss Islington (bot) · 3 years ago
  54. 15da2a2 bpo-46001: Change OverflowError to RecursionError in JSON library docstrings (GH-29943) by Miss Islington (bot) · 3 years ago
  55. bf1812e Post 3.10.1 by Pablo Galindo · 3 years ago
  56. 2cd268a Python 3.10.1 by Pablo Galindo · 3 years ago
  57. 1528d24 [3.10] bpo-44035: Check autoconf files thoroughly (GH-29935) (GH-29937) by Miss Islington (bot) · 3 years ago
  58. 2080198 bpo-45732: Update python.org macOS installer to use Tcl/Tk 8.6.12. (GH-29932) by Ned Deily · 3 years ago
  59. cb68c0a bpo-45664: Fix resolve_bases() and new_class() for GenericAlias instance as a base (GH-29298) by Miss Islington (bot) · 3 years ago
  60. abceb66 bpo-45663: Fix is_dataclass() for dataclasses which are subclasses of types.GenericAlias (GH-29294) by Miss Islington (bot) · 3 years ago
  61. f1dd5ed bpo-45662: Fix the repr of InitVar with a type alias to the built-in class (GH-29291) by Miss Islington (bot) · 3 years ago
  62. beb8342 bpo-27946: Fix possible crash in ElementTree.Element (GH-29915) by Miss Islington (bot) · 3 years ago
  63. f6648e2 bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896) by Miss Islington (bot) · 3 years ago
  64. eac07e5 docs: Improve example for urlparse() (GH-29816) (GH-29888) by Miss Islington (bot) · 3 years ago
  65. e99c5e0 bpo-45896: Fix docs default asyncio event loop on Windows (GH-29857) (GH-29877) by Miss Islington (bot) · 3 years ago
  66. 3975142 bpo-33381: [doc] strftime's %f option may pad zeros on the left or the right (GH-29801) (GH-29862) by Miss Islington (bot) · 3 years ago
  67. 5a6d9ed bpo-45931: Prevent Directory.Build.props/targets from leaking from directories above the repo when building on Windows (GH-29854) by Miss Islington (bot) · 3 years ago
  68. 32f1491 bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154) by Miss Islington (bot) · 3 years ago
  69. af39cfa [3.10] bpo-44391: Remove unused argument from a varargs call. (GH-29843) (GH-29849) by Miss Islington (bot) · 3 years ago
  70. efe2a23 [3.10] [Doc] Add info to logging cookbook about running logging socket listeners i… (GH-29838) (GH-29839) by Miss Islington (bot) · 3 years ago
  71. 4b11d71 bpo-43498: Fix dictionary iteration error in _ExecutorManagerThread (GH-24868) by Miss Islington (bot) · 3 years ago
  72. 4d2cc3e bpo-45614: Fix traceback display for exceptions with invalid module name (GH-29726) (GH-29826) by Irit Katriel · 3 years ago
  73. 305236e bpo-37658: Actually return result in race condition (GH-29202) by Miss Islington (bot) · 3 years ago
  74. 8d1a580 [3.10] bpo-42268: Fail the configure step if the selected compiler doesn't support memory sanitizer (GH-29806) (GH-29815) by Pablo Galindo Salgado · 3 years ago
  75. 2c398a5 [3.10] bpo-19460: Add test for MIMENonMultipart (GH-29817) (GH-29818) by Miss Islington (bot) · 3 years ago
  76. 545aebd [3.10] bpo-45881: Use CC from env first for cross building (GH-29752). (GH-29753) by Christian Heimes · 3 years ago
  77. 57100c8 [3.10] bpo-41735: Fix thread lock in zlib.Decompress.flush() may go wrong (GH-29587) (GH-29811) by Miss Islington (bot) · 3 years ago
  78. 3dcbe01 bpo-45901: Fixes argument passing when invoking .py files directly through the Store package (GH-29799) by Miss Islington (bot) · 3 years ago
  79. fc16ea9 bpo-45866: Fix typo in the NEWS entry (GH-29798) by Miss Islington (bot) · 3 years ago
  80. b6defde bpo-45866: pegen strips directory of "generated from" header (GH-29777) (GH-29792) by Victor Stinner · 3 years ago
  81. 3f024e2 bpo-44353: Correct docstring for `NewType` (GH-29785) by Miss Islington (bot) · 3 years ago
  82. 7842aed bpo-45619: documentation of execution model: clarify and update binding summary (GH-29232) by Miss Islington (bot) · 3 years ago
  83. 3f565f8 [3.10] bpo-33393: Update config.guess and config.sub (GH-29781) (GH-29782) by Christian Heimes · 3 years ago
  84. 52d10f6 [3.10] bpo-45568: Actually use @asynccontextmanager in usage example (GH-29151) (GH-29779) by Andrew Svetlov · 3 years ago
  85. ce5a646 bpo-39026: Fix Python.h when building with Xcode (GH-29488) (GH-29732) by Victor Stinner · 3 years ago
  86. 632d589 [3.10] bpo-41498: Fix build on platforms without sigset_t (GH-29770) (GH-29773) by Miss Islington (bot) · 3 years ago
  87. c72311d [3.10] bpo-45727: Only trigger the 'did you forgot a comma' error suggestion if inside parentheses. (GH-29767) by Pablo Galindo Salgado · 3 years ago
  88. cd85d91 bpo-45893: Add missing extern C to initconfig.h (GH-29761) by Miss Islington (bot) · 3 years ago
  89. 8cabcde bpo-45693: Document `port` parameter to `loop.create_server` (GH-29760) (GH-29762) by Miss Islington (bot) · 3 years ago
  90. ae065f8 bpo-45616: Let py.exe distinguish between v3.1 and v3.10 (GH-29731) by Miss Islington (bot) · 3 years ago
  91. 327c764 bpo-45561: Run smelly.py tool from $(srcdir) (GH-29138) by Miss Islington (bot) · 3 years ago
  92. 99aad31 [3.10] bpo-45250: fix docs regarding `__iter__` and iterators being inconsistently required by CPython (GH-29170) (GH-29650) by Brett Cannon · 3 years ago
  93. 56b5cd5 bpo-45859: Mark test_field_descriptor in test_collections as CPython-only (GH-29691) (GH-29708) by Miss Islington (bot) · 3 years ago
  94. 10343bd bpo-44649: Fix dataclasses(slots=True) with a field with a default, but init=False (GH-29692) by Miss Islington (bot) · 3 years ago
  95. 9e7a2e4 Fix out-of-tree build support for multissltest (GH-29694) by Miss Islington (bot) · 3 years ago
  96. 07cf66f [3.10] Ensure the str member of the tokenizer is always initialised (GH-29681). (GH-29683) by Pablo Galindo Salgado · 3 years ago
  97. 9841ac2 bpo-45852: Fix the Counter/iter test for statistics.mode() (GH-29667) (GH-29671) by Miss Islington (bot) · 3 years ago
  98. cf8c878 Added kw_only parameter to make_dataclasses. (GH-29679) by Miss Islington (bot) · 3 years ago
  99. 3528df1 [3.10] bpo-45845: Change link for pyserial (GH-29675) by Miss Islington (bot) · 3 years ago
  100. edabf39 bpo-45845: Remove unresponsive web link (GH-29651) (GH-29674) by Miss Islington (bot) · 3 years ago