summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* gh-99139: Improve NameError error suggestion for instances (#99140)Pablo Galindo Salgado2022-11-061-0/+21
* gh-93464: [Enum] fix auto() failure during multiple assignment (GH-99148)Ethan Furman2022-11-061-3/+12
* [doc] fix typo (GH-99143)Doj2022-11-051-1/+1
* minor edits to locale doc (#98537)Skip Montanaro2022-11-041-13/+16
* Support comparing two sets of pystats (GH-98816)Michael Droettboom2022-11-041-1/+2
* Docs: add `named` to the list of styles in the sqlite3.paramstyle attr docs (...Nick Pope2022-11-031-3/+4
* gh-92584: Remove the distutils package (#99061)Victor Stinner2022-11-032-1/+8
* gh-94172: Remove keyfile, certfile and check_hostname parameters (#94173)Victor Stinner2022-11-031-0/+10
* gh-97909: PyMemberDef & PyGetSetDef members are not marked up (GH-98810)Johnny115022022-11-031-17/+19
* gh-98401: Invalid escape sequences emits SyntaxWarning (#99011)Victor Stinner2022-11-033-7/+29
* gh-94199: Remove ssl.wrap_socket() documentation (#99023)Victor Stinner2022-11-031-51/+16
* GH-96793: Implement PEP 479 in bytecode. (GH-99006)Mark Shannon2022-11-031-0/+9
* gh-98740: Fix validation of conditional expressions in RE (GH-98764)Serhiy Storchaka2022-11-031-0/+3
* Docs: Add 'as, match statement' to the index (#99001)Hugo van Kemenade2022-11-031-0/+1
* argparse howto: Use f-string in preference to "...".format() (#98883)Skip Montanaro2022-11-031-2/+2
* gh-96997: Clarify the contract of PyMem_SetAllocator() (#98977)Pablo Galindo Salgado2022-11-021-0/+21
* gh-96265: Formatting changes for faq/programming (#98242)Stanley2022-11-021-39/+48
* gh-92679: Clarify asyncio.loop.start_tls parameters (#92682)Oleg Iarygin2022-11-021-3/+8
* gh-92871: Postpone the removal of typing.{io,re} to 3.13 (#98958)Sebastian Rittau2022-11-021-3/+3
* [doc] Update cookbook example for socket-based logging in a production settâ€...Vinay Sajip2022-11-011-7/+65
* Doc: use "unnumbered" footnotes (#98954)Manuel Kaufmann2022-11-011-2/+2
* gh-98931: Improve error message when the user types 'import x from y' instead...Pablo Galindo Salgado2022-11-011-0/+12
* gh-98658: Add __class_getitem__ to array.array (#98661)Jelle Zijlstra2022-11-011-1/+6
* Fix wording in Functional Programming HOWTO (GH-98939)partev2022-11-011-1/+1
* Missing PS1 prompt in tutorial example (GH-98921)Manuel Kaufmann2022-11-011-2/+3
* gh-98692: Enable treating shebang lines as executables in py.exe launcher (GH...Steve Dower2022-10-311-1/+7
* Fix typo in sorting HOWTO (#98888)partev2022-10-311-1/+1
* Doc: Fix sphinx-lint issues (GH-98911)Julien Palard2022-10-311-1/+1
* gh-98576: Fix types in dataclass.InitVar example (gh-98577)Shantanu2022-10-311-2/+2
* gh-98410: move getbufferproc and releasebufferproc to buffer.h (#31158)David Hewitt2022-10-311-0/+2
* gh-97966: Update uname docs to clarify the special nature of the platform att...Jason R. Coombs2022-10-301-4/+8
* glossary.rst: Fix typo in package definition (GH-98865)ab2022-10-291-1/+1
* Fix typo in docs (GH-98863)Yuvi Panda2022-10-291-1/+1
* gh-93358: Fix python-config docs for how to embed Python (#98649)Erlend E. Aasland2022-10-291-6/+6
* dataclasses docs: consistent indentation (4 spaces) in examples (#98855)FC Stegerman2022-10-291-16/+16
* gh-98240: Updated Path.rename docs, when it is atomic (GH-98245)Mateusz2022-10-281-0/+2
* gh-84538: add strict argument to pathlib.PurePath.relative_to (GH-19813)domragusa2022-10-282-6/+33
* Fix typo in contextvars docs (#98823)cburroughs2022-10-281-1/+1
* `argparse` docs: normalize constant references (#98765)Skip Montanaro2022-10-281-5/+6
* gh-98657: [docs] `array.typecodes` is a module-level attribute (#98729)Nikita Sobolev2022-10-281-3/+8
* gh-65002: Make note that null bytes are used to pad bytes (#98635)Stanley2022-10-281-1/+4
* gh-96143: Improve perf profiler docs (#96445)Erlend E. Aasland2022-10-274-38/+102
* GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)Mark Shannon2022-10-271-1/+12
* gh-98586: Add vector call APIs to the Limited API (GH-98587)Wenzel Jakob2022-10-271-0/+3
* Python documents state elsewhere that a comma is not an operator, so … (GH-...Gerardwx2022-10-271-1/+1
* gh-98608: Change _Py_NewInterpreter() to _Py_NewInterpreterFromConfig() (gh-9...Eric Snow2022-10-261-2/+0
* gh-98716: Revert gh-96081: Escape lone stars in sqlite3 docs (#98720)Erlend E. Aasland2022-10-261-5/+5
* gh-98644: point people to tomllib from configparser’s docs (#98645)Philipp A2022-10-261-4/+8
* gh-98348: Mention ReferenceError in weakref.proxy documentation (#98355)fancidev2022-10-261-0/+3
* docs: Change links to label refs (#98454)Stanley2022-10-269-9/+14