summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* [doc] Update cookbook example and add information about queue types. (GH-94854)Vinay Sajip2022-07-151-0/+5
* GH-46771: docs for asyncio.timeout and task cancellation (#94794)Tin Tvrtković2022-07-151-0/+134
* Docs: fix typo in sqlite3.rst (#94798)Ikko Ashimine2022-07-141-1/+1
* GH-81620: Add random.binomialvariate() (GH-94719)Raymond Hettinger2022-07-131-6/+25
* docs: typing.Self, fix typo (GH-94771)Max Zhenzhera2022-07-121-3/+3
* gh-87822: Make traceback module robust to exceptions from repr() of local val...Simon-Martin Schröder2022-07-111-0/+4
* gh-93883: elide traceback indicators when possible (#93994)John Belmonte2022-07-111-9/+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-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
* bpo-46755: Don't log stack info twice in QueueHandler (GH-31355)Erik Montnemery2022-07-051-1/+1
* Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...Ned Batchelder2022-07-0529-53/+53
* gh-94352: shlex.split() no longer accepts None (#94353)Victor Stinner2022-07-041-3/+3
* Update logging documentation: change cross-reference and add webapp r… (GH-...Vinay Sajip2022-07-041-1/+1
* 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-011-2/+80
* 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-301-2/+101
* 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
* gh-94172: Remove ssl.PROTOCOL_SSLv2 dead code (#94312)Victor Stinner2022-06-281-18/+2
* 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-281-0/+6
* gh-94199: Remove hashlib.pbkdf2_hmac() Python implementation (GH-94200)Victor Stinner2022-06-281-12/+6
* 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-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-261-14/+2
* Revert "bpo-45162: Revert "Remove many old deprecated unittest features"" (GH...Serhiy Storchaka2022-06-261-48/+7
* 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
* gh-90016: Reword sqlite3 adapter/converter docs (#93095)Erlend Egeberg Aasland2022-06-251-80/+138
* gh-94199: Remove ssl.match_hostname() function (#94224)Victor Stinner2022-06-251-52/+5
* bpo-26253: Add compressionlevel to tarfile stream (GH-2962)Yaron de Leeuw2022-06-251-2/+5
* Docs: Remove `Provides [...]` from `multiprocessing.shared_memory` descriptio...Oleg Iarygin2022-06-241-2/+2