summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* gh-99289: Add COMPILEALL_OPTS to Makefile (#99291)Victor Stinner2022-11-142-0/+13
* Fix misspelling in docs for http.HTTPMethod (#99376)Matt Harasymczuk2022-11-131-7/+16
* gh-98930: improve the docstring of signal.strsignal (#99290)ram vikram singh2022-11-131-3/+3
* gh-91248: Optimize PyFrame_GetVar() (#99252)Victor Stinner2022-11-131-0/+2
* gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour (...Erlend E. Aasland2022-11-122-17/+161
* gh-99392: Fix sqlite3 converter recipes (#99393)naglis2022-11-121-3/+22
* gh-99304: [Enum] clarify what constitutes a flag alias (GH-99395)Ethan Furman2022-11-122-15/+73
* GH-94597: add deprecation warnings for subclassing `AbstractChildWatcher` (#9...Kumar Aditya2022-11-122-2/+5
* gh-87604: Clarify in docs that sys.addaudithook is not for sandboxes (GH-99372)Steve Dower2022-11-111-0/+9
* gh-84522: Add for-loop to apply-method-to-sequence FAQ (#94660)Samuel Sloniker2022-11-111-3/+15
* gh-98366: use sphinx.locale._ as gettext() in pyspecific.py (#98437)Wei-Hsiang (Matt) Wang2022-11-111-4/+4
* GH-99183: Document behavior of count() for empty substrings (GH-99339)Raymond Hettinger2022-11-101-0/+6
* Update reference to the size of PyPI (#99076)jmcb2022-11-091-2/+2
* gh-98724: Fix Py_CLEAR() macro side effects (#99100)Victor Stinner2022-11-092-2/+49
* [Enum] Typo: fix DuplicateFreeEnum example docs (GH-99265)Bruno Neyra2022-11-091-1/+1
* gh-99238: clarify the type of the env dict. (#99253)Gregory P. Smith2022-11-081-3/+7
* gh-91248: Add PyFrame_GetVar() function (#95712)Victor Stinner2022-11-082-0/+23
* Fix broken link in `asyncio-subprocesses` doc (GH-99214)Mikael Koli2022-11-081-1/+1
* gh-72719: Remove asyncore and asynchat modules (#96580)Nikita Sobolev2022-11-086-588/+9
* gh-92119: ctypes: Print exception class name instead of its representation (#...Kamil Turek2022-11-081-3/+3
* gh-96746: Docs: Clear up Py_TPFLAGS_DISALLOW_INSTANTIATION inheritance (GH-99...Petr Viktorin2022-11-071-0/+11
* gh-95389: expose popular ETHERTYPE_* constants in the socket module (#95390)Noam Cohen2022-11-071-2/+34
* gh-98254: Add what's new entry for the improvement in commit bb56dead33635715...Pablo Galindo Salgado2022-11-071-0/+9
* gh-91058: Add what's new entry for the improvement in commit 7cfbb49fcd4c85f9...Pablo Galindo Salgado2022-11-071-0/+10
* Docs: add argument spec to sqlite3 CLI docs (#99200)Erlend E. Aasland2022-11-071-1/+6
* doc: Formatting and typo fixes (#98974)jmcb2022-11-073-10/+10
* gh-98586: Add What's New entry and update docs (#99056)Wenzel Jakob2022-11-062-1/+13
* gh-94286 Fix documentation of print default param (GH-94297)Nouran Ali2022-11-061-1/+1
* 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