summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* gh-92154: Expose PyCode_GetCode in the C API (GH-92168)Ken Jin2022-05-032-0/+19
* gh-70363: Implement `io.IOBase` interface for `SpooledTemporaryFile` (GH-29560)Carey Metcalfe2022-05-031-0/+5
* Fix doc warnings in What's New in 3.11 (GH-92215)Ken Jin2022-05-031-1/+1
* bpo-43923: Add support for generic typing.NamedTuple (#92027)Serhiy Storchaka2022-05-022-0/+13
* bpo-46586: Fix more erroneous doc links to builtins (#31429)Meer Suri2022-05-023-3/+3
* bpo-46285: Add command-line option -p/--protocol to module http.server (#30999)Géry Ogam2022-05-021-2/+13
* bpo-6686: Replace String with Bytes in xml.sax.handler documentation (#30612)Yassir Karroum2022-05-021-1/+1
* importlib docs: Update importlib.abc hierarchy (#31113)David Gilbertson2022-05-021-4/+3
* Fix duplicate word. (GH-92182)Benjamin Peterson2022-05-021-1/+1
* gh-87390: Add __unpacked__ attribute to types.GenericAlias (#92059)Jelle Zijlstra2022-05-021-0/+9
* gh-91783: Document security considerations for shutil.unpack_archive (#91844)Sam Ezeh2022-05-021-1/+7
* Add weakref_slot to dataclass decorator, to allow instances with slots to be ...Eric V. Smith2022-05-021-5/+12
* gh-92082: contextlib docs: Change aclosing from a class to a function for con...Thaddeus14992022-05-021-1/+1
* gh-88546: glob.glob docs: Make new paragraph for emphasis and reordered sente...slateny2022-05-021-2/+5
* asyncio.subprocess: Fix a typo in doc (#92030)Harsh2022-05-021-1/+1
* Fix typo in Programming FAQ (#92083)Matt Harding2022-05-021-1/+1
* gh-85133: os docs: Add that getenv uses os.environ (#91874)slateny2022-05-021-13/+21
* gh-84714: Add behavior if dst file exists (#91867)slateny2022-05-021-1/+2
* gh-88097: doc: fix link to Py_Version (#92141)Victor Stinner2022-05-021-1/+1
* gh-85679: Recommend `encoding="utf-8"` in tutorial (GH-91778)Inada Naoki2022-05-021-10/+18
* gh-91998: 'WebAssemby' to 'WebAssembly' (#92040)vainaijr2022-05-021-2/+2
* typing docs: Add example for async functions (#20386)Sam Bull2022-05-011-0/+4
* gh-81488: Add recursive wording for issubclass docs (#92087)slateny2022-05-011-1/+2
* gh-91952: Make TextIOWrapper.reconfigure() supports "locale" encoding (GH-91982)Inada Naoki2022-05-011-0/+3
* Improving readability of argparse.rst (GH-91751)Antonio Andrade2022-04-301-8/+8
* gh-89253: Add 3.10 whatsnew section for itertools.pairwise (GH-91563)slateny2022-04-301-0/+6
* gh-85757: Change wording from nested to inner (GH-91811)slateny2022-04-301-1/+1
* Fix typo in asyncio-extending.rst (#91609)Yurii Karabas2022-04-301-1/+1
* gh-91611: Use example.com for documentation, not mydomain.com (#91613)Motoki Naruse2022-04-302-2/+2
* gh-87801: Add run() to subprocess.CalledProcessError description (#91628)slateny2022-04-301-1/+3
* gh-87192: Update wording for fcntl 'Changed in' (#91658)slateny2022-04-301-1/+2
* Convert :issue: to :gh: in whatsnew (GH-92089)Dennis Sweeney2022-04-301-1/+1
* gh-85864: io docs: Add missing position-only parameters (#91950)slateny2022-04-301-17/+17
* gh-92019: Make sqlite3.Blob indexing conform with the norm (#92020)Erlend Egeberg Aasland2022-04-301-2/+2
* gh-81548: Deprecate octal escape sequences with value larger than 0o377 (GH-9...Serhiy Storchaka2022-04-302-0/+11
* gh-91760: Deprecate group names and numbers which will be invalid in future (...Serhiy Storchaka2022-04-302-0/+18
* gh-91954: Emit EncodingWarning from locale and subprocess (GH-91977)Inada Naoki2022-04-301-4/+10
* Rephrase typing.assert_never docs (#92061)Shantanu2022-04-301-2/+2
* gh-91491: Add several typing features to What's New (#92060)Shantanu2022-04-301-0/+65
* gh-91217: deprecate xdrlib (GH-92066)Brett Cannon2022-04-301-0/+1
* Fix indentation for typing.Unpack docs (#92058)Jelle Zijlstra2022-04-291-21/+21
* sorting howto: Add clarification on < using __lt__ (#92010)slateny2022-04-291-1/+4
* bpo-44791: Accept ellipsis as the last argument of typing.Concatenate (#30969)Serhiy Storchaka2022-04-291-1/+2
* bpo-36329: Remove 'make -C Doc serve' in favour of 'make -C Doc htmlview' (GH...Hugo van Kemenade2022-04-293-17/+61
* gh-91873: Summarise deprecations in typing at the top level (GH-91864)Ken Jin2022-04-291-0/+21
* bpo-22276: Change pathlib.Path.glob not to ignore trailing path separator (GH...Eisuke Kawashima2022-04-282-0/+15
* gh-91603: Speed up isinstance/issubclass on union types (GH-91631)Yurii Karabas2022-04-281-1/+2
* gh-89479: Export _Py_GetSpecializationStats() internal function (#92011)Victor Stinner2022-04-281-1/+1
* gh-91217: deprecate uu (GH-92009)Brett Cannon2022-04-281-0/+1
* Add note that headers added via urllib.request.add_header are added to redire...Ashwin Ramaswami2022-04-271-1/+2