Python 3.9.2rc1
  1. 4064156 Python 3.9.2rc1 by Łukasz Langa · 4 years, 6 months ago v3.9.2rc1
  2. c9f0781 [3.9] bpo-42967: only use '&' as a query string separator (GH-24297) (#24528) by Senthil Kumaran · 4 years, 6 months ago
  3. 29584aa bpo-43102: Set namedtuple __new__'s internal builtins to a dict. (GH-24439) (GH-24452) by Miss Islington (bot) · 4 years, 6 months ago
  4. 2603d77 Fix typo (GH-23019) by Miss Islington (bot) · 4 years, 7 months ago
  5. 0874491 bpo-41748: Handles unquoted attributes with commas (GH-24072) by Miss Islington (bot) · 4 years, 7 months ago
  6. 304f9d2 bpo-43016: Fix test_curses on platform without cursesw (GH-24405) (GH-24407) by Miss Islington (bot) · 4 years, 7 months ago
  7. d6675fe bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string (GH-24341) (GH-24410) by Miss Islington (bot) · 4 years, 7 months ago
  8. e9d4960 [3.9] bpo-43016: Rewrite tests for curses (GH-24312). (GH-24399) by Serhiy Storchaka · 4 years, 7 months ago
  9. bf782b2 bpo-43008: Add 'Patch by Ken Hilton' (GH-24370) (#24374) by Miss Islington (bot) · 4 years, 7 months ago
  10. 6d87dec bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163) by Miss Islington (bot) · 4 years, 7 months ago
  11. 68102fb bpo-43008: Make IDLE respect sys.excepthook (GH-24302) by Miss Islington (bot) · 4 years, 7 months ago
  12. fd668bc [3.9] bpo-41841: Prepare IDLE NEWS for 3.9.2 (#GH-4343) by Terry Jan Reedy · 4 years, 7 months ago
  13. f8cfe54 [3.9] bpo-42383: pdb: do not fail to restart the target if the current directory changed (GH-23412) (#24322) by Andrey Bienkowski · 4 years, 7 months ago
  14. f2df795 [3.9] bpo-42384: pdb: correctly populate sys.path[0] (GH-23338) (#24321) by Andrey Bienkowski · 4 years, 7 months ago
  15. 26af2fa bpo-43013: Fix old tkinter module names in idlelib (GH-24326) by Miss Islington (bot) · 4 years, 7 months ago
  16. 3d5434d [3.9] bpo-33289: Return RGB triplet of ints instead of floats from tkinter.colorchooser (GH-6578). (GH-24318) by Serhiy Storchaka · 4 years, 7 months ago
  17. ff06957 bpo-43013: Update idlelib code to 3.x (GH-24315) by Miss Islington (bot) · 4 years, 7 months ago
  18. 00e24cd closes bpo-43011: Fix DeprecationWarnings in test_ctypes (GH-24305) by Miss Islington (bot) · 4 years, 7 months ago
  19. 6893523 bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172) (GH-24278) by cptpcrd · 4 years, 7 months ago
  20. 0654c4c bpo-42005: profile and cProfile catch BrokenPipeError (GH-22643) by Miss Islington (bot) · 4 years, 7 months ago
  21. c347cbe closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes param reprs. (GH-24247) by Miss Islington (bot) · 4 years, 7 months ago
  22. a90539f bpo-42944 Fix Random.sample when counts is not None (GH-24235) (GH-24243) by Miss Islington (bot) · 4 years, 7 months ago
  23. 799722c [3.9] bpo-42163, bpo-42189, bpo-42659: Support uname_tuple._replace (for all but processor) (GH-23010) (#24232) by Jason R. Coombs · 4 years, 7 months ago
  24. 17c1f0c bpo-42931: randbytes missing from random.__all__ (GH-24219) (GH-24225) by Miss Islington (bot) · 4 years, 7 months ago
  25. 799f848 bpo-33065: Fix problem debugging user classes with __repr__ method (GH-24183) by Miss Islington (bot) · 4 years, 7 months ago
  26. 9ab4dd4 [3.9] bpo-42851: [Enum] remove brittle __init_subclass__ support (GH-24154) (GH-24155) by Ethan Furman · 4 years, 7 months ago
  27. a3ca674 bpo-14014: Clarify StreamWriter.reset() documentation (GH-13716) by Miss Islington (bot) · 4 years, 7 months ago
  28. 9b3a53a [3.9] bpo-42681: Fix test_curses failures related to color pairs (GH-24089) (GH-24113) by Serhiy Storchaka · 4 years, 8 months ago
  29. d82392f [3.9] bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491) by Terry Jan Reedy · 4 years, 8 months ago
  30. 80e5732 bpo-40810: Fix CheckTraceCallbackContent for SQLite pre 3.7.15 (GH-20530) by Miss Islington (bot) · 4 years, 8 months ago
  31. b0ee2b4 [3.9] bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874). (GH-24077) by Serhiy Storchaka · 4 years, 8 months ago
  32. 0303008 [3.9] bpo-42789: Don't skip curses tests on non-tty. (GH-24009) (GH-24076) by Serhiy Storchaka · 4 years, 8 months ago
  33. bfc413c [3.9] bpo-42806: Fix ast locations of f-strings inside parentheses (GH-24067) (GH-24069) by Pablo Galindo · 4 years, 8 months ago
  34. 9a608ac [3.9] bpo-40631: Disallow single parenthesized star target (GH-24027) (GH-24068) by Lysandros Nikolaou · 4 years, 8 months ago
  35. 39a7578 bpo-42809: Improve pickle tests for recursive data. (GH-24060) by Miss Islington (bot) · 4 years, 8 months ago
  36. 6912061 [3.9] bpo-42756: Configure LMTP Unix-domain socket to use global default timeout when timeout not provided (GH-23969) (GH-24050) by Ross · 4 years, 8 months ago
  37. 0d6e407 bpo-39068: Fix race condition in base64 (GH-17627) by Miss Islington (bot) · 4 years, 8 months ago
  38. b20d5e5 bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037) by Miss Islington (bot) · 4 years, 8 months ago
  39. df79440 Allow / character in username,password fields in _PROXY envvars. (GH-23973) by Miss Islington (bot) · 4 years, 8 months ago
  40. 578caaf bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968) by Miss Islington (bot) · 4 years, 8 months ago
  41. 7bdb3e0 bpo-42749: Use dynamic version to test for unsupported bignum in Tk (GH-23966) by Miss Islington (bot) · 4 years, 8 months ago
  42. 03e571f bpo-42740: Fix get_args for PEP 585 collections.abc.Callable (GH-23963) by Miss Islington (bot) · 4 years, 8 months ago
  43. dda12ad bpo-42749: Fix testing bignum if Tkinter is compiled with Tk 8.4 and dynamic linked with Tk >= 8.5 (GH-23955) by Miss Islington (bot) · 4 years, 8 months ago
  44. 486e70c Rename Tkinter tests for widget options (GH-23944) by Miss Islington (bot) · 4 years, 8 months ago
  45. fbffda2 bpo-42727: [Enum] use super() and include **kwds (GH-23927) by Miss Islington (bot) · 4 years, 8 months ago
  46. 51f5029 bpo-42734: Fix crasher bogus_code_obj.py (GH-23939) by Miss Islington (bot) · 4 years, 8 months ago
  47. 7acfe41 bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467) by Miss Islington (bot) · 4 years, 8 months ago
  48. f7dca9b [3.9] bpo-42727: [Enum] EnumMeta.__prepare__ now accepts **kwds (GH-23917). (GH-23926) by Ethan Furman · 4 years, 8 months ago
  49. a125198 bpo-42195: Override _CallableGenericAlias's __getitem__ (GH-23915) by Miss Islington (bot) · 4 years, 8 months ago
  50. 8e5c61a bpo-34463: Make python tracebacks identical to C tracebacks for SyntaxErrors without a lineno (GH-23427) by Miss Islington (bot) · 4 years, 8 months ago
  51. b4b323c Fix typo in docstring (GH-23515) by Miss Islington (bot) · 4 years, 8 months ago
  52. 6ad5fd1 bpo-40219: Lowered ttk LabeledScale dummy (GH-21467) (GH-23788) by Miss Islington (bot) · 4 years, 8 months ago
  53. 87e7a14 [3.9] bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781) (GH-23853) by Serhiy Storchaka · 4 years, 8 months ago
  54. 7826658 bpo-34805: Guarantee that __subclasses__() is in definition order. (GH-23844) (GH-23850) by Miss Islington (bot) · 4 years, 8 months ago
  55. 4b412e8 bpo-36769: Document that fnmatch.filter supports any kind of iterable (GH-13039) by Miss Islington (bot) · 4 years, 8 months ago
  56. 82dbfd5 bpo-41891: ensure asyncio.wait_for waits for task completion (GH-22461) (#23840) by Miss Islington (bot) · 4 years, 8 months ago
  57. e962e3a bpo-41804: Enhance test_epoll.test_control_and_wait() (GH-23795) by Miss Islington (bot) · 4 years, 8 months ago
  58. 78062e0 bpo-37961: Fix regression in tracemalloc.Traceback.__repr__ (GH-23805) by Miss Islington (bot) · 4 years, 8 months ago
  59. bf0eed3 bpo-38323: Add guard clauses in MultiLoopChildWatcher. (GH-22756) by Miss Islington (bot) · 4 years, 8 months ago
  60. 9d409d6 bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654) by Miss Islington (bot) · 4 years, 8 months ago
  61. cd7412e bpo-19733: Re-enable tests for -image option in Tkinter (GH-23785) by Miss Islington (bot) · 4 years, 8 months ago
  62. db63da7 bpo-42644: Validate values in logging.disable() (GH-23786) by Miss Islington (bot) · 4 years, 8 months ago
  63. 28bf6ab [3.9] bpo-42318: Fix support of non-BMP characters in Tkinter on macOS (GH-23281). (GH-23784) by Serhiy Storchaka · 4 years, 8 months ago
  64. 99d37a0 bpo-33610: Edit idlelib.codecontext (GH-23773) (GH-23775) by Miss Islington (bot) · 4 years, 8 months ago
  65. 9d1fff1 [3.9] bpo-42567: [Enum] call __init_subclass__ after members are added (GH-23714) (GH-23772) by Ethan Furman · 4 years, 8 months ago
  66. aba12b6 [3.9] bpo-42517: [Enum] deprecate private name members (GH-23722) (GH-23748) by Miss Islington (bot) · 4 years, 8 months ago
  67. 33cbb04 bpo-40084: Enum - dir() includes member attributes (GH-19219) by Miss Islington (bot) · 4 years, 8 months ago
  68. dbb0006 bpo-42059: Fix required/optional keys for TypedDict(..., total=False) (GH-22736) (GH-23747) by Miss Islington (bot) · 4 years, 8 months ago
  69. 20bc40e bpo-36541: Add lib2to3 grammar PEP-570 pos-only arg parsing (GH-23759) by Miss Islington (bot) · 4 years, 8 months ago
  70. 33b3fed [3.9] bpo-42195: Ensure consistency of Callable's __args__ in collections.abc and typing (GH-23765) by kj · 4 years, 8 months ago
  71. 14f2a12 [3.9] bpo-42532: Check if NonCallableMock's spec_arg is not None instead of call its __bool__ function (GH-23613) (GH-23676) by Karthikeyan Singaravelan · 4 years, 8 months ago
  72. 4b37228 [3.9] [Enum] reformat and add doc strings (GH-23705). (GH-23707) by Ethan Furman · 4 years, 8 months ago
  73. 14eaa7d bpo-41907: [Enum] fix format() behavior for IntFlag (GH-22497) (GH-23703) by Miss Islington (bot) · 4 years, 8 months ago
  74. 02e23f1 Merge tag 'v3.9.1' into 3.9 by Łukasz Langa · 4 years, 8 months ago
  75. be52ca4 bpo-41889: [Enum] fix multiple-inheritance regression (GH-22487) (GH-23673) by Miss Islington (bot) · 4 years, 8 months ago
  76. 60463e8 bpo-42536: GC track recycled tuples (GH-23623) (GH-23651) by Brandt Bucher · 4 years, 8 months ago
  77. e9a6dcd 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
  78. 1e5d33e Python 3.9.1 by Łukasz Langa · 4 years, 8 months ago v3.9.1
  79. 2a9a883 bpo-42508: Keep IDLE running on macOS (GH-23577) (GH-23669) by Miss Islington (bot) · 4 years, 8 months ago
  80. d5c029b bpo-42576: Raise TypeError when passing in keyword arguments to GenericAlias (GH-23656) by Miss Islington (bot) · 4 years, 9 months ago
  81. b630ca7 [3.9] bpo-5054: CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed (GH-23638) (GH-23657) by Miss Islington (bot) · 4 years, 9 months ago
  82. d1f0741 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
  83. 40b92f1 [3.9] bpo-42482: remove reference to exc_traceback from TracebackException (GH-23531) (GH-23578) by Miss Islington (bot) · 4 years, 9 months ago
  84. 81ac030 bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630) by Miss Islington (bot) · 4 years, 9 months ago
  85. c7cf66d bpo-41473: Reenable test_gdb on gdb 9.2 and newer (GH-23637) by Miss Islington (bot) · 4 years, 9 months ago
  86. 9f26833 bpo-42553: Fix test_asyncio.test_call_later() (GH-23627) by Miss Islington (bot) · 4 years, 9 months ago
  87. ae67db6 bpo-42328: Skip some tests with themes vista and xpnative on Windows 7 (GH-23612) by Miss Islington (bot) · 4 years, 9 months ago
  88. 09a698b bpo-42504: fix for MACOSX_DEPLOYMENT_TARGET=11 (GH-23556) by Miss Islington (bot) · 4 years, 9 months ago
  89. ff51e5e bpo-42508: Remove bogus idlelib.pyshell.ModifiedInterpreter attribute (GH-23570) (GH-23571) by Miss Islington (bot) · 4 years, 9 months ago
  90. b2652f2 bpo-42370: Check element before making mouse click in ttk tests (GH-23491) by Miss Islington (bot) · 4 years, 9 months ago
  91. cf22aa3 bpo-42487: don't call __getitem__ of underlying maps in ChainMap.__iter__ (GH-23534) (GH-23569) by Miss Islington (bot) · 4 years, 9 months ago
  92. 03ae7e4 bpo-42142: Try to fix timeouts in ttk tests (GH-23474) by Miss Islington (bot) · 4 years, 9 months ago
  93. 586bdd1 [3.9] bpo-42474: test TracebackException comparison to non-equal instances (GH-23557) by Irit Katriel · 4 years, 9 months ago
  94. a83119d bpo-42450: Minor updates to the itertools recipes (GH-23555) (GH-23562) by Miss Islington (bot) · 4 years, 9 months ago
  95. fcf7391 bpo-42406: Fix whichmodule() with multiprocessing (GH-23403) by Miss Islington (bot) · 4 years, 9 months ago
  96. df6c8bc bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21925) (GH-23539) by Miss Islington (bot) · 4 years, 9 months ago
  97. faf4206 Merge tag 'v3.9.1rc1' into 3.9 by Łukasz Langa · 4 years, 9 months ago
  98. 9d2c2a8 bpo-12800: tarfile: Restore fix from 011525ee9 (GH-21409) by Miss Islington (bot) · 4 years, 9 months ago
  99. 88db374 Python 3.9.1rc1 by Łukasz Langa · 4 years, 9 months ago v3.9.1rc1
  100. 96d906b bpo-41100: in test_platform, ignore 10.16 (GH-23485) (GH-23486) by Miss Islington (bot) · 4 years, 9 months ago