Python 3.8.7rc1
  1. e320109 Python 3.8.7rc1 by Łukasz Langa · 4 years, 8 months ago v3.8.7rc1
  2. 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
  3. 3b14f18 bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630) by Miss Islington (bot) · 4 years, 9 months ago
  4. 8e8f82d bpo-41473: Reenable test_gdb on gdb 9.2 and newer (GH-23637) by Miss Islington (bot) · 4 years, 9 months ago
  5. 930d537 bpo-42553: Fix test_asyncio.test_call_later() (GH-23627) by Miss Islington (bot) · 4 years, 9 months ago
  6. 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
  7. d9d63f1 bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595) by Miss Islington (bot) · 4 years, 9 months ago
  8. 74c40dd build(deps): bump actions/cache from v2.1.2 to v2.1.3 (23582) by Miss Islington (bot) · 4 years, 9 months ago
  9. 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
  10. 04232de Fix bz2 examples markup (GH-23580) by Miss Islington (bot) · 4 years, 9 months ago
  11. 1cc5c94 bpo-42482: remove reference to exc_traceback from TracebackException (GH-23531) by Miss Islington (bot) · 4 years, 9 months ago
  12. f4389bf bpo-42508: Remove bogus idlelib.pyshell.ModifiedInterpreter attribute (GH-23570) by Miss Islington (bot) · 4 years, 9 months ago
  13. a5b0c17 bpo-42142: Try to fix timeouts in ttk tests (GH-23474) by Miss Islington (bot) · 4 years, 9 months ago
  14. d82e08d [3.8] bpo-42474: test TracebackException comparison to non-equal instances (GH-23558) by Irit Katriel · 4 years, 9 months ago
  15. b1c48e5 bpo-42406: Fix whichmodule() with multiprocessing (GH-23403) by Miss Islington (bot) · 4 years, 9 months ago
  16. 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
  17. 5be629d Fix multiprocessing markup (GH-23525) by Miss Islington (bot) · 4 years, 9 months ago
  18. e1c669b bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538) by Miss Islington (bot) · 4 years, 9 months ago
  19. 4498e98 bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21925) (#23540) by Miss Islington (bot) · 4 years, 9 months ago
  20. 01fcde8 bpo-17852: Doc: Fix the tutorial about closing files (GH-23135) by Miss Islington (bot) · 4 years, 9 months ago
  21. bda2e68 bpo-12800: tarfile: Restore fix from 011525ee9 (GH-21409) by Miss Islington (bot) · 4 years, 9 months ago
  22. 8388a33 bpo-42370: Check element before making mouse click in ttk tests (GH-23491) by Miss Islington (bot) · 4 years, 9 months ago
  23. 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
  24. ad49526 bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300) by Miss Islington (bot) · 4 years, 9 months ago
  25. 734d6d9 Doc: fix typo in typing.Type docs (GH-23460) by Miss Islington (bot) · 4 years, 9 months ago
  26. 2528a7d bpo-42391: Clarify documentation of TestCase.assertIs (GH-23348) by Miss Islington (bot) · 4 years, 9 months ago
  27. 28b40d7 bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447) by Miss Islington (bot) · 4 years, 9 months ago
  28. 6e66542 bpo-38443: Check that the specified universal architectures work (GH-22910) by Miss Islington (bot) · 4 years, 9 months ago
  29. 7e9bf4e Fix wrong availability for signal.SIGCHLD (GH-23285) (#23426) by Miss Islington (bot) · 4 years, 9 months ago
  30. 648a32b bpo-42412: Fix possible leaks and check arguments in PyType_FromModuleAndSpec() (GH-23410) by Miss Islington (bot) · 4 years, 9 months ago
  31. 97136d7 bpo-40791: Make compare_digest more constant-time. (GH-20444) by Miss Islington (bot) · 4 years, 9 months ago
  32. 0762e09 bpo-42407: Use possessive appostrophe in multiprocessing doc (GH-23400) by Miss Islington (bot) · 4 years, 9 months ago
  33. c076d48 bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416) by Miss Islington (bot) · 4 years, 9 months ago
  34. 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
  35. 8b1f4cc bpo-42336: Improve PCbuild batch files (GH-23325) by Steve Dower · 4 years, 9 months ago
  36. 66dd533 bpo-42398: Fix "make regen-all" race condition (GH-23362) (GH-23367) by Miss Islington (bot) · 4 years, 9 months ago
  37. 73e02ff bpo-41561: skip test_min_max_version_mismatch (GH-22308) by Miss Islington (bot) · 4 years, 9 months ago
  38. a702bd4 bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347) (GH-23349) by Victor Stinner · 4 years, 9 months ago
  39. 545dcb1 [3.8] Remove outdated reference to pywin32 from platform module (GH-22005) (GH-23184) by Miss Islington (bot) · 4 years, 9 months ago
  40. 4f54ca0 bpo-42120: Remove macro defining copysign to _copysign on Windows (GH-23326) by Miss Islington (bot) · 4 years, 9 months ago
  41. fa86614 bpo-42339: Adds note about KB2533623 to embeddable package docs (GH-23322) by Steve Dower · 4 years, 9 months ago
  42. 85a8a19 bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297) by Miss Islington (bot) · 4 years, 9 months ago
  43. 7182735 fix typo in ThreadedChildWatcher docs (GH-23277) by Miss Islington (bot) · 4 years, 9 months ago
  44. 8a45572 bpo-40754: Adds _testinternalcapi to Windows installer for test suite (GH-23271) by Miss Islington (bot) · 4 years, 9 months ago
  45. cb2b203 bpo-42344: Improve pseudo implementation for SimpleNamespace (GH-23264) (GH-23269) by Miss Islington (bot) · 4 years, 9 months ago
  46. 5ad468d bpo-42042: Use ids attribute instead of names attribute (GH-22739) by Miss Islington (bot) · 4 years, 9 months ago
  47. f37628e [3.8] bpo-42237: Fix os.sendfile() on illumos (GH-23154). (GH-23246) by Jakub Stasiak · 4 years, 9 months ago
  48. c745b36 bpo-42014: shutil.rmtree: call onerror with correct function (GH-22585) by Miss Islington (bot) · 4 years, 9 months ago
  49. 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
  50. db087f6 bpo-41754: Ignore NotADirectoryError in invocation of xdg-settings (GH-23075) (GH-23198) by Miss Islington (bot) · 4 years, 9 months ago
  51. a7de7ff Minor wording change in concurrent.futures. (GH-23194) by Miss Islington (bot) · 4 years, 9 months ago
  52. a12f459 [3.8] bpo-35455: Fix thread_time for Solaris OS (GH-11118). (GH-23145) by Jakub Kulík · 4 years, 10 months ago
  53. db4932e Enable signing of nuget.org packages and update to supported timestamp server (GH-23132) by Miss Skeleton (bot) · 4 years, 10 months ago
  54. ac70175 bpo-42249: Fix writing binary Plist files larger than 4 GiB. (GH-23121) by Miss Skeleton (bot) · 4 years, 10 months ago
  55. 547d2bc [3.8] bpo-42103: Improve validation of Plist files. (GH-22882) (GH-23116) by Serhiy Storchaka · 4 years, 10 months ago
  56. 1e96de9 bpo-42224: Fix test_format when locale does not expect number grouping (GH-23067) by Miss Skeleton (bot) · 4 years, 10 months ago
  57. 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
  58. 1341582 bpo-40511: Stop unwanted flashing of IDLE calltips (GH-20910) by Miss Skeleton (bot) · 4 years, 10 months ago
  59. 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
  60. 10260c7 GitHub Action: Add gdb to posix dependencies (GH-23043) by Miss Skeleton (bot) · 4 years, 10 months ago
  61. 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
  62. b1ce044 bpo-6761: Enhance __call__ documentation (GH-7987) by Miss Skeleton (bot) · 4 years, 10 months ago
  63. d207109 Added some makefile generated files to .gitignore (GH-22435) by Miss Skeleton (bot) · 4 years, 10 months ago
  64. a053a7e bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998) by Miss Skeleton (bot) · 4 years, 10 months ago
  65. f6255a2 bpo-39871: Fix an error in a news entry (GH-21749) by Zackery Spytz · 4 years, 10 months ago
  66. 77a9ef1 Add a link to buffer protocol in bytearray() doc (GH-22675) by Miss Skeleton (bot) · 4 years, 10 months ago
  67. 8e980ec bpo-42144: Add a missing "goto error;" in the _ssl module (GH-22959) by Miss Skeleton (bot) · 4 years, 10 months ago
  68. 8485d3b bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942) by Miss Skeleton (bot) · 4 years, 10 months ago
  69. 60bef61 bpo-29981: Add examples and update index for set, dict, and generator comprehensions'(GH-20272) by Miss Skeleton (bot) · 4 years, 10 months ago
  70. eac21a0 [doc] Fix link to abc.ABCMeta.register in Glossary (GH-22932) by Miss Skeleton (bot) · 4 years, 10 months ago
  71. 253c8eb bpo-33987: Use master ttk Frame for IDLE config dialog (GH-22943) by Miss Skeleton (bot) · 4 years, 10 months ago
  72. c1b620e bpo-33987: Use ttk Label on IDLE statusbar (GH-22941) by Miss Skeleton (bot) · 4 years, 10 months ago
  73. 82bfe36 build(deps): bump actions/upload-artifact from v1 to v2.2.0 (GH-22920) by Miss Skeleton (bot) · 4 years, 10 months ago
  74. 8d6477f build(deps): bump actions/cache from v1 to v2.1.2 (GH-22919) by Miss Skeleton (bot) · 4 years, 10 months ago
  75. 8b4842b [3.8] bpo-40592: shutil.which will not return None anymore if ; is the last char in PATHEXT (GH-20088) (GH-22913) by Miss Skeleton (bot) · 4 years, 10 months ago
  76. cd894b1 [3.8] bpo-38486: Fix dead qmail links in the mailbox docs (GH-22239) (GH-22902) by Miss Skeleton (bot) · 4 years, 10 months ago
  77. 06c9e01 bpo-33987: IDLE: Use ttk Frame on doc window and statusbar (GH-11433) (GH-22900) by Miss Skeleton (bot) · 4 years, 10 months ago
  78. 5d8bc65 bpo-25655: Improve Win DLL loading failures doc (GH-22372) by Miss Skeleton (bot) · 4 years, 10 months ago
  79. 6a5c70a [3.8] Remove 3.5 from Doc version switcher in master. (GH-22886) (#22889) by larryhastings · 4 years, 10 months ago
  80. b2b3803 bpo-41910: specify the default implementations of object.__eq__ and object.__ne__ (GH-22874) (#22877) by Miss Skeleton (bot) · 4 years, 10 months ago
  81. 916ac95 bpo-35181: Correct importlib documentation for some module attributes (GH-15190) by Miss Skeleton (bot) · 4 years, 10 months ago
  82. ba66674 [3.8] bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH-22580) (GH-22866) by Miss Skeleton (bot) · 4 years, 10 months ago
  83. 89fac4c [3.8] bpo-39416: Document some restrictions on the default string representations of numeric classes (GH-18111) (GH-22861) by Miss Skeleton (bot) · 4 years, 10 months ago
  84. f3982d6 [3.8] bpo-39524: Fixed doc-string in ast._pad_whitespace (GH-18340) (GH-22857) by Irit Katriel · 4 years, 10 months ago
  85. c756c2b bpo-41819: Fix compiler warning in init_dump_ascii_wstr() (GH-22332) by Miss Skeleton (bot) · 4 years, 10 months ago
  86. a8e6af7 Doc: Fix a typo/error in the docs for cached bytecode (GH-22445) by Miss Skeleton (bot) · 4 years, 10 months ago
  87. 62eb403 Doc: Do not suggest `s[::-1]` for reversed order (GH-22457) by Miss Skeleton (bot) · 4 years, 10 months ago
  88. 490f30d Doc: Remove old Python version from future stmt (GH-21802) by Miss Skeleton (bot) · 4 years, 10 months ago
  89. e866f33 bpo-41316: Make tarfile follow specs for FNAME (GH-21511) by Miss Skeleton (bot) · 4 years, 10 months ago
  90. 6443a8c bpo-41646: Mention path-like objects support in the docs for shutil.copy() (GH-22208) by Miss Skeleton (bot) · 4 years, 10 months ago
  91. 058affc bpo-41192: Add documentation of undocumented audit events (GH-22832) by Miss Skeleton (bot) · 4 years, 10 months ago
  92. d84e411 bpo-38439: Add 256px IDLE icon to the .ico, drop gifs from it (GH-19648) by Miss Skeleton (bot) · 4 years, 10 months ago
  93. 333782a bpo-38439: Update the Windows Store package's icons for IDLE. Artwork by Andrew Clover (GH-22817) by Miss Skeleton (bot) · 4 years, 10 months ago
  94. a797fd7 bpo-41192: Clarify the sys module's description of the auditing feature (GH-22820) by Miss Skeleton (bot) · 4 years, 10 months ago
  95. ccfc057 Doc: Add missing spaces after period for `posix_spawn` (GH-22730) by Miss Skeleton (bot) · 4 years, 10 months ago
  96. f53ea8a bpo-30612: Tweak Windows registry path syntax in the docs (GH-20281) by Miss Skeleton (bot) · 4 years, 10 months ago
  97. 4cde523 bpo-38324: Fix test__locale.py Windows failures (GH-20529) by Miss Skeleton (bot) · 4 years, 10 months ago
  98. d1eb755 bpo-41491: plistlib: accept hexadecimal integer values in xml plist files (GH-22764) (GH-22807) by Miss Skeleton (bot) · 4 years, 10 months ago
  99. e7c5a43 bpo-41471: Ignore invalid prefix lengths in system proxy settings on macOS (GH-22762) (GH-22774) by Miss Skeleton (bot) · 4 years, 10 months ago
  100. 65894ca bpo-42051: Reject XML entity declarations in plist files (GH-22760) by Miss Skeleton (bot) · 4 years, 10 months ago