Python 3.10.0b2
  1. 3173141 Python 3.10.0b2 by Pablo Galindo · 4 years, 3 months ago v3.10.0b2
  2. addd329 bpo-44254: On Mac, remove disfunctional colors from turtledemo buttons (GH-26448) by Miss Islington (bot) · 4 years, 3 months ago
  3. 1757ddd Fix dataclass comment typo _eq__ -> __eq__ (GH-26433) (GH-26436) by Miss Islington (bot) · 4 years, 3 months ago
  4. 448abe8 bpo-41611: IDLE: Catch TclError exceptions in AutoCompleteWindow.winconfig_event() (GH-26404) by Miss Islington (bot) · 4 years, 3 months ago
  5. 5e6219b bpo-41611: IDLE: fix freezing on completion on macOS (GH-26400) by Miss Islington (bot) · 4 years, 3 months ago
  6. 5d569ef [3.10] bpo-44241: Incorporate changes from importlib_metadata 4.1. (GH-26382) (GH-26395) by Miss Islington (bot) · 4 years, 3 months ago
  7. 97b4576 bpo-38693: Prefer f-strings in importlib.resources (importlib_resources 5.0.6). (GH-26387) (#26389) by Miss Islington (bot) · 4 years, 3 months ago
  8. 78a8428 bpo-38693: importlib.metadata f-strings (GH-26383) by Miss Islington (bot) · 4 years, 3 months ago
  9. 7b3b698 bpo-44232: Fix type_new() error reporting (GH-26359) (GH-26365) by Miss Islington (bot) · 4 years, 3 months ago
  10. a682519 bpo-44151: Various grammar, word order, and markup fixes (GH-26344) (GH-26345) by Miss Islington (bot) · 4 years, 3 months ago
  11. 8677987 bpo-44151: linear_regression() minor API improvements (GH-26199) (GH-26338) by Miss Islington (bot) · 4 years, 3 months ago
  12. 1c454eb bpo-41282: Fix broken `make install` (GH-26329) by Miss Islington (bot) · 4 years, 3 months ago
  13. e394573 bpo-44210: make importlib.metadata._meta.PackageMetadata public (GH-26299) by Miss Islington (bot) · 4 years, 3 months ago
  14. 50b0d14 bpo-44184: Fix subtype_dealloc() for freed type (GH-26274) (GH-26290) by Miss Islington (bot) · 4 years, 3 months ago
  15. ae1732d bpo-44180: Fix edge cases in invalid assigment rules in the parser (GH-26283) by Miss Islington (bot) · 4 years, 3 months ago
  16. fdb65e3 [3.10] bpo-43643: Sync with python/importlib_resources@c17a610aad. (GH-26284) (GH-26286) by Miss Islington (bot) · 4 years, 3 months ago
  17. 07dba47 bpo-44180: Report generic syntax errors in the furthest position reached in the first parser pass (GH-26253) (GH-26281) by Miss Islington (bot) · 4 years, 3 months ago
  18. ee51c56 [3.10] bpo-38671: Add test that `pathlib.Path.resolve()` returns an absolute path. (GH-26184) (GH-26270) by Barney Gale · 4 years, 3 months ago
  19. 4389711 bpo-36160: Fix test_site so that it can run independently of other tests (GH-12131) (GH-26262) by Miss Islington (bot) · 4 years, 3 months ago
  20. ec0699c bpo-44168: Fix error message in the parser for keyword arguments for invalid expressions (GH-26210) (GH-26247) by Miss Islington (bot) · 4 years, 3 months ago
  21. 3357604 bpo-44010: IDLE: colorize pattern-matching soft keywords (GH-25851) by Miss Islington (bot) · 4 years, 3 months ago
  22. 4d17c93 [3.10] bpo-41963: document that ConfigParser strips off comments (GH-26197) (GH-26214) by Łukasz Langa · 4 years, 3 months ago
  23. 373741a [3.10] bpo-25872: Add unit tests for linecache and threading (GH-25913) (GH-26212) by Irit Katriel · 4 years, 3 months ago
  24. a44bb6d bpo-33433 Fix private address checking for IPv4 mapped IPv6. (GH-26172) by Miss Islington (bot) · 4 years, 3 months ago
  25. 7a58862 bpo-43650: Fix MemoryError on zip.read in shutil._unpack_zipfile for large files (GH-25058) (GH-26190) by Miss Islington (bot) · 4 years, 3 months ago
  26. e6755ba Apply edits from Allen Downey's review of the linear_regression docs. (GH-26176) (GH-26185) by Miss Islington (bot) · 4 years, 3 months ago
  27. d22fa22 fix docstring typo in bdb.py (GH-22323) (#26179) by Miss Islington (bot) · 4 years, 3 months ago
  28. b913f47 bpo-39950: Fix deprecation warning in test for `pathlib.Path.link_to()` (GH-26155) (GH-26178) by Miss Islington (bot) · 4 years, 3 months ago
  29. 68b79f7 [3.10] Fix typo in comment (GH-26162) (GH-26164) by Miss Islington (bot) · 4 years, 3 months ago
  30. 1afaaf5 bpo-44143: Fix crash in the parser when raising tokenizer errors with an exception set (GH-26144) (GH-26148) by Miss Islington (bot) · 4 years, 3 months ago
  31. 71dca6e [3.10] bpo-37788: Fix reference leak when Thread is never joined (GH-26103) (GH-26138) by Miss Islington (bot) · 4 years, 3 months ago
  32. 2e99869 bpo-44072: fix Complex, Integral docs for `**` (GH-25986) by Miss Islington (bot) · 4 years, 3 months ago
  33. f28bac4 bpo-44108: sqlite3 test suite now works with SQLITE_DQS=0 (GH-26032) (GH-26125) by Miss Islington (bot) · 4 years, 3 months ago
  34. 2d78023 bpo-28146: Fix a confusing error message in str.format() (GH-24213) by Miss Islington (bot) · 4 years, 3 months ago
  35. c55ff1b bpo-44098: Drop ParamSpec from most ``__parameters__`` in typing generics (GH-26013) (#26091) by Miss Islington (bot) · 4 years, 3 months ago
  36. 0acdf25 [3.10] bpo-43933: Force RETURN_VALUE bytecodes to have line numbers (GH-26061) by Mark Shannon · 4 years, 3 months ago
  37. a2d94a0 bpo-38908: Fix issue when non runtime_protocol failed to raise TypeError (GH-26067) by Miss Islington (bot) · 4 years, 3 months ago
  38. bd5dfd6 [3.10] bpo-25479: add unit test for __subclasshook__ in test_abc.py (GH-24034) (GH-26065) by Irit Katriel · 4 years, 3 months ago
  39. 3e44e9a bpo-44089: Allow subclassing of ``csv.Error`` (GH-26008) (GH-26066) by Miss Islington (bot) · 4 years, 3 months ago
  40. c90ed8e bpo-28528: Fix pdb.checkline() attribute error when 'curframe' is None. (GH-25438) (#26050) by Miss Islington (bot) · 4 years, 3 months ago
  41. 6098214 Fix import of HTTPError (GH-22304) (GH-26047) by Miss Islington (bot) · 4 years, 3 months ago
  42. 7bef7a1 bpo-25821: Fix inaccuracy in threading.enumerate/is_alive documentation (GH-23192) (#26035) by Miss Islington (bot) · 4 years, 3 months ago
  43. 9a0e65c bpo-43149: Correct the syntax error message for multiple exception types (GH-25996) GH-25997) by Miss Islington (bot) · 4 years, 3 months ago
  44. c3eb3c1 Revert test for Tix deprecation warning (GH-26005) by Miss Islington (bot) · 4 years, 3 months ago
  45. 6e7fe19 [3.10] bpo-31904: Correct error string in test_file_not_exists() for VxWorks (GH-25965) (GH-25983) by Miss Islington (bot) · 4 years, 3 months ago
  46. 5a5237c bpo-44026: Idle - display interpreter's 'did you mean' hints (GH-25912) by Miss Islington (bot) · 4 years, 3 months ago
  47. 13de28f bpo-44063: set the missing end locations on the compiler (GH-25956) (#25972) by Miss Islington (bot) · 4 years, 3 months ago
  48. ec6a1ea bpo-41730: Show deprecation warnings for tkinter.tix (GH-22186) by Miss Islington (bot) · 4 years, 3 months ago
  49. 569ca81 bpo-40943: Fix skipitem() didn't raise SystemError (GH-25937) by Miss Islington (bot) · 4 years, 4 months ago
  50. fbefdaf bpo-44059: Register the SerenityOS Browser in the webbrowser module (GH-25947) (GH-25950) by Miss Islington (bot) · 4 years, 4 months ago
  51. 058f9b2 bpo-43972: Set content-length to 0 for http.server.SimpleHTTPRequestHandler 301s (GH-25705) by Miss Islington (bot) · 4 years, 4 months ago
  52. 8e3cb61 Eliminate duplicated calculations and unnecessary work for linear regression (GH-25922) (GH-25945) by Miss Islington (bot) · 4 years, 4 months ago
  53. 8d4b184 Correct location for syntax error in try-except (GH-25939) by Mark Shannon · 4 years, 4 months ago
  54. 60ba0b6 bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Continue (GH-25916) (GH-25931) by Miss Islington (bot) · 4 years, 4 months ago
  55. 24f1d1a bpo-43882 Remove the newline, and tab early. From query and fragments. (GH-25936) by Miss Islington (bot) · 4 years, 4 months ago
  56. 10d6f6b bpo-35753: Fix crash in doctest with unwrap-able functions (GH-22981) (#25926) by Miss Islington (bot) · 4 years, 4 months ago
  57. ce4fee2 bpo-44040: Update broken link in pathlib source (GH-25905) (GH-25910) by Miss Islington (bot) · 4 years, 4 months ago
  58. 7b4725a bpo-40297: Fix test_socket.CANTest.testSendFrame (GH-19548) by Miss Islington (bot) · 4 years, 4 months ago
  59. af14e1d Fix inconsistent fsum vs sum and fmean vs mean (GH-25898) (GH-25899) by Miss Islington (bot) · 4 years, 4 months ago
  60. 62a983d Fix typo in ast.py (GH-25740) by Miss Islington (bot) · 4 years, 4 months ago
  61. e1bcc88 bpo-38352: Add to typing.__all__ (GH-25821) (#25884) by Miss Islington (bot) · 4 years, 4 months ago
  62. 20380df update docstring for `win_getpass` to reflect code changes (GH-24967) by Miss Islington (bot) · 4 years, 4 months ago
  63. 2995bff bpo-44018: random.seed() no longer mutates its inputs (GH-25856) (GH-25872) by Miss Islington (bot) · 4 years, 4 months ago
  64. d194e1e fix enum and backslash warnings (GH-25861) (GH-25871) by Miss Islington (bot) · 4 years, 4 months ago
  65. 756b7b9 bpo-43822: Prioritize tokenizer errors over custom syntax errors when raising parser exceptions (GH-25866) by Miss Islington (bot) · 4 years, 4 months ago
  66. ba42175 Python 3.10.0b1 by Pablo Galindo · 4 years, 4 months ago v3.10.0b1
  67. d3b9134 Remove Enum warnings from test_httpservers (GH-25844) by Shreyan Avigyan · 4 years, 4 months ago
  68. 80a2a4e bpo-38530: Refactor and improve AttributeError suggestions (GH-25776) by Dennis Sweeney · 4 years, 4 months ago
  69. c715b52 bpo-43943: ssl tests: Increase server socket timeout, backlog, debugging (GH-25850) by Christian Heimes · 4 years, 4 months ago
  70. 7719953 bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848) by Pablo Galindo · 4 years, 4 months ago
  71. 4ffd6fd Increase test timeout (GH-25842) by Andrew Svetlov · 4 years, 4 months ago
  72. ad106c6 bpo-42725: Render annotations effectless on symbol table with PEP 563 (GH-25583) by Batuhan Taskaya · 4 years, 4 months ago
  73. 37ebdf0 bpo-44011: Fix asyncio tests without ssl module (GH-25840) by Christian Heimes · 4 years, 4 months ago
  74. 99ad742 bpo-44015: dataclasses should allow KW_ONLY to be specified only once per class (GH-25841) by Eric V. Smith · 4 years, 4 months ago
  75. 8c598db bpo-25478: Add total() method to collections.Counter (GH-25829) by Raymond Hettinger · 4 years, 4 months ago
  76. b43cc31 bpo-37903: IDLE: add shell sidebar mouse interactions (GH-25708) by Tal Einat · 4 years, 4 months ago
  77. 8703178 bpo-43568: Drop support for MACOSX_DEPLOYMENT_TARGET < 10.3 (GH-25827) by Ned Deily · 4 years, 4 months ago
  78. 33ec88a bpo-43977: Make sure that tp_flags for pattern matching are inherited correctly. (GH-25813) by Mark Shannon · 4 years, 4 months ago
  79. 5fb06ed bpo-44011: New asyncio ssl implementation (#17975) by Andrew Svetlov · 4 years, 4 months ago
  80. c96cc08 bpo-43434: Move sqlite3.connect audit events to sqlite3.Connection.__init__ (GH-25818) by Erlend Egeberg Aasland · 4 years, 4 months ago
  81. 37e0c78 bpo-43926: Cleaner metadata with PEP 566 JSON support. (GH-25565) by Jason R. Coombs · 4 years, 4 months ago
  82. 0ad1e03 bpo-43754: Eliminate bindings for partial pattern matches (GH-25229) by Brandt Bucher · 4 years, 4 months ago
  83. 60ce8f0 bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099) by Christian Heimes · 4 years, 4 months ago
  84. 73766b0 bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type (#8721) by Zackery Spytz · 4 years, 4 months ago
  85. 91554e4 bpo-43908: Mark ssl, hash, and hmac types as immutable (GH-25792) by Christian Heimes · 4 years, 4 months ago
  86. fd0bc7e bpo-43733: netrc try to use UTF-8 before using locale encoding. (GH-25781) by Inada Naoki · 4 years, 4 months ago
  87. 1ae05fd Revert "bpo-43989: Temporarily disable warnings in ssltests (GH-25780)" (GH-25793) by Ethan Furman · 4 years, 4 months ago
  88. ddbef71 bpo-43916: Rewrite new hashlib tests, fix typo (GH-25791) by Christian Heimes · 4 years, 4 months ago
  89. 55e5c68 bpo-43989: Add signal format specifier for unix_events (GH-25769) by Roberto Hueso · 4 years, 4 months ago
  90. a5669b3 bpo-43998: Fix testing without ssl module (GH-25790) by Christian Heimes · 4 years, 4 months ago
  91. 9a42d50 bpo-43957: Add a missins space to the new format enum warning (#25770) by Pablo Galindo · 4 years, 4 months ago
  92. e983252 bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778) by Christian Heimes · 4 years, 4 months ago
  93. 823fbf4 If using a frozen class with slots, add __getstate__ and __setstate__ to set the instance values. (GH-25786) by Eric V. Smith · 4 years, 4 months ago
  94. f82fd77 bpo-43989: Temporarily disable warnings in ssltests (GH-25780) by Christian Heimes · 4 years, 4 months ago
  95. bf99b71 bpo-43993: Update vendored pip to 21.1.1 (GH-25761) by Stéphane Bidoul · 4 years, 4 months ago
  96. c241991 bpo-42269: Add slots parameter to dataclass decorator (GH-24171) by Yurii Karabas · 4 years, 4 months ago
  97. e467ec4 bpo-43995: Fix reference leak in test_grammar (GH-25764) by Erlend Egeberg Aasland · 4 years, 4 months ago
  98. 0048c60 bpo-43935: Fix typo in Turtle.back() docstring (GH-25581) by Tarjei Bærland · 4 years, 4 months ago
  99. 6143fcd bpo-43979: Remove unnecessary operation from urllib.parse.parse_qsl (GH-25756) by Dong-hee Na · 4 years, 4 months ago
  100. 6689e45 bpo-43981: Fix reference leaks in test_squeezer (GH-25758) by Pablo Galindo · 4 years, 4 months ago