summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* gh-93883: elide traceback indicators when possible (#93994)John Belmonte2022-07-112-10/+4
* gh-94309: Deprecate typing.Hashable/Sized (GH-94626)MonadChains2022-07-101-0/+9
* GH-77265: Document NaN handling in statistics functions that sort or count (#...Raymond Hettinger2022-07-101-0/+29
* gh-94700: Rewrite the logging.Formatter API ref in structured form (GH-94701)CAM Gerlach2022-07-091-43/+41
* Use mdash-es consistently in the library docs index (#92762)Oleg Iarygin2022-07-081-4/+4
* gh-94199: Remove the ssl.wrap_socket() function (#94203)Victor Stinner2022-07-081-0/+9
* gh-94622: Add more references to the sqlite3 types anchor (#94623)Erlend Egeberg Aasland2022-07-081-8/+8
* gh-94321: Document sqlite3.PrepareProtocol (#94620)Erlend Egeberg Aasland2022-07-071-0/+12
* gh-94343: Ease initialization of reprlib.Repr attributes (GH-94581)finefoot2022-07-071-1/+20
* gh-94628: Add explicit parameter list to sqlite3.connect docs (#94629)Erlend Egeberg Aasland2022-07-071-76/+105
* gh-94630: Update sqlite3 docs with positional-only and keyword-only symbols (...Erlend Egeberg Aasland2022-07-061-11/+11
* gh-94017: Improve clarity of sqlite3 transaction handling docs (#94320)Erlend Egeberg Aasland2022-07-061-39/+61
* gh-91330: Tests and docs for dataclass descriptor-typed fields (GH-94424)Erik De Bonte2022-07-051-0/+51
* Docs: Convert PEP 630 (Isolating Extension Modules) to a HOWTO (GH-94489)Petr Viktorin2022-07-052-0/+537
* bpo-46755: Don't log stack info twice in QueueHandler (GH-31355)Erik Montnemery2022-07-051-1/+1
* gh-94379: Remove zipimport find_loader() and find_module() methods (#94380)Victor Stinner2022-07-051-0/+5
* Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...Ned Batchelder2022-07-0564-111/+111
* gh-93626: Set the release for `__future__.annotations` to `None` (GH-93628)KotlinIsland2022-07-051-0/+7
* gh-94383: Remove ElementTree.Element.copy() method (#94384)Victor Stinner2022-07-041-0/+6
* gh-94352: shlex.split() no longer accepts None (#94353)Victor Stinner2022-07-042-3/+8
* Update logging documentation: change cross-reference and add webapp r… (GH-...Vinay Sajip2022-07-042-1/+223
* gh-92869: ctypes: Add c_time_t (#92870)Thomas Perl2022-07-031-7/+30
* IDLE doc: Tweek RESTART and Windows console start (#94530)Terry Jan Reedy2022-07-031-2/+4
* Doc: fix sqlite3 blob reference anchor (#94505)Erlend Egeberg Aasland2022-07-021-2/+2
* gh-81054: Document that SimpleHTTPRequestHandler follows symbolic links (GH-9...Sam Ezeh2022-07-012-2/+13
* Update code sample when importing modules in queue doc (GH-94244)Mariatta Wijaya2022-07-011-1/+2
* gh-94216: add pseudo instructions to the dis/opcodes modules (GH-94241)Irit Katriel2022-07-012-2/+91
* multiprocessing.spawn doc: Capitalize the p in "Python" (gh-94462)Mariatta Wijaya2022-06-301-1/+1
* GH-94398: TaskGroup: Fail create_task() during shutdown (GH-94400)Guido van Rossum2022-06-301-0/+1
* xml.dom.minidom docs: fix typo (#93437)Jean-Christophe Helary2022-06-301-1/+1
* GH-90908: Document asyncio.TaskGroup (GH-94359)Guido van Rossum2022-06-302-2/+106
* gh-89038: [doc] update dis.findlinestarts documentation for changes related t...Irit Katriel2022-06-301-4/+6
* bpo-92336: [doc] clarify that the dfile is read by the traceback display code...Irit Katriel2022-06-291-2/+3
* Docs: Update SyntaxError message in REPL example for list comprehension (GH-9...Cheryl Sabella2022-06-291-3/+3
* gh-86404: [doc] Two 'make suspicious' false positives. (GH-94407)Julien Palard2022-06-291-0/+2
* gh-94172: Remove ssl.PROTOCOL_SSLv2 dead code (#94312)Victor Stinner2022-06-281-18/+2
* gh-61585: Clarify import scope in modules tutorial (GH-93455)Stanley2022-06-281-10/+11
* Add docs for decorated object and field specifier params (GH-94354)Erik De Bonte2022-06-281-1/+35
* gh-87995: Make MappingProxyType hashable (GH-94252)Serhiy Storchaka2022-06-282-0/+9
* gh-94199: Remove hashlib.pbkdf2_hmac() Python implementation (GH-94200)Victor Stinner2022-06-282-12/+12
* gh-86404: [doc] Fix missing space in idle documentation. (GH-94366)Julien Palard2022-06-281-1/+1
* gh-82006: IDLE doc improvements (#94349)Terry Jan Reedy2022-06-271-11/+24
* GH-94163: Add BINARY_SLICE and STORE_SLICE instructions. (GH-94168)Mark Shannon2022-06-271-5/+21
* gh-85023: [doc] clarify parameters vs arguments explanation in FAQ (GH-94282)Arun Mani J2022-06-261-2/+3
* gh-94214: Add venv context.lib_path and document the context (GH-94221)Paul Moore2022-06-261-0/+39
* gh-94226: Remove the locale.format() function (#94229)Victor Stinner2022-06-263-15/+8
* [doc] fix typo in reference to tp_descr_get and tp_descr_set (GH-94140)Max Bachmann2022-06-261-2/+2
* Revert "bpo-45162: Revert "Remove many old deprecated unittest features"" (GH...Serhiy Storchaka2022-06-263-50/+47
* gh-93259: Validate arg to ``Distribution.from_name``. (GH-94270)Jason R. Coombs2022-06-261-8/+31
* gh-70474: [doc] fix wording of GET_ANEXT doc (GH-94048)Irit Katriel2022-06-251-2/+2