Python 3.9.8
  1. bb3fdcf Python 3.9.8 by Łukasz Langa · 3 years, 10 months ago v3.9.8
  2. a8ae7a5 bpo-45762: Improve docs for ``@singledispatch``/``@singledispatchmethod`` (GH-29426) (GH-29430) by Miss Islington (bot) · 3 years, 10 months ago
  3. 276a3a6 bpo-45160: Fix refleak in test_ttk_guionly introduced in GH-28291 (GH-29416) (GH-29420) by Miss Islington (bot) · 3 years, 10 months ago
  4. 885e57c bpo-27313: Fix ttk_guionly tests failing on Framework builds on macOS (GH-29411) (GH-29423) by Miss Islington (bot) · 3 years, 10 months ago
  5. f701237 [3.9] bpo-30570: Fix segfault on buildbots caused by stack overflow from recursion in tests (GH-29258) (GH-29415) by Łukasz Langa · 3 years, 10 months ago
  6. 1e29dce bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048) (GH-29178) by Miss Islington (bot) · 3 years, 10 months ago
  7. effb72f [3.9] bpo-45678: Fix `singledispatchmethod` `classmethod`/`staticmethod` bug (GH-29394) by Alex Waygood · 3 years, 10 months ago
  8. 9a4604b Add generated artifacts in Mac/ to .gitignore; update copyright (GH-29408) (GH-29410) by Miss Islington (bot) · 3 years, 10 months ago
  9. 1a44d27 bpo-45220: Remove invalid include from resource definition files on Windows (GH-29396) by Miss Islington (bot) · 3 years, 10 months ago
  10. 7e244fc Remove reference to ``Tuple`` at top of ``typing`` docs (GH-29401) by Miss Islington (bot) · 3 years, 10 months ago
  11. e813dd4 bpo-45680: ``typing`` docs: improve links to docs on ``GenericAlias``/``__class_getitem__`` (GH-29387) by Miss Islington (bot) · 3 years, 10 months ago
  12. 8198617 [3.9] bpo-45578: add tests for `dis.distb` (GH-29332) (#29386) by Łukasz Langa · 3 years, 10 months ago
  13. 3a93c66 bpo-45633: Fix newtypes doc typo (GH-29318) (GH-29365) by Miss Islington (bot) · 3 years, 10 months ago
  14. bbcf06b [3.9] bpo-45679: Fix caching of multi-value typing.Literal (GH-29334) (GH-29342) by Serhiy Storchaka · 3 years, 10 months ago
  15. 5f527ca bpo-45406: make inspect.getmodule() return None when getabsfile() raises FileNotFoundError (GH-28824) by Miss Islington (bot) · 3 years, 10 months ago
  16. d3e7755 [doc] Link to section File input (GH-28941) (GH-29376) by Miss Islington (bot) · 3 years, 10 months ago
  17. 4ab6e52 bpo-45457: Minor fix to documentation for SSLContext.load_default_certs. (GH-28947) (GH-29374) by Miss Islington (bot) · 3 years, 10 months ago
  18. d53d9e7 bpo-44828: Avoid leaving a zombie Save panel. (GH-29371) by Ned Deily · 3 years, 10 months ago
  19. e312f38 makefile: remove unused SGI_ABI variable (GH-29325) (GH-29370) by Miss Islington (bot) · 3 years, 10 months ago
  20. 91a51c5 [3.9] bpo-43158: Use configure values for building _uuid extension (GH-29353) (GH-29363) by Miss Islington (bot) · 3 years, 10 months ago
  21. da04bef [3.9] Move field width to the right field (GH-29344) (GH-29350) by Miss Islington (bot) · 3 years, 10 months ago
  22. b04b307 bpo-45516: add protocol description to the Traversable documentation (GH-29039) by Miss Islington (bot) · 3 years, 10 months ago
  23. ed807bf [3.9] bpo-45581: Raise `MemoryError` in `sqlite3.connect` if SQLite signals memory error (GH-29171) (GH-29324) by Łukasz Langa · 3 years, 10 months ago
  24. 3ec1124 bpo-45600: Enhanced / clarified the docs for os.environ and os.environb (GH-29204) (GH-29321) by Miss Islington (bot) · 3 years, 10 months ago
  25. e156031 bpo-45335: Add note to `sqlite3` docs about "timestamp" converter (GH-29200) (GH-29320) by Miss Islington (bot) · 3 years, 10 months ago
  26. 317e0c9 [3.9] bpo-45628: Check all parts of the suffix for an extension match. (GH-29310) (GH-29313) by Miss Islington (bot) · 3 years, 10 months ago
  27. a043706 [3.9] [3.10] bpo-45502: Fix test_shelve (GH-29003) (GH-29305) (GH-29306) by Serhiy Storchaka · 3 years, 10 months ago
  28. dd674ca bpo-45577: test all pickle protocols in `test_zoneinfo` (GH-29167) (GH-29295) by Miss Islington (bot) · 3 years, 10 months ago
  29. 8813a98 [3.9] bpo-45655: Add "relevant PEPs" section to typing documentation (GH-29297) by Alex Waygood · 3 years, 10 months ago
  30. 67a1abb bpo-45624: make test_graphlib not depend on the iteration order of sets (GH-29233) (GH-29292) by Miss Islington (bot) · 3 years, 10 months ago
  31. d6623c3 bpo-45612: Add sqlite3 module docstring (GH-29224) (GH-29289) by Miss Islington (bot) · 3 years, 10 months ago
  32. 3767e0d bpo-45583: Correct datamodel documentation of int() (GH-29182) (GH-29286) by Miss Islington (bot) · 3 years, 10 months ago
  33. 01d11b1 bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-29226) (GH-29284) by Miss Islington (bot) · 3 years, 10 months ago
  34. 020aa06 bpo-45608: Document missing `sqlite3` DB-API attributes and methods (GH-29219) (GH-29282) by Miss Islington (bot) · 3 years, 10 months ago
  35. 193504a bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-29246) (GH-29248) by Miss Islington (bot) · 3 years, 10 months ago
  36. 8e5e74e bpo-44828: Avoid tkinter file dialog failure on macOS 12 Monterey (GH-29276) by Miss Islington (bot) · 3 years, 10 months ago
  37. 97388c2 [3.9] bpo-39679: Fix `singledispatchmethod` `classmethod`/`staticmethod` bug (GH-29087) by Alex Waygood · 3 years, 10 months ago
  38. 8365a5b bpo-44904: Fix classmethod property bug in doctest module (GH-28838) by Miss Islington (bot) · 3 years, 10 months ago
  39. 21150c6 bpo-45438: format of inspect.Signature with generic builtins (GH-29212) by Miss Islington (bot) · 3 years, 10 months ago
  40. 30c1f18 [3.9] bpo-45618: Fix documentation build by pinning Docutils version to 0.17.1 (GH-29230) (GH-29241) by Ned Deily · 3 years, 10 months ago
  41. 269bf56 bpo-45571: use PY_CFLAGS_NODIST for shared Modules/Setup (GH-29161) by Miss Islington (bot) · 3 years, 10 months ago
  42. aa8c344 bpo-44959: Add fallback to extension modules with '.sl' suffix on HP-UX (GH-27857) by Miss Islington (bot) · 3 years, 10 months ago
  43. 216c040 bpo-43592: Raise RLIMIT_NOFILE in test.libregrtest (GH-29127) by Miss Islington (bot) · 3 years, 10 months ago
  44. c53428f bpo-44344: Document that pow can return a complex number for non-complex inputs. (GH-27853) (GH-29134) by Miss Islington (bot) · 3 years, 10 months ago
  45. b26eae5 bpo-41983: add availability info to socket docs (GH-27519) (GH-29137) by Miss Islington (bot) · 3 years, 10 months ago
  46. 04485ac bpo-45160: Ttk optionmenu only set variable once (GH-28291) (GH-29132) by Miss Islington (bot) · 3 years, 10 months ago
  47. e628700 [3.9] bpo-44174: [Enum] add name-mangling reference (GH-29128) by Ethan Furman · 3 years, 10 months ago
  48. bfa4237 bpo-34451: Document prompt and output toggle feature in html tutorial (GH-27105) (GH-29120) by Miss Islington (bot) · 3 years, 10 months ago
  49. 9733c96 [3.9] bpo-42517: [ENUM] update docs for changes coming in 3.11 (GH-29113) by Ethan Furman · 3 years, 10 months ago
  50. d33fae7 bpo-45192: Fix a bug that infers the type of an os.PathLike[bytes] object as str (GH-28323) (GH-29112) by Miss Islington (bot) · 3 years, 10 months ago
  51. 427ab12 bpo-45464: [doc] Explain that subclassing multiple exceptions is fragile (GH-29094) (GH-29105) by Miss Islington (bot) · 3 years, 10 months ago
  52. 1249ce7 bpo-45532: Replace 'default' with 'main' as default in sys.version (GH-29100) by Miss Islington (bot) · 3 years, 10 months ago
  53. 9192683 bpo-45229: Make doctest tests discoverable (GH-28986) (GH-29096) by Miss Islington (bot) · 3 years, 10 months ago
  54. 88f4ec8 [3.9] bpo-45494: Fix parser crash when reporting errors involving invalid continuation characters (GH-28993) (#29071) by Łukasz Langa · 3 years, 10 months ago
  55. 50e8b2f Cleanup a couple of comments left on PR 28775 post-merge. (GH-29079) by Miss Islington (bot) · 3 years, 10 months ago
  56. 15cd7a7 bpo-45436: Fix tkinter tests with Tcl/Tk 8.6.11+ (GH-29077) (GH-29081) by Miss Islington (bot) · 3 years, 10 months ago
  57. d46b221 [3.9] bpo-45500: Rewrite test_dbm (GH-29002) (GH-29074) by Łukasz Langa · 3 years, 10 months ago
  58. a18e4e9 [3.9] bpo-45449: add note about PEP 585 in collections.abc's documentation (GH-29047) (GH-29068) by Łukasz Langa · 3 years, 10 months ago
  59. 7657888 bpo-45515: Add zoneinfo to the datetime documentation (GH-29038) (GH-29066) by Miss Islington (bot) · 3 years, 10 months ago
  60. cb34c1e Improve multiserver queue recipe (GH-29012) (GH-29014) by Miss Islington (bot) · 3 years, 10 months ago
  61. 1dbf9c8 bpo-45229: Make test_http_cookiejar discoverable (GH-29004) by Miss Islington (bot) · 3 years, 10 months ago
  62. ac1b7a3 [3.9]bpo-45463: Clarify that global statements allows multiple names (GH-28851) (GH-28990) by Miss Islington (bot) · 3 years, 10 months ago
  63. 6848602 bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944) (GH-28953) by Serhiy Storchaka · 3 years, 10 months ago
  64. 7c722e3 [3.9] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939) (GH-28945) by Serhiy Storchaka · 3 years, 10 months ago
  65. 38fadbc no-issue: Make silence about warning '_POSIX_C_SOURCE redefined' (GH-28948) by Miss Islington (bot) · 3 years, 10 months ago
  66. fb72034 [3.9] bpo-24444: fix an error in argparse help when help for an option is blank (GH-28050) (GH-28932) by Miss Islington (bot) · 3 years, 10 months ago
  67. 9210eff bpo-45386: Handle strftime's ValueError graciously in xmlrpc.client (GH-28765) (GH-28935) by Miss Islington (bot) · 3 years, 10 months ago
  68. 5d74713 [3.9] bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28929) by Łukasz Langa · 3 years, 10 months ago
  69. 5638618 bpo-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-28452) (GH-28928) by Miss Islington (bot) · 3 years, 10 months ago
  70. cc90732 bpo-20692: Add Programming FAQ entry for 1.__class__ error. (GH-28918) by Miss Islington (bot) · 3 years, 10 months ago
  71. 9901d15 [3.9] bpo-45405: Prevent ``internal configure error`` when running ``configure`` with recent versions of non-Apple clang. (GH-28845) (GH-28910) by Miss Islington (bot) · 3 years, 10 months ago
  72. 6d4d4ec Fix format string in _PyImport_LoadDynamicModuleWithSpec() (GH-28863) by Miss Islington (bot) · 3 years, 10 months ago
  73. 0cd5bf9 Slight correct grammar (GH-28860) by Miss Islington (bot) · 3 years, 10 months ago
  74. 38e3ada bpo-45441: Update some moved URLs in documentation (GH-28861) by Miss Islington (bot) · 3 years, 10 months ago
  75. faa87f7 bpo-45401: Fix a resource warning in test_logging (GH-28864) (GH-28873) by Miss Islington (bot) · 3 years, 10 months ago
  76. 2352890 bpo-42253: Update xml.dom.minidom.rst (GH-23126) (GH-28875) by Miss Islington (bot) · 3 years, 10 months ago
  77. 320084f bpo-45351, asyncio: Enhance echo server example, print all addresses (GH-28828) by Miss Islington (bot) · 3 years, 10 months ago
  78. 7d1ae89 Handle error when PyUnicode_GetLength returns a negative value. (GH-28859) by Miss Islington (bot) · 3 years, 10 months ago
  79. ac421c3 bpo-45401: Change shouldRollover() methods to only rollover regular f… (GH-28822) (#28866) by Miss Islington (bot) · 3 years, 10 months ago
  80. d57d33c Fix a leak in _PyImport_LoadDynamicModuleWithSpec() after failing PySys_Audit() (GH-28862) by Miss Islington (bot) · 3 years, 10 months ago
  81. 5f44bb2 Fix the "Finding all Adverbs" example (GH-21420) (#28840) by Miss Islington (bot) · 3 years, 10 months ago
  82. e4fcb6f [3.9] bpo-20028: Keep original exception when PyUnicode_GetLength return -1 (GH-28832) (GH-28835) by Dong-hee Na · 3 years, 10 months ago
  83. 6f3bc5e bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705) by Miss Islington (bot) · 3 years, 10 months ago
  84. 87f0156 bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796) by Miss Islington (bot) · 3 years, 11 months ago
  85. 06935bd bpo-45337: Use the realpath of the new executable when creating a venv on Windows (GH-28663) by Miss Islington (bot) · 3 years, 11 months ago
  86. 4346b81 [3.9] Fix typos in the Lib directory (GH-28775) (GH-28803) by Christian Clauss · 3 years, 11 months ago
  87. da56601 [3.9] Fix typos in the Tools directory (GH-28769) (GH-28800) by Christian Clauss · 3 years, 11 months ago
  88. 78efc9a [3.9] Fix typos in the Python directory (GH-28767) (GH-28798) by Christian Clauss · 3 years, 11 months ago
  89. 960e7b3 [3.9] Fix typos in the Objects directory (GH-28766) (GH-28795) by Christian Clauss · 3 years, 11 months ago
  90. 71d56a7 [3.9] [Misc] [Mac] Fix typos found using codespell (GH-28756) (GH-28793) by Christian Clauss · 3 years, 11 months ago
  91. 8f76234 [3.9] Fix typos in the Modules directory (GH-28761). (GH-28791) by Christian Clauss · 3 years, 11 months ago
  92. 6c97b03 [3.9] Fix typos in the Include directory (GH-28745) (GH-28788) by Christian Clauss · 3 years, 11 months ago
  93. 660718d [3.9] bpo-45385: Fix reference leak from descr_check (GH-28719) (GH-28780) by Dong-hee Na · 3 years, 11 months ago
  94. 4f161e6 [doc] Mention __slots__ behavior in weakref.rst (GH-21061) (GH-28773) by Miss Islington (bot) · 3 years, 11 months ago
  95. 92018a0 bpo-45328: Avoid failure in OSs without TCP_NODELAY support (GH-28646) (GH-28770) by Miss Islington (bot) · 3 years, 11 months ago
  96. 496d1aa bpo-34804: [doc] Rephrase section on side effects in functional.rst for clarity (GH-27989) (GH-28763) by Miss Islington (bot) · 3 years, 11 months ago
  97. edef03a [3.9] [doc] Fix typos found using codespell (GH-28744) (GH-28759) by Christian Clauss · 3 years, 11 months ago
  98. d747f5e [doc] Update references to NumPy (GH-22458) (GH-28749) by Miss Islington (bot) · 3 years, 11 months ago
  99. 1374459 [3.9] bpo-45343: Update bundled pip to 21.2.4 and setuptools to 58.1.0 (GH-28684) (GH-28747) by Łukasz Langa · 3 years, 11 months ago
  100. 92450f2 sqlite3: Modernize documentation around unicode and bytes. (GH-28652) (GH-28695) by Miss Islington (bot) · 3 years, 11 months ago