Python 3.10.0b4
  1. 2ba4b20 Python 3.10.0b4 by Pablo Galindo · 4 years, 1 month ago v3.10.0b4
  2. 2a722d4 bpo-44317: Improve tokenizer errors with more informative locations (GH-26555) (GH-27079) by Miss Islington (bot) · 4 years, 1 month ago
  3. 61eb9b5 [3.10] bpo-44446: support lineno being None in traceback.FrameSummary (GH-26781) (GH-27072) by Pablo Galindo · 4 years, 1 month ago
  4. 08697ac bpo-44582: Accelerate mimetypes.init on Windows with a native accelerator (GH-27059) by Miss Islington (bot) · 4 years, 1 month ago
  5. 9f431dd bpo-44558: Match countOf `is`/`==` treatment to c (GH-27007) by Miss Islington (bot) · 4 years, 1 month ago
  6. 1f8486f bpo-44558: Make the implementation consistency of operator.indexOf (GH-27012) by Miss Islington (bot) · 4 years, 1 month ago
  7. 22bcc07 bpo-41486: zlib uses an UINT32_MAX sliding window for the output buffer (GH-26143) by Miss Islington (bot) · 4 years, 2 months ago
  8. 68330b6 bpo-44562: Remove invalid PyObject_GC_Del from error path of types.GenericAlias … (GH-27016) by Miss Islington (bot) · 4 years, 2 months ago
  9. 33022f9 [3.10] bpo-34266: [pdb] handle ValueError from shlex.split() (GH-26656) (GH-27006) by Irit Katriel · 4 years, 2 months ago
  10. 0856134 bpo-44553 : Implement GC methods for types.Union (GH-26993) by Miss Islington (bot) · 4 years, 2 months ago
  11. 7a2d2ed [3.10] bpo-30256: [doc] Fix formatting error in news (GH-26994) (GH-26998) by Irit Katriel · 4 years, 2 months ago
  12. 42c2628 bpo-34798: [doc] clearer presentation of pprint.PrettyPrinter constru… (GH-26967) (GH-26990) by Miss Islington (bot) · 4 years, 2 months ago
  13. 3ec3e0f bpo-30256: Add manager_owned keyword arg to AutoProxy (GH-16341) (#26987) by Miss Islington (bot) · 4 years, 2 months ago
  14. 6843a3b bpo-44535: Enable building with Visual Studio 2022 on Windows (GH-26962) by Miss Islington (bot) · 4 years, 2 months ago
  15. a5764d3 bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and marshal.dumps (GH-26970) by Steve Dower · 4 years, 2 months ago
  16. 2df13e1 bpo-44523: Remove the pass-through for hash() in weakref proxy objects (GH-26950) by Miss Islington (bot) · 4 years, 2 months ago
  17. 08aa26e bpo-38062: [doc] clarify that atexit uses equality comparisons internally. (GH-26935) (GH-26956) by Miss Islington (bot) · 4 years, 2 months ago
  18. dc10264 bpo-40939: Remove documentation for `PyParser_*` & add porting notes (GH-26855) (GH-26898) by Miss Islington (bot) · 4 years, 2 months ago
  19. f4b31cd bpo-44464: Remove special exclusion for flake8 in the deprecation warnings. (GH-26807) (GH-26929) by Miss Islington (bot) · 4 years, 2 months ago
  20. aeb6339 bpo-40620: Clarify tutorial controlflow.rst ``range`` examples (GH-26919) (GH-26927) by Miss Islington (bot) · 4 years, 2 months ago
  21. e1f3bd2 bpo-44404: tkinter `after` support callable classes (GH-26812) by Miss Islington (bot) · 4 years, 2 months ago
  22. 3df23b5 [3.10] bpo-44468: Never skip base classes in `typing.get_type_hints()`, even with invalid `.__module__`. (GH-26862) (GH-26920) by Miss Islington (bot) · 4 years, 2 months ago
  23. 6cd369c [3.10] Update vendored pip to 21.1.3 (GH-26912) (gh-26917) by Stéphane Bidoul · 4 years, 2 months ago
  24. 8897012 bpo-43977: Properly update the tp_flags of existing subclasses when their parents are registered (GH-26864) by Miss Islington (bot) · 4 years, 2 months ago
  25. 11f1a30 bpo-44456: Improve the syntax error when mixing keyword and positional patterns (GH-26793) by Miss Islington (bot) · 4 years, 2 months ago
  26. ece3841 bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) (GH-26877) by Victor Stinner · 4 years, 2 months ago
  27. 88a3342 bpo-41621: Document defaultdict's default_factory parameter (GH-21945) by Miss Islington (bot) · 4 years, 2 months ago
  28. 38e021a bpo-44482: Fix very unlikely resource leak in glob in non-CPython implementations (GH-26843) (GH-26872) by Miss Islington (bot) · 4 years, 2 months ago
  29. 7e6cad7 bpo-44483: Fix crash in union object with bad ``__module__`` (GH-26848) (GH-26852) by Miss Islington (bot) · 4 years, 2 months ago
  30. 01858fb bpo-44439: BZ2File.write() / LZMAFile.write() handle buffer protocol correctly (GH-26764) (GH-26845) by Miss Islington (bot) · 4 years, 2 months ago
  31. cf73933 bpo-44458: Ensure BUFFER_BLOCK_SIZE symbol is statically allocated. (GH-26808) (GH-26844) by Miss Islington (bot) · 4 years, 2 months ago
  32. c032a12 bpo-44287: asyncio test_popen() uses longer timeout (GH-26832) by Miss Islington (bot) · 4 years, 2 months ago
  33. 1e16217 bpo-13814: Explain why generators are not context managers (GH-26835) by Miss Islington (bot) · 4 years, 2 months ago
  34. 20a1495 bpo-44395: Fix MIMEPart.as_string to pass unixfrom properly (GH-26685) by Miss Islington (bot) · 4 years, 2 months ago
  35. 6614eac bpo-44434: Don't call PyThread_exit_thread() explicitly (GH-26758) (GH-26824) by Miss Islington (bot) · 4 years, 2 months ago
  36. 9b0bbb9 bpo-44466: Faulthandler now detects the GC (GH-26823) (GH-26826) by Victor Stinner · 4 years, 2 months ago
  37. 7674c83 bpo-44297: Fix missing line number in generator expressions (GH-26821) by Mark Shannon · 4 years, 2 months ago
  38. 28fe015 bpo-44077: Expose IP_RECVTOS in the socket module (GH-25992) by Miss Islington (bot) · 4 years, 2 months ago
  39. 5fbccb7 bpo-43298: Improved error message when building without the Windows SDK installed (GH-26800) (GH-26802) by Miss Islington (bot) · 4 years, 2 months ago
  40. 8673b77 bpo-41299: Reduce lag in Windows threading timeouts by using a higher precision time source (GH-26568) (GH-26580) by Miss Islington (bot) · 4 years, 2 months ago
  41. f87d203 bpo-43667: Add news fragment for Solaris changes (GH-26405) (GH-26498) by Miss Islington (bot) · 4 years, 2 months ago
  42. a8c418d [3.10] bpo-44368: Improve syntax errors with invalid as pattern targets (GH-26632) (GH-26792) by Pablo Galindo · 4 years, 2 months ago
  43. bf55a79 bpo-44451: Reset DeprecationWarning filters in test_importlib.test_entry_points_by_index (GH-26784) by Miss Islington (bot) · 4 years, 2 months ago
  44. eb0a680 bpo-43024: improve signature (in help, etc) for functions taking sent… (GH-24331) (GH-26773) by Miss Islington (bot) · 4 years, 2 months ago
  45. 865714a Python 3.10.0b3 by Pablo Galindo · 4 years, 2 months ago v3.10.0b3
  46. 84ce737 bpo-44392: Add Py_GenericAlias to C API docs (GH-26724) by Miss Islington (bot) · 4 years, 2 months ago
  47. 7fd4010 bpo-43795: Don't list private names in the limited API (GH-26740) by Miss Islington (bot) · 4 years, 2 months ago
  48. 41c2a4a7 [3.10] bpo-44342: [Enum] improve test, add andrei kulakov to ACKS (GH-26726) by Ethan Furman · 4 years, 2 months ago
  49. c3b776f bpo-44422: Fix threading.enumerate() reentrant call (GH-26727) by Miss Islington (bot) · 4 years, 2 months ago
  50. e30fe27 bpo-42972: _thread.RLock implements the GH protocol (GH-26734) by Miss Islington (bot) · 4 years, 2 months ago
  51. 2f2ea96 bpo-44351: Restore back parse_makefile in distutils.sysconfig (GH-26637) (GH-26673) by Miss Islington (bot) · 4 years, 2 months ago
  52. 133cddf bpo-44409: Fix error location in tokenizer errors that happen during initialization (GH-26712) by Miss Islington (bot) · 4 years, 2 months ago
  53. fc310cb bpo-38291: Remove mention of typing.io and typing.re again (GH-26113) by Miss Islington (bot) · 4 years, 2 months ago
  54. 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
  55. 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
  56. b441e99 bpo-40128: Fix IDLE autocomplete on macOS (GH-26672) by Miss Islington (bot) · 4 years, 2 months ago
  57. 42612db bpo-44381: Windows build now allows enabling control flow guard (GH-26645) by Miss Islington (bot) · 4 years, 2 months ago
  58. 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
  59. e6d28a1 bpo-44378: Fix a compiler warning in Py_IS_TYPE() (GH-26644) by Miss Islington (bot) · 4 years, 2 months ago
  60. d7930fb bpo-44362: ssl: improve deprecation warnings and docs (GH-26646) by Miss Islington (bot) · 4 years, 2 months ago
  61. 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
  62. 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
  63. 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
  64. 540ebc4 bpo-33962: Use ttk spinbox for IDLE indent space config (GH-22954) by Miss Islington (bot) · 4 years, 2 months ago
  65. 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
  66. 0895e62c bpo-44363: Get test_capi passing with address sanitizer (GH-26639) by Miss Islington (bot) · 4 years, 2 months ago
  67. 664ae29 bpo-40468: Split IDLE settings General tab (GH-26621) by Miss Islington (bot) · 4 years, 2 months ago
  68. 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
  69. eeefa7f bpo-43833: Emit warnings for numeric literals followed by keyword (GH-25466) by Miss Islington (bot) · 4 years, 2 months ago
  70. 2cfe0e7 bpo-40468: Move IDLE helplist settings to extensions page of dialog. (GH-26593) by Miss Islington (bot) · 4 years, 2 months ago
  71. 933b5b6 bpo-44335: Fix a regression when identifying invalid characters in syntax errors (GH-26589) by Miss Islington (bot) · 4 years, 2 months ago
  72. 2af690f bpo-44322: Document more SyntaxError details. (GH-26562) by Miss Islington (bot) · 4 years, 2 months ago
  73. 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
  74. 067d6d4 bpo-43853: Handle sqlite3_value_text() errors (GH-25422) by Miss Islington (bot) · 4 years, 3 months ago
  75. 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
  76. 976598d bpo-11105: Do not crash when compiling recursive ASTs (GH-20594) by Miss Islington (bot) · 4 years, 3 months ago
  77. 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
  78. 4131780 Add bpo-42914 to What's New (GH-25124) by Miss Islington (bot) · 4 years, 3 months ago
  79. e5e93e6 bpo-43921: Fix test_ssl.test_pha_required_nocert() (GH-26489) by Miss Islington (bot) · 4 years, 3 months ago
  80. 7207203 [3.10] bpo-44246: Restore compatibility in entry_points (GH-26468) (GH-26471) by Miss Islington (bot) · 4 years, 3 months ago
  81. d1480ad bpo-44246: Entry points performance improvements. (GH-26467) by Miss Islington (bot) · 4 years, 3 months ago
  82. 3173141 Python 3.10.0b2 by Pablo Galindo · 4 years, 3 months ago v3.10.0b2
  83. addd329 bpo-44254: On Mac, remove disfunctional colors from turtledemo buttons (GH-26448) by Miss Islington (bot) · 4 years, 3 months ago
  84. 448abe8 bpo-41611: IDLE: Catch TclError exceptions in AutoCompleteWindow.winconfig_event() (GH-26404) by Miss Islington (bot) · 4 years, 3 months ago
  85. 0574b06 bpo-43667: Add news fragment for Solaris changes (GH-26405) (GH-26409) by Miss Islington (bot) · 4 years, 3 months ago
  86. 5e6219b bpo-41611: IDLE: fix freezing on completion on macOS (GH-26400) by Miss Islington (bot) · 4 years, 3 months ago
  87. 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
  88. 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
  89. 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
  90. 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
  91. 78a8428 bpo-38693: importlib.metadata f-strings (GH-26383) by Miss Islington (bot) · 4 years, 3 months ago
  92. 7b3b698 bpo-44232: Fix type_new() error reporting (GH-26359) (GH-26365) by Miss Islington (bot) · 4 years, 3 months ago
  93. 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
  94. 25a9cf1 bpo-43109: Fix --with-lto configure option on macOS (GH-26341) by Miss Islington (bot) · 4 years, 3 months ago
  95. 1c454eb bpo-41282: Fix broken `make install` (GH-26329) by Miss Islington (bot) · 4 years, 3 months ago
  96. d309bcc bpo-44195: Use 'TraversableResources' in the docs to match the implementation. (GH-26317) by Miss Islington (bot) · 4 years, 3 months ago
  97. e394573 bpo-44210: make importlib.metadata._meta.PackageMetadata public (GH-26299) by Miss Islington (bot) · 4 years, 3 months ago
  98. 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
  99. 50b0d14 bpo-44184: Fix subtype_dealloc() for freed type (GH-26274) (GH-26290) by Miss Islington (bot) · 4 years, 3 months ago
  100. fdb65e3 [3.10] bpo-43643: Sync with python/importlib_resources@c17a610aad. (GH-26284) (GH-26286) by Miss Islington (bot) · 4 years, 3 months ago