1. 8772935 bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705) by Miss Islington (bot) · 3 years, 1 month ago
  2. 6846d67 bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796) (GH-28816) by Miss Islington (bot) · 3 years, 1 month ago
  3. 4ce55a2 [3.10] bpo-45408: Don't override previous tokenizer errors in the second parser pass (GH-28812). (GH-28813) by Pablo Galindo Salgado · 3 years, 1 month ago
  4. eabca6e bpo-45337: Use the realpath of the new executable when creating a venv on Windows (GH-28663) by Miss Islington (bot) · 3 years, 1 month ago
  5. 86bf45e [3.10] Remove draft notice on the 3.10 What's new document (GH-28806) (GH-28807) by Miss Islington (bot) · 3 years, 1 month ago
  6. cfca4a6 [3.10] Fix typos in the Lib directory (GH-28775) (GH-28804) by Christian Clauss · 3 years, 1 month ago
  7. 03bf55d [3.10] Fix typos in the Tools directory (GH-28769) (GH-28801) by Christian Clauss · 3 years, 1 month ago
  8. ccd82a0 [3.10] Fix typos in the Python directory (GH-28767) (GH-28799) by Christian Clauss · 3 years, 1 month ago
  9. 212140d [3.10] [Misc] [Mac] Fix typos found using codespell (GH-28756) (GH-28794) by Christian Clauss · 3 years, 1 month ago
  10. dcfbe4f [3.10] Fix typos in the Objects directory (GH-28766) (GH-28797) by Christian Clauss · 3 years, 1 month ago
  11. f679839 [3.10] Fix typos in the Include directory (GH-28745) (GH-28789) by Christian Clauss · 3 years, 1 month ago
  12. d55bf81 bpo-45400: Fix suggestion test of test_exceptions (GH-28783) by Miss Islington (bot) · 3 years, 1 month ago
  13. ee92205 [3.10] Fix typo in whatsnew 3.10.rst (GH-26854) (GH-28782) by Miss Islington (bot) · 3 years, 1 month ago
  14. 5afc5bb [3.10] Fix typos in the Modules directory (GH-28761) (GH-28781) by Miss Islington (bot) · 3 years, 1 month ago
  15. 35d4857 bpo-45385: Fix reference leak from descr_check (GH-28719) (GH-28779) by Miss Islington (bot) · 3 years, 1 month ago
  16. ce121fd [doc] Mention __slots__ behavior in weakref.rst (GH-21061) (GH-28772) by Miss Islington (bot) · 3 years, 1 month ago
  17. 4c35a2a bpo-45328: Avoid failure in OSs without TCP_NODELAY support (GH-28646) (GH-28771) by Miss Islington (bot) · 3 years, 1 month ago
  18. dcdeb96 bpo-34804: [doc] Rephrase section on side effects in functional.rst for clarity (GH-27989) (GH-28762) by Miss Islington (bot) · 3 years, 1 month ago
  19. d15f47d [3.10] [doc] Fix typos found using codespell (GH-28744) (GH-28758) by Christian Clauss · 3 years, 1 month ago
  20. 325e464 bpo-45343: Update bundled pip to 21.2.4 and setuptools to 58.1.0 (GH-28684) (GH-28746) by Miss Islington (bot) · 3 years, 1 month ago
  21. 258c5fb sqlite3: Modernize documentation around unicode and bytes. (GH-28652) (GH-28694) by Miss Islington (bot) · 3 years, 1 month ago
  22. eb59e2f [doc] Fix gethostbyname_ex description (GH-28700) (GH-28742) by Miss Islington (bot) · 3 years, 1 month ago
  23. d0d2965 bpo-44050: Extension modules can share state when they don't support sub-interpreters. (GH-27794) (GH-28738) by Miss Islington (bot) · 3 years, 1 month ago
  24. d0d0909 bpo-45354: Skip obsolete device name tests on Windows 11 (GH-28712) by Miss Islington (bot) · 3 years, 1 month ago
  25. 3733ddd [3.10] bpo-45371: Fix distutils' rpath support for clang (GH-28732) (GH-28733) by Miss Islington (bot) · 3 years, 1 month ago
  26. 872b1e5 [3.10] bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089) (GH-28730) by John Belmonte · 3 years, 1 month ago
  27. 1e328af Post 3.10.0 by Pablo Galindo · 3 years, 1 month ago
  28. 6145192 Merge tag 'v3.10.0' into 3.10 by Pablo Galindo · 3 years, 1 month ago
  29. b494f59 Python 3.10.0 by Pablo Galindo · 3 years, 1 month ago
  30. 1670d59 [3.10] bpo-45355: More use of sizeof(_Py_CODEUNIT) (GH-28720). (GH-28721) by Serhiy Storchaka · 3 years, 1 month ago
  31. b549978 [3.10] bpo-45355: Use sizeof(_Py_CODEUNIT) instead of literal 2 for the size of the code unit (GH-28711). (GH-28718) by Serhiy Storchaka · 3 years, 1 month ago
  32. bc4c705 bpo-45310: Fix parrallel shared memory tests (GH-28661) by Miss Islington (bot) · 3 years, 1 month ago
  33. e4d3642 hashlib: Fix old message about unicode objects. (GH-28653) by Miss Islington (bot) · 3 years, 1 month ago
  34. 63c4d42 bpo-45291: Explicitly set --libdir=lib when configure OpenSSL (GH-28566) (GH-28616) by Miss Islington (bot) · 3 years, 2 months ago
  35. 18bf0c1 bpo-45341: Replace 'Packaging' with 'Package' in "Python P... Index" (GH-28687) by Miss Islington (bot) · 3 years, 1 month ago
  36. 49fac92 bpo-45346: Keep docs consistent regarding true and false values (GH-28697) (GH-28698) by Miss Islington (bot) · 3 years, 1 month ago
  37. edf190b [3.10] Remove trailing spaces (GH-28709) by Serhiy Storchaka · 3 years, 1 month ago
  38. 2c47b80 bpo-45350: Rerun autoreconf with the pkg-config macros (GH-28707) by Pablo Galindo Salgado · 3 years, 1 month ago
  39. f146ca3 bpo-45350: Rerun autoreconf with the pkg-config macros (GH-28707) by Pablo Galindo Salgado · 3 years, 1 month ago
  40. 93242d7 [3.10] Remove trailing spaces (GH-28709) by Serhiy Storchaka · 3 years, 1 month ago
  41. 5ba61f4 Fix spelling error in comment (GH-28696) (GH-28699) by Miss Islington (bot) · 3 years, 1 month ago
  42. 72089f3 bpo-45346: Keep docs consistent regarding true and false values (GH-28697) (GH-28698) by Miss Islington (bot) · 3 years, 1 month ago
  43. 22cf6a2 bpo-45329: Fix freed memory access in pyexpat.c (GH-28649) by Miss Islington (bot) · 3 years, 1 month ago
  44. e040adc bpo-45341: Replace 'Packaging' with 'Package' in "Python P... Index" (GH-28687) by Miss Islington (bot) · 3 years, 1 month ago
  45. 2221207 bpo-44687: Ensure BufferedReader objects with unread buffers can peek even when the underlying file is closed (GH-28457) by Miss Islington (bot) · 3 years, 1 month ago
  46. 6df8c32 bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28671) by Victor Stinner · 3 years, 1 month ago
  47. 282992b bpo-45332: Fix broken Decimal test and benchmark (GH-28680) by Miss Islington (bot) · 3 years, 1 month ago
  48. fc3511f bpo-45125: Improves pickling docs and tests for `shared_memory` (GH-28294) by Miss Islington (bot) · 3 years, 1 month ago
  49. b994fee hashlib: Fix old message about unicode objects. (GH-28653) by Miss Islington (bot) · 3 years, 1 month ago
  50. 4e6681d bpo-45310: Fix parrallel shared memory tests (GH-28661) by Miss Islington (bot) · 3 years, 1 month ago
  51. ef7c729 bpo-45229: Make datetime tests discoverable (GH-28615) by Miss Islington (bot) · 3 years, 1 month ago
  52. 7873884 [3.10] bpo-40173: Fix test.support.import_helper.import_fresh_module() (GH-28654) (GH-28657) by Serhiy Storchaka · 3 years, 2 months ago
  53. 80285ec closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH-27394) (GH-28636) by Miss Islington (bot) · 3 years, 2 months ago
  54. 017a791 [typo] Fix threading.Barrier comment that used confusing punctuation (GH-28623) (GH-28625) by Miss Islington (bot) · 3 years, 2 months ago
  55. 412ae8a [3.10] bpo-44394: Ensure libexpat is linked against libm (GH-28617) (GH-28621) by Miss Islington (bot) · 3 years, 2 months ago
  56. 2be4c37 Move predispatch logic from DISPATCH macro to juts before switch. Reduces size of each opocde in interpreter. (GH-28475) by Mark Shannon · 3 years, 2 months ago
  57. 02fdd73 bpo-45291: Explicitly set --libdir=lib when configure OpenSSL (GH-28566) (GH-28616) by Miss Islington (bot) · 3 years, 2 months ago
  58. 1e20582 bpo-45249: Ensure the traceback module prints correctly syntax errors with ranges (GH-28575) by Miss Islington (bot) · 3 years, 2 months ago
  59. dfccba4 bpo-45067 - Verify the version of ncurses for extended color support feature usage. (GH-28260) by Miss Islington (bot) · 3 years, 2 months ago
  60. 01be518 bpo-44860: Update test_sysconfig for posix_user platlib (GH-28235) (GH-28251) by Miss Islington (bot) · 3 years, 2 months ago
  61. 6ae97bb bpo-45118: Fix regrtest second summary for re-run tests (GH-28183) (GH-28214) by Miss Islington (bot) · 3 years, 2 months ago
  62. b09a68a [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511) by Łukasz Langa · 3 years, 2 months ago
  63. b2a8a30 [doc] Clarify exception in `multiprocessing.cpu_count` (GH-23660) (GH-28433) by Miss Islington (bot) · 3 years, 2 months ago
  64. 84d56ec bpo-42038: fix description of returned list of lines (GH-27529) (GH-28428) by Miss Islington (bot) · 3 years, 2 months ago
  65. 0a94253 [doc] Add a missing apostrophe in a code example in venv.rst (GH-28391) (GH-28425) by Miss Islington (bot) · 3 years, 2 months ago
  66. c4e9ef1 bpo-45217: adds note that `allow_no_value` in `configparser` is optional (GH-28396) (GH-28418) by Miss Islington (bot) · 3 years, 2 months ago
  67. 81c9aff Fix typo and add a module prefix (GH-28401) by Miss Islington (bot) · 3 years, 2 months ago
  68. 03f25cc docs: correct references to __isub__ etc (GH-28297) by Miss Islington (bot) · 3 years, 2 months ago
  69. 6fc66d6 bpo-45089: Improve sqlite3 trace callback docs (GH-28238) (GH-28371) by Miss Islington (bot) · 3 years, 2 months ago
  70. b1873d1 bpo-9811: [doc] strftime handling of unsupported format specifiers is platform dependent (GH-28264) (GH-28277) by Miss Islington (bot) · 3 years, 2 months ago
  71. 490a742 bpo-44964: Correct the note about the f_lasti field (GH-28208) (GH-28276) by Miss Islington (bot) · 3 years, 2 months ago
  72. 9d8a64a bpo-45024 and bpo-23864: Document how interface testing works with the collections ABCs (GH-28218) (GH-28266) by Miss Islington (bot) · 3 years, 2 months ago
  73. 7a2dbe8 Fix small mistake in fileinput documentation (GH-28241) by Miss Islington (bot) · 3 years, 2 months ago
  74. 43f9ca2 [3.10] Fix minor typo in Doc/c-api/type.rst (GH-28432) (GH-28440) by Miss Islington (bot) · 3 years, 2 months ago
  75. aac54ef bpo-45198: __set_name__ documentation not clear about its usage with non-descriptor classes (GH-28439) by Miss Islington (bot) · 3 years, 2 months ago
  76. 0a74d33 Docs: Clarify the before_and_after() example (GH-28458) (#28464) by Miss Islington (bot) · 3 years, 2 months ago
  77. 2e4d66d [3.10] bpo-45246: Document that sorted() only uses "<" comparisons (GH-28494) (GH-28502) by Łukasz Langa · 3 years, 2 months ago
  78. e1eb03d bpo-45216: Remove extraneous method docs from `difflib` (GH-28445) (GH-28505) by Miss Islington (bot) · 3 years, 2 months ago
  79. 5df113e Fix legacy logging module URL (GH-28528) by Miss Islington (bot) · 3 years, 2 months ago
  80. 78184fa bpo-43760: Document PyThreadState.use_tracing removal (GH-28527) (GH-28529) by Miss Islington (bot) · 3 years, 2 months ago
  81. db3ac48 bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) (GH-28523) by Miss Islington (bot) · 3 years, 2 months ago
  82. 53017ca [docs] Update documentation for `multiprocessing.get_start_method` (GH-18170) (GH-28533) by Miss Islington (bot) · 3 years, 2 months ago
  83. 7d652c1 bpo-30951: Correct co_names docstring in inspect module (GH-2743) (GH-28543) by Miss Islington (bot) · 3 years, 2 months ago
  84. cdfbe58 bpo-38623: Add note about site module (site-packages) (GH-16974) (GH-28536) by Miss Islington (bot) · 3 years, 2 months ago
  85. 0b56853 bpo-45277: Fix typo in codecs doc (GH-28555) by Miss Islington (bot) · 3 years, 2 months ago
  86. 03536d3 [doc] fix minor typo for argparse (GH-28451) by Miss Islington (bot) · 3 years, 2 months ago
  87. a8c3e0b [3.10] [docs] Improve the markup of powers (GH-28598) (GH-28607) by Łukasz Langa · 3 years, 2 months ago
  88. 2ca4ab8 [3.10] bpo-45307: Restore private C API function _PyImport_FindExtensionObject() (GH-28594) by Serhiy Storchaka · 3 years, 2 months ago
  89. d6b69f2 [3.10] bpo-39039: tarfile raises descriptive exception from zlib.error (GH-27766) (GH-28613) by Łukasz Langa · 3 years, 2 months ago
  90. 1cb17be bpo-45269: test wrong `markers` type to `c_make_encoder` (GH-28540) (GH-28609) by Miss Islington (bot) · 3 years, 2 months ago
  91. ec4e2ec [3.10] bpo-45307: Restore private C API function _PyImport_FindExtensionObject() (GH-28594) by Serhiy Storchaka · 3 years, 2 months ago
  92. 8f9d398 [3.10] [docs] Improve the markup of powers (GH-28598) (GH-28607) by Łukasz Langa · 3 years, 2 months ago
  93. 6d60449 [doc] fix minor typo for argparse (GH-28451) by Miss Islington (bot) · 3 years, 2 months ago
  94. fd52afd bpo-35606: Fix math.prod tests using 'start' as keyword parameter (GH-28595) by Miss Islington (bot) · 3 years, 2 months ago
  95. acd46fe bpo-45296: Fix exit/quit message on Windows (GH-28577) (GH-28600) by Miss Islington (bot) · 3 years, 2 months ago
  96. 38c6773 bpo-1596321: Fix threading._shutdown() for the main thread (GH-28549) by Miss Islington (bot) · 3 years, 2 months ago
  97. c7fdd68 bpo-45249: Ensure the traceback module prints correctly syntax errors with ranges (GH-28575) by Miss Islington (bot) · 3 years, 2 months ago
  98. 3397e31 bpo-43914: Correctly highlight SyntaxError exceptions for invalid generator expression in function calls (GH-28576) by Miss Islington (bot) · 3 years, 2 months ago
  99. 9e209d4 bpo-43914: Correctly highlight SyntaxError exceptions for invalid generator expression in function calls (GH-28576) by Miss Islington (bot) · 3 years, 2 months ago
  100. fae2694 bpo-45274: Fix Thread._wait_for_tstate_lock() race condition (GH-28532) (GH-28580) by Miss Islington (bot) · 3 years, 2 months ago