- a460d45 Update idlelib/help.html to current Sphinx output (GH-22833) by Terry Jan Reedy · 4 years ago
- 786addd bpo-41586: Attempt to make the pipesize tests more robust. (GH-22839) by Gregory P. Smith · 4 years ago
- 1d34699 bpo-38144: Re-add accidentally removed audition for glob. (GH-22805) by Serhiy Storchaka · 4 years ago
- ec42789 bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639) by Andrey Doroschenko · 4 years ago
- faddc74 bpo-38439: Add 256px IDLE icon to the .ico, drop gifs from it (GH-19648) by Miro Hrončok · 4 years ago
- f231203 bpo-38324: Fix test__locale.py Windows failures (GH-20529) by TIGirardi · 4 years ago
- 3185267 bpo-41491: plistlib: accept hexadecimal integer values in xml plist files (GH-22764) by Ronald Oussoren · 4 years ago
- 871934d bpo-4356: Add key function support to the bisect module (GH-20556) by Raymond Hettinger · 4 years ago
- de73d43 bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22691) by Justin Turner Arthur · 4 years ago
- 23c0fb8 bpo-41586: Add pipesize parameter to subprocess & F_GETPIPE_SZ and F_SETPIPE_SZ to fcntl. (GH-21921) by Ruben Vorderman · 4 years ago
- bf83822 bpo-27321 Fix email.generator.py to not replace a non-existent header. (GH-18074) by Mark Sapiro · 4 years ago
- 5456e78 bpo-16396: Allow wintypes to be imported on non-Windows systems. (GH-21394) by Jason R. Coombs · 4 years ago
- 96ddc58 bpo-42089: Sync with current cpython branch of importlib_metadata (GH-22775) by Barry Warsaw · 4 years ago
- 93a1cca bpo-41471: Ignore invalid prefix lengths in system proxy settings on macOS (GH-22762) by Ronald Oussoren · 4 years ago
- 05ee790 bpo-42051: Reject XML entity declarations in plist files (#22760) by Ronald Oussoren · 4 years ago
- 5368c2b bpo-19270: Fixed sched.scheduler.cancel to cancel correct event (GH-22729) by Bar Harel · 4 years ago
- 3c0ac18 bpo-40492: Fix --outfile with relative path when the program changes it working dir (GH-19910) by Anthony Sottile · 4 years ago
- b81c833 bpo-28660: Make TextWrapper break long words on hyphens (GH-22721) by Irit Katriel · 4 years ago
- c304c9a bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731) by scaramallion · 4 years ago
- 3635388 bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH-19940) by Max Bernstein · 4 years ago
- e9959c7 bpo-42011: Update documentation of logging.Filter.filter() (GH-22692) by Necdet Can Atesman · 4 years, 1 month ago
- c9f696c bpo-41919, test_codecs: Move codecs.register calls to setUp() (GH-22513) by Hai Shi · 4 years, 1 month ago
- c13b847 bpo-41984: GC track all user classes (GH-22701) by Brandt Bucher · 4 years, 1 month ago
- c5b049b bpo-39337: encodings.normalize_encoding() now ignores non-ASCII characters (GH-22219) by Hai Shi · 4 years, 1 month ago
- b4d8953 bpo-41876: Overload __repr__ for tkinter Font objects (GH-22450) by Anatoliy Platonov · 4 years, 1 month ago
- 6a48518 bpo-41939: always enable test_site.test_license_exists_at_url (GH-22688) by Ned Deily · 4 years, 1 month ago
- abe244c [doc] Fix typo in the graphlib docs (GH-22661) by linchiwei123 · 4 years, 1 month ago
- 13ff396 bpo-41739: Fix test_logging.test_race_between_set_target_and_flush() (GH-22655) by Victor Stinner · 4 years, 1 month ago
- 22220ae bpo-38605: bump the magic number for 'annotations' future (#22630) by Batuhan Taskaya · 4 years, 1 month ago
- b2c0a43 bpo-39481: Fix duplicate SimpleQueue type in test_genericalias.py (GH-22619) by Saiyang Gou · 4 years, 1 month ago
- eb38c6b bpo-41831: Restore str implementation of __str__ in tkinter.EventType (GH-22355) by Serhiy Storchaka · 4 years, 1 month ago
- f25323a bpo-41831: Add tests for tkinter.Event.__repr__ (GH-22354) by Serhiy Storchaka · 4 years, 1 month ago
- e2ec0b2 bpo-41974: Remove complex.__float__, complex.__floordiv__, etc (GH-22593) by Serhiy Storchaka · 4 years, 1 month ago
- 48f305f bpo-41979: Accept star-unpacking on with-item targets (GH-22611) by Batuhan Taskaya · 4 years, 1 month ago
- 3f34237 bpo-39337: Add a test case for normalizing of codec names (GH-19069) by Hai Shi · 4 years, 1 month ago
- 27ac19c bpo-41976: Fix the fallback to gcc of ctypes.util.find_library when using gcc>9 (GH-22598) by Pablo Galindo · 4 years, 1 month ago
- aecf036 bpo-41306: Allow scale value to not be rounded (GH-21715) by E-Paine · 4 years, 1 month ago
- 4a9f82f bpo-41970: Avoid test failure in test_lib2to3 if the module is already imported (GH-22595) by Pablo Galindo · 4 years, 1 month ago
- 4e0ce82 Revert "bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121)" (GH-22584) by Raymond Hettinger · 4 years, 1 month ago
- 4f3c250 bpo-41923: PEP 613: Add TypeAlias to typing module (#22532) by Mikhail Golubev · 4 years, 1 month ago
- 044a104 bpo-38605: Make 'from __future__ import annotations' the default (GH-20434) by Batuhan Taskaya · 4 years, 1 month ago
- bef7d29 bpo-41905: Add abc.update_abstractmethods() (GH-22485) by Ben Avrahami · 4 years, 1 month ago
- a8bf44d bpo-41944: No longer call eval() on content received via HTTP in the UnicodeNames tests (GH-22575) by Florian Bruhin · 4 years, 1 month ago
- 2ef5caa bpo-41944: No longer call eval() on content received via HTTP in the CJK codec tests (GH-22566) by Serhiy Storchaka · 4 years, 1 month ago
- 8e9afaf Python 3.10.0a1 by Pablo Galindo · 4 years, 1 month ago
- 1fce240 bpo-41939: Fix test_site.test_license_exists_at_url() (#22559) by Victor Stinner · 4 years, 1 month ago
- 9ece9cd bpo-41909: Enable previously disabled recursion checks. (GH-22536) by Serhiy Storchaka · 4 years, 1 month ago
- 2cc6dc9 bpo-41490: Bump vendored pip to version 20.2.3 (#22527) by Pablo Galindo · 4 years, 1 month ago
- a619af4 Delete extra 'the' from `Formatter` class docstring (GH-22530) by Hansraj Das · 4 years, 1 month ago
- e799aa8 bpo-41887: omit leading spaces/tabs on ast.literal_eval (#22469) by Batuhan Taskaya · 4 years, 1 month ago
- fb0a465 bpo-41840: Report module-level globals as both local and global in the symtable module (GH-22391) by Pablo Galindo · 4 years, 1 month ago
- ebbe803 bpo-40564: Avoid copying state from extant ZipFile. (GH-22371) by Jason R. Coombs · 4 years, 1 month ago
- c111355 bpo-41826: Fix compiler warnings in test_peg_generator (GH-22455) by Pablo Galindo · 4 years, 1 month ago
- 5230131 bpo-41867: List options for timespec in docstrings of isoformat methods (GH-22418) by Ram Rachum · 4 years, 1 month ago
- f97e42e bpo-40833: Clarify Path.rename doc-string regarding relative paths (GH-20554) by Ram Rachum · 4 years, 1 month ago
- 6a412c9 bpo-41900: C14N 2.0 serialisation failed for unprefixed attributes when a default namespace was defined. (GH-22474) by scoder · 4 years, 1 month ago
- 9cd01ec Typo fix - "mesasge" should be "message" (GH-22498) by Hansraj Das · 4 years, 1 month ago
- 58a7da9 bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121) by Robert Smallshire · 4 years, 1 month ago
- 17b5be0 bpo-41670: Remove outdated predict macro invocation. (GH-22026) by Mark Shannon · 4 years, 1 month ago
- b0dfc75 bpo-41773: Raise exception for non-finite weights in random.choices(). (GH-22441) by Ram Rachum · 4 years, 1 month ago
- e8acc35 bpo-41873: Add vectorcall for float() (GH-22432) by Dennis Sweeney · 4 years, 1 month ago
- d332e7b bpo-41842: Add codecs.unregister() function (GH-22360) by Hai Shi · 4 years, 1 month ago
- ff9147d bpo-40105: ZipFile truncate in append mode with shorter comment (GH-19337) by Jan Mazur · 4 years, 1 month ago
- e8a2076 Revert "Fix all Python Cookbook links (#22205)" (GH-22424) by Andre Delfino · 4 years, 1 month ago
- 9fdb76c Fix logging error message (GH-22410) by Eric Larson · 4 years, 1 month ago
- 02d126a bpo-39934: Account for control blocks in 'except' in compiler. (GH-22395) by Mark Shannon · 4 years, 1 month ago
- 05cc881 bpo-41775: Make 'IDLE Shell' the shell title (#22399) by Terry Jan Reedy · 4 years, 1 month ago
- 98c16c9 bpo-41833: threading.Thread now uses the target name (GH-22357) by Victor Stinner · 4 years, 1 month ago
- 2e4dd33 bpo-30155: Add macros to get tzinfo from datetime instances (GH-21633) by Zackery Spytz · 4 years, 1 month ago
- 7af072c bpo-41841: Prepare IDLE News for 3.10 (GH-22379) by Terry Jan Reedy · 4 years, 1 month ago
- d986d16 bpo-41816: `StrEnum.__str__` is `str.__str__` (GH-22362) by Ethan Furman · 4 years, 1 month ago
- 947adca bpo-35764: Rewrite the IDLE Calltips doc section (GH-22363) by Terry Jan Reedy · 4 years, 1 month ago
- 0d0e9fe bpo-41810: Reintroduce `types.EllipsisType`, `.NoneType` & `.NotImplementedType` (GH-22336) by Bas van Beek · 4 years, 1 month ago
- a68a2ad bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_module (#21956) by Thomas Grainger · 4 years, 1 month ago
- ea0711a bpo-41817: use new StrEnum to ensure all members are strings (GH-22348) by Ethan Furman · 4 years, 1 month ago
- 557b9a5 bpo-40670: More reliable validation of statements in timeit.Timer. (GH-22358) by Serhiy Storchaka · 4 years, 1 month ago
- 40a0625 bpo-40181: Remove '/' reminder in IDLE calltips. (GH-22350) by Terry Jan Reedy · 4 years, 1 month ago
- 0063ff4 bpo-41816: add `StrEnum` (GH-22337) by Ethan Furman · 4 years, 1 month ago
- 68526fe bpo-40084: Enum - dir() includes member attributes (GH-19219) by Angelin BOOZ · 4 years, 1 month ago
- bc6b7fa bpo-41513: Add accuracy tests for math.hypot() (GH-22327) by Raymond Hettinger · 4 years, 1 month ago
- 5c0eed7 bpo-12178: Fix escaping of escapechar in csv.writer() (GH-13710) by Berker Peksag · 4 years, 1 month ago
- bfee9fa bpo-41815: SQLite: segfault if backup called on closed database (GH-22322) by Peter McCormick · 4 years, 1 month ago
- 0c71a66 bpo-33689: Blank lines in .pth file cause a duplicate sys.path entry (GH-20679) by idomic · 4 years, 1 month ago
- ae0d2a3 bpo-41811: create SortKey members using first given value (GH-22316) by Ethan Furman · 4 years, 1 month ago
- 0b419b7 bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998) by Serhiy Storchaka · 4 years, 1 month ago
- 7219e27 Enum: make `Flag` and `IntFlag` members iterable (GH-22221) by Ethan Furman · 4 years, 2 months ago
- fc23a94 _auto_called cleanup (GH-22285) by Ethan Furman · 4 years, 2 months ago
- c95ad7a bpo-39728: Enum: fix duplicate `ValueError` (GH-22277) by Ethan Furman · 4 years, 2 months ago
- 3064dbf bpo-41517: do not allow Enums to be extended (#22271) by Ethan Furman · 4 years, 2 months ago
- 0705ec8 bpo-41792: Add is_typeddict function to typing.py (GH-22254) by Patrick Reader · 4 years, 2 months ago
- 22415ad bpo-41789: honor object overrides in Enum classes (GH-22250) by Ethan Furman · 4 years, 2 months ago
- bff01f3 bpo-39587: Enum - use correct mixed-in data type (GH-22263) by Ethan Furman · 4 years, 2 months ago
- 2e87774 bpo-41780: Fix __dir__ of types.GenericAlias (GH-22262) by Batuhan Taskaya · 4 years, 2 months ago
- ac0333e Fix all Python Cookbook links (#22205) by Andre Delfino · 4 years, 2 months ago
- 5a565b3 minor reformat of enum tests (GH-22259) by Ethan Furman · 4 years, 2 months ago
- e5fbe0c bpo-41631: _ast module uses again a global state (#21961) by Victor Stinner · 4 years, 2 months ago
- 95a8a0e bpo-41513: Remove broken tests that fail on Gentoo (GH-22249) by Raymond Hettinger · 4 years, 2 months ago
- 457d4e9 bpo-41513: Add docs and tests for hypot() (GH-22238) by Raymond Hettinger · 4 years, 2 months ago
- 2ec6752 bpo-38967: Improve the error msg for reserved _sunder_ names in enum (GH-18370) by Zackery Spytz · 4 years, 2 months ago
- 1b0f0e3 bpo-39651: Fix asyncio proactor _write_to_self() (GH-22197) by Victor Stinner · 4 years, 2 months ago