Python 3.8.8rc1
  1. dfd7d68 Python 3.8.8rc1 by Łukasz Langa · 4 years, 6 months ago v3.8.8rc1
  2. e3110c3 [3.8] bpo-42967: only use '&' as a query string separator (GH-24297) (#24529) by Senthil Kumaran · 4 years, 6 months ago
  3. 20d4375 Fix typo (GH-23019) by Miss Islington (bot) · 4 years, 7 months ago
  4. 0869a71 bpo-41748: Handles unquoted attributes with commas (GH-24072) by Miss Islington (bot) · 4 years, 7 months ago
  5. aab84a5 bpo-43016: Fix test_curses on platform without cursesw (GH-24405) (GH-24408) by Miss Islington (bot) · 4 years, 7 months ago
  6. 7ca947e [3.8] bpo-43016: Rewrite tests for curses (GH-24312). (GH-24399) (GH-24401) by Serhiy Storchaka · 4 years, 7 months ago
  7. cf88382 bpo-43008: Add 'Patch by Ken Hilton' (GH-24370) by Miss Islington (bot) · 4 years, 7 months ago
  8. 901a983 bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163) (#24366) by Miss Islington (bot) · 4 years, 7 months ago
  9. 6f0346d bpo-43008: Make IDLE respect sys.excepthook (GH-24302) by Miss Islington (bot) · 4 years, 7 months ago
  10. a178473 [3.8] bpo-41841: Prepare IDLE NEWS for 3.8.8 (GH-24344) by Terry Jan Reedy · 4 years, 7 months ago
  11. d863dee [3.8] bpo-42383: pdb: do not fail to restart the target if the current directory changed (GH-23412) (#24323) by Andrey Bienkowski · 4 years, 7 months ago
  12. c10180e [3.8] bpo-42384: pdb: correctly populate sys.path[0] (GH-23338) (#24320) by Andrey Bienkowski · 4 years, 7 months ago
  13. 7370be3 bpo-43013: Fix old tkinter module names in idlelib (GH-24326) by Miss Islington (bot) · 4 years, 7 months ago
  14. 96bcf6f [3.9] bpo-33289: Return RGB triplet of ints instead of floats from tkinter.colorchooser (GH-6578). (GH-24318) by Miss Islington (bot) · 4 years, 7 months ago
  15. 63ebba0 bpo-43013: Update idlelib code to 3.x (GH-24315) (#24317) by Miss Islington (bot) · 4 years, 7 months ago
  16. dce86c2 closes bpo-43011: Fix DeprecationWarnings in test_ctypes (GH-24305) by Miss Islington (bot) · 4 years, 7 months ago
  17. 844ec0b bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172) (GH-24277) by cptpcrd · 4 years, 7 months ago
  18. 8f334db bpo-36769: Document that fnmatch.filter supports any kind of iterable (GH-13039) by Miss Islington (bot) · 4 years, 7 months ago
  19. 648b729 bpo-42005: profile and cProfile catch BrokenPipeError (GH-22643) by Miss Islington (bot) · 4 years, 7 months ago
  20. ece5dfd closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes param reprs. (GH-24248) by Miss Islington (bot) · 4 years, 7 months ago
  21. f08c664 [3.8] bpo-42531: Teach importlib.resources.path to handle packages without __file__ (GH-23611) by William Schwartz · 4 years, 7 months ago
  22. 5ded7ef bpo-33065: Fix problem debugging user classes with __repr__ method (GH-24183) by Miss Islington (bot) · 4 years, 7 months ago
  23. e2c847e [3.8] [3.9] bpo-42681: Fix test_curses failures related to color pairs (GH-24089) (GH-24113) (GH-24116) by Serhiy Storchaka · 4 years, 8 months ago
  24. a087a97 [3.8] bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491) by Terry Jan Reedy · 4 years, 8 months ago
  25. d05b470 bpo-42508: Keep IDLE running on macOS (GH-23577) (#23670) by Miss Islington (bot) · 4 years, 8 months ago
  26. 0ccac5f bpo-40810: Fix CheckTraceCallbackContent for SQLite pre 3.7.15 (GH-20530) by Miss Islington (bot) · 4 years, 8 months ago
  27. 82794ca [3.8] [3.9] bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874). (GH-24077) (GH-24079) by Serhiy Storchaka · 4 years, 8 months ago
  28. 645174a [3.8] [3.9] bpo-42789: Don't skip curses tests on non-tty. (GH-24009) (GH-24076) (GH-24078) by Serhiy Storchaka · 4 years, 8 months ago
  29. 2e8b1c9 bpo-42809: Improve pickle tests for recursive data. (GH-24060) by Miss Islington (bot) · 4 years, 8 months ago
  30. 6dffa67 [3.8] bpo-26407: Do not mask errors in csv. (GH-20536) (GH-24021) by Serhiy Storchaka · 4 years, 8 months ago
  31. b863607 [3.8] bpo-39068: Fix race condition in base64 (GH-17627) (GH-24022) by Serhiy Storchaka · 4 years, 8 months ago
  32. e3a9adb [3.8] bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968) (GH-24026) by Serhiy Storchaka · 4 years, 8 months ago
  33. 381f3e4 bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037) by Miss Islington (bot) · 4 years, 8 months ago
  34. 741f22d Allow / character in username,password fields in _PROXY envvars. (GH-23973) (#23992) by Miss Islington (bot) · 4 years, 8 months ago
  35. 323cbb5 bpo-42749: Use dynamic version to test for unsupported bignum in Tk (GH-23966) by Miss Islington (bot) · 4 years, 8 months ago
  36. 9d7c5ab bpo-42749: Fix testing bignum if Tkinter is compiled with Tk 8.4 and dynamic linked with Tk >= 8.5 (GH-23955) (GH-23962) by Miss Islington (bot) · 4 years, 8 months ago
  37. fc6534f [3.8] Rename Tkinter tests for widget options (GH-23944) (GH-23946) by Serhiy Storchaka · 4 years, 8 months ago
  38. 4d840e4 [3.8] bpo-42318: Fix support of non-BMP characters in Tkinter on macOS (GH-23281). (GH-23784) (GH-23787) by Miss Islington (bot) · 4 years, 8 months ago
  39. 0178a6b bpo-42734: Fix crasher bogus_code_obj.py (GH-23939) by Miss Islington (bot) · 4 years, 8 months ago
  40. d5aadb2 bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467) by Miss Islington (bot) · 4 years, 8 months ago
  41. 6503f05 Python 3.8.7 by Łukasz Langa · 4 years, 8 months ago v3.8.7
  42. a353771 Fix typo in docstring (GH-23515) by Miss Islington (bot) · 4 years, 8 months ago
  43. 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
  44. a3dec9d bpo-41891: ensure asyncio.wait_for waits for task completion (GH-22461) by Miss Islington (bot) · 4 years, 8 months ago
  45. 718bf1a bpo-41804: Enhance test_epoll.test_control_and_wait() (GH-23795) (GH-23814) by Miss Islington (bot) · 4 years, 8 months ago
  46. dd262ef bpo-38323: Add guard clauses in MultiLoopChildWatcher. (GH-22756) by Miss Islington (bot) · 4 years, 8 months ago
  47. d549d0b bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654) by Miss Islington (bot) · 4 years, 8 months ago
  48. 0a24a57 bpo-42644: Validate values in logging.disable() (GH-23786) by Miss Islington (bot) · 4 years, 8 months ago
  49. 57a1fc6 Update idlelib/help.html to current Sphinx output (GH-22833) by Miss Islington (bot) · 4 years, 8 months ago
  50. 13d40c2 bpo-40219: Lowered ttk LabeledScale dummy (GH-21467) by Miss Islington (bot) · 4 years, 8 months ago
  51. 925f998 bpo-33610: Edit idlelib.codecontext (GH-23773) by Miss Islington (bot) · 4 years, 8 months ago
  52. 06bfd03 bpo-36541: Add lib2to3 grammar PEP-570 pos-only arg parsing (GH-23759) by Miss Islington (bot) · 4 years, 8 months ago
  53. f6d1520 bpo-40084: [Enum] dir() includes member attributes (GH-19219) (GH-22853) by Miss Islington (bot) · 4 years, 8 months ago
  54. 21ca80e [3.8] [Enum] reformat and add doc strings (GH-23705). (GH-23706) by Ethan Furman · 4 years, 8 months ago
  55. cbfcc67 bpo-41907: [Enum] fix format() behavior for IntFlag (GH-22497) (GH-23704) by Miss Islington (bot) · 4 years, 8 months ago
  56. f01ec28 Merge tag 'v3.8.7rc1' into 3.8 by Łukasz Langa · 4 years, 8 months ago
  57. 699e5e4 bpo-41889: [Enum] fix multiple-inheritance regression (GH-22487) (GH-23672) by Miss Islington (bot) · 4 years, 8 months ago
  58. 7c79798 bpo-42536: GC track recycled tuples (GH-23623) (GH-23652) by Brandt Bucher · 4 years, 8 months ago
  59. 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
  60. e320109 Python 3.8.7rc1 by Łukasz Langa · 4 years, 8 months ago v3.8.7rc1
  61. 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
  62. 3b14f18 bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630) by Miss Islington (bot) · 4 years, 9 months ago
  63. 8e8f82d bpo-41473: Reenable test_gdb on gdb 9.2 and newer (GH-23637) by Miss Islington (bot) · 4 years, 9 months ago
  64. 930d537 bpo-42553: Fix test_asyncio.test_call_later() (GH-23627) by Miss Islington (bot) · 4 years, 9 months ago
  65. 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
  66. 1cc5c94 bpo-42482: remove reference to exc_traceback from TracebackException (GH-23531) by Miss Islington (bot) · 4 years, 9 months ago
  67. f4389bf bpo-42508: Remove bogus idlelib.pyshell.ModifiedInterpreter attribute (GH-23570) by Miss Islington (bot) · 4 years, 9 months ago
  68. a5b0c17 bpo-42142: Try to fix timeouts in ttk tests (GH-23474) by Miss Islington (bot) · 4 years, 9 months ago
  69. d82e08d [3.8] bpo-42474: test TracebackException comparison to non-equal instances (GH-23558) by Irit Katriel · 4 years, 9 months ago
  70. b1c48e5 bpo-42406: Fix whichmodule() with multiprocessing (GH-23403) by Miss Islington (bot) · 4 years, 9 months ago
  71. 4498e98 bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21925) (#23540) by Miss Islington (bot) · 4 years, 9 months ago
  72. bda2e68 bpo-12800: tarfile: Restore fix from 011525ee9 (GH-21409) by Miss Islington (bot) · 4 years, 9 months ago
  73. 8388a33 bpo-42370: Check element before making mouse click in ttk tests (GH-23491) by Miss Islington (bot) · 4 years, 9 months ago
  74. ad49526 bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300) by Miss Islington (bot) · 4 years, 9 months ago
  75. 28b40d7 bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447) by Miss Islington (bot) · 4 years, 9 months ago
  76. c076d48 bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416) by Miss Islington (bot) · 4 years, 9 months ago
  77. 66dd533 bpo-42398: Fix "make regen-all" race condition (GH-23362) (GH-23367) by Miss Islington (bot) · 4 years, 9 months ago
  78. 73e02ff bpo-41561: skip test_min_max_version_mismatch (GH-22308) by Miss Islington (bot) · 4 years, 9 months ago
  79. c745b36 bpo-42014: shutil.rmtree: call onerror with correct function (GH-22585) by Miss Islington (bot) · 4 years, 9 months ago
  80. 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
  81. db087f6 bpo-41754: Ignore NotADirectoryError in invocation of xdg-settings (GH-23075) (GH-23198) by Miss Islington (bot) · 4 years, 9 months ago
  82. ac70175 bpo-42249: Fix writing binary Plist files larger than 4 GiB. (GH-23121) by Miss Skeleton (bot) · 4 years, 10 months ago
  83. 547d2bc [3.8] bpo-42103: Improve validation of Plist files. (GH-22882) (GH-23116) by Serhiy Storchaka · 4 years, 10 months ago
  84. 1e96de9 bpo-42224: Fix test_format when locale does not expect number grouping (GH-23067) by Miss Skeleton (bot) · 4 years, 10 months ago
  85. 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
  86. 1341582 bpo-40511: Stop unwanted flashing of IDLE calltips (GH-20910) by Miss Skeleton (bot) · 4 years, 10 months ago
  87. 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
  88. a053a7e bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998) by Miss Skeleton (bot) · 4 years, 10 months ago
  89. 8485d3b bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942) by Miss Skeleton (bot) · 4 years, 10 months ago
  90. 253c8eb bpo-33987: Use master ttk Frame for IDLE config dialog (GH-22943) by Miss Skeleton (bot) · 4 years, 10 months ago
  91. c1b620e bpo-33987: Use ttk Label on IDLE statusbar (GH-22941) by Miss Skeleton (bot) · 4 years, 10 months ago
  92. 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
  93. 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
  94. f3982d6 [3.8] bpo-39524: Fixed doc-string in ast._pad_whitespace (GH-18340) (GH-22857) by Irit Katriel · 4 years, 10 months ago
  95. e866f33 bpo-41316: Make tarfile follow specs for FNAME (GH-21511) by Miss Skeleton (bot) · 4 years, 10 months ago
  96. 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
  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