Python 3.10.4
  1. 9d38120 Python 3.10.4 by Pablo Galindo · 3 years, 5 months ago v3.10.4
  2. 4298114 Correctly document class instead of function (GH-32016) by Miss Islington (bot) · 3 years, 5 months ago
  3. 832be8f [doc] configparser: avoid inline comments. (GH-31247) by Miss Islington (bot) · 3 years, 5 months ago
  4. ca6acb8 Fix typo in Path.iterdir docs (GH-31822) by Miss Islington (bot) · 3 years, 5 months ago
  5. d5ed8a8 [3.10] bpo-46769: Improve documentation for `typing.TypeVar` (GH-31712) (GH-31941) by Alex Waygood · 3 years, 5 months ago
  6. f163ad2 bpo-2604: Make doctest.DocTestCase reset globs in teardown (GH-31932) by Miss Islington (bot) · 3 years, 5 months ago
  7. 8146e6b bpo-44336: Prevent tests hanging on child process handles on Windows (GH-26578) by Jeremy Kloth · 3 years, 5 months ago
  8. 9d59381 [3.10] bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910) (#32047) by Miss Islington (bot) · 3 years, 5 months ago
  9. c353835 [3.10] bpo-47061: document module deprecations due to PEP 594 (GH-31984) (GH-32039) by Miss Islington (bot) · 3 years, 5 months ago
  10. 7fc1254 bpo-12029: [doc] clarify that except does not match virtual subclasses of the specified exception type (GH-32027) (GH-32034) by Irit Katriel · 3 years, 5 months ago
  11. 1b21b55 bpo-23691: Protect the re.finditer() iterator from re-entering (GH-32012) by Miss Islington (bot) · 3 years, 5 months ago
  12. 4c989e1 [3.10] bpo-38256: Fix binascii.crc32 large input. (GH-32000) (GH-32013) by Gregory P. Smith · 3 years, 5 months ago
  13. 94f038c [3.10] bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 (GH-31891) (#31997) by Hugo van Kemenade · 3 years, 5 months ago
  14. 4352ca2 bpo-42369: Fix thread safety of zipfile._SharedFile.tell (GH-26974) by Miss Islington (bot) · 3 years, 5 months ago
  15. 87b3e20 bpo-46013: Fix confusing kerning on period in docs (GH-29989) (GH-32005) by Miss Islington (bot) · 3 years, 5 months ago
  16. 6d290d5 [3.10] bpo-47040: improve document of checksum functions (GH-31955) (GH-32002) by Ma Lin · 3 years, 5 months ago
  17. 906f1a4 bpo-39394: Improve warning message in the re module (GH-31988) by Miss Islington (bot) · 3 years, 5 months ago
  18. c1f327f bpo-44544: add textwrap placeholder arg (GH-27671) by Miss Islington (bot) · 3 years, 5 months ago
  19. a5b7678 [3.10] bpo-40296: Fix supporting generic aliases in pydoc (GH-30253). (GH-31976) by Serhiy Storchaka · 3 years, 5 months ago
  20. 6fd9737 [3.10] bpo-46968: Check for 'sys/auxv.h' in the configure script (GH-31961). (GH-31974) by Pablo Galindo Salgado · 3 years, 5 months ago
  21. d27af88 bpo-45979: Fix Tkinter tests with old Tk (>= 8.5.12) (GH-31938) by Miss Islington (bot) · 3 years, 5 months ago
  22. 0b5f99a bpo-46421: Fix unittest filename evaluation when called as a module (GH-30654) by Miss Islington (bot) · 3 years, 5 months ago
  23. ba76f90 bpo-47038: Increase a test timeout for slow CI machines (GH-31951) by Miss Islington (bot) · 3 years, 5 months ago
  24. 36f62c5 bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCase (GH-31946) (#31948) by Miss Islington (bot) · 3 years, 5 months ago
  25. 4186dd6 bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase (GH-31942) (GH-31943) by Miss Islington (bot) · 3 years, 5 months ago
  26. b7c6119 Post 3.10.3 by Pablo Galindo · 3 years, 5 months ago
  27. a342a49 Python 3.10.3 by Pablo Galindo · 3 years, 5 months ago v3.10.3
  28. 04fdbb4 [3.10] bpo-47032: Ensure Windows install builds fail correctly with a non-zero exit code when part of the build fails (GH-31921) (GH-31926) by Steve Dower · 3 years, 5 months ago
  29. 58d30b9 bpo-46948: Fix launcher installer build failure due to first part of fix (GH-31920) by Miss Islington (bot) · 3 years, 5 months ago
  30. a59ac1e [3.10] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) (GH-31916) by Christian Heimes · 3 years, 5 months ago
  31. 88c243f bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892) by Miss Islington (bot) · 3 years, 5 months ago
  32. 3c4f24f bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.guess_type (GH-30229) by Miss Islington (bot) · 3 years, 5 months ago
  33. 0e4beba But Add missing newline to NEWS entry (GH-31893) by Miss Islington (bot) · 3 years, 5 months ago
  34. cebdc32 bpo-43721: Fix docstrings for property.getter/setter/deleter (GH-31046) by Miss Islington (bot) · 3 years, 5 months ago
  35. 9f1587e bpo-31415: importtime was made by Inada Naoki (GH-31875) by Miss Islington (bot) · 3 years, 5 months ago
  36. 0cfcc0c Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31880) by Ned Deily · 3 years, 5 months ago
  37. efa7250 [3.10] bpo-30677: [doc] mention that os.mkdir() can raise FileNotFoundError (GH-31548) (GH-31877) by Miss Islington (bot) · 3 years, 5 months ago
  38. c682840 [3.10] bpo-43215: Document Happy Eyeballs args of asyncio.open_connection (GH-24525) (GH-31869) by Illia Volochii · 3 years, 5 months ago
  39. d929aa7 [3.10] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31857) by Jason R. Coombs · 3 years, 5 months ago
  40. 25962e4 bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820) by Miss Islington (bot) · 3 years, 5 months ago
  41. 1ceda97 [3.10] bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31849) by Miss Islington (bot) · 3 years, 5 months ago
  42. d8ba5c1 [3.10] sqlite3: normalise pre-acronym determiners (GH-31772) (GH-31806) by Jelle Zijlstra · 3 years, 5 months ago
  43. 28f20a6 [3.10] bpo-46677: Add examples of inheritance and attributes to `TypedDict` docs (GH-31349) (GH-31815) by Charlie Zhao · 3 years, 5 months ago
  44. 393e2bf bpo-46968: Fix faulthandler for Sapphire Rapids Xeon (GH-31789) (GH-31830) by Victor Stinner · 3 years, 5 months ago
  45. b35b36e bpo-31327: Update time documentation to reflect possible errors (GH-31460) by Miss Islington (bot) · 3 years, 5 months ago
  46. 3bc8019 [3.10] bpo-46581: Propagate private vars via _GenericAlias.copy_with (GH-31061) (GH-31821) by Matt Bogosian · 3 years, 5 months ago
  47. 4199b7f [3.10] bpo-46198: rename duplicate tests and remove unused code (GH-30297) (GH-31796) by Jelle Zijlstra · 3 years, 5 months ago
  48. 3386f87 Remove print race from task_done example. (GH-31795) by Miss Islington (bot) · 3 years, 5 months ago
  49. 5dfe981 [3.10] Docstring: replace pysqlite with sqlite3 (GH-31758) (GH-31777) by Jelle Zijlstra · 3 years, 5 months ago
  50. 26fa25a bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped from chained exceptions (GH-23688) by Miss Islington (bot) · 3 years, 5 months ago
  51. 8de434b bpo-46955: Expose asyncio.base_events.Server as asyncio.Server (GH-31760) by Miss Islington (bot) · 3 years, 5 months ago
  52. 95b001f bpo-23325: Fix SIG_IGN and SIG_DFL int comparison in signal module (GH-31759) by Miss Islington (bot) · 3 years, 5 months ago
  53. ef54c4d Removed confusing reference to sys (GH-31638) by Miss Islington (bot) · 3 years, 5 months ago
  54. 5d2b9c9 [3.10] docs: Don't use code formatting for emphasis (GH-30519) (GH-31764) by Jelle Zijlstra · 3 years, 5 months ago
  55. f3d3b2d [3.10] bpo-46878: Purge 'non-standard' from sqlite3 docstrings (GH-31612) (GH-31753) by Erlend Egeberg Aasland · 3 years, 5 months ago
  56. 21c5b3f bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468) by Miss Islington (bot) · 3 years, 5 months ago
  57. b099363 Removed ambiguity in __init_subclass__ docs (GH-31540) by Miss Islington (bot) · 3 years, 5 months ago
  58. e053f0e bpo-46494: Mention the typing_extensions pkg in typing docs (GH-31260) by Miss Islington (bot) · 3 years, 5 months ago
  59. f6cdf5b importlib.metadata: Remove empty footnote section (GH-30451) by Miss Islington (bot) · 3 years, 5 months ago
  60. 06108c0 bpo-45680: Improve docs on subscriptions w.r.t. `GenericAlias` objects (GH-29479) by Miss Islington (bot) · 3 years, 5 months ago
  61. 1e52e78 bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736) by Miss Islington (bot) · 3 years, 5 months ago
  62. 58d576a bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 and CVE-2019-12900 (GH-31732) by Steve Dower · 3 years, 5 months ago
  63. 136842c bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly uses the install path during repair (GH-31727) by Steve Dower · 3 years, 5 months ago
  64. 0ff033b [3.10] Update grammar_grapher with the new forced (&&) directive (GH-31704) (GH-31719) by Luca Chiodini · 3 years, 5 months ago
  65. 3594ebc [3.10] bpo-46940: Don't override existing AttributeError suggestion information (GH-31710) (GH-31724) by Pablo Galindo Salgado · 3 years, 5 months ago
  66. 8acbb93 bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696) by Miss Islington (bot) · 3 years, 5 months ago
  67. ee18df4 bpo-14156: Make argparse.FileType work correctly for binary file modes when argument is '-' (GH-13165) by Miss Islington (bot) · 3 years, 6 months ago
  68. 4716f70 Lib/typing.py copy edits originating from GH-31061 (GH-31684) by Miss Islington (bot) · 3 years, 6 months ago
  69. fa69ec8 bpo-38738: Fix formatting of True and False in the threading documentation (GH-31678) by Miss Islington (bot) · 3 years, 6 months ago
  70. bdce188 bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631) by Miss Islington (bot) · 3 years, 6 months ago
  71. 7b5b429 [3.10] bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (GH-31675) by Victor Stinner · 3 years, 6 months ago
  72. 9d9dc59 bpo-6634: [doc] clarify that sys.exit() does not always exit the interpreter (GH-31639) by Miss Islington (bot) · 3 years, 6 months ago
  73. fa8c5ed bpo-46831: Update __build_class__ comment (GH-31522) by Miss Islington (bot) · 3 years, 6 months ago
  74. 257f5be bpo-46643: Fix stringized P.args/P.kwargs with get_type_hints (GH-31238) by Miss Islington (bot) · 3 years, 6 months ago
  75. 60b561c bpo-21910: Clarify docs for codecs writelines method (GH-31245) by Miss Islington (bot) · 3 years, 6 months ago
  76. eb65e46 [3.10] bpo-45492: Corrected documentation for co_names in inspect library doc (GH-31456). (GH-31645) by Irit Katriel · 3 years, 6 months ago
  77. 9326445 [3.10] bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632) (GH-31634) by Victor Stinner · 3 years, 6 months ago
  78. 7dbb2f8 bpo-42982: update pbkdf2 example & add another link (GH-30966) (#30968) by Miss Islington (bot) · 3 years, 6 months ago
  79. 98e2ee6 Add missing "to" to two tp_flags notes (GH-31624) by Miss Islington (bot) · 3 years, 6 months ago
  80. 1f956d1 bpo-26897: Clarify Popen stdin, stdout, stderr file object docs (GH-30231) by Miss Islington (bot) · 3 years, 6 months ago
  81. 8b37a0c Update dict/OrderedDict differences with code equivalents. (GH-31563) by Miss Islington (bot) · 3 years, 6 months ago
  82. 0848da1 bpo-46852: Rename float.__set_format__() to float.__setformat__() (GH-31558) (GH-31578) by Victor Stinner · 3 years, 6 months ago
  83. 2b7e04d bpo-46756: Fix authorization check in urllib.request (GH-31353) by Miss Islington (bot) · 3 years, 6 months ago
  84. 632a812 bpo-34429: Noted TemporaryFile behavior on non-Posix/non-Cygwin systems (GH-31547) by Miss Islington (bot) · 3 years, 6 months ago
  85. c7a0fd2 bpo-46820: Refactor tests for ambiguous end of numerical literal (GH-31494) by Miss Islington (bot) · 3 years, 6 months ago
  86. b0de629 bpo-40421: Fix PyFrame_GetCode() documentation (GH-31535) by Miss Islington (bot) · 3 years, 6 months ago
  87. 6717edc Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (GH-31512) (GH-31514) by Miss Islington (bot) · 3 years, 6 months ago
  88. 28d9353 Minor fixes to C API docs (GH-31501) by Miss Islington (bot) · 3 years, 6 months ago
  89. 4955a9e bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487) by Miss Islington (bot) · 3 years, 6 months ago
  90. d327517 bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499) by Miss Islington (bot) · 3 years, 6 months ago
  91. a7af34d [3.10] bpo-20923 : [doc] Explain ConfigParser 'valid section name' and .SECTCRE (GH-31413) (GH-31506) by Miss Islington (bot) · 3 years, 6 months ago
  92. d04fb92 [3.10] bpo-36557: Updated wording for using/windows (GH-31457) (GH-31504) by Miss Islington (bot) · 3 years, 6 months ago
  93. f20ac2e bpo-46820: Fix a SyntaxError in a numeric literal followed by "not in" (GH-31479) (GH-31493) by Miss Islington (bot) · 3 years, 6 months ago
  94. c596ecb [3.10] bpo-46732: fix __bool__ docstring (GH-31301) (GH-31473) by Miss Islington (bot) · 3 years, 6 months ago
  95. 7da97f6 bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31472) by Miss Islington (bot) · 3 years, 6 months ago
  96. 633d0f9 bpo-46232: Fix parsing of certs with bit string in DN (GH-30351) by Miss Islington (bot) · 3 years, 6 months ago
  97. 95d6271 bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31384) by Miss Islington (bot) · 3 years, 6 months ago
  98. a2e13ec [docs] Correct typos in SSLContext.sni_callback (GH-30623) (GH-31421) by Miss Islington (bot) · 3 years, 6 months ago
  99. ba457fe [3.10] bpo-43853: Expand test suite for SQLite UDF's (GH-27642) (GH-31030) by Erlend Egeberg Aasland · 3 years, 6 months ago
  100. f1916cd bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187) (GH-31440) by Miss Islington (bot) · 3 years, 6 months ago