Python 3.10.1
  1. 2cd268a Python 3.10.1 by Pablo Galindo · 3 years, 9 months ago v3.10.1
  2. 1528d24 [3.10] bpo-44035: Check autoconf files thoroughly (GH-29935) (GH-29937) by Miss Islington (bot) · 3 years, 9 months ago
  3. 2080198 bpo-45732: Update python.org macOS installer to use Tcl/Tk 8.6.12. (GH-29932) by Ned Deily · 3 years, 9 months ago
  4. cb68c0a bpo-45664: Fix resolve_bases() and new_class() for GenericAlias instance as a base (GH-29298) by Miss Islington (bot) · 3 years, 9 months ago
  5. abceb66 bpo-45663: Fix is_dataclass() for dataclasses which are subclasses of types.GenericAlias (GH-29294) by Miss Islington (bot) · 3 years, 9 months ago
  6. f1dd5ed bpo-45662: Fix the repr of InitVar with a type alias to the built-in class (GH-29291) by Miss Islington (bot) · 3 years, 9 months ago
  7. beb8342 bpo-27946: Fix possible crash in ElementTree.Element (GH-29915) by Miss Islington (bot) · 3 years, 9 months ago
  8. 32f1491 bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154) by Miss Islington (bot) · 3 years, 9 months ago
  9. 4b11d71 bpo-43498: Fix dictionary iteration error in _ExecutorManagerThread (GH-24868) by Miss Islington (bot) · 3 years, 9 months ago
  10. 4d2cc3e bpo-45614: Fix traceback display for exceptions with invalid module name (GH-29726) (GH-29826) by Irit Katriel · 3 years, 9 months ago
  11. 305236e bpo-37658: Actually return result in race condition (GH-29202) by Miss Islington (bot) · 3 years, 9 months ago
  12. 8d1a580 [3.10] bpo-42268: Fail the configure step if the selected compiler doesn't support memory sanitizer (GH-29806) (GH-29815) by Pablo Galindo Salgado · 3 years, 9 months ago
  13. 2c398a5 [3.10] bpo-19460: Add test for MIMENonMultipart (GH-29817) (GH-29818) by Miss Islington (bot) · 3 years, 9 months ago
  14. 545aebd [3.10] bpo-45881: Use CC from env first for cross building (GH-29752). (GH-29753) by Christian Heimes · 3 years, 9 months ago
  15. 57100c8 [3.10] bpo-41735: Fix thread lock in zlib.Decompress.flush() may go wrong (GH-29587) (GH-29811) by Miss Islington (bot) · 3 years, 9 months ago
  16. 3dcbe01 bpo-45901: Fixes argument passing when invoking .py files directly through the Store package (GH-29799) by Miss Islington (bot) · 3 years, 9 months ago
  17. fc16ea9 bpo-45866: Fix typo in the NEWS entry (GH-29798) by Miss Islington (bot) · 3 years, 9 months ago
  18. b6defde bpo-45866: pegen strips directory of "generated from" header (GH-29777) (GH-29792) by Victor Stinner · 3 years, 9 months ago
  19. 3f565f8 [3.10] bpo-33393: Update config.guess and config.sub (GH-29781) (GH-29782) by Christian Heimes · 3 years, 9 months ago
  20. ce5a646 bpo-39026: Fix Python.h when building with Xcode (GH-29488) (GH-29732) by Victor Stinner · 3 years, 9 months ago
  21. 632d589 [3.10] bpo-41498: Fix build on platforms without sigset_t (GH-29770) (GH-29773) by Miss Islington (bot) · 3 years, 9 months ago
  22. c72311d [3.10] bpo-45727: Only trigger the 'did you forgot a comma' error suggestion if inside parentheses. (GH-29767) by Pablo Galindo Salgado · 3 years, 9 months ago
  23. ae065f8 bpo-45616: Let py.exe distinguish between v3.1 and v3.10 (GH-29731) by Miss Islington (bot) · 3 years, 9 months ago
  24. 327c764 bpo-45561: Run smelly.py tool from $(srcdir) (GH-29138) by Miss Islington (bot) · 3 years, 9 months ago
  25. 99aad31 [3.10] bpo-45250: fix docs regarding `__iter__` and iterators being inconsistently required by CPython (GH-29170) (GH-29650) by Brett Cannon · 3 years, 9 months ago
  26. 10343bd bpo-44649: Fix dataclasses(slots=True) with a field with a default, but init=False (GH-29692) by Miss Islington (bot) · 3 years, 9 months ago
  27. cf8c878 Added kw_only parameter to make_dataclasses. (GH-29679) by Miss Islington (bot) · 3 years, 9 months ago
  28. 904af3d [3.10] bpo-45848: Allow the parser to get error lines from encoded files (GH-29646) (GH-29661) by Łukasz Langa · 3 years, 9 months ago
  29. 2a630e7 [3.10] bpo-45788: Link sys.prefix doc to 'Installation paths' (GH-29606) by Miss Islington (bot) · 3 years, 9 months ago
  30. 252d83c bpo-45640: [docs] Tokens are now clickable (GH-29260) (GH-29621) by Miss Islington (bot) · 3 years, 9 months ago
  31. 6d66de9 bpo-44959: Add fallback to extension modules with '.sl' suffix on HP-UX (GH-27857) (GH-29152) by Miss Islington (bot) · 3 years, 9 months ago
  32. 5cf05c7 bpo-45835: Fix race condition in test_queue (GH-29601) (GH-29612) by Miss Islington (bot) · 3 years, 9 months ago
  33. 8eabe60 [3.10] bpo-45826: Fix a crash in suggestions.c by checking for `traceback is None` (GH-29590) (GH-29602) by Łukasz Langa · 3 years, 9 months ago
  34. b455df5 bpo-45820: Fix a segfault when the parser fails without reading any input (GH-29580) by Miss Islington (bot) · 3 years, 9 months ago
  35. e3aa9fd [3.10] bpo-45822: Respect PEP 263's coding cookies in the parser even if flags are not provided (GH-29582) (GH-29586) by Pablo Galindo Salgado · 3 years, 9 months ago
  36. 4ffde90 bpo-45831: _Py_DumpASCII() uses a single write() call if possible (GH-29596) (GH-29598) by Miss Islington (bot) · 3 years, 9 months ago
  37. 1079b3e bpo-42540: reallocation of id_mutex should not force default allocator (GH-29564) by Miss Islington (bot) · 3 years, 9 months ago
  38. 5618c81 [3.10] bpo-45716: Improve the error message when using True/False/None as keywords in a call (GH-29413). (GH-29428) by Pablo Galindo Salgado · 3 years, 9 months ago
  39. 7c99e43 ensure deprecation warning from assertDictContainsSubset points at actual test code (#26497) by Anthony Sottile · 3 years, 9 months ago
  40. 0320cf1 bpo-25381: Update explanation of exceptions in C. (GH-26838) (GH-29568) by Miss Islington (bot) · 3 years, 9 months ago
  41. bf26a6d bpo-45738: Fix computation of error location for invalid continuation (GH-29550) by Miss Islington (bot) · 3 years, 9 months ago
  42. ed55426 [bpo-45765] Fix distribution discovery on empty path. (GH-29487) (GH-29510) by Miss Islington (bot) · 3 years, 9 months ago
  43. 3f15792 [3.10] bpo-45772: socket.socket should be a class instead of a function (GH-23960) (GH-29542) by Miss Islington (bot) · 3 years, 9 months ago
  44. e4c5a5e bpo-45235: Revert an argparse bugfix that caused a regression (GH-29525) (GH-29530) by Miss Islington (bot) · 3 years, 9 months ago
  45. a89bbde [3.10] bpo-45773: Stop "optimizing" certain jump patterns (GH-29526) by Brandt Bucher · 3 years, 9 months ago
  46. c5bfb88 [3.10] bpo-45757: Fix bug where dis produced an incorrect oparg on EXTENDED_ARG before a no-arg opcode (GH-29480) (GH-29506) by Irit Katriel · 3 years, 9 months ago
  47. 340ecaf bpo-45732: Update bundled Tcl/Tk on Windows to 8.6.12 (GH-29477) by Steve Dower · 3 years, 9 months ago
  48. 045f205 bpo-45392: Update the docstring of the 'type' built-in (GH-29439) (GH-29452) by Miss Islington (bot) · 3 years, 10 months ago
  49. 6603f6b bpo-45644: Make json.tool read infile before writing to outfile (GH-29273) (GH-29445) by Miss Islington (bot) · 3 years, 10 months ago
  50. 804ea41 bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417) by Steve Dower · 3 years, 10 months ago
  51. 279a7a0 bpo-45762: Improve docs for ``@singledispatch``/``@singledispatchmethod`` (GH-29426) (GH-29431) by Miss Islington (bot) · 3 years, 10 months ago
  52. bcb236c bpo-45678: Add more ``singledispatchmethod`` tests (GH-29412) (GH-29424) by Miss Islington (bot) · 3 years, 10 months ago
  53. 6340ba7 bpo-43652: Actually update to Tcl/Tk 8.6.11 on Windows (GH-29397) by Steve Dower · 3 years, 10 months ago
  54. c108966 bpo-45680: ``typing`` docs: improve links to docs on ``GenericAlias``/``__class_getitem__`` (GH-29387) by Miss Islington (bot) · 3 years, 10 months ago
  55. f191838 bpo-45678: Add ``functools.singledispatchmethod`` tests (GH-29328) (GH-29390) by Miss Islington (bot) · 3 years, 10 months ago
  56. fd6b70d [3.10] bpo-45578: add tests for `dis.distb` (GH-29332) (GH-29385) by Łukasz Langa · 3 years, 10 months ago
  57. cfdd7d2 bpo-45406: make inspect.getmodule() return None when getabsfile() raises FileNotFoundError (GH-28824) by Miss Islington (bot) · 3 years, 10 months ago
  58. b71bc05 [3.10] bpo-43158: Use configure values for building _uuid extension (GH-29353) (GH-29362) by Miss Islington (bot) · 3 years, 10 months ago
  59. b2ae631 [3.10] bpo-45688: Add _scproxy to sys.stdlib_module_names (GH-29358) (GH-29361) by Miss Islington (bot) · 3 years, 10 months ago
  60. 89b1237 bpo-45516: add protocol description to the Traversable documentation (GH-29039) by Miss Islington (bot) · 3 years, 10 months ago
  61. 3997f3c bpo-45679: Fix caching of multi-value typing.Literal (GH-29334) by Miss Islington (bot) · 3 years, 10 months ago
  62. 7e2c0a1 [3.10] bpo-45581: Raise `MemoryError` in `sqlite3.connect` if SQLite signals memory error (GH-29171) (GH-29323) by Łukasz Langa · 3 years, 10 months ago
  63. 2c8a002 [3.10] bo-45655: Add "relevant PEPs" section to typing documentation (GH-29302) by Alex Waygood · 3 years, 10 months ago
  64. 7203ecd bpo-45577: test all pickle protocols in `test_zoneinfo` (GH-29167) (GH-29296) by Miss Islington (bot) · 3 years, 10 months ago
  65. fb80aed bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-29226) (GH-29283) by Miss Islington (bot) · 3 years, 10 months ago
  66. 5457908 bpo-44828: Avoid tkinter file dialog failure on macOS 12 Monterey (GH-29276) by Miss Islington (bot) · 3 years, 10 months ago
  67. 1f45cc0 bpo-44904: Fix classmethod property bug in doctest module (GH-28838) by Miss Islington (bot) · 3 years, 10 months ago
  68. ce7a6af bpo-45438: format of inspect.Signature with generic builtins (GH-29212) by Miss Islington (bot) · 3 years, 10 months ago
  69. 36971fd bpo-45566: `test_frozen_pickle` checks all `pickle` protocols (GH-29150) by Miss Islington (bot) · 3 years, 10 months ago
  70. cadf06e bpo-45574: fix warning about `print_escape` being unused (GH-29172) (#29176) by Miss Islington (bot) · 3 years, 10 months ago
  71. f812fef bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048) by Miss Islington (bot) · 3 years, 10 months ago
  72. 1990308 bpo-45571: use PY_CFLAGS_NODIST for shared Modules/Setup (GH-29161) by Miss Islington (bot) · 3 years, 10 months ago
  73. 8f6aa48 bpo-43592: Raise RLIMIT_NOFILE in test.libregrtest (GH-29127) by Miss Islington (bot) · 3 years, 10 months ago
  74. 6b75ad5 bpo-45557: Fix underscore_numbers in pprint.pprint(). (GH-29129) by Miss Islington (bot) · 3 years, 10 months ago
  75. 98f157d bpo-45160: Ttk optionmenu only set variable once (GH-28291) (GH-29131) by Miss Islington (bot) · 3 years, 10 months ago
  76. 1cdac61 bpo-45521: Fix a bug in the obmalloc radix tree code. (GH-29051) (GH-29122) by Miss Islington (bot) · 3 years, 10 months ago
  77. 64e83c7 bpo-45192: Fix a bug that infers the type of an os.PathLike[bytes] object as str (GH-28323) (GH-29111) by Miss Islington (bot) · 3 years, 10 months ago
  78. b2a9899 bpo-45464: [doc] Explain that subclassing multiple exceptions is fragile (GH-29094) (GH-29104) by Miss Islington (bot) · 3 years, 10 months ago
  79. 696a89f bpo-45532: Replace 'default' with 'main' as default in sys.version (GH-29100) by Miss Islington (bot) · 3 years, 10 months ago
  80. 5537b9f bpo-45536: Check OpenSSL APIs in configure (GH-29088) by Miss Islington (bot) · 3 years, 10 months ago
  81. c15ba30 bpo-39679: Add tests for classmethod/staticmethod singledispatchmethods (GH-29034) (GH-29072) by Miss Islington (bot) · 3 years, 10 months ago
  82. 5c9cab5 [3.10] bpo-45494: Fix parser crash when reporting errors involving invalid continuation characters (GH-28993) (GH-29070) by Łukasz Langa · 3 years, 10 months ago
  83. 092ec4b bpo-45449: add note about PEP 585 in collections.abc's documentation (GH-29047) (GH-29067) by Miss Islington (bot) · 3 years, 10 months ago
  84. 8cef526 bpo-45515: Add zoneinfo to the datetime documentation (GH-29038) (GH-29065) by Miss Islington (bot) · 3 years, 10 months ago
  85. 97ce855 bpo-45475: Revert `__iter__` optimization for GzipFile, BZ2File, and LZMAFile. (GH-29016) by Miss Islington (bot) · 3 years, 10 months ago
  86. b1949e0 [3.10] bpo-45221: Fix handling of LDFLAGS and CPPFLAGS options in setup.py (GH-29031) (GH-29037) by Miss Islington (bot) · 3 years, 10 months ago
  87. a294703 [3.10] bpo-45495: Add 'case' and 'match' to IDLE completions list. (GH-29000) (GH-29001) by Miss Islington (bot) · 3 years, 10 months ago
  88. 5df35fa bpo-45249: Fix caret location when end_offset is set to 0 (GH-28855) by Miss Islington (bot) · 3 years, 10 months ago
  89. 2b6eb81 bpo-45428: Fix reading filenames from stdin in py_compile (GH-28848) by Miss Islington (bot) · 3 years, 10 months ago
  90. 4641afe [3.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944) (GH-28952) by Serhiy Storchaka · 3 years, 10 months ago
  91. 0bff4cc [3.10] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939) (GH-28943) by Miss Islington (bot) · 3 years, 10 months ago
  92. f40b230 bpo-45386: Handle strftime's ValueError graciously in xmlrpc.client (GH-28765) (GH-28934) by Miss Islington (bot) · 3 years, 10 months ago
  93. fd2be6d bpo-24444: fix an error in argparse help when help for an option is blank (GH-28050) (GH-28931) by Miss Islington (bot) · 3 years, 10 months ago
  94. f8473f6 [3.10] bpo-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-28452) (GH-28930) by Łukasz Langa · 3 years, 10 months ago
  95. 47673c4 bpo-20692: Add Programming FAQ entry for 1.__class__ error. (GH-28918) by Miss Islington (bot) · 3 years, 10 months ago
  96. edae3e2 [3.10] bpo-45405: Prevent ``internal configure error`` when running ``configure`` with recent versions of non-Apple clang. (GH-28845) (GH-28911) by Miss Islington (bot) · 3 years, 10 months ago
  97. 164dddf bpo-45416: Fix use of asyncio.Condition() with explicit Lock objects (GH-28850) by Miss Islington (bot) · 3 years, 10 months ago
  98. 14a483a [3.10] bpo-45419: Fix interfaces on DegenerateFiles.Path (GH-28844) by Jason R. Coombs · 3 years, 10 months ago
  99. 8772935 bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705) by Miss Islington (bot) · 3 years, 10 months ago
  100. 6846d67 bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796) (GH-28816) by Miss Islington (bot) · 3 years, 10 months ago