summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-...Mark Shannon2022-10-0522-99/+165
* GH-97779: Ensure that *all* frame objects are backed by "complete" frames (GH...Brandt Bucher2022-10-055-4/+75
* gh-97837: Change deprecation warning message in `unittest` (#97838)Nikita Sobolev2022-10-055-8/+37
* gh-95913: Copyedit/improve Implementation Changes What's New section (#97720)C.A.M. Gerlach2022-10-051-17/+27
* gh-93738: Documentation C syntax (:c:type: to :c:expr:, misc. cases) (#97775)Adam Turner2022-10-044-7/+7
* gh-93738: Documentation C syntax (:c:type:`FILE` -> :c:expr:`FILE`) (#97769)Adam Turner2022-10-043-8/+8
* gh-93738: Documentation C syntax (:c:type:`TYPE` -> :c:expr:`TYPE`) (#97770)Adam Turner2022-10-041-2/+2
* gh-93738: Documentation C syntax (Use `c:struct`) (#97772)Adam Turner2022-10-046-15/+15
* gh-93738: Documentation C syntax (:c:data:`view->obj` -> :c:expr:`view->obj`)...Adam Turner2022-10-041-5/+5
* gh-95913: Copyedit/improve Other Language Changes What's New section (#97719)C.A.M. Gerlach2022-10-041-31/+36
* gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (...Adam Turner2022-10-0410-30/+30
* gh-93738: Documentation C syntax (:c:type:`PyInterpreterState *` -> :c:expr:`...Adam Turner2022-10-041-1/+1
* gh-93738: Documentation C syntax (:c:type:`PyTupleObject*` -> :c:expr:`PyTupl...Adam Turner2022-10-041-1/+1
* gh-93738: Documentation C syntax (:c:type:`PyBytesObject*` -> :c:expr:`PyByte...Adam Turner2022-10-041-1/+1
* gh-93738: Documentation C syntax (:c:type:`PyUnicodeObject*` -> :c:expr:`PyUn...Adam Turner2022-10-041-1/+1
* gh-93738: Documentation C syntax (:c:type:`Py_UNICODE*` -> :c:expr:`Py_UNICOD...Adam Turner2022-10-041-1/+1
* gh-88355: Fix backslashes in AF_PIPE (#96543)cousteau2022-10-041-2/+2
* gh-95913: Move py.exe to appropriate What's New section & refine text (#97718)C.A.M. Gerlach2022-10-041-22/+26
* gh-58451: Add optional delete_on_close parameter to NamedTemporaryFile (GH-97...Ev2geny2022-10-045-51/+216
* gh-97008: Add a Python implementation of AttributeError and NameError suggest...Łukasz Langa2022-10-048-520/+50707
* gh-96448: fix documentation for _thread.lock.acquire (#96449)Daniel Giger2022-10-041-5/+5
* gh-90301: Doc: Add references to PEP 686 (#96816)Inada Naoki2022-10-042-7/+14
* GH-95913: Update what's new in 3.11 for asyncio (#97806)Guido van Rossum2022-10-041-16/+40
* gh-93357: Start porting asyncio server test cases to IsolatedAsyncioTestCase ...Oleg Iarygin2022-10-041-173/+119
* gh-96142: add missing params to `dataclass._DataclassParams` (gh-96382)Nikita Sobolev2022-10-043-3/+47
* GH-82604: fix docs about configuring selector (#97755)Kumar Aditya2022-10-041-3/+6
* gh-97754: Update doc for default location of per-user installs on Windows (GH...Ben Faulhaber2022-10-041-3/+6
* gh-97731: fix distclean target to clean docs (#97732)Skip Montanaro2022-10-041-4/+3
* gh-97670: Remove sys.getdxp() and analyze_dxp.py script (#97671)Victor Stinner2022-10-046-201/+7
* Adjust stable ABI internal documentation (GH-96896)William Woodruff2022-10-041-7/+14
* gh-97669: Remove outdated example scripts (#97675)Victor Stinner2022-10-0448-7050/+9
* gh-97709: Included newline separator in Mandelbrot set (#97737)matheusja2022-10-041-2/+2
* gh-97816: Remove unused variables in `mutliprocessing.managers.Server` (#97817)Koki Saito2022-10-042-1/+1
* gh-93738: Documentation C syntax (:c:data:`0` -> ``0``) (#97771)Adam Turner2022-10-041-1/+1
* gh-97639: Remove `tokenize.NL` check from `tabnanny` (#97640)Nikita Sobolev2022-10-042-2/+1
* Add comment to subtle dataclass code (gh-96133)Shantanu2022-10-041-0/+4
* Remove space. (GH-97807)Benjamin Peterson2022-10-041-1/+1
* Add `sprint` issues to the Sprint 2022 project. (#97788)Ezio Melotti2022-10-031-0/+1
* GH-97752: Clear the `previous` member of newly-created generator/coroutine fr...Brandt Bucher2022-10-033-0/+24
* Minor grammar changes to http.client docs (#96221)Rohan Shah2022-10-031-2/+2
* Update http.client.rst (#24803)Géry Ogam2022-10-031-9/+8
* gh-97799: use inspect.get_annotations in dataclass (#97800)larryhastings2022-10-032-5/+4
* multiprocessing docs: Remove extra option ELLIPSIS from section with code (#9...Ivan Kapeykin2022-10-031-1/+0
* gh-96526: Clarify format and __format__ docstrings (gh-96648)Michael2022-10-036-16/+29
* Document that MozillaCookieJar works for curl's cookie files (#91852)Boris Verkhovskiy2022-10-032-3/+3
* gh-96512: Move int_max_str_digits setting to PyConfig (#96944)Gregory P. Smith2022-10-0313-24/+111
* gh-94808: Coverage: Check picklablability of calliter (#95923)Michael Droettboom2022-10-031-10/+11
* gh-94808: Add test coverage for PyObject_HasAttrString (#96627)MonadChains2022-10-032-0/+40
* gh-94732: Fix KeyboardInterrupt race in asyncio run_forever() (#97765)hetmankp2022-10-031-3/+4
* Fix typos in `bltinmodule.c`. (GH-97766)Nikita Sobolev2022-10-032-12/+12