Python 3.10.6
  1. 9c7b4bd Python 3.10.6 by Pablo Galindo · 3 years, 1 month ago v3.10.6
  2. 4eab100 gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (GH-95512) by Miss Islington (bot) · 3 years, 1 month ago
  3. ae24962 [3.10] bpo-46053: Fix OSS audio support on NetBSD (GH-30065). (GH-95477) by Thomas Klausner · 3 years, 1 month ago
  4. 356ed4c gh-95471: IDLE - Tweak Edit menu (GH-95481) by Miss Islington (bot) · 3 years, 1 month ago
  5. fa7904c gh-95411: IDLE - Enable using the module browser with .pyw files (GH-95397) by Miss Islington (bot) · 3 years, 1 month ago
  6. 1841885 [3.10] gh-95166: cancel map waited on future on timeout (GH-95169) (GH-95375) by Łukasz Langa · 3 years, 1 month ago
  7. b9b70dd gh-89610: Add .pyi as a recognised extension for IDLE on macOS (GH-95393) by Miss Islington (bot) · 3 years, 1 month ago
  8. 196523f gh-86128: Add warning to ThreadPoolExecutor docs about atexit behaviour (GH-94008) by Miss Islington (bot) · 3 years, 1 month ago
  9. 4513e4a gh-95355: Check tokens[0] after allocating memory (GH-95356) by Miss Islington (bot) · 3 years, 1 month ago
  10. 4ad2229 [3.10] GH-93899: fix checks for eventfd flags (GH-95170). (#95345) by Kumar Aditya · 3 years, 1 month ago
  11. 563f058 [3.10] gh-94938: Fix errror detection of unexpected keyword arguments (GH-94999) (GH-95354) by Serhiy Storchaka · 3 years, 1 month ago
  12. fb42214 gh-95339: update bundled pip to 22.2.1 (gh-95340) by Miss Islington (bot) · 3 years, 1 month ago
  13. 657efca GH-95045: gc untrack _lsprof.Profiler before deallocating it (GH-95315) by Miss Islington (bot) · 3 years, 1 month ago
  14. b77c403 gh-95280: Fix test_get_ciphers on systems without RSA key exchange (GH-95282) by Miss Islington (bot) · 3 years, 1 month ago
  15. 94eb1e9 gh-95087: Fix IndexError in parsing invalid date in the email module (GH-95201) by Miss Islington (bot) · 3 years, 1 month ago
  16. 40f41ba gh-95212: make multiprocessing test case parallel-safe (GH-95213) by Miss Islington (bot) · 3 years, 1 month ago
  17. 6d332a6 gh-95199: upgrade bundled setuptools to 63.2.0 (gh-95200) by Miss Islington (bot) · 3 years, 1 month ago
  18. 227a197 gh-95194: upgrade bundled pip to 22.2 (gh-95195) by Miss Islington (bot) · 3 years, 1 month ago
  19. 4a682b4 gh-93157: Fix fileinput didn't support `errors` in `inplace` mode (GH-95128) by Miss Islington (bot) · 3 years, 1 month ago
  20. 31a390e [3.10] gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931) (GH-94963) by Miss Islington (bot) · 3 years, 1 month ago
  21. 2d79804 GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-94891) by Miss Islington (bot) · 3 years, 1 month ago
  22. 906b345 [3.10] gh-94949: Disallow parsing parenthesised ctx mgr with old feature_version (GH-94950) (#94990) by Shantanu · 3 years, 1 month ago
  23. dda9198 [3.10] gh-94947: Disallow parsing walrus with feature_version < (3, 8) (GH-94948) (#94969) by Shantanu · 3 years, 1 month ago
  24. 5d75edd gh-94821: Fix autobind of empty unix domain address (GH-94826) by Miss Islington (bot) · 3 years, 1 month ago
  25. 31608ab gh-94864: Fix PyArg_Parse* with deprecated format units "u" and "Z" (GH-94902) by Miss Islington (bot) · 3 years, 1 month ago
  26. 964431e gh-94869: Fix the location in some expressions for multi-line f-string ast nodes (GH-94895) (#94911) by Miss Islington (bot) · 3 years, 1 month ago
  27. 3781d1a gh-90844: Allow virtual environments to correctly launch when they have spaces in the path (GH-94903) by Miss Islington (bot) · 3 years, 1 month ago
  28. 5d26f85 [3.10] gh-94841: Ensure arena_map_get() is inlined in PyObject_Free() (GH-94842) by Neil Schemenauer · 3 years, 1 month ago
  29. aa2142d bpo-45924: Fix asyncio incorrect traceback when future's exception is raised multiple times (GH-30274) (#94748) by Miss Islington (bot) · 3 years, 1 month ago
  30. 916686f GH-94736: Fix _multiprocessing.SemLock subclassing (GH-94738) by Miss Islington (bot) · 3 years, 1 month ago
  31. b87d03d [3.10] GH-94329: Don't raise on excessive stack consumption (GH-94421) (#94448) by Mark Shannon · 3 years, 1 month ago
  32. d4796c2 gh-94637: Release GIL in SSLContext.set_default_verify_paths (GH-94658) by Miss Islington (bot) · 3 years, 1 month ago
  33. 797745e [3.10] gh-94321: Document sqlite3.PrepareProtocol (GH-94620) (#94671) by Erlend Egeberg Aasland · 3 years, 1 month ago
  34. dc36801 [3.10] gh-94430: Allow params named `module` or `self` with custom C names in AC (GH-94431) (#94650) by Erlend Egeberg Aasland · 3 years, 1 month ago
  35. 5e24c80 [3.10] gh-94510: Raise on re-entrant calls to sys.setprofile and syssettrace (GH-94511) (#94579) by Pablo Galindo Salgado · 3 years, 1 month ago
  36. fd34bfe [3.10] gh-91330: Tests and docs for dataclass descriptor-typed fields (GH-94424) (GH-94577) by Łukasz Langa · 3 years, 1 month ago
  37. 697e78c [3.10] gh-94360: Fix a tokenizer crash when reading encoded files with syntax errors from stdin (GH-94386) (GH-94574) by Pablo Galindo Salgado · 3 years, 1 month ago
  38. 922075c gh-90355: Add isolated flag if currently isolated (GH-92857) (GH-94569) by Miss Islington (bot) · 3 years, 1 month ago
  39. 3287e45 [3.10] bpo-46755: Don't log stack info twice in QueueHandler (GH-31355) (GH-94565) by Vinay Sajip · 3 years, 1 month ago
  40. 5bd56a0 gh-94538: Fix Argument Clinic output to custom file (GH-94539) (GH-94556) by Miss Islington (bot) · 3 years, 1 month ago
  41. 6e47020 [3.10] Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551) (GH-94558) by Łukasz Langa · 3 years, 1 month ago
  42. 3472f3b gh-84753: Clarify change made to `inspect` functions (GH-94554) (GH-94559) by Miss Islington (bot) · 3 years, 1 month ago
  43. 259dd7e [3.10] gh-93975: Provide nicer error reporting from subprocesses in test_venv.EnsurePipTest.test_with_pip (GH-93959) (GH-94004) by Jason R. Coombs · 3 years, 2 months ago
  44. 47f23b2 gh-84753: Make inspect.iscoroutinefunction() work with AsyncMock (GH-94050) (GH-94461) by Miss Islington (bot) · 3 years, 2 months ago
  45. ee93757 gh-92336: linecache.getline should not raise exceptions on decoding errors (GH-94410) by Miss Islington (bot) · 3 years, 2 months ago
  46. 079ea44 [3.10] GH-89988: Fix memory leak in pickle.Pickler dispatch_table lookup (GH-94298) (#94385) by Kumar Aditya · 3 years, 2 months ago
  47. 608ddd3 gh-92841: Fix asyncio's RuntimeError: Event loop is closed (GH-92842) (GH-92904) by Miss Islington (bot) · 3 years, 2 months ago
  48. 5e08eec gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347) by Miss Islington (bot) · 3 years, 2 months ago
  49. 0ae7284 [3.10] gh-94192: Fix error for dictionary literals with invalid expression as value. (GH-94304) (#94344) by wookie184 · 3 years, 2 months ago
  50. c481cd6 GH-94254: Make _struct module types immutable (GH-94269) by Miss Islington (bot) · 3 years, 2 months ago
  51. 82f9041 gh-83499: Fix closing file descriptors in tempfile (GH-93874) by Miss Islington (bot) · 3 years, 2 months ago
  52. 75dda3b [3.10] gh-94245: Fix pickling and copying of typing.Tuple[()] (GH-94260) by Serhiy Storchaka · 3 years, 2 months ago
  53. 86e49a5 [3.10] gh-94207: Fix struct module leak (GH-94239) (GH-94266) by Miss Islington (bot) · 3 years, 2 months ago
  54. 036a2c1 bpo-45816: Support building with VS 2022 (v143 toolset) on Windows (GH-29577) by Miss Islington (bot) · 3 years, 2 months ago
  55. 05cae26 [3.10] gh-92858: Improve error message for some suites with syntax error before ':' (GH-92894). (#94183) by Pablo Galindo Salgado · 3 years, 2 months ago
  56. 73b1d49 gh-92888: Fix memoryview bad `__index__` use after free (GH-92946) (GH-93950) by Ken Jin · 3 years, 2 months ago
  57. 4a28525 gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-31885) (GH-94122) by Miss Islington (bot) · 3 years, 2 months ago
  58. 798ace5 gh-93951: In test_bdb.StateTestCase.test_skip, avoid including auxiliary importers. (GH-93962) (GH-94119) by Miss Islington (bot) · 3 years, 2 months ago
  59. 2e8eac1 gh-94101 Disallow instantiation of SSLSession objects (GH-94102) by Miss Islington (bot) · 3 years, 2 months ago
  60. e51a22b gh-74696: Do not change the current working directory in shutil.make_archive() if possible (GH-93160) (GH-94106) by Miss Islington (bot) · 3 years, 2 months ago
  61. 08069ba [3.10] GH-93964: Harden overflow checks before _PyBytes_Resize in compile.c (GH-94045) by Dennis Sweeney · 3 years, 2 months ago
  62. 5715382 gh-87389: Fix an open redirection vulnerability in http.server. (GH-93879) by Miss Islington (bot) · 3 years, 2 months ago
  63. 1b8aa7a gh-93021: Fix __text_signature__ for __get__ (GH-93023) (GH-94086) by Miss Islington (bot) · 3 years, 2 months ago
  64. 54250e7 [3.10] gh-79512: Fixed names and __module__ value of weakref classes (GH-93719) (GH-94071) by Serhiy Storchaka · 3 years, 2 months ago
  65. 46d0e1c gh-91387: Strip trailing slash from tarfile longname directories (GH-32423) by Miss Islington (bot) · 3 years, 2 months ago
  66. 8a1bade [3.10] gh-79009: sqlite3.iterdump now correctly handles tables with autoincrement (GH-9621) (#94015) by Miss Islington (bot) · 3 years, 2 months ago
  67. cdf3689 gh-61162: Clarify sqlite3 connection context manager docs (GH-93890) by Miss Islington (bot) · 3 years, 2 months ago
  68. 2d33d21 GH-83658: make multiprocessing.Pool raise an exception if maxtasksperchild is not None or a positive int (GH-93364) (GH-93924) by Miss Islington (bot) · 3 years, 2 months ago
  69. a27f3cc gh-91810: Fix regression with writing an XML declaration with encoding='unicode' (GH-93426) (GH-93790) by Miss Islington (bot) · 3 years, 2 months ago
  70. 5c10c36 gh-91577: SharedMemory move imports out of methods (GH-91579) by Miss Islington (bot) · 3 years, 2 months ago
  71. 5dee1d8 gh-87260: Update sqlite3 signature docs to reflect actual implementation (GH-93840) by Miss Islington (bot) · 3 years, 2 months ago
  72. 2229d34 [3.10] gh-79579: Improve DML query detection in sqlite3 (GH-93623) (#93801) by Erlend Egeberg Aasland · 3 years, 2 months ago
  73. f9585e2 gh-93353: Fix importlib.resources._tempfile() finalizer (GH-93377) by Miss Islington (bot) · 3 years, 2 months ago
  74. 1190b63 gh-92930: _pickle.c: Acquire strong references before calling save() (GH-92931) by Miss Islington (bot) · 3 years, 2 months ago
  75. 65e2a94 gh-92886: Fix tests that fail when running with optimizations (`-O`) in `test_zipimport.py` (GH-93236) by Miss Islington (bot) · 3 years, 2 months ago
  76. 9fafc0a gh-91317: Document that Path does not collapse initial `//` (GH-32193) by Miss Islington (bot) · 3 years, 2 months ago
  77. 8f36c73 [3.10] gh-93671: Avoid exponential backtracking in deeply nested sequence patterns in match statements (GH-93680) (#93690) by Pablo Galindo Salgado · 3 years, 2 months ago
  78. 9041b00 bpo-42658: Use LCMapStringEx in ntpath.normcase to match OS behaviour for case-folding (GH-93674) by Steve Dower · 3 years, 2 months ago
  79. a0c7df0 gh-90494: Reject 6th element of the __reduce__() tuple (GH-93609) (GH-93632) by Miss Islington (bot) · 3 years, 2 months ago
  80. 2ad51c6 gh-90549: Fix leak of global named resources using multiprocessing spawn (GH-30617) by Miss Islington (bot) · 3 years, 2 months ago
  81. 9cc0afc [3.10] gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (GH-93526) (GH-93599) by Erlend Egeberg Aasland · 3 years, 2 months ago
  82. b4fdd8c gh-57539: Increase calendar test coverage (GH-93468) (GH-93565) by Miss Islington (bot) · 3 years, 2 months ago
  83. c7b5a2d gh-88831: In docs for asyncio.create_task, explain why strong references to tasks are needed (GH-93258) (GH-93567) by Miss Islington (bot) · 3 years, 2 months ago
  84. 9204364 gh-92914: Round the allocated size for lists up to the even number (GH-92915) (GH-92942) by Miss Islington (bot) · 3 years, 2 months ago
  85. 6b7b901 gh-86986: bump min sphinx version to 3.2 (GH-93337) (GH-93562) by Miss Islington (bot) · 3 years, 2 months ago
  86. f377153 Python 3.10.5 by Pablo Galindo · 3 years, 2 months ago v3.10.5
  87. 2f8aae3 gh-89973: Fix re.error in the fnmatch module. (GH-93072) by Miss Islington (bot) · 3 years, 2 months ago
  88. 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
  89. b382bf5 gh-93156 - fix negative indexing into absolute `pathlib.PurePath().parents` (GH-93273) by Miss Islington (bot) · 3 years, 3 months ago
  90. 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
  91. aa06a84 bpo-42272: fix misleading warning filter message/module docs (GH-23172) by Miss Islington (bot) · 3 years, 3 months ago
  92. c649526 [3.10] gh-93217: fix some issues in man page and --help (GH-93219) (#93261) by Éric · 3 years, 3 months ago
  93. 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
  94. 550c44b gh-92839: fixed typo in _bisectmodule.c (line 131) (GH-92849) (#93321) by Miss Islington (bot) · 3 years, 3 months ago
  95. 9369942 [3.10] gh-91924: Fix __ltrace__ for non-UTF-8 stdout encoding (#93214) by Victor Stinner · 3 years, 3 months ago
  96. 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
  97. 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
  98. c1b1249 gh-93061: Mark as artificial: backwards jump after async for (GH-93120) by Dennis Sweeney · 3 years, 3 months ago
  99. b15b94d gh-93010: InvalidHeaderError used but nonexistent (GH-93015) by Miss Islington (bot) · 3 years, 3 months ago
  100. 4952608 gh-92984: Explicitly disable incremental linking for Windows Release and PGO builds (GH-92985) by Miss Islington (bot) · 3 years, 3 months ago