summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-103636: add enums for days and months in calendar module (GH-103642)Prince Roshan2023-04-251-0/+1
* gh-82814: fix shutil access error on WSL (#103790)Allan Lago2023-04-251-0/+3
* gh-103801: Tools/wasm linting and formatting (#103796)Daniel Versoza2023-04-241-0/+1
* gh-103673: Add missing ForkingUnixStreamServer and ForkingUnixDatagramServer ...jb21702023-04-242-0/+3
* gh-87729: add LOAD_SUPER_ATTR instruction for faster super() (#103497)Carl Meyer2023-04-241-0/+1
* gh-103791: Make contextlib.suppress also act on exceptions within an Exceptio...Łukasz Langa2023-04-241-0/+3
* gh-103492: Clarify SyntaxWarning with literal comparison (#103493)Shantanu2023-04-241-0/+1
* gh-101517: fix line number propagation in code generated for except* (#103550)Irit Katriel2023-04-241-0/+1
* gh-99184: Bypass instance attribute access in `repr` of `weakref.ref` (#99244)Nikita Sobolev2023-04-241-0/+2
* gh-94518: Port 23-argument `_posixsubprocess.fork_exec` to Argument Clinic (#...Oleg Iarygin2023-04-241-0/+1
* gh-103323: Get the "Current" Thread State from a Thread-Local Variable (gh-10...Eric Snow2023-04-241-0/+3
* gh-103091: Add PyUnstable_Type_AssignVersionTag (#103095)Brett Simmers2023-04-241-0/+1
* gh-102950: Implement PEP 706 – Filter for tarfile.extractall (#102953)Petr Viktorin2023-04-241-0/+4
* gh-103285: Rewrite _splitlines_no_ff to improve performance (#103307)Tian Gao2023-04-241-0/+1
* gh-103685: Fix tkinter.Menu.index() for Tk 8.7 (#103686)Christopher Chavez2023-04-241-0/+1
* gh-81403: Add NEWS entry for PR #13951 (#103729)Senthil Kumaran2023-04-231-0/+3
* gh-101688: Implement types.get_original_bases (#101827)James Hilton-Balfe2023-04-231-0/+2
* gh-101408: PyObject_GC_Resize should calculate preheader size. (gh-101741)Dong-hee Na2023-04-231-0/+2
* GH-103699: Add `__orig_bases__` to various typing classes (#103698)Adrian Garcia Badaracco2023-04-231-0/+2
* gh-102310: Change error range for invalid bytes literals (#103663)Nikita Sobolev2023-04-231-0/+1
* gh-84436: Implement Immortal Objects (gh-19474)Eddie Elizondo2023-04-221-0/+3
* gh-83791: Raise TypeError for len(memoryview_0d) (#18463)Eric Wieser2023-04-221-0/+2
* GH-103484: Fix broken links reported by linkcheck (#103608)Rafael Fontenelle2023-04-225-5/+5
* gh-103559: Update bundled pip version to 23.1.1 (gh-103560)Paul Moore2023-04-221-0/+1
* gh-103556: [inspect.Signature] disallow pos-or-kw params without default afte...Nikita Sobolev2023-04-221-0/+3
* Sync with importlib_metadata 6.5 (GH-103584)Jason R. Coombs2023-04-211-0/+12
* gh-99352: Respect `http.client.HTTPConnection.debuglevel` in `urllib.request....Wheeler Law2023-04-211-0/+3
* gh-83861: Fix datetime.astimezone() method (GH-101545)Alexander Belopolsky2023-04-191-0/+4
* gh-102856: Initial implementation of PEP 701 (#102855)Pablo Galindo Salgado2023-04-191-0/+1
* gh-102778: IDLE - make sys.last_exc available in Shell after traceback (#103314)Irit Katriel2023-04-191-0/+1
* gh-103596: [Enum] do not shadow mixed-in methods/attributes (GH-103600)Ethan Furman2023-04-181-0/+2
* GH-100530: Change the error message for non-class class patterns (GH-103576)Nikita Sobolev2023-04-181-0/+1
* gh-95299: Stop installing setuptools as a part of ensurepip and venv (#101039)Pradyun Gedam2023-04-181-0/+1
* gh-103449: Fix a bug in dataclass docstring generation (#103454)Nikita Sobolev2023-04-171-0/+1
* gh-103092: Isolate winreg (#103250)AN Long2023-04-171-0/+1
* gh-102114: Make dis print more concise tracebacks for syntax errors in str in...chgnrdv2023-04-151-0/+1
* GH-78079: Fix UNC device path root normalization in pathlib (GH-102003)Barney Gale2023-04-141-0/+3
* gh-103532: Fix reST syntax in NEWS entry (GH-103544)Zachary Ware2023-04-141-1/+1
* gh-103532: Add NEWS entry (#103542)Zachary Ware2023-04-141-0/+4
* gh-103365: [Enum] STRICT boundary corrections (GH-103494)Ethan Furman2023-04-131-0/+1
* GH-103488: Use return-offset, not yield-offset. (GH-103502)Mark Shannon2023-04-131-0/+3
* gh-102978: Fix mock.patch function signatures for class and staticmethod deco...Tomas R2023-04-132-0/+4
* gh-103462: Ensure SelectorSocketTransport.writelines registers a writer when ...Ali-Akber Saifee2023-04-131-0/+4
* gh-67230: add quoting rules to csv module (GH-29469)Skip Montanaro2023-04-121-0/+2
* gh-103088: Fix virtual environment activate script not working in Cygwin (GH-...Stanislav Syekirin2023-04-121-0/+1
* gh-103092: Isolate `_collections` (#103093)Erlend E. Aasland2023-04-121-0/+1
* GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1...Mark Shannon2023-04-121-0/+1
* gh-103092: Isolate msvcrt (#103248)AN Long2023-04-121-0/+1
* gh-103357: Add logging.Formatter defaults support to logging.config fileConfi...Bar Harel2023-04-121-0/+3
* gh-103143: Polish pdb help messages and doc strings (GH-103144)Tian Gao2023-04-111-0/+1