Python 3.10.0rc2
  1. 839d789 Python 3.10.0rc2 by Pablo Galindo · 4 years ago v3.10.0rc2
  2. 53257cf bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) (GH-28199) by Miss Islington (bot) · 4 years ago
  3. fc84073 bpo-44964: Add a note explaining the new semantics of f_last_i in frame objects (GH-28200) by Miss Islington (bot) · 4 years ago
  4. 608a629 bpo-44860: Make sysconfig posix_user not depend on platlibdir (GH-27655) (GH-28197) by Miss Islington (bot) · 4 years ago
  5. adc80a5 bpo-44963: Implement send() and throw() methods for anext_awaitable objects (GH-27955) by Miss Islington (bot) · 4 years ago
  6. af8c781 Update idlelib/help.html to include idle.rst spelling fix (GH-28191) by Miss Islington (bot) · 4 years ago
  7. e5f259e Fix typo in a comment in Modules/_ssl.c: s/validata/validate/ (GH-27993) (GH-27997) by Miss Islington (bot) · 4 years ago
  8. 6b5aea2 bpo-45052: Unskips a failing `test_shared_memory_basics` test (GH-28182) by Miss Islington (bot) · 4 years ago
  9. d5feb2b More useful OrderedDict LRU recipes (GH-28164) by Miss Islington (bot) · 4 years ago
  10. 8bb4912 Check that 'configure' is generated by GNU Autoconf 2.69 (GH-28152) (GH-28155) by Miss Islington (bot) · 4 years ago
  11. 8342c52 bpo-45102: unittest: add tests for skipping and errors in cleanup (GH-28166) by Miss Islington (bot) · 4 years ago
  12. 656b0bd bpo-44571: Add itertool recipe for a variant of takewhile() (GH-28167) by Miss Islington (bot) · 4 years ago
  13. e5976dd bpo-45042: Now test classes decorated with `requires_hashdigest` are not skipped (GH-28060) by Miss Islington (bot) · 4 years ago
  14. ed9f927 bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000) by Miss Islington (bot) · 4 years ago
  15. 2ad114d [3.10] bpo-45097: Add more tests for shutdown_asyncgens() (GH-28154) (GH-28159) by Miss Islington (bot) · 4 years ago
  16. 9438443 Add What's New for dataclass keyword-only parameters. (GH-28158) (GH-28163) by Miss Islington (bot) · 4 years ago
  17. b1617d7 [3.10] Regenerate autoconf files with version 2.69 (GH-28151) by Pablo Galindo Salgado · 4 years ago
  18. e2b2930 [3.10] bpo-45060: Get rid of few uses of the equality operators with None (GH-28087). (GH-28092) by Serhiy Storchaka · 4 years ago
  19. 2a8956c bpo-42255: Update webbrowser doc for macOS (GH-28144) by Dong-hee Na · 4 years ago
  20. 79e9f5a bpo-45081: Fix __init__ method generation when inheriting from Protocol (GH-28121) by Miss Islington (bot) · 4 years ago
  21. 7aa58f5 [doc] Reword sentinel object summary in dataclasses (GH-27792) by Miss Islington (bot) · 4 years ago
  22. 2184bc7 [3.10] [doc] Link to deprecation policy PEP from the DeprecationWarning documentation (GH-28123) (#28126) by Łukasz Langa · 4 years ago
  23. 559af74 bpo-40360: [doc] Rephrase deprecation note about lib2to3 (GH-28122) by Miss Islington (bot) · 4 years ago
  24. 3d56272 bpo-45057: Simplify RegressionTestResult (GH-28081) (GH-28101) by Miss Islington (bot) · 4 years ago
  25. 0f274cb bpo-45059: Add module cleanup to IDLE test_macosx (GH-28102) by Miss Islington (bot) · 4 years ago
  26. ebbd0ac bpo-45039: Consistently use ADDOP_LOAD_CONST in compiler rather than ADDOP_O(c, LOAD_CONST,...) (GH-28015) by Miss Islington (bot) · 4 years ago
  27. 337c8ad bpo-45059: Fix IDLE test typo: using "==" instead of "=" (GH-28086) by Miss Islington (bot) · 4 years ago
  28. 8711b3d bpo-44135: [docs] Fix inline markup (GH-28095) by Miss Islington (bot) · 4 years ago
  29. c4c57e5 bpo-45061: Enhance faulthandler traceback wit no Python frame (GH-28090) by Miss Islington (bot) · 4 years ago
  30. ab8fed8 bpo-44135: Refine explanation of how passing tuples to issubclass() behaves (GH-26193) by Miss Islington (bot) · 4 years ago
  31. 1d0c559 bpo-44925: [docs] Fix confusing deprecation notice for typing.IO (GH-28004) by Miss Islington (bot) · 4 years ago
  32. d65fad0 bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH-28006) by Miss Islington (bot) · 4 years ago
  33. 243b8de bpo-41620: TestCase.run() now always return a TestResult instance (GH-28030) by Miss Islington (bot) · 4 years ago
  34. fe997e1 bpo-44449: faulthandler don't modify frame refcnt (GH-27850) by Victor Stinner · 4 years ago
  35. 52bdda5 [3.10] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009) (GH-28039) by Łukasz Langa · 4 years ago
  36. dc46f4c bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) by Miss Islington (bot) · 4 years ago
  37. 41c87c4 bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries when built on older macOS systems (GH-27251) by Miss Islington (bot) · 4 years ago
  38. 66b8202 bpo 45007: Update macOS installer builds to use OpenSSL 1.1.1l. (GH-28051) by Miss Islington (bot) · 4 years ago
  39. 9e6c317 bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) by Miss Islington (bot) · 4 years ago
  40. 2706785 bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) by Miss Islington (bot) · 4 years ago
  41. 532ebba bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pydoc (GH-23200) by Miss Islington (bot) · 4 years ago
  42. a49398b bpo-25130: Make SQLite tests more compatible with PyPy (GH-28021) by Miss Islington (bot) · 4 years ago
  43. 779b9ae bpo-25130: Make unit-test about restricting the maximum number of nested blocks cpython-only (GH-28002) (GH-28016) by Miss Islington (bot) · 4 years ago
  44. 2a80893 [3.10] bpo-27334: roll back transaction if sqlite3 context manager fails to commit (GH-26202) (GH-27943) by Erlend Egeberg Aasland · 4 years ago
  45. 81fa08c bpo-44524: Fix cryptic TypeError message when trying to subclass special forms in `typing` (GH-27710) by Miss Islington (bot) · 4 years ago
  46. cd986e9 bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938) by Miss Islington (bot) · 4 years ago
  47. 8aa64cc bpo-44962: Fix a race in WeakKeyDict, WeakValueDict and WeakSet when two threads attempt to commit the last pending removal (GH-27921) by Miss Islington (bot) · 4 years ago
  48. db36fdb bpo-45022: Pin current libffi build to fixed version in preparation for upcoming update (GH-27982) by Miss Islington (bot) · 4 years ago
  49. baa8d48 bpo-44997: macOS does not support loadable SQLite extensions (GH-27979) by Miss Islington (bot) · 4 years ago
  50. 719af92 bpo-40635: Fix getfqdn() docstring and docs (GH-27971) by Miss Islington (bot) · 4 years ago
  51. 9a79242 bpo-45001: Make email date parsing more robust against malformed input (GH-27946) by Miss Islington (bot) · 4 years ago
  52. 9f814be bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968) by Miss Islington (bot) · 4 years ago
  53. 32c1caa bpo-45000: Raise SyntaxError when try to delete __debug__ (GH-27947) (GH-27957) by Dong-hee Na · 4 years ago
  54. 6ea6cf2 [3.10] bpo-45000: Update whatsnews about deleting __debug__ (GH-27956) (GH-27958) by Dong-hee Na · 4 years ago
  55. ea39933 bpo-45003: Change __div__ to __truediv__ in py3 language reference. (GH-27951) (GH-27963) by Miss Islington (bot) · 4 years ago
  56. b34ca7e [3.10] bpo-43853: Amend NEWS entry for latest changes in sqlite3 (GH-27922). (GH-27953) by Erlend Egeberg Aasland · 4 years ago
  57. 06e9a35 bpo-44524: Don't modify MRO when inheriting from typing.Annotated (GH-27841) by Miss Islington (bot) · 4 years ago
  58. ec5a031 bpo-39452: Rewrite and expand __main__.rst (GH-26883) by Miss Islington (bot) · 4 years ago
  59. 0af681b [3.10] bpo-34990: Treat the pyc header's mtime in compileall as an unsigned int (GH-19708) by Miss Islington (bot) · 4 years ago
  60. 4673dc2 Update susp-ignored.csv line numbers by Miss Islington (bot) · 4 years ago
  61. e479510 bpo-42560: simplify/merge architecture info in Tkinter docs (GH-27839) by Miss Islington (bot) · 4 years ago
  62. f709360 [doc] Fix typo c-api/exceptions.rst (GH-27847) by Miss Islington (bot) · 4 years ago
  63. 6ff7fef bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904) by Miss Islington (bot) · 4 years ago
  64. c6c120d [doc] Added mailing list link for comp.lang.python (GH-27852) by Miss Islington (bot) · 4 years ago
  65. 8351df6 bpo-42560: add warning to Tkinter docs about outdated pre-8.5 documentation online (GH-27836) by Miss Islington (bot) · 4 years ago
  66. 1095535 bpo-44980: fix test_constructor to return None value (GH-27898) by Miss Islington (bot) · 4 years ago
  67. 3390dfa [doc] Fix typo in idle.rst (GH-27903) by Miss Islington (bot) · 4 years ago
  68. 27f2f62 bpo-38291: Update 3.10 WhatsNew with typing.{io|re} DeprecationWarning (GH-27872) by Miss Islington (bot) · 4 years ago
  69. 57b321c Move susp-ignored locations by Miss Islington (bot) · 4 years ago
  70. 0627918 bpo-4442: Document use of __new__ for subclasses of immutable types (GH-27866) by Miss Islington (bot) · 4 years ago
  71. 8e90f15 [3.10] bpo-42560: rework external references in Tkinter docs (GH-27838) (GH-27893) by Łukasz Langa · 4 years ago
  72. 4d1e74f bpo-42560: reorganize Tkinter docs modules section for clarity (GH-27840) by Miss Islington (bot) · 4 years ago
  73. 61ecd3e bpo-42560: tweaks to intro of Tkinter docs- add macOS, drop ActiveState (GH-27835) by Miss Islington (bot) · 4 years ago
  74. 9ffe582 bpo-44926: `get_type_hints`: Add note about type aliases with forward refs (GH-27859) (GH-27860) by Miss Islington (bot) · 4 years ago
  75. d63114c bpo-44955: Always call stopTestRun() for implicitly created TestResult objects (GH-27831) by Miss Islington (bot) · 4 years ago
  76. 519bcc6 bpo-44940: Clarify the documentation of re.findall() (GH-27849) by Miss Islington (bot) · 4 years ago
  77. 95a9ba1 bpo-44966: Fix out-of-date traceback message (GH-27867) by Miss Islington (bot) · 4 years ago
  78. 88a1920 bpo-44968: Fix test_subprocess_wait_no_same_group in test_asyncio (GH-27870) by Miss Islington (bot) · 4 years ago
  79. 5bd27c3 bpo-44524: Do not set _name of _SpecialForm without need (GH-27861) (GH-27871) by Miss Islington (bot) · 4 years ago
  80. 838b0e9 bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834) by Miss Islington (bot) · 4 years ago
  81. f0e2a46 Fix reST markup in dataclasses.rst (GH-27843) (GH-27845) by Miss Islington (bot) · 4 years ago
  82. 1204dfc bpo-36384: [doc] Mention CVE-2021-29921 fix in 3.8.12 (GH-27824) by Miss Islington (bot) · 4 years ago
  83. fc6ad05 bpo-44949: Fix test_readline auto history tests (GH-27813) by Miss Islington (bot) · 4 years ago
  84. ad16f93 bpo-44830: [doc] Restore missing Mozilla devguide link (GH-27818) by Miss Islington (bot) · 4 years ago
  85. 846a10f bpo-44947: Refine the syntax error for trailing commas in import statements (GH-27814) by Miss Islington (bot) · 4 years ago
  86. d1c0e44 bpo-44852: Support filtering over warnings without a set message (GH-27793) by Miss Islington (bot) · 4 years ago
  87. bbb1076 bpo-44508: [Doc] Document failure mode for loop.call_soon_threadsafe (GH-27688) by Miss Islington (bot) · 4 years ago
  88. f20f061 introduce omitted index default before using it (GH-27775) (GH-27802) by Miss Islington (bot) · 4 years ago
  89. 826e059 [3.10] bpo-44935: enable posix_spawn() on Solaris (GH-27795) (GH-27800) by Miss Islington (bot) · 4 years ago
  90. 3f81e96 bpo-44698: Restore complex pow behaviour for small integral exponents (GH-27772) (GH-27796) by Miss Islington (bot) · 4 years ago
  91. f6bd1ca bpo-44903: Removed othergui.rst and list of GUI frameworks (GH-27762) by Miss Islington (bot) · 4 years ago
  92. bc98f98 [3.10] bpo-44852: Support ignoring specific DeprecationWarnings wholesale in regrtest (GH-27634) (GH-27784) by Łukasz Langa · 4 years ago
  93. 6f6648e bpo-38956: don't print BooleanOptionalAction's default twice (GH-27672) by Miss Islington (bot) · 4 years ago
  94. 8516ca5 bpo-44911: Fixed IsolatedAsyncioTestCase from throwing an exception on leaked tasks (GH-27765) by Miss Islington (bot) · 4 years ago
  95. 1960409 bpo-44895: skip test_no_hang_on_context_chain_cycle2 until the refleak is fixed (GH-27761) by Miss Islington (bot) · 4 years ago
  96. b6a6d99 [3.10] bpo-44830 - Remove the broken Broken Mozilla devguide link. (GH-27664) (GH-27666) by Senthil Kumaran · 4 years ago
  97. 25122b2 bpo-44907: Update error messages in tutorial examples (GH-27755) by Miss Islington (bot) · 4 years ago
  98. 16f73c8 bpo-36700: [doc] Update base64 RFC references to RFC 4648 (GH-27700) by Miss Islington (bot) · 4 years ago
  99. d412848 bpo-26228: [doc] Adapt PTY documentation updates from GH-4167 (GH-27754) by Miss Islington (bot) · 4 years ago
  100. 6d13486 Added test case based on recommended test cases from RFC 4648 (GH-27747) by Miss Islington (bot) · 4 years ago