Python 3.10.0b1
  1. ba42175 Python 3.10.0b1 by Pablo Galindo · 4 years, 4 months ago v3.10.0b1
  2. d3b9134 Remove Enum warnings from test_httpservers (GH-25844) by Shreyan Avigyan · 4 years, 4 months ago
  3. 80a2a4e bpo-38530: Refactor and improve AttributeError suggestions (GH-25776) by Dennis Sweeney · 4 years, 4 months ago
  4. c715b52 bpo-43943: ssl tests: Increase server socket timeout, backlog, debugging (GH-25850) by Christian Heimes · 4 years, 4 months ago
  5. 7719953 bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848) by Pablo Galindo · 4 years, 4 months ago
  6. 3949428 bpo-43754: Fix compiler warning in Python/compile.c (GH-25855) by Pablo Galindo · 4 years, 4 months ago
  7. c2931d3 bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854) by Pablo Galindo · 4 years, 4 months ago
  8. 440c025 Doc: Fix random.uniform example comment. (GH-25784) by Julien Palard · 4 years, 4 months ago
  9. 4ffd6fd Increase test timeout (GH-25842) by Andrew Svetlov · 4 years, 4 months ago
  10. ad106c6 bpo-42725: Render annotations effectless on symbol table with PEP 563 (GH-25583) by Batuhan Taskaya · 4 years, 4 months ago
  11. 37ebdf0 bpo-44011: Fix asyncio tests without ssl module (GH-25840) by Christian Heimes · 4 years, 4 months ago
  12. 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
  13. 72720a2 dataclasses docs: add a missing word. (GH-25839) by Eric V. Smith · 4 years, 4 months ago
  14. a21b3d2 More clarification of kw_only args. (GH-25838) by Eric V. Smith · 4 years, 4 months ago
  15. c59baa0 Update macOS installer welcome and readme for 3.10b1 (GH-25835) by Ned Deily · 4 years, 4 months ago
  16. c3bfa76 bpo-42362: use clang name on 10.9 builds as well (GH-25834) by Ned Deily · 4 years, 4 months ago
  17. 4ae828f Fix invalid markup (#25833) by Raymond Hettinger · 4 years, 4 months ago
  18. 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
  19. 8c598db bpo-25478: Add total() method to collections.Counter (GH-25829) by Raymond Hettinger · 4 years, 4 months ago
  20. d52bbde bpo-41129: Fix check for macOS SDK paths when building Python (GH-25785) by Ned Batchelder · 4 years, 4 months ago
  21. b43cc31 bpo-37903: IDLE: add shell sidebar mouse interactions (GH-25708) by Tal Einat · 4 years, 4 months ago
  22. 90d5239 bpo-42362: Switch to clang/clang++ as the default compiler in build-installer.py (GH-23298) by Ronald Oussoren · 4 years, 4 months ago
  23. 821f0c8 More work on documenting dataclass keyword-only fields. (GH-25828) by Eric V. Smith · 4 years, 4 months ago
  24. 555cbbe bpo-43851: Build SQLite with SQLITE_OMIT_AUTOINIT on macOS (GH-25413) by Erlend Egeberg Aasland · 4 years, 4 months ago
  25. 8703178 bpo-43568: Drop support for MACOSX_DEPLOYMENT_TARGET < 10.3 (GH-25827) by Ned Deily · 4 years, 4 months ago
  26. 33ec88a bpo-43977: Make sure that tp_flags for pattern matching are inherited correctly. (GH-25813) by Mark Shannon · 4 years, 4 months ago
  27. 9387fac bpo-43977: Document the new pattern matching type flags (GH-25734) by Brandt Bucher · 4 years, 4 months ago
  28. cbb7b9e bpo-43434: Clean up sqlite3.connect() after GH-25818 (GH-25823) by Erlend Egeberg Aasland · 4 years, 4 months ago
  29. 5fb06ed bpo-44011: New asyncio ssl implementation (#17975) by Andrew Svetlov · 4 years, 4 months ago
  30. c96cc08 bpo-43434: Move sqlite3.connect audit events to sqlite3.Connection.__init__ (GH-25818) by Erlend Egeberg Aasland · 4 years, 4 months ago
  31. 37e0c78 bpo-43926: Cleaner metadata with PEP 566 JSON support. (GH-25565) by Jason R. Coombs · 4 years, 4 months ago
  32. 0ad1e03 bpo-43754: Eliminate bindings for partial pattern matches (GH-25229) by Brandt Bucher · 4 years, 4 months ago
  33. 7d2b83e bpo-43990: Fix the footnote ordering in the operator precedence docs (GH-25805) by Zackery Spytz · 4 years, 4 months ago
  34. a5eabc9 bpo-43997: Add versionadded directives for to match_args, kw_only, and slots in dataclasses.dataclasses documentation (GH-25803) by Shreyan Avigyan · 4 years, 4 months ago
  35. d8389e3 bpo-38820: Add ssl, hashlib, and hmac changes to whatsnew 3.10 (GH-25817) by Christian Heimes · 4 years, 4 months ago
  36. 60ce8f0 bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099) by Christian Heimes · 4 years, 4 months ago
  37. 73766b0 bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type (#8721) by Zackery Spytz · 4 years, 4 months ago
  38. 518f8b5 bpo-41100: Update Misc/ACKS (GH-25808) by Ned Deily · 4 years, 4 months ago
  39. 0cb33da bpo-44009: Provide "python3.x-intel64" for Apple Silicon Macs (GH-25804) by Ned Deily · 4 years, 4 months ago
  40. 91554e4 bpo-43908: Mark ssl, hash, and hmac types as immutable (GH-25792) by Christian Heimes · 4 years, 4 months ago
  41. fd0bc7e bpo-43733: netrc try to use UTF-8 before using locale encoding. (GH-25781) by Inada Naoki · 4 years, 4 months ago
  42. 49b26fa bpo-43987: Add "Annotations Best Practices" HOWTO doc. (#25746) by larryhastings · 4 years, 4 months ago
  43. 318ca17 Minor tweaks to dataclasses keyword-only fields documentation. (GH-25801) by Eric V. Smith · 4 years, 4 months ago
  44. 2f59a76 Improve the dataclasses kw_only documentation. (GH-25799) by Eric V. Smith · 4 years, 4 months ago
  45. 29282b2 Fix broken name in build.yml (GH-25759) by Brandt Bucher · 4 years, 4 months ago
  46. 7792324 Fix exceptions mentioned in os.setxattr() docs (GH-25742) by Shreyash Sharma · 4 years, 4 months ago
  47. 1ae05fd Revert "bpo-43989: Temporarily disable warnings in ssltests (GH-25780)" (GH-25793) by Ethan Furman · 4 years, 4 months ago
  48. ddbef71 bpo-43916: Rewrite new hashlib tests, fix typo (GH-25791) by Christian Heimes · 4 years, 4 months ago
  49. 55e5c68 bpo-43989: Add signal format specifier for unix_events (GH-25769) by Roberto Hueso · 4 years, 4 months ago
  50. a5669b3 bpo-43998: Fix testing without ssl module (GH-25790) by Christian Heimes · 4 years, 4 months ago
  51. 9a42d50 bpo-43957: Add a missins space to the new format enum warning (#25770) by Pablo Galindo · 4 years, 4 months ago
  52. e983252 bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778) by Christian Heimes · 4 years, 4 months ago
  53. 50c21ad Fixing doc for callback for lambda (GG-25779) by Shreyash Sharma · 4 years, 4 months ago
  54. 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
  55. f82fd77 bpo-43989: Temporarily disable warnings in ssltests (GH-25780) by Christian Heimes · 4 years, 4 months ago
  56. bf99b71 bpo-43993: Update vendored pip to 21.1.1 (GH-25761) by Stéphane Bidoul · 4 years, 4 months ago
  57. 99f71ae Noted my recent contributions in "What's New In Python 3.10". (#25771) by larryhastings · 4 years, 4 months ago
  58. c241991 bpo-42269: Add slots parameter to dataclass decorator (GH-24171) by Yurii Karabas · 4 years, 4 months ago
  59. 558df90 bpo-43916: Export the _PyStructSequence_InitType to fix build errors in the curses module (GH-25768) by Pablo Galindo · 4 years, 4 months ago
  60. 251ffa9 bpo-41486: Fix initial buffer size can't > UINT32_MAX in zlib module (GH-25738) by Ma Lin · 4 years, 4 months ago
  61. e467ec4 bpo-43995: Fix reference leak in test_grammar (GH-25764) by Erlend Egeberg Aasland · 4 years, 4 months ago
  62. e726a90 bpo-43971: Add spaces around annotated arg default '=' (GH-25702) by Mohamed Moselhy · 4 years, 4 months ago
  63. e08c673 bpo-43928: Fix 'succesfully' typo in document (GH-25569) by JT · 4 years, 4 months ago
  64. 0048c60 bpo-43935: Fix typo in Turtle.back() docstring (GH-25581) by Tarjei Bærland · 4 years, 4 months ago
  65. 726c931 bpo-43888: Remove coverage builds from CI (GH-25679) by Ammar Askar · 4 years, 4 months ago
  66. 6143fcd bpo-43979: Remove unnecessary operation from urllib.parse.parse_qsl (GH-25756) by Dong-hee Na · 4 years, 4 months ago
  67. 6689e45 bpo-43981: Fix reference leaks in test_squeezer (GH-25758) by Pablo Galindo · 4 years, 4 months ago
  68. 665c774 bpo-43916: _md5.md5 uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25753) by Victor Stinner · 4 years, 4 months ago
  69. e374a40 bpo-43901: Fix refleaks in test_module (GH-25754) by Pablo Galindo · 4 years, 4 months ago
  70. 7dcf0f6 bpo-43916: select.devpoll uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25751) by Victor Stinner · 4 years, 4 months ago
  71. 9746cda bpo-43916: Apply Py_TPFLAGS_DISALLOW_INSTANTIATION to selected types (GH-25748) by Erlend Egeberg Aasland · 4 years, 4 months ago
  72. 387397f bpo-43916: select.poll uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25750) by Erlend Egeberg Aasland · 4 years, 4 months ago
  73. 5979e81 bpo-43933: Set frame.f_lineno during call to __exit__ (GH-25719) by Mark Shannon · 4 years, 4 months ago
  74. 6414138 bpo-43908: check_set_special_type_attr() checks Py_TPFLAGS_IMMUTABLETYPE (GH-25743) by Erlend Egeberg Aasland · 4 years, 4 months ago
  75. 9032cf5 bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096) by Jakub Kulík · 4 years, 4 months ago
  76. 4908fae bpo-43916: PyStdPrinter_Type uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25749) by Victor Stinner · 4 years, 4 months ago
  77. 0cad068 bpo-43916: Remove _disabled_new() function (GH-25745) by Victor Stinner · 4 years, 4 months ago
  78. 3bb0994 bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721) by Victor Stinner · 4 years, 4 months ago
  79. b73b5fb bpo-43973: object_set_class() checks Py_TPFLAGS_IMMUTABLETYPE (GH-25714) by Erlend Egeberg Aasland · 4 years, 4 months ago
  80. 069e81a bpo-43977: Use tp_flags for collection matching (GH-25723) by Mark Shannon · 4 years, 4 months ago
  81. 2abbd8f bpo-43954: Fix a missing word in the unittest docs (GH-25672) by Zackery Spytz · 4 years, 4 months ago
  82. 74613a4 bpo-43817: Add inspect.get_annotations(). (#25522) by larryhastings · 4 years, 4 months ago
  83. a62e424 bpo-43981: Fix error in idle-test leak test (GH-25739) by Terry Jan Reedy · 4 years, 4 months ago
  84. 175a54b Two minor fixes for accessing a module's name. (#25658) by larryhastings · 4 years, 4 months ago
  85. 2f2b698 bpo-43901: Lazy-create an empty annotations dict in all unannotated user classes and modules (#25623) by larryhastings · 4 years, 4 months ago
  86. dbe60ee bpo-43892: Validate the first term of complex literal value patterns (GH-25735) by Brandt Bucher · 4 years, 4 months ago
  87. 87655e2 bpo-42800: Rename AUDIT_READ to PY_AUDIT_READ (GH-25736) by Steve Dower · 4 years, 4 months ago
  88. 9a2c2a9 bpo-42800: add audit hooks for f_code and tb_frame (GH-24182) by Ryan Hileman · 4 years, 4 months ago
  89. 088a15c bpo-43933: Show frame.f_lineno as None, rather than -1, if there is no line number. (GH-25717) by Mark Shannon · 4 years, 4 months ago
  90. 2fd928c bpo-42589: Change URL for 'from' link when used in a raised exception (GH-23872) by sblondon · 4 years, 4 months ago
  91. 76cd81d bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25595) by Senthil Kumaran · 4 years, 4 months ago
  92. 14fc2bd bpo-28254: Add PyGC_ functions to the stable ABI manifest (GH-25720) by Petr Viktorin · 4 years, 4 months ago
  93. c76da79 bpo-42739: Don't use sentinels to mark end of line table. (GH-25657) by Mark Shannon · 4 years, 4 months ago
  94. 53dd6c9 bpo-43651: Fix test_logging (GH-25715) by Inada Naoki · 4 years, 4 months ago
  95. abfd638 bpo-43774: Enhance debug build documentation (GH-25712) by Victor Stinner · 4 years, 4 months ago
  96. 8ec2f0d bpo-37892: Use space indents in IDLE Shell (GH-25678) by Terry Jan Reedy · 4 years, 4 months ago
  97. f6ee4da bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) (GH-25315) by Petr Viktorin · 4 years, 4 months ago
  98. 645ed62 bpo-43774: Remove unused PYMALLOC_DEBUG macro (GH-25711) by Victor Stinner · 4 years, 4 months ago
  99. b1f413e bpo-28254: Cleanup test_subprocess.test_preexec_gc_module_failure() (GH-25709) by Victor Stinner · 4 years, 4 months ago
  100. 5bd0619 bpo-43908: Document Static Types in the C API (GH-25710) by Victor Stinner · 4 years, 4 months ago