Python 3.10.5
  1. f377153 Python 3.10.5 by Pablo Galindo · 3 years, 2 months ago v3.10.5
  2. fd247db gh-93247: Fix assert function in asyncio locks test (GH-93248) by Miss Islington (bot) · 3 years, 2 months ago
  3. 2f8aae3 gh-89973: Fix re.error in the fnmatch module. (GH-93072) by Miss Islington (bot) · 3 years, 2 months ago
  4. 60adc4b Fix missing word in sys.float_info docstring (GH-93489) (GH-93496) by Miss Islington (bot) · 3 years, 3 months ago
  5. 7b3cf3a gh-92886: Fix test that fails when running with `-O` in `test_imaplib.py` (GH-93237) by Miss Islington (bot) · 3 years, 3 months ago
  6. b382bf5 gh-93156 - fix negative indexing into absolute `pathlib.PurePath().parents` (GH-93273) by Miss Islington (bot) · 3 years, 3 months ago
  7. 9cdfd1b test.pythoninfo: Fix typo, Py_REF_DEBUG => Py_TRACE_REFS (GH-93467) by Miss Islington (bot) · 3 years, 3 months ago
  8. 855be47 gh-93418: Fix an assert when an f-string expression is followed by an '=', but no closing brace. (gh-93419) (gh-93423) by Miss Islington (bot) · 3 years, 3 months ago
  9. 0b7aae8 Remove the execution bit to some socket-related files. (GH-93368) by Miss Islington (bot) · 3 years, 3 months ago
  10. 694455d Remove VOC reference (93333) by Miss Islington (bot) · 3 years, 3 months ago
  11. 372afb7 Fix typo in Lib/idlelib/idle_test/test_parenmatch.py (GH-93332) (#93340) by Miss Islington (bot) · 3 years, 3 months ago
  12. aa06a84 bpo-42272: fix misleading warning filter message/module docs (GH-23172) by Miss Islington (bot) · 3 years, 3 months ago
  13. c649526 [3.10] gh-93217: fix some issues in man page and --help (GH-93219) (#93261) by Éric · 3 years, 3 months ago
  14. 561c709 test.pythoninfo logs more build info (GH-93225) (#93256) by Miss Islington (bot) · 3 years, 3 months ago
  15. 738c730 gh-92240 : Include release dates for "What's New In Python 3.X" (GH-92937) by Miss Islington (bot) · 3 years, 3 months ago
  16. 550c44b gh-92839: fixed typo in _bisectmodule.c (line 131) (GH-92849) (#93321) by Miss Islington (bot) · 3 years, 3 months ago
  17. 9912b3d gh-77024: test.support: Improve documentation (GH-92513) by Miss Islington (bot) · 3 years, 3 months ago
  18. 9369942 [3.10] gh-91924: Fix __ltrace__ for non-UTF-8 stdout encoding (#93214) by Victor Stinner · 3 years, 3 months ago
  19. 02d35fc test_threaded_import: Fix unittest.main spelling (GH-93114) by Miss Islington (bot) · 3 years, 3 months ago
  20. 132ea29 [3.10] gh-83245: Raise BadZipFile instead of ValueError when reading a corrupt ZIP file (GH-32291) (GH-93140) by Miss Islington (bot) · 3 years, 3 months ago
  21. 2d5d01f test.pythoninfo no longer requires socket (GH-93191) by Miss Islington (bot) · 3 years, 3 months ago
  22. 502dba0 GH-89369: test_contextlib_async finalizes event loop after each test (GH-93074) by Miss Islington (bot) · 3 years, 3 months ago
  23. db2b1e1 GH-93112: Fix missing ResourceDenied import in test_urllib2net (GH-93113) by Miss Islington (bot) · 3 years, 3 months ago
  24. a4bea26 gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (GH-93146) by Miss Islington (bot) · 3 years, 3 months ago
  25. c1b1249 gh-93061: Mark as artificial: backwards jump after async for (GH-93120) by Dennis Sweeney · 3 years, 3 months ago
  26. 251104f [3.10] gh-92859: Doc: add info about logging.debug() calling basicConfig() (GH-93063) (GH-93150) by Miss Islington (bot) · 3 years, 3 months ago
  27. b15b94d gh-93010: InvalidHeaderError used but nonexistent (GH-93015) by Miss Islington (bot) · 3 years, 3 months ago
  28. c8f1095 gh-89158: Add some REPL secondary prompt markers (GH-93073) by Miss Islington (bot) · 3 years, 3 months ago
  29. 936eefc gh-92994: Clarify importlib "check" example (GH-92995) by Miss Islington (bot) · 3 years, 3 months ago
  30. 619a67c gh-73137: Added sub-subsection headers for flags in re (GH-93000) by Miss Islington (bot) · 3 years, 3 months ago
  31. 54b5e4d gh-91362: reword pickle docs to account for nested classes (GH-92429) by Miss Islington (bot) · 3 years, 3 months ago
  32. 3c2a1e7 [3.10] gh-72073: Add Windows case in pathlib.rename (GH-93002) (GH-93029) by Miss Islington (bot) · 3 years, 3 months ago
  33. 4d363d8 Doc: add missing manpage and title references in tkinter docs (GH-29008) by Miss Islington (bot) · 3 years, 3 months ago
  34. 4952608 gh-92984: Explicitly disable incremental linking for Windows Release and PGO builds (GH-92985) by Miss Islington (bot) · 3 years, 3 months ago
  35. c146525 [3.10] bpo-28249: fix `lineno` location for empty `DocTest` instances (GH-30498) (#92981) by Łukasz Langa · 3 years, 3 months ago
  36. 5d7f3dc bpo-46879: Fix incorrect sphinx object names in doc (GH-31615) (GH-92975) by Miss Islington (bot) · 3 years, 3 months ago
  37. 3d47035 gh-92417: `subprocess` docs: remove note on compatibility with Python <3.5 (GH-92538) (GH-92973) by Miss Islington (bot) · 3 years, 3 months ago
  38. 93ebac7a gh-92417: `fractions`, `decimal`: Improve docs for alternative constructor methods (GH-92421) (GH-92971) by Miss Islington (bot) · 3 years, 3 months ago
  39. ebf3f12 gh-92417: `socket` docs: remove references to Python <3.3 (GH-92544) (GH-92969) by Miss Islington (bot) · 3 years, 3 months ago
  40. fb566ca bpo-45393: help() on operator precedence has misleading entries (GH-31246) (GH-92966) by Miss Islington (bot) · 3 years, 3 months ago
  41. 4e289e2 gh-92417: Update docs and examples of doctest.IGNORE_EXCEPTION_DETAIL for Py>=3 (GH-92502) (GH-92963) by Miss Islington (bot) · 3 years, 3 months ago
  42. 56c8d7c gh-92670: Skip test_shutil.TestCopy.test_copyfile_nonexistent_dir on AIX (GH-92718) by Miss Islington (bot) · 3 years, 3 months ago
  43. 3e534b4 Doc: amend ssl.PROTOCOL_SSLv2 and ssl.PROTOCOL_SSLv3 wording (GH-92634) by Miss Islington (bot) · 3 years, 3 months ago
  44. 17524b0 gh-92812: Align ArgumentParser.add_subparsers() docs with argument spec (GH-92814) by Miss Islington (bot) · 3 years, 3 months ago
  45. ed75d21 bpo-40838: document `getdoc`, `getmodule`, `getsourcefile` in `inspect` returns `None` (GH-30575) by Miss Islington (bot) · 3 years, 3 months ago
  46. 94e21cf gh-92780: Improve sqlite3.Connection.create_collation docs (GH-92790) by Miss Islington (bot) · 3 years, 3 months ago
  47. 1815d8e gh-91755: Document Py_IncRef and Py_DecRef as C functions (GH-91805) by Miss Islington (bot) · 3 years, 3 months ago
  48. 009aeb6 bpo-39829: Fix `__len__()` is called twice in list() constructor (GH-31816) by Miss Islington (bot) · 3 years, 3 months ago
  49. add8820 Fix NULL test in _testinternalcapi (GH-92861) by Miss Islington (bot) · 3 years, 3 months ago
  50. 006b302 gh-80143: Add clarification for escape characters (GH-92292) (GH-92629) by Miss Islington (bot) · 3 years, 3 months ago
  51. e29ce9a gh-92530: Fix an issue that occurred after interrupting threading.Condition.notify (GH-92534) (GH-92830) by Miss Islington (bot) · 3 years, 3 months ago
  52. cfb9248 Speedup: build docs in parallel (GH-92733) (GH-92850) by Hugo van Kemenade · 3 years, 3 months ago
  53. 93d9b78 gh-87670: Add web.archive redirects from effbot (GH-92816) by Miss Islington (bot) · 3 years, 3 months ago
  54. 36d42e7 Check result of utc_to_seconds and skip fold probe in pure Python (GH-91582) by Miss Islington (bot) · 3 years, 3 months ago
  55. 56e9fb3 Fix typo in argparse docs. (GH-92691) (#92729) by thueringa · 3 years, 3 months ago
  56. 597ff24 gh-92611: Link to PEP 594 sections & add key detail in doc deprecation notices (GH-92612) by Miss Islington (bot) · 3 years, 3 months ago
  57. 48f2d8d Document Py_ssize_t. (GH-92512) by Miss Islington (bot) · 3 years, 3 months ago
  58. a24e676 [3.10] gh-92311: Let frame_setlineno jump over listcomps (GH-92717) by Dennis Sweeney · 3 years, 3 months ago
  59. 5d62759 gh-92436: __future__ docs: add note on expectations for "from __future__ import annotations" (GH-92568) by Miss Islington (bot) · 3 years, 3 months ago
  60. 9743524 bpo-42627: Fix incorrect parsing of Windows registry proxy settings (GH-26307) by Miss Islington (bot) · 3 years, 3 months ago
  61. 9f29bdd Fix minor documentation error in bisect docs (GH-92697) by Miss Islington (bot) · 3 years, 3 months ago
  62. 4730b0d [3.10] gh-91810: ElementTree: Use text file's encoding by default in XML declaration (GH-91903) (GH-92664) by Miss Islington (bot) · 3 years, 3 months ago
  63. 7a84ea4 [3.10] Fix typo in unittest.rst: addCleanupModule -> addModuleCleanup (GH-92631) (GH-92660) by Miss Islington (bot) · 3 years, 3 months ago
  64. d435ebd gh-91966 Document where key functions are applied in the bisect module (GH-92602) (#92666) by Miss Islington (bot) · 3 years, 3 months ago
  65. 9be9b58 bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858) by Itai Steinherz · 3 years, 3 months ago
  66. dd0e8a6 [3.10] gh-76773: Update docs mentioning no-longer-supported Windows versions & features (GH-92529) (GH-92609) by Miss Islington (bot) · 3 years, 3 months ago
  67. 7954b66 gh-92256: Improve Argument Clinic parser error messages (GH-92268) by Miss Islington (bot) · 3 years, 3 months ago
  68. 5ed2f11 bpo-13553: Document tkinter.Tk args (GH-4786) by Miss Islington (bot) · 3 years, 3 months ago
  69. 826ceab Doc: Update py2app link. (GH-91585) by Miss Islington (bot) · 3 years, 3 months ago
  70. eded103 CODEOWNERS: Add Erlend Aasland as sqlite3 code owner (GH-92535) by Miss Islington (bot) · 3 years, 3 months ago
  71. cd11068 bpo-38056: overhaul Error Handlers section in codecs documentation (GH-15732) by Miss Islington (bot) · 3 years, 3 months ago
  72. 1585796 bpo-39229: fix formatting in library/functions.rst (GH-17857) by Miss Islington (bot) · 3 years, 3 months ago
  73. 6679fdf pdb docs: workaround for double semicolon in strings (GH-17011) by Miss Islington (bot) · 3 years, 3 months ago
  74. ca425ac gh-77521: Add link to builtin module names in modules tutorial (GH-92438) by Miss Islington (bot) · 3 years, 3 months ago
  75. 8883172 Fix use of the default role in a news entry. (#92500) by Ezio Melotti · 3 years, 3 months ago
  76. b795376 [3.10] gh-90622: Do not spawn ProcessPool workers on demand via fork method. (GH-91598) (#92497) by Gregory P. Smith · 3 years, 3 months ago
  77. 1dbf699 gh-80856: doc: reveal doctest directives (GH-92318) by Miss Islington (bot) · 3 years, 3 months ago
  78. 15cb6e8 gh-92417: `logging` docs: Remove warning that only applies to Python <3.2 (GH-92425) by Miss Islington (bot) · 3 years, 3 months ago
  79. e363034 [3.10] gh-92417: `asyncio` docs: `asyncio.run()` is available on all supported Python versions (GH-92419) (GH-92463) by Miss Islington (bot) · 3 years, 3 months ago
  80. 2164b5b [3.10] gh-92417: `json` docs: `dict` is ordered on all supported Python versions (GH-92422) (GH-92465) by Miss Islington (bot) · 3 years, 3 months ago
  81. 45ed69b [3.10] gh-92417: `doctest` docs: remove references to Python <3.6 (GH-92420) (GH-92468) by Miss Islington (bot) · 3 years, 3 months ago
  82. f40731f [3.10] GH-92431: Fix footnotes in Doc/c-api/exceptions.rst (GH-92432) (GH-92470) by Miss Islington (bot) · 3 years, 3 months ago
  83. a7d869a [3.10] gh-77630: Change Charset to charset (GH-92439) (GH-92476) by Miss Islington (bot) · 3 years, 3 months ago
  84. 8c42fef [3.10] gh-92417: `stdtypes` docs: delete discussion of Python 2 differences (GH-92423) (GH-92473) by Miss Islington (bot) · 3 years, 3 months ago
  85. 80ce701 gh-92417: `typing` docs: `from __future__ import annotations` can be used in all supported Python versions (GH-92418) by Miss Islington (bot) · 3 years, 3 months ago
  86. 731d893 [3.10] gh-92448: Update the documentation builder to render the GitHub issue (GH-92449). (GH-92457) by Dong-hee Na · 3 years, 3 months ago
  87. 4674b31 [3.10] gh-92112: Fix crash triggered by an evil custom `mro()` (GH-92113) (#92370) by Jelle Zijlstra · 3 years, 3 months ago
  88. 17f3b5c gh-92368: Fix missing possessive apostrophe (GH-92397) by Miss Islington (bot) · 3 years, 3 months ago
  89. 229dc17 gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (GH-92048) (#92330) by Miss Islington (bot) · 3 years, 3 months ago
  90. b5f5993 Add source for character mappings (GH-92014) (#92389) by Miss Islington (bot) · 3 years, 3 months ago
  91. 367faf7 Document the lifetime of `PyUnicode_AsUTF8String` (GH-92325) by Miss Islington (bot) · 3 years, 3 months ago
  92. 3db0e0b NEWS: Reorder items by section (GH-92373) by Miss Islington (bot) · 3 years, 4 months ago
  93. 0eef443 Issues/88027: A potential double free in list_sort_impl (GH-92367) by Miss Islington (bot) · 3 years, 4 months ago
  94. 2a2421e [3.10] gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (#92274) by Erlend Egeberg Aasland · 3 years, 4 months ago
  95. 9b47252 [3.10] gh-92118: Add test for traceback when exception is modified by (Async)ExitStack.__exit__ (GH-92339) (GH-92343) by Miss Islington (bot) · 3 years, 4 months ago
  96. bb2dcf1 gh-92223: Remove pre-Python 3.7 alternative in asyncio docs (GH-92224) by Miss Islington (bot) · 3 years, 4 months ago
  97. 178a238 gh-92036: Fix gc_fini_untrack() (GH-92037) by Miss Islington (bot) · 3 years, 4 months ago
  98. 28eea73 bpo-47029: Fix BrokenPipeError in multiprocessing.Queue at garbage collection and explicit close (GH-31913) by Miss Islington (bot) · 3 years, 4 months ago
  99. 31d9a88 [3.10] Improve the typing docs (GH-92264) (#92270) by Jelle Zijlstra · 3 years, 4 months ago
  100. 666820c gh-87304: Improve comments in language reference for imports (GH-92164) by Miss Islington (bot) · 3 years, 4 months ago