Python 3.8.7
  1. 6503f05 Python 3.8.7 by Łukasz Langa · 4 years, 8 months ago v3.8.7
  2. a353771 Fix typo in docstring (GH-23515) by Miss Islington (bot) · 4 years, 8 months ago
  3. 81f706d bpo-42669: Document that `except` rejects nested tuples (GH-23822) (GH-23871) by Miss Islington (bot) · 4 years, 8 months ago
  4. b01091a bpo-42604: always set EXT_SUFFIX=${SOABI}${SHLIB_SUFFIX} when using configure (GH-23708) by Miss Islington (bot) · 4 years, 8 months ago
  5. 24862b0 bpo-41724: Explain when the conversion is not possible with detect_types enabled (GH-23855) (GH-23863) by Miss Islington (bot) · 4 years, 8 months ago
  6. 80c445c [3.8] bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781) (GH-23854) by Serhiy Storchaka · 4 years, 8 months ago
  7. d21d29a [3.8] bpo-17140: Document multiprocessing's ThreadPool (GH-23812) (GH-23835) by Miss Islington (bot) · 4 years, 8 months ago
  8. a3dec9d bpo-41891: ensure asyncio.wait_for waits for task completion (GH-22461) by Miss Islington (bot) · 4 years, 8 months ago
  9. 12032cd bpo-39096: Format specification documentation fixes for numeric types (GH-23575) by Miss Islington (bot) · 4 years, 8 months ago
  10. cecbaa3 bpo-26564: fix obsolete comment in traceback.c (GH-23819) by Miss Islington (bot) · 4 years, 8 months ago
  11. 829272e bpo-42613: Fix freeze.py config directory (GH-23792) by Miss Islington (bot) · 4 years, 8 months ago
  12. 4f65907 bpo-42375: subprocess DragonFlyBSD build update. (GH-23320) (GH-23389) by Miss Islington (bot) · 4 years, 8 months ago
  13. 718bf1a bpo-41804: Enhance test_epoll.test_control_and_wait() (GH-23795) (GH-23814) by Miss Islington (bot) · 4 years, 8 months ago
  14. dd262ef bpo-38323: Add guard clauses in MultiLoopChildWatcher. (GH-22756) by Miss Islington (bot) · 4 years, 8 months ago
  15. d549d0b bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654) by Miss Islington (bot) · 4 years, 8 months ago
  16. 0a24a57 bpo-42644: Validate values in logging.disable() (GH-23786) by Miss Islington (bot) · 4 years, 8 months ago
  17. aedc94b [3.8] bpo-39416: change word case to not imply ABC (GH-22867) (GH-22869) by Miss Islington (bot) · 4 years, 8 months ago
  18. 57a1fc6 Update idlelib/help.html to current Sphinx output (GH-22833) by Miss Islington (bot) · 4 years, 8 months ago
  19. 13d40c2 bpo-40219: Lowered ttk LabeledScale dummy (GH-21467) by Miss Islington (bot) · 4 years, 8 months ago
  20. 925f998 bpo-33610: Edit idlelib.codecontext (GH-23773) by Miss Islington (bot) · 4 years, 8 months ago
  21. 06bfd03 bpo-36541: Add lib2to3 grammar PEP-570 pos-only arg parsing (GH-23759) by Miss Islington (bot) · 4 years, 8 months ago
  22. 9feda9f bpo-42598: Fix implicit function declarations in configure (GH-23690) (GH-23757) by Miss Islington (bot) · 4 years, 8 months ago
  23. 150b9bf [3.8] [doc] Link to issue regarding logging.disable level param default value GH-23731 by Andre Delfino · 4 years, 8 months ago
  24. f6d1520 bpo-40084: [Enum] dir() includes member attributes (GH-19219) (GH-22853) by Miss Islington (bot) · 4 years, 8 months ago
  25. 21ca80e [3.8] [Enum] reformat and add doc strings (GH-23705). (GH-23706) by Ethan Furman · 4 years, 8 months ago
  26. cbfcc67 bpo-41907: [Enum] fix format() behavior for IntFlag (GH-22497) (GH-23704) by Miss Islington (bot) · 4 years, 8 months ago
  27. b947b30 [3.8] bpo-41910: move news entry (GH-23698) by Terry Jan Reedy · 4 years, 8 months ago
  28. b5cf308 bpo-32381: Fix PyRun_SimpleFileExFlags() encoding (GH-23642) (GH-23692) (GH-23696) by Victor Stinner · 4 years, 8 months ago
  29. 801f351 Post 3.8.7rc1 by Łukasz Langa · 4 years, 8 months ago
  30. f01ec28 Merge tag 'v3.8.7rc1' into 3.8 by Łukasz Langa · 4 years, 8 months ago
  31. 699e5e4 bpo-41889: [Enum] fix multiple-inheritance regression (GH-22487) (GH-23672) by Miss Islington (bot) · 4 years, 8 months ago
  32. b6d6f53 bpo-42574: Use format() instead of f-string in Tools/clinic/clinic.py to allow using older Python versions (GH-23685) by Pablo Galindo · 4 years, 8 months ago
  33. 7c79798 bpo-42536: GC track recycled tuples (GH-23623) (GH-23652) by Brandt Bucher · 4 years, 8 months ago
  34. ca52aa3 bpo-39825: Fixes sysconfig.get_config_var('EXT_SUFFIX') on Windows to match distutils (GH-22088) by Miss Islington (bot) · 4 years, 8 months ago
  35. e320109 Python 3.8.7rc1 by Łukasz Langa · 4 years, 8 months ago v3.8.7rc1
  36. a4e7d5f bpo-17735: inspect.findsource now raises OSError when co_lineno is out of range (GH-23633) by Miss Islington (bot) · 4 years, 9 months ago
  37. 3b14f18 bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630) by Miss Islington (bot) · 4 years, 9 months ago
  38. 8e8f82d bpo-41473: Reenable test_gdb on gdb 9.2 and newer (GH-23637) by Miss Islington (bot) · 4 years, 9 months ago
  39. 930d537 bpo-42553: Fix test_asyncio.test_call_later() (GH-23627) by Miss Islington (bot) · 4 years, 9 months ago
  40. 12d2306 bpo-42328: Skip some tests with themes vista and xpnative on Windows 7 (GH-23612) by Miss Islington (bot) · 4 years, 9 months ago
  41. d9d63f1 bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595) by Miss Islington (bot) · 4 years, 9 months ago
  42. 74c40dd build(deps): bump actions/cache from v2.1.2 to v2.1.3 (23582) by Miss Islington (bot) · 4 years, 9 months ago
  43. eb6059e build(deps): bump actions/upload-artifact from v2.2.0 to v2.2.1 (GH-23583) by Miss Islington (bot) · 4 years, 9 months ago
  44. 04232de Fix bz2 examples markup (GH-23580) by Miss Islington (bot) · 4 years, 9 months ago
  45. 1cc5c94 bpo-42482: remove reference to exc_traceback from TracebackException (GH-23531) by Miss Islington (bot) · 4 years, 9 months ago
  46. f4389bf bpo-42508: Remove bogus idlelib.pyshell.ModifiedInterpreter attribute (GH-23570) by Miss Islington (bot) · 4 years, 9 months ago
  47. a5b0c17 bpo-42142: Try to fix timeouts in ttk tests (GH-23474) by Miss Islington (bot) · 4 years, 9 months ago
  48. d82e08d [3.8] bpo-42474: test TracebackException comparison to non-equal instances (GH-23558) by Irit Katriel · 4 years, 9 months ago
  49. b1c48e5 bpo-42406: Fix whichmodule() with multiprocessing (GH-23403) by Miss Islington (bot) · 4 years, 9 months ago
  50. c3009a5 bpo-39096: Improve description of 'e', 'f' and 'g' presentation types (GH-23537) (GH-23551) by Miss Islington (bot) · 4 years, 9 months ago
  51. 5be629d Fix multiprocessing markup (GH-23525) by Miss Islington (bot) · 4 years, 9 months ago
  52. e1c669b bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538) by Miss Islington (bot) · 4 years, 9 months ago
  53. 4498e98 bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21925) (#23540) by Miss Islington (bot) · 4 years, 9 months ago
  54. 01fcde8 bpo-17852: Doc: Fix the tutorial about closing files (GH-23135) by Miss Islington (bot) · 4 years, 9 months ago
  55. bda2e68 bpo-12800: tarfile: Restore fix from 011525ee9 (GH-21409) by Miss Islington (bot) · 4 years, 9 months ago
  56. 8388a33 bpo-42370: Check element before making mouse click in ttk tests (GH-23491) by Miss Islington (bot) · 4 years, 9 months ago
  57. b55a276 bpo-42212: Check if generated files are up-to-date in GitHub Actions (GH-23042) by Miss Islington (bot) · 4 years, 9 months ago
  58. ad49526 bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300) by Miss Islington (bot) · 4 years, 9 months ago
  59. 734d6d9 Doc: fix typo in typing.Type docs (GH-23460) by Miss Islington (bot) · 4 years, 9 months ago
  60. 2528a7d bpo-42391: Clarify documentation of TestCase.assertIs (GH-23348) by Miss Islington (bot) · 4 years, 9 months ago
  61. 28b40d7 bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447) by Miss Islington (bot) · 4 years, 9 months ago
  62. 6e66542 bpo-38443: Check that the specified universal architectures work (GH-22910) by Miss Islington (bot) · 4 years, 9 months ago
  63. 7e9bf4e Fix wrong availability for signal.SIGCHLD (GH-23285) (#23426) by Miss Islington (bot) · 4 years, 9 months ago
  64. 648a32b bpo-42412: Fix possible leaks and check arguments in PyType_FromModuleAndSpec() (GH-23410) by Miss Islington (bot) · 4 years, 9 months ago
  65. 97136d7 bpo-40791: Make compare_digest more constant-time. (GH-20444) by Miss Islington (bot) · 4 years, 9 months ago
  66. 0762e09 bpo-42407: Use possessive appostrophe in multiprocessing doc (GH-23400) by Miss Islington (bot) · 4 years, 9 months ago
  67. c076d48 bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416) by Miss Islington (bot) · 4 years, 9 months ago
  68. 5f463e5 [3.8] bpo-38320: Clarify that expectedFailure is satisfied by either failure or error of the test. (GH-22740) (GH-22782) by Miss Islington (bot) · 4 years, 9 months ago
  69. 8b1f4cc bpo-42336: Improve PCbuild batch files (GH-23325) by Steve Dower · 4 years, 9 months ago
  70. 66dd533 bpo-42398: Fix "make regen-all" race condition (GH-23362) (GH-23367) by Miss Islington (bot) · 4 years, 9 months ago
  71. 73e02ff bpo-41561: skip test_min_max_version_mismatch (GH-22308) by Miss Islington (bot) · 4 years, 9 months ago
  72. a702bd4 bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347) (GH-23349) by Victor Stinner · 4 years, 9 months ago
  73. 545dcb1 [3.8] Remove outdated reference to pywin32 from platform module (GH-22005) (GH-23184) by Miss Islington (bot) · 4 years, 9 months ago
  74. 4f54ca0 bpo-42120: Remove macro defining copysign to _copysign on Windows (GH-23326) by Miss Islington (bot) · 4 years, 9 months ago
  75. fa86614 bpo-42339: Adds note about KB2533623 to embeddable package docs (GH-23322) by Steve Dower · 4 years, 9 months ago
  76. 85a8a19 bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297) by Miss Islington (bot) · 4 years, 9 months ago
  77. 7182735 fix typo in ThreadedChildWatcher docs (GH-23277) by Miss Islington (bot) · 4 years, 9 months ago
  78. 8a45572 bpo-40754: Adds _testinternalcapi to Windows installer for test suite (GH-23271) by Miss Islington (bot) · 4 years, 9 months ago
  79. cb2b203 bpo-42344: Improve pseudo implementation for SimpleNamespace (GH-23264) (GH-23269) by Miss Islington (bot) · 4 years, 9 months ago
  80. 5ad468d bpo-42042: Use ids attribute instead of names attribute (GH-22739) by Miss Islington (bot) · 4 years, 9 months ago
  81. f37628e [3.8] bpo-42237: Fix os.sendfile() on illumos (GH-23154). (GH-23246) by Jakub Stasiak · 4 years, 9 months ago
  82. c745b36 bpo-42014: shutil.rmtree: call onerror with correct function (GH-22585) by Miss Islington (bot) · 4 years, 9 months ago
  83. 109c173 bpo-42183: Fix a stack overflow error for asyncio Task or Future repr() (GH-23020) by Miss Islington (bot) · 4 years, 9 months ago
  84. db087f6 bpo-41754: Ignore NotADirectoryError in invocation of xdg-settings (GH-23075) (GH-23198) by Miss Islington (bot) · 4 years, 9 months ago
  85. a7de7ff Minor wording change in concurrent.futures. (GH-23194) by Miss Islington (bot) · 4 years, 9 months ago
  86. a12f459 [3.8] bpo-35455: Fix thread_time for Solaris OS (GH-11118). (GH-23145) by Jakub Kulík · 4 years, 10 months ago
  87. db4932e Enable signing of nuget.org packages and update to supported timestamp server (GH-23132) by Miss Skeleton (bot) · 4 years, 10 months ago
  88. ac70175 bpo-42249: Fix writing binary Plist files larger than 4 GiB. (GH-23121) by Miss Skeleton (bot) · 4 years, 10 months ago
  89. 547d2bc [3.8] bpo-42103: Improve validation of Plist files. (GH-22882) (GH-23116) by Serhiy Storchaka · 4 years, 10 months ago
  90. 1e96de9 bpo-42224: Fix test_format when locale does not expect number grouping (GH-23067) by Miss Skeleton (bot) · 4 years, 10 months ago
  91. ad37c66 [3.8] bpo-42230: Improve asyncio documentation regarding accepting sets vs iterables (GH-23073) (GH-23105) by Jakub Stasiak · 4 years, 10 months ago
  92. 1341582 bpo-40511: Stop unwanted flashing of IDLE calltips (GH-20910) by Miss Skeleton (bot) · 4 years, 10 months ago
  93. 39a56e5 [3.8] bpo-29566: binhex.binhex now consitently writes MacOS 9 line endings. (GH-23059) (GH-23070) by Miss Skeleton (bot) · 4 years, 10 months ago
  94. 10260c7 GitHub Action: Add gdb to posix dependencies (GH-23043) by Miss Skeleton (bot) · 4 years, 10 months ago
  95. 9ede1b0 bpo-42143: Ensure PyFunction_NewWithQualName() can't fail after creating the func object (GH-22953) by Miss Skeleton (bot) · 4 years, 10 months ago
  96. b1ce044 bpo-6761: Enhance __call__ documentation (GH-7987) by Miss Skeleton (bot) · 4 years, 10 months ago
  97. d207109 Added some makefile generated files to .gitignore (GH-22435) by Miss Skeleton (bot) · 4 years, 10 months ago
  98. a053a7e bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998) by Miss Skeleton (bot) · 4 years, 10 months ago
  99. f6255a2 bpo-39871: Fix an error in a news entry (GH-21749) by Zackery Spytz · 4 years, 10 months ago
  100. 77a9ef1 Add a link to buffer protocol in bytearray() doc (GH-22675) by Miss Skeleton (bot) · 4 years, 10 months ago