Python 3.10.0b3
  1. 865714a Python 3.10.0b3 by Pablo Galindo · 4 years, 2 months ago v3.10.0b3
  2. 84ce737 bpo-44392: Add Py_GenericAlias to C API docs (GH-26724) by Miss Islington (bot) · 4 years, 2 months ago
  3. 7fd4010 bpo-43795: Don't list private names in the limited API (GH-26740) by Miss Islington (bot) · 4 years, 2 months ago
  4. 41c2a4a7 [3.10] bpo-44342: [Enum] improve test, add andrei kulakov to ACKS (GH-26726) by Ethan Furman · 4 years, 2 months ago
  5. c3b776f bpo-44422: Fix threading.enumerate() reentrant call (GH-26727) by Miss Islington (bot) · 4 years, 2 months ago
  6. e30fe27 bpo-42972: _thread.RLock implements the GH protocol (GH-26734) by Miss Islington (bot) · 4 years, 2 months ago
  7. 2f2ea96 bpo-44351: Restore back parse_makefile in distutils.sysconfig (GH-26637) (GH-26673) by Miss Islington (bot) · 4 years, 2 months ago
  8. 133cddf bpo-44409: Fix error location in tokenizer errors that happen during initialization (GH-26712) by Miss Islington (bot) · 4 years, 2 months ago
  9. fc310cb bpo-38291: Remove mention of typing.io and typing.re again (GH-26113) by Miss Islington (bot) · 4 years, 2 months ago
  10. 4becc56 [3.10] bpo-44389: Fix deprecation of OP_NO_TLSv1_3 (GH-26700) (GH-26705) by Miss Islington (bot) · 4 years, 2 months ago
  11. d03f342 bpo-44396: Update multi-line-start location when reallocating tokenizer buffers (GH-26676) (GH-26695) by Miss Islington (bot) · 4 years, 2 months ago
  12. b441e99 bpo-40128: Fix IDLE autocomplete on macOS (GH-26672) by Miss Islington (bot) · 4 years, 2 months ago
  13. 42612db bpo-44381: Windows build now allows enabling control flow guard (GH-26645) by Miss Islington (bot) · 4 years, 2 months ago
  14. 9c0180a bpo-43318: Fix a bug where pdb does not always echo cleared breakpoints (GH-24646) (GH-26674) by Miss Islington (bot) · 4 years, 2 months ago
  15. e6d28a1 bpo-44378: Fix a compiler warning in Py_IS_TYPE() (GH-26644) by Miss Islington (bot) · 4 years, 2 months ago
  16. d7930fb bpo-44362: ssl: improve deprecation warnings and docs (GH-26646) by Miss Islington (bot) · 4 years, 2 months ago
  17. b613132 bpo-44342: [Enum] changed pickling from by-value to by-name (GH-26658) (GH-26660) by Miss Islington (bot) · 4 years, 2 months ago
  18. 0128601 bpo-44356: [Enum] allow multiple data-type mixins if they are all the same (GH-26649) (GH-26653) by Miss Islington (bot) · 4 years, 2 months ago
  19. e3bc32f bpo-37022: Fix bug where pdb's do_p/do_pp commands swallow exceptions from repr (GH-18180) (GH-26650) by Miss Islington (bot) · 4 years, 2 months ago
  20. 540ebc4 bpo-33962: Use ttk spinbox for IDLE indent space config (GH-22954) by Miss Islington (bot) · 4 years, 2 months ago
  21. 7496486 [3.10] bpo-44242: [Enum] remove missing bits test from Flag creation (GH-26586) (GH-26635) by Ethan Furman · 4 years, 2 months ago
  22. 0895e62c bpo-44363: Get test_capi passing with address sanitizer (GH-26639) by Miss Islington (bot) · 4 years, 2 months ago
  23. 664ae29 bpo-40468: Split IDLE settings General tab (GH-26621) by Miss Islington (bot) · 4 years, 2 months ago
  24. c049609 bpo-44349: Fix edge case when displaying text from files with encoding in syntax errors (GH-26611) (GH-26616) by Miss Islington (bot) · 4 years, 2 months ago
  25. eeefa7f bpo-43833: Emit warnings for numeric literals followed by keyword (GH-25466) by Miss Islington (bot) · 4 years, 2 months ago
  26. 2cfe0e7 bpo-40468: Move IDLE helplist settings to extensions page of dialog. (GH-26593) by Miss Islington (bot) · 4 years, 2 months ago
  27. 933b5b6 bpo-44335: Fix a regression when identifying invalid characters in syntax errors (GH-26589) by Miss Islington (bot) · 4 years, 2 months ago
  28. 2af690f bpo-44322: Document more SyntaxError details. (GH-26562) by Miss Islington (bot) · 4 years, 2 months ago
  29. ad2f3b7 bpo-44304: Fix crash in the sqlite3 module when the GC clears Statement objects (GH-26545) by Miss Islington (bot) · 4 years, 3 months ago
  30. 067d6d4 bpo-43853: Handle sqlite3_value_text() errors (GH-25422) by Miss Islington (bot) · 4 years, 3 months ago
  31. e53f72a [3.10] bpo-44305: Improve syntax error for try blocks without except or finally (GH-26523) (GH-26524) by Pablo Galindo · 4 years, 3 months ago
  32. 976598d bpo-11105: Do not crash when compiling recursive ASTs (GH-20594) by Miss Islington (bot) · 4 years, 3 months ago
  33. d2ab15f bpo-43921: Fix test_ssl.test_wrong_cert_tls13() on Windows (GH-26502) (GH-26518) by Miss Islington (bot) · 4 years, 3 months ago
  34. 4131780 Add bpo-42914 to What's New (GH-25124) by Miss Islington (bot) · 4 years, 3 months ago
  35. e5e93e6 bpo-43921: Fix test_ssl.test_pha_required_nocert() (GH-26489) by Miss Islington (bot) · 4 years, 3 months ago
  36. 7207203 [3.10] bpo-44246: Restore compatibility in entry_points (GH-26468) (GH-26471) by Miss Islington (bot) · 4 years, 3 months ago
  37. d1480ad bpo-44246: Entry points performance improvements. (GH-26467) by Miss Islington (bot) · 4 years, 3 months ago
  38. 3173141 Python 3.10.0b2 by Pablo Galindo · 4 years, 3 months ago v3.10.0b2
  39. addd329 bpo-44254: On Mac, remove disfunctional colors from turtledemo buttons (GH-26448) by Miss Islington (bot) · 4 years, 3 months ago
  40. 448abe8 bpo-41611: IDLE: Catch TclError exceptions in AutoCompleteWindow.winconfig_event() (GH-26404) by Miss Islington (bot) · 4 years, 3 months ago
  41. 0574b06 bpo-43667: Add news fragment for Solaris changes (GH-26405) (GH-26409) by Miss Islington (bot) · 4 years, 3 months ago
  42. 5e6219b bpo-41611: IDLE: fix freezing on completion on macOS (GH-26400) by Miss Islington (bot) · 4 years, 3 months ago
  43. 09696a3 [3.10] bpo-38908: [docs] Add changes to 3.10 whatsnew and fix some minor inaccuracies in news (GH-26096) (GH-26337) by Miss Islington (bot) · 4 years, 3 months ago
  44. 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
  45. 150a8e8 [3.10] bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-26357) (GH-26390) by Miss Islington (bot) · 4 years, 3 months ago
  46. 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
  47. 78a8428 bpo-38693: importlib.metadata f-strings (GH-26383) by Miss Islington (bot) · 4 years, 3 months ago
  48. 7b3b698 bpo-44232: Fix type_new() error reporting (GH-26359) (GH-26365) by Miss Islington (bot) · 4 years, 3 months ago
  49. 68b9c20 bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241) (GH-26353) by Miss Islington (bot) · 4 years, 3 months ago
  50. 25a9cf1 bpo-43109: Fix --with-lto configure option on macOS (GH-26341) by Miss Islington (bot) · 4 years, 3 months ago
  51. 1c454eb bpo-41282: Fix broken `make install` (GH-26329) by Miss Islington (bot) · 4 years, 3 months ago
  52. d309bcc bpo-44195: Use 'TraversableResources' in the docs to match the implementation. (GH-26317) by Miss Islington (bot) · 4 years, 3 months ago
  53. e394573 bpo-44210: make importlib.metadata._meta.PackageMetadata public (GH-26299) by Miss Islington (bot) · 4 years, 3 months ago
  54. 1fb6b9e bpo-44201: Avoid side effects of "invalid_*" rules in the REPL (GH-26298) (GH-26313) by Miss Islington (bot) · 4 years, 3 months ago
  55. 50b0d14 bpo-44184: Fix subtype_dealloc() for freed type (GH-26274) (GH-26290) by Miss Islington (bot) · 4 years, 3 months ago
  56. fdb65e3 [3.10] bpo-43643: Sync with python/importlib_resources@c17a610aad. (GH-26284) (GH-26286) by Miss Islington (bot) · 4 years, 3 months ago
  57. 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
  58. 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
  59. 3357604 bpo-44010: IDLE: colorize pattern-matching soft keywords (GH-25851) by Miss Islington (bot) · 4 years, 3 months ago
  60. 4d17c93 [3.10] bpo-41963: document that ConfigParser strips off comments (GH-26197) (GH-26214) by Łukasz Langa · 4 years, 3 months ago
  61. a44bb6d bpo-33433 Fix private address checking for IPv4 mapped IPv6. (GH-26172) by Miss Islington (bot) · 4 years, 3 months ago
  62. 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
  63. 60fa8b3 bpo-44145: Release the GIL around HMAC_Update. (GH-26157) by Miss Islington (bot) · 4 years, 3 months ago
  64. 52461cb Fix a typo/error in a news entry (bidst_wheel -> bdist_wheel) (GH-24284) (#26181) by Miss Islington (bot) · 4 years, 3 months ago
  65. 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
  66. 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
  67. 2e99869 bpo-44072: fix Complex, Integral docs for `**` (GH-25986) by Miss Islington (bot) · 4 years, 3 months ago
  68. 2d78023 bpo-28146: Fix a confusing error message in str.format() (GH-24213) by Miss Islington (bot) · 4 years, 3 months ago
  69. c55ff1b bpo-44098: Drop ParamSpec from most ``__parameters__`` in typing generics (GH-26013) (#26091) by Miss Islington (bot) · 4 years, 3 months ago
  70. 7cbe6ca bpo-44114: Fix dictkeys_reversed and dictvalues_reversed function signatures (GH-26062) by Miss Islington (bot) · 4 years, 3 months ago
  71. a2d94a0 bpo-38908: Fix issue when non runtime_protocol failed to raise TypeError (GH-26067) by Miss Islington (bot) · 4 years, 3 months ago
  72. 3e44e9a bpo-44089: Allow subclassing of ``csv.Error`` (GH-26008) (GH-26066) by Miss Islington (bot) · 4 years, 3 months ago
  73. c90ed8e bpo-28528: Fix pdb.checkline() attribute error when 'curframe' is None. (GH-25438) (#26050) by Miss Islington (bot) · 4 years, 3 months ago
  74. 4cc8369 bpo-44074: let patchcheck infer the base branch name (GH-25991) by Miss Islington (bot) · 4 years, 3 months ago
  75. f47305a bpo-43558: Add note about base class initialization to dataclasses doc (GH-25967) (GH-26018) by Miss Islington (bot) · 4 years, 3 months ago
  76. 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
  77. 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
  78. 5a5237c bpo-44026: Idle - display interpreter's 'did you mean' hints (GH-25912) by Miss Islington (bot) · 4 years, 3 months ago
  79. ec6a1ea bpo-41730: Show deprecation warnings for tkinter.tix (GH-22186) by Miss Islington (bot) · 4 years, 3 months ago
  80. fbefdaf bpo-44059: Register the SerenityOS Browser in the webbrowser module (GH-25947) (GH-25950) by Miss Islington (bot) · 4 years, 3 months ago
  81. 058f9b2 bpo-43972: Set content-length to 0 for http.server.SimpleHTTPRequestHandler 301s (GH-25705) by Miss Islington (bot) · 4 years, 3 months ago
  82. 8d4b184 Correct location for syntax error in try-except (GH-25939) by Mark Shannon · 4 years, 3 months ago
  83. 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
  84. 3b2a45f bpo-36515: Disable unaligned memory access in _sha3 on ARM (GH-25927) by Miss Islington (bot) · 4 years, 4 months ago
  85. 8f3ef45 bpo-43795: Mark PyCodec_Unregister as a function, not data, in stable ABI (GH-25920) by Miss Islington (bot) · 4 years, 4 months ago
  86. 10d6f6b bpo-35753: Fix crash in doctest with unwrap-able functions (GH-22981) (#25926) by Miss Islington (bot) · 4 years, 4 months ago
  87. 4bb0a81 bpo-42686: Enable SQLite math functions in Windows build (GH-24053) (#25892) by Miss Islington (bot) · 4 years, 4 months ago
  88. 8655521 bpo-32822: Add finally with return/break/continue to the tutorial (GH-25600) (#25893) by Miss Islington (bot) · 4 years, 4 months ago
  89. 912ef3f Add C-API tests (GH-25886) (#25887) by Miss Islington (bot) · 4 years, 4 months ago
  90. ae4f857 bpo-44025: Clarify when '_' is a keyword. (GH-25873) by Miss Islington (bot) · 4 years, 4 months ago
  91. e1bcc88 bpo-38352: Add to typing.__all__ (GH-25821) (#25884) by Miss Islington (bot) · 4 years, 4 months ago
  92. 2995bff bpo-44018: random.seed() no longer mutates its inputs (GH-25856) (GH-25872) by Miss Islington (bot) · 4 years, 4 months ago
  93. 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
  94. ba42175 Python 3.10.0b1 by Pablo Galindo · 4 years, 4 months ago v3.10.0b1
  95. 7719953 bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848) by Pablo Galindo · 4 years, 4 months ago
  96. c2931d3 bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854) by Pablo Galindo · 4 years, 4 months ago
  97. ad106c6 bpo-42725: Render annotations effectless on symbol table with PEP 563 (GH-25583) by Batuhan Taskaya · 4 years, 4 months ago
  98. 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
  99. e08059e bpo-42235: [macOS] Use LTO/PGO in build-installer.py with new enough compilers (GH-23079) by Ronald Oussoren · 4 years, 4 months ago
  100. 8c598db bpo-25478: Add total() method to collections.Counter (GH-25829) by Raymond Hettinger · 4 years, 4 months ago