summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* gh-65961: Do not rely solely on `__cached__` (GH-97990)Brett Cannon2022-10-063-2/+20
* gh-97850: Remove the open issues section from the import reference (#97935)Brett Cannon2022-10-061-19/+0
* Docs: pin sphinx-lint (GH-97992)Hugo van Kemenade2022-10-061-1/+1
* Add Pynche's move to the What's new in 3.11 (#97974)Barry Warsaw2022-10-061-0/+4
* gh-97781: Apply changes from importlib_metadata 5. (GH-97785)Jason R. Coombs2022-10-061-35/+73
* gh-86482: Document assignment expression need for ()s (#23291)Terry Jan Reedy2022-10-061-0/+7
* gh-93738: Disallow pre-v3 syntax in the C domain (#97962)Adam Turner2022-10-067-33/+11
* gh-95986: Fix the example using match keyword (#95989)1809092022-10-061-0/+1
* gh-95691: Doc BufferedWriter and BufferedReader (#95703)1809092022-10-051-1/+1
* GH-88968: Add notes about socket ownership transfers (#97936)Guido van Rossum2022-10-052-0/+48
* gh-65961: Raise `DeprecationWarning` when `__package__` differs from `__spec_...Brett Cannon2022-10-053-15/+36
* docs(typing): add "see PEP 675" to LiteralString (#97926)Simon Legner2022-10-051-0/+2
* gh-97850: Remove all known instances of module_repr() (#97876)Barry Warsaw2022-10-051-0/+5
* I changed my surname early this year (#96671)Tshepang Mbambo2022-10-051-1/+1
* gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)Adam Turner2022-10-0531-238/+238
* GH-95172 Make the same version `versionadded` oneline (#95172)1809092022-10-051-2/+1
* gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (...Adam Turner2022-10-057-20/+20
* gh-74696: Pass root_dir to custom archivers which support it (GH-94251)Serhiy Storchaka2022-10-052-2/+21
* gh-97661: Improve accuracy of sqlite3.Cursor.fetchone docs (#97662)Jia Junjie2022-10-051-1/+3
* GH-96704: Add {Task,Handle}.get_context(), use it in call_exception_handler()...Guido van Rossum2022-10-052-0/+23
* gh-93738: Documentation C syntax (:c:type:`PyTypeObject*` -> :c:expr:`PyTypeO...Adam Turner2022-10-052-2/+2
* Add re.VERBOSE flag documentation example (#97678)Athos Ribeiro2022-10-051-1/+2
* gh-97654: Add auto exception chaining example to tutorial (#97703)Shahriar Heidrich2022-10-051-5/+23
* 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-043-6/+6
* 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-042-14/+76
* 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-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-97669: Remove outdated example scripts (#97675)Victor Stinner2022-10-041-0/+5
* gh-97709: Included newline separator in Mandelbrot set (#97737)matheusja2022-10-041-2/+2
* gh-93738: Documentation C syntax (:c:data:`0` -> ``0``) (#97771)Adam Turner2022-10-041-1/+1
* 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
* multiprocessing docs: Remove extra option ELLIPSIS from section with code (#9...Ivan Kapeykin2022-10-031-1/+0