Python 3.10.0
  1. b494f59 Python 3.10.0 by Pablo Galindo · 3 years, 11 months ago v3.10.0
  2. 01be518 bpo-44860: Update test_sysconfig for posix_user platlib (GH-28235) (GH-28251) by Miss Islington (bot) · 3 years, 11 months ago
  3. b09a68a [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511) by Łukasz Langa · 3 years, 11 months ago
  4. 9d8a64a bpo-45024 and bpo-23864: Document how interface testing works with the collections ABCs (GH-28218) (GH-28266) by Miss Islington (bot) · 3 years, 11 months ago
  5. e1eb03d bpo-45216: Remove extraneous method docs from `difflib` (GH-28445) (GH-28505) by Miss Islington (bot) · 3 years, 11 months ago
  6. a8c3e0b [3.10] [docs] Improve the markup of powers (GH-28598) (GH-28607) by Łukasz Langa · 3 years, 11 months ago
  7. 2ca4ab8 [3.10] bpo-45307: Restore private C API function _PyImport_FindExtensionObject() (GH-28594) by Serhiy Storchaka · 3 years, 11 months ago
  8. e0b61b2 bpo-45234: Fix FileNotFound exception raised instead of IsADirectoryError in shutil.copyfile() (GH-28421) (GH-28508) by Miss Islington (bot) · 4 years ago
  9. 7661103 bpo-45128: fixes `test_multiprocessing_fork` mysterious crash (GH-28387) by Miss Islington (bot) · 4 years ago
  10. db762a9 bpo-45121: Fix RecursionError when calling Protocol.__init__ from a subclass' __init__ (GH-28206) (GH-28232) by Miss Islington (bot) · 4 years ago
  11. d08e4a8 bpo-45193: News for IDLE PR_28343 (GH-28348) by Miss Islington (bot) · 4 years ago
  12. 839d789 Python 3.10.0rc2 by Pablo Galindo · 4 years ago v3.10.0rc2
  13. 53257cf bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) (GH-28199) by Miss Islington (bot) · 4 years ago
  14. 608a629 bpo-44860: Make sysconfig posix_user not depend on platlibdir (GH-27655) (GH-28197) by Miss Islington (bot) · 4 years ago
  15. adc80a5 bpo-44963: Implement send() and throw() methods for anext_awaitable objects (GH-27955) by Miss Islington (bot) · 4 years ago
  16. 6b5aea2 bpo-45052: Unskips a failing `test_shared_memory_basics` test (GH-28182) by Miss Islington (bot) · 4 years ago
  17. e5976dd bpo-45042: Now test classes decorated with `requires_hashdigest` are not skipped (GH-28060) by Miss Islington (bot) · 4 years ago
  18. ed9f927 bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000) by Miss Islington (bot) · 4 years ago
  19. 79e9f5a bpo-45081: Fix __init__ method generation when inheriting from Protocol (GH-28121) by Miss Islington (bot) · 4 years ago
  20. d65fad0 bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH-28006) by Miss Islington (bot) · 4 years ago
  21. 243b8de bpo-41620: TestCase.run() now always return a TestResult instance (GH-28030) by Miss Islington (bot) · 4 years ago
  22. fe997e1 bpo-44449: faulthandler don't modify frame refcnt (GH-27850) by Victor Stinner · 4 years ago
  23. 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
  24. 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
  25. 66b8202 bpo 45007: Update macOS installer builds to use OpenSSL 1.1.1l. (GH-28051) by Miss Islington (bot) · 4 years ago
  26. 9e6c317 bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) by Miss Islington (bot) · 4 years ago
  27. 2706785 bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) by Miss Islington (bot) · 4 years ago
  28. 532ebba bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pydoc (GH-23200) by Miss Islington (bot) · 4 years ago
  29. 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
  30. 81fa08c bpo-44524: Fix cryptic TypeError message when trying to subclass special forms in `typing` (GH-27710) by Miss Islington (bot) · 4 years ago
  31. cd986e9 bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938) by Miss Islington (bot) · 4 years ago
  32. 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
  33. 9a79242 bpo-45001: Make email date parsing more robust against malformed input (GH-27946) by Miss Islington (bot) · 4 years ago
  34. 9f814be bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968) by Miss Islington (bot) · 4 years ago
  35. 32c1caa bpo-45000: Raise SyntaxError when try to delete __debug__ (GH-27947) (GH-27957) by Dong-hee Na · 4 years ago
  36. b34ca7e [3.10] bpo-43853: Amend NEWS entry for latest changes in sqlite3 (GH-27922). (GH-27953) by Erlend Egeberg Aasland · 4 years ago
  37. ec5a031 bpo-39452: Rewrite and expand __main__.rst (GH-26883) by Miss Islington (bot) · 4 years ago
  38. 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
  39. 57b321c Move susp-ignored locations by Miss Islington (bot) · 4 years ago
  40. d63114c bpo-44955: Always call stopTestRun() for implicitly created TestResult objects (GH-27831) by Miss Islington (bot) · 4 years ago
  41. 838b0e9 bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834) by Miss Islington (bot) · 4 years ago
  42. fc6ad05 bpo-44949: Fix test_readline auto history tests (GH-27813) by Miss Islington (bot) · 4 years ago
  43. 846a10f bpo-44947: Refine the syntax error for trailing commas in import statements (GH-27814) by Miss Islington (bot) · 4 years ago
  44. 826e059 [3.10] bpo-44935: enable posix_spawn() on Solaris (GH-27795) (GH-27800) by Miss Islington (bot) · 4 years ago
  45. 3f81e96 bpo-44698: Restore complex pow behaviour for small integral exponents (GH-27772) (GH-27796) by Miss Islington (bot) · 4 years ago
  46. f6bd1ca bpo-44903: Removed othergui.rst and list of GUI frameworks (GH-27762) by Miss Islington (bot) · 4 years ago
  47. bc98f98 [3.10] bpo-44852: Support ignoring specific DeprecationWarnings wholesale in regrtest (GH-27634) (GH-27784) by Łukasz Langa · 4 years ago
  48. 6f6648e bpo-38956: don't print BooleanOptionalAction's default twice (GH-27672) by Miss Islington (bot) · 4 years ago
  49. 8516ca5 bpo-44911: Fixed IsolatedAsyncioTestCase from throwing an exception on leaked tasks (GH-27765) by Miss Islington (bot) · 4 years ago
  50. 16f73c8 bpo-36700: [doc] Update base64 RFC references to RFC 4648 (GH-27700) by Miss Islington (bot) · 4 years ago
  51. d412848 bpo-26228: [doc] Adapt PTY documentation updates from GH-4167 (GH-27754) by Miss Islington (bot) · 4 years ago
  52. 45a97d9 bpo-44891: Tests `id` preserving on `* 1` for `str` and `bytes` (GH-27745) by Miss Islington (bot) · 4 years ago
  53. c28c2e1 [3.10] bpo-44885: Correct the ast locations of f-strings with format specs and repeated expressions (GH-27729) (GH-27743) by Pablo Galindo Salgado · 4 years ago
  54. 5d44443 bpo-26228: Fix pty EOF handling (GH-12049) (GH-27732) by Miss Islington (bot) · 4 years ago
  55. 2666d70 bpo-33479: Add architecture and threading model sections to Tkinter module docs (GH-27717) by Miss Islington (bot) · 4 years ago
  56. d6d2d54 bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-27678) (GH-27719) by Miss Islington (bot) · 4 years ago
  57. d86bbe3 bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle in its context chain (GH-27626) by Miss Islington (bot) · 4 years ago
  58. 52d481f make lib2to3 parse async generators everywhere (GH-6588) by Miss Islington (bot) · 4 years ago
  59. 2e1fef5 bpo-33479: Remove unqualified tkinter threadsafe claim. (GH-6990) by Miss Islington (bot) · 4 years ago
  60. e9ec71a bpo-44872: use new trashcan macros in framobject.c (GH-27683) (GH-27690) by Irit Katriel · 4 years ago
  61. d657da8 bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272) by Miss Islington (bot) · 4 years ago
  62. a3185da bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631) by Miss Islington (bot) · 4 years ago
  63. 8ece98a bpo-38840: Incorrect __all__ in multiprocessing.managers (GH-18034) by Miss Islington (bot) · 4 years ago
  64. d5c8ad2 bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-21470) by Miss Islington (bot) · 4 years ago
  65. 7d6a0fe Upgrade bundled pip and setuptools (GH-27625) by Miss Islington (bot) · 4 years ago
  66. ac8f72c bpo-44856: Possible reference leak in error paths of update_bases() and __build_class__ (GH-27647) by Miss Islington (bot) · 4 years ago
  67. 699ee01 bpo-41576: document BaseException in favor of bare except (GH-21917) by Miss Islington (bot) · 4 years ago
  68. 2fd1f21 bpo-27752: improve documentation of csv.Dialect (GH-26795) by Miss Islington (bot) · 4 years ago
  69. 66dd1a0 bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633) (GH-27640) by Miss Islington (bot) · 4 years ago
  70. 1e9c9ca bpo-44756: [docs] revert automated virtual environment creation on `make html` (GH-27635) by Miss Islington (bot) · 4 years ago
  71. 2b1e713 bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `sqlite3` UDF callbacks (GH-27588) by Miss Islington (bot) · 4 years ago
  72. a5d9963 bpo-40928: notify users running test_decimal on macOS of malloc warnings (GH-26783) by Miss Islington (bot) · 4 years ago
  73. 36a2497 bpo-44524: Fix an issue wherein `_GenericAlias._name` was not properly set for specialforms (GH-27614) by Miss Islington (bot) · 4 years ago
  74. 2ae2235 bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623) by Miss Islington (bot) · 4 years ago
  75. a11158e bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065) by Miss Islington (bot) · 4 years ago
  76. b1bd16c [3.10] bpo-44838: Refine the custom syntax errors for invalid 'if' expressions (GH-27615). (GH-27616) by Pablo Galindo Salgado · 4 years ago
  77. 536e35a bpo-44801: Check arguments in substitution of ParamSpec in Callable (GH-27585) by Miss Islington (bot) · 4 years ago
  78. c2593b4 bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166) by Miss Islington (bot) · 4 years ago
  79. 98f6a72 [doc] bpo-43066: zipfile - add note on leading slash in the filename arg (GH-26899) by Miss Islington (bot) · 4 years ago
  80. 8ce7f2f bpo-39091: Fix segfault when Exception constructor returns non-exception for gen.throw. (GH-17658) (GH-27572) by Miss Islington (bot) · 4 years, 1 month ago
  81. cc115e5 Python 3.10.0rc1 by Pablo Galindo · 4 years, 1 month ago v3.10.0rc1
  82. 5671762 bpo-44792: Improve syntax errors for if expressions (GH-27506) (GH-27565) by Miss Islington (bot) · 4 years, 1 month ago
  83. 14cb669 bpo-35183: Add typical examples to os.path.splitext docs (GH-27286) (GH-27563) by Miss Islington (bot) · 4 years, 1 month ago
  84. 2cc19a5 bpo-44806: Fix __init__ in subclasses of protocols (GH-27545) by Miss Islington (bot) · 4 years, 1 month ago
  85. 33a4010 bpo-44667: Treat correctly lines ending with comments and no newlines in the Python tokenizer (GH-27499) (GH-27500) by Miss Islington (bot) · 4 years, 1 month ago
  86. c8db292 bpo-44793: Fix checking the number of arguments when subscribe a generic type with ParamSpec parameter. (GH-27515) by Miss Islington (bot) · 4 years, 1 month ago
  87. 21d5897 bpo-44784: Apply changes from importlib_metadata 4.6.3 (GH-27508) (#27510) by Miss Islington (bot) · 4 years, 1 month ago
  88. f468ede bpo-44648: Fix error type in inspect.getsource() in interactive session (GH-27171) (GH-27495) by Miss Islington (bot) · 4 years, 1 month ago
  89. 440c9f7 bpo-43625: Enhance csv sniffer has_headers() to be more accurate (GH-26939) (GH-27494) by Miss Islington (bot) · 4 years, 1 month ago
  90. 6f95002 bpo-42892: fix email multipart attribute error (GH-26903) (GH-27492) by Miss Islington (bot) · 4 years, 1 month ago
  91. 0db6c14 bpo-44666: Use default encoding as fallback for compile_file (GH-27236) (GH-27488) by Miss Islington (bot) · 4 years, 1 month ago
  92. 4729976 bpo-44662: Add ability to annotate types.Union (GH-27214) (GH-27461) by Miss Islington (bot) · 4 years, 1 month ago
  93. d20f109 bpo-44752: Make rlcompleter not call `@property` methods (GH-27401) (GH-27444) by Miss Islington (bot) · 4 years, 1 month ago
  94. 6b922da bpo-41103: Resurrect the old buffer protocol. (GH-27437) (GH-27441) by Miss Islington (bot) · 4 years, 1 month ago
  95. bccb7b9 bpo-40263: Fixes an off-by-one error in _winapi_WaitForMultipleObjects_impl (GH-19501) by Miss Islington (bot) · 4 years, 1 month ago
  96. 97af790 bpo-44544: [doc] list all textwrap func kwargs (GH-26999) (GH-27424) by Miss Islington (bot) · 4 years, 1 month ago
  97. 8789add bpo-27827: identify a greater range of reserved filename on Windows. (GH-26698) (GH-27421) by Miss Islington (bot) · 4 years, 1 month ago
  98. f113195 bpo-44756: in ./Doc, `make build` depends on `make html` (GH-27403) (GH-27410) by Miss Islington (bot) · 4 years, 1 month ago
  99. 684eb5c [3.10] bpo-44461: Check early that a pdb target is valid for execution. (GH-27227) (GH-27399) by Jason R. Coombs · 4 years, 1 month ago
  100. b977f85 [3.10] bpo-34013: Generalize the invalid legacy statement error message (GH-27389). (GH-27391) by Pablo Galindo Salgado · 4 years, 1 month ago