Python 3.10.3
  1. a342a49 Python 3.10.3 by Pablo Galindo · 3 years, 5 months ago v3.10.3
  2. 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
  3. 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
  4. a59ac1e [3.10] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) (GH-31916) by Christian Heimes · 3 years, 5 months ago
  5. 88c243f bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892) by Miss Islington (bot) · 3 years, 5 months ago
  6. 3c4f24f bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.guess_type (GH-30229) by Miss Islington (bot) · 3 years, 5 months ago
  7. 0e4beba But Add missing newline to NEWS entry (GH-31893) by Miss Islington (bot) · 3 years, 5 months ago
  8. cebdc32 bpo-43721: Fix docstrings for property.getter/setter/deleter (GH-31046) by Miss Islington (bot) · 3 years, 5 months ago
  9. 9f1587e bpo-31415: importtime was made by Inada Naoki (GH-31875) by Miss Islington (bot) · 3 years, 5 months ago
  10. 0cfcc0c Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31880) by Ned Deily · 3 years, 5 months ago
  11. 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
  12. 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
  13. 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
  14. 25962e4 bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820) by Miss Islington (bot) · 3 years, 5 months ago
  15. 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
  16. d8ba5c1 [3.10] sqlite3: normalise pre-acronym determiners (GH-31772) (GH-31806) by Jelle Zijlstra · 3 years, 5 months ago
  17. 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
  18. 393e2bf bpo-46968: Fix faulthandler for Sapphire Rapids Xeon (GH-31789) (GH-31830) by Victor Stinner · 3 years, 5 months ago
  19. b35b36e bpo-31327: Update time documentation to reflect possible errors (GH-31460) by Miss Islington (bot) · 3 years, 5 months ago
  20. 3bc8019 [3.10] bpo-46581: Propagate private vars via _GenericAlias.copy_with (GH-31061) (GH-31821) by Matt Bogosian · 3 years, 5 months ago
  21. 4199b7f [3.10] bpo-46198: rename duplicate tests and remove unused code (GH-30297) (GH-31796) by Jelle Zijlstra · 3 years, 5 months ago
  22. 3386f87 Remove print race from task_done example. (GH-31795) by Miss Islington (bot) · 3 years, 5 months ago
  23. 5dfe981 [3.10] Docstring: replace pysqlite with sqlite3 (GH-31758) (GH-31777) by Jelle Zijlstra · 3 years, 5 months ago
  24. 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
  25. 8de434b bpo-46955: Expose asyncio.base_events.Server as asyncio.Server (GH-31760) by Miss Islington (bot) · 3 years, 5 months ago
  26. 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
  27. ef54c4d Removed confusing reference to sys (GH-31638) by Miss Islington (bot) · 3 years, 5 months ago
  28. 5d2b9c9 [3.10] docs: Don't use code formatting for emphasis (GH-30519) (GH-31764) by Jelle Zijlstra · 3 years, 5 months ago
  29. f3d3b2d [3.10] bpo-46878: Purge 'non-standard' from sqlite3 docstrings (GH-31612) (GH-31753) by Erlend Egeberg Aasland · 3 years, 5 months ago
  30. 21c5b3f bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468) by Miss Islington (bot) · 3 years, 5 months ago
  31. b099363 Removed ambiguity in __init_subclass__ docs (GH-31540) by Miss Islington (bot) · 3 years, 5 months ago
  32. e053f0e bpo-46494: Mention the typing_extensions pkg in typing docs (GH-31260) by Miss Islington (bot) · 3 years, 5 months ago
  33. f6cdf5b importlib.metadata: Remove empty footnote section (GH-30451) by Miss Islington (bot) · 3 years, 5 months ago
  34. 06108c0 bpo-45680: Improve docs on subscriptions w.r.t. `GenericAlias` objects (GH-29479) by Miss Islington (bot) · 3 years, 5 months ago
  35. 1e52e78 bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736) by Miss Islington (bot) · 3 years, 5 months ago
  36. 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
  37. 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
  38. 0ff033b [3.10] Update grammar_grapher with the new forced (&&) directive (GH-31704) (GH-31719) by Luca Chiodini · 3 years, 5 months ago
  39. 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
  40. 8acbb93 bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696) by Miss Islington (bot) · 3 years, 5 months ago
  41. 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
  42. 4716f70 Lib/typing.py copy edits originating from GH-31061 (GH-31684) by Miss Islington (bot) · 3 years, 6 months ago
  43. fa69ec8 bpo-38738: Fix formatting of True and False in the threading documentation (GH-31678) by Miss Islington (bot) · 3 years, 6 months ago
  44. bdce188 bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631) by Miss Islington (bot) · 3 years, 6 months ago
  45. 7b5b429 [3.10] bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (GH-31675) by Victor Stinner · 3 years, 6 months ago
  46. 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
  47. fa8c5ed bpo-46831: Update __build_class__ comment (GH-31522) by Miss Islington (bot) · 3 years, 6 months ago
  48. 257f5be bpo-46643: Fix stringized P.args/P.kwargs with get_type_hints (GH-31238) by Miss Islington (bot) · 3 years, 6 months ago
  49. 60b561c bpo-21910: Clarify docs for codecs writelines method (GH-31245) by Miss Islington (bot) · 3 years, 6 months ago
  50. 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
  51. 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
  52. 7dbb2f8 bpo-42982: update pbkdf2 example & add another link (GH-30966) (#30968) by Miss Islington (bot) · 3 years, 6 months ago
  53. 98e2ee6 Add missing "to" to two tp_flags notes (GH-31624) by Miss Islington (bot) · 3 years, 6 months ago
  54. 1f956d1 bpo-26897: Clarify Popen stdin, stdout, stderr file object docs (GH-30231) by Miss Islington (bot) · 3 years, 6 months ago
  55. 8b37a0c Update dict/OrderedDict differences with code equivalents. (GH-31563) by Miss Islington (bot) · 3 years, 6 months ago
  56. 0848da1 bpo-46852: Rename float.__set_format__() to float.__setformat__() (GH-31558) (GH-31578) by Victor Stinner · 3 years, 6 months ago
  57. 2b7e04d bpo-46756: Fix authorization check in urllib.request (GH-31353) by Miss Islington (bot) · 3 years, 6 months ago
  58. 632a812 bpo-34429: Noted TemporaryFile behavior on non-Posix/non-Cygwin systems (GH-31547) by Miss Islington (bot) · 3 years, 6 months ago
  59. c7a0fd2 bpo-46820: Refactor tests for ambiguous end of numerical literal (GH-31494) by Miss Islington (bot) · 3 years, 6 months ago
  60. b0de629 bpo-40421: Fix PyFrame_GetCode() documentation (GH-31535) by Miss Islington (bot) · 3 years, 6 months ago
  61. 6717edc Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (GH-31512) (GH-31514) by Miss Islington (bot) · 3 years, 6 months ago
  62. 28d9353 Minor fixes to C API docs (GH-31501) by Miss Islington (bot) · 3 years, 6 months ago
  63. 4955a9e bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487) by Miss Islington (bot) · 3 years, 6 months ago
  64. d327517 bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499) by Miss Islington (bot) · 3 years, 6 months ago
  65. 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
  66. d04fb92 [3.10] bpo-36557: Updated wording for using/windows (GH-31457) (GH-31504) by Miss Islington (bot) · 3 years, 6 months ago
  67. 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
  68. c596ecb [3.10] bpo-46732: fix __bool__ docstring (GH-31301) (GH-31473) by Miss Islington (bot) · 3 years, 6 months ago
  69. 7da97f6 bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31472) by Miss Islington (bot) · 3 years, 6 months ago
  70. 633d0f9 bpo-46232: Fix parsing of certs with bit string in DN (GH-30351) by Miss Islington (bot) · 3 years, 6 months ago
  71. 95d6271 bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31384) by Miss Islington (bot) · 3 years, 6 months ago
  72. a2e13ec [docs] Correct typos in SSLContext.sni_callback (GH-30623) (GH-31421) by Miss Islington (bot) · 3 years, 6 months ago
  73. 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
  74. 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
  75. fa621a7 [3.10] replace `self` param with more appropriate `cls` in classmethods (GH-31402) (GH-31446) by Andrew Svetlov · 3 years, 6 months ago
  76. dde0488 [3.10] Raise TypeError if SSLSocket is passed to asyncio transport-based methods (GH-31442). (GH-31443) by Andrew Svetlov · 3 years, 6 months ago
  77. ea3e042 Improve discussion about how __getattr__ is invoked. (GH-31435) (GH-31437) by Miss Islington (bot) · 3 years, 6 months ago
  78. 75c5dbc Counter doc mentions three methods, but lists four (GH-30706) by Miss Islington (bot) · 3 years, 6 months ago
  79. 103f3ca bpo-46603: improve coverage of `typing._strip_annotations` (GH-31063) by Miss Islington (bot) · 3 years, 6 months ago
  80. e05e3d2 [3.10] bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397) (GH-31420) by Gregory P. Smith · 3 years, 6 months ago
  81. 6eb3477 bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388) by Miss Islington (bot) · 3 years, 6 months ago
  82. feb4455 docs: Link `match` statement in tutorial (GH-31396) by Miss Islington (bot) · 3 years, 6 months ago
  83. 095ffe7 Fix mistake in barry_as_FLUFL test (GH-31392) by Miss Islington (bot) · 3 years, 6 months ago
  84. cb7551d bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31296) by Dong-hee Na · 3 years, 6 months ago
  85. 68e80c4 [3.10] Update html.parser.rst (GH-30678) (GH-31385) by Miss Islington (bot) · 3 years, 6 months ago
  86. a481be0 [3.10] Become a CODEOWNER for typing (GH-31374) (GH-31382) by Miss Islington (bot) · 3 years, 6 months ago
  87. a17d59a [3.10] bpo-46333: Honor `module` parameter in ForwardRef (GH-30536) (GH-31379) by Miss Islington (bot) · 3 years, 6 months ago
  88. d4e4ef1 [3.10] bpo-46724: Use `JUMP_ABSOLUTE` for all backward jumps. (GH-31326) (GH-31354) by Mark Shannon · 3 years, 6 months ago
  89. 3d407b9 bpo-46762: Fix an assert failure in f-strings where > or < is the last character if the f-string is missing a trailing right brace. (GH-31365) by Miss Islington (bot) · 3 years, 6 months ago
  90. 5b63ba3 Update the OMG link (GH-30383) by Miss Islington (bot) · 3 years, 6 months ago
  91. 72c4646 bpo-46741: Update `asyncio.protocols.BufferedProtocol` docstring (GH-31327) (GH-31362) by Miss Islington (bot) · 3 years, 6 months ago
  92. ac55cea [3.10] bpo-46728: fix docstring of combinations_with_replacement for consistency (GH-31293) (GH-31350) by DongGeon Lee · 3 years, 6 months ago
  93. b271953 bpo-46436: Fix command-line option -d/--directory in module http.server (GH-30701) by Miss Islington (bot) · 3 years, 6 months ago
  94. 543242a Fix the signature of multiprocessing.set_executable (GH-31276) by Miss Islington (bot) · 3 years, 6 months ago
  95. a414cb3 Update __main__.rst (GH-30896) by Miss Islington (bot) · 3 years, 6 months ago
  96. c5a987b doc: use colon for all color's rangs (GH-28998) (#31336) by Miss Islington (bot) · 3 years, 6 months ago
  97. 8282532 bpo-38619: Update the documentation for UUID.hex (GH-29830) by Miss Islington (bot) · 3 years, 6 months ago
  98. 5574cac Fix minor grammar error (GH-31325) by Miss Islington (bot) · 3 years, 6 months ago
  99. a606c6a Fix a typo in Doc/faq/programming.rst (GH-31243) by Miss Islington (bot) · 3 years, 6 months ago
  100. 841c77d [3.10] bpo-46747: Add missing key parameters in the bisect docs (GH-31323) (GH-31329) by Dennis Sweeney · 3 years, 6 months ago