summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* GH-65022: Fix description of copyreg.pickle function (#102656)Furkan Onder2023-04-241-2/+2
* gh-103323: Get the "Current" Thread State from a Thread-Local Variable (gh-10...Eric Snow2023-04-245-18/+73
* gh-91687: modernize dataclass example typing (#103773)Allan Lago2023-04-241-1/+1
* gh-103746: Test `types.UnionType` and `Literal` types together (#103747)Nikita Sobolev2023-04-242-0/+34
* gh-103765: Fix 'Warning: py:class reference target not found: ModuleSpec' (GH...Jaime Alonso Lorenzo2023-04-241-1/+1
* gh-87452: Improve the Popen.returncode docsJoshua Herman2023-04-241-3/+6
* Removed unnecessary escaping of asterisks (#103714)Richard Hajek2023-04-241-1/+1
* GH-102973: Slim down Fedora packages in the dev container (#103283)Miro Hrončok2023-04-241-2/+2
* gh-103091: Add PyUnstable_Type_AssignVersionTag (#103095)Brett Simmers2023-04-246-0/+49
* Add tests for empty range equality (#103751)Kirill2023-04-241-0/+5
* gh-103712: Increase the length of the type name in AttributeError messages (#...Alex Gaynor2023-04-244-7/+7
* gh-44123: Add note on relative path for os.exec* (GH-93826)Stanley2023-04-241-1/+2
* Change 'dependant' to 'dependent' (#103745)Christopher Chavez2023-04-242-3/+3
* gh-102950: Implement PEP 706 – Filter for tarfile.extractall (#102953)Petr Viktorin2023-04-248-99/+1786
* gh-103285: Rewrite _splitlines_no_ff to improve performance (#103307)Tian Gao2023-04-243-18/+20
* gh-103685: Fix tkinter.Menu.index() for Tk 8.7 (#103686)Christopher Chavez2023-04-243-2/+7
* gh-103668: Run pyugrade on idlelib (#103671)Nikita Sobolev2023-04-2317-50/+50
* gh-103724: Add test case if no arg as provided in os.register_at_fork (gh-103...Ankit Kumar Pandey2023-04-231-0/+3
* 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-236-0/+146
* GH-103718: Correctly cache and restore f-string buffers when needed (GH-103719)Lysandros Nikolaou2023-04-233-11/+35
* gh-103592: Add tests of `Literal` with `Enum` and `Union` of `Literal`s (#103...Nikita Sobolev2023-04-231-0/+45
* gh-103716: Add test support requires fork in simple_subprocess (gh-103717)Ankit Kumar Pandey2023-04-231-1/+1
* gh-101408: PyObject_GC_Resize should calculate preheader size. (gh-101741)Dong-hee Na2023-04-232-6/+9
* GH-103699: Add `__orig_bases__` to various typing classes (#103698)Adrian Garcia Badaracco2023-04-233-2/+70
* gh-81403: Fix for CacheFTPHandler in urllib (#13951)Dan Hemberger2023-04-232-0/+8
* gh-102310: Change error range for invalid bytes literals (#103663)Nikita Sobolev2023-04-233-1/+27
* gh-68654: Clarify subdirectories used by pkgutil.extend_path (#103701)Randy2023-04-222-7/+7
* Revert "Avoid error lexing multiprocessing docs code block on Pygments 2.15.0...Hugo van Kemenade2023-04-221-3/+1
* gh-84436: Implement Immortal Objects (gh-19474)Eddie Elizondo2023-04-2235-171/+483
* gh-103661: Apply bugfix from importlib_metadata 6.5.1 and restore test. (#103...Jason R. Coombs2023-04-222-24/+15
* gh-83791: Raise TypeError for len(memoryview_0d) (#18463)Eric Wieser2023-04-225-22/+31
* GH-103484: Fix broken links reported by linkcheck (#103608)Rafael Fontenelle2023-04-2215-30/+45
* GH-103475: cache() and lru_cache() do not have a "call once" guarantee (GH-10...Raymond Hettinger2023-04-221-4/+14
* Descriptor HowTo: Update to include attributes added in Python 3.10 (GH-103...Raymond Hettinger2023-04-221-8/+90
* gh-103559: Update bundled pip version to 23.1.1 (gh-103560)Paul Moore2023-04-223-1/+2
* gh-103556: [inspect.Signature] disallow pos-or-kw params without default afte...Nikita Sobolev2023-04-223-12/+41
* Minor improvements to the functools docs (#103672)Raymond Hettinger2023-04-221-3/+2
* GH-103415: Document itertools.batched() in whatsnew.3.12 (#103670)Raymond Hettinger2023-04-221-0/+7
* gh-103661: Skip failing test on Windows. (#103662)Jason R. Coombs2023-04-211-1/+12
* gh-103082: Fix shifted field initialization in `instrumentation.c` (GH-103561)Oleg Iarygin2023-04-211-4/+4
* Sync with importlib_metadata 6.5 (GH-103584)Jason R. Coombs2023-04-2110-72/+531
* gh-99352: Respect `http.client.HTTPConnection.debuglevel` in `urllib.request....Wheeler Law2023-04-213-18/+57
* gh-98641: Document difference between task group and gather (#103644)Adrien2023-04-201-5/+10
* gh-98040: Move the Single-Phase Init Tests Out of test_imp (gh-102561)Eric Snow2023-04-192-843/+865
* gh-83861: Fix datetime.astimezone() method (GH-101545)Alexander Belopolsky2023-04-194-2/+29
* gh-102856: Clean some of the PEP 701 tokenizer implementation (#103634)Pablo Galindo Salgado2023-04-192-74/+67
* gh-102856: Skip test_mismatched_parens in WASI builds (#103633)Pablo Galindo Salgado2023-04-191-0/+2
* gh-102856: Initial implementation of PEP 701 (#102855)Pablo Galindo Salgado2023-04-1927-3751/+6037
* gh-103583: Add ref. dependency between multibytecodec modules (#103589)Erlend E. Aasland2023-04-193-14/+58