summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-98040: Remove just the `imp` module (#98573)Barry Warsaw2023-04-281-0/+1
* gh-83925: Make asyncio.subprocess communicate similar to non-asyncio (#18650)Marek Marczykowski-Górecki2023-04-281-0/+1
* gh-103935: Use `io.open_code()` when executing code in trace and profile modu...Tian Gao2023-04-271-0/+1
* gh-102628: Fix sqlite3 CLI prompt for Windows console users (#103898)Erlend E. Aasland2023-04-271-0/+2
* GH-103857: Deprecate utcnow and utcfromtimestamp (#103858)Paul Ganssle2023-04-271-0/+2
* GH-90750: Use datetime.fromisocalendar in _strptime (#103802)Paul Ganssle2023-04-271-0/+3
* gh-103583: Isolate CJK codec modules (#103869)Erlend E. Aasland2023-04-271-0/+2
* gh-103590: do not wrap a single exception raised from a try-except* (#103665)Irit Katriel2023-04-271-0/+1
* gh-103607: Fix `pause_reading` to work when called from `connection_made` in ...Itayazolay2023-04-271-0/+1
* gh-89415: Add source-specific multicast constants to socket module (#103684)Reese Hyde2023-04-271-0/+2
* gh-62432: unittest runner: Exit code 5 if no tests were run (#102051)Stefano Rivera2023-04-272-0/+4
* gh-103629: Update typing.Unpack docs in compliance with PEP 692 (#103894)Franek Magiera2023-04-261-0/+2
* gh-60436: fix curses textbox backspace/del (#103783)Aidan Melen2023-04-261-0/+1
* gh-48241: Clarify URL needs to be encoded when provided to urlopen and Reques...Michael Blahay2023-04-261-0/+1
* gh-103489: Add get/set config methods to sqlite3.Connection (#103506)Erlend E. Aasland2023-04-261-0/+4
* gh-103015: Add entrypoint keyword param to sqlite3.Connection.load_extension ...Erlend E. Aasland2023-04-261-0/+3
* GH-99944: Make dis display the value of oparg of KW_NAMES (#103856)Juhi Chandalia2023-04-261-0/+1
* gh-103872: Update bundled pip version to 23.1.2 (gh-103873)Paul Moore2023-04-261-0/+1
* gh-74940: Allow fallback to UTF-8 encoding on systems with no locales install...Gordon Messmer2023-04-261-0/+2
* gh-103578: Fix pdb reading code with non-utf8 encoding (#103581)Tian Gao2023-04-261-0/+1
* GH-103804: Add test for dis.findlinestarts (#103806)Juhi Chandalia2023-04-251-0/+1
* gh-87729: specialize LOAD_SUPER_ATTR_METHOD (#103809)Carl Meyer2023-04-251-1/+4
* gh-51574: Make tempfile.mkdtemp() always return absolute paths (#94612)Samuel Sloniker2023-04-251-0/+2
* 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