summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpo-39971: Change examples to be runnable (GH-32172)Stanley2022-06-251-11/+18
* gh-90016: Reword sqlite3 adapter/converter docs (#93095)Erlend Egeberg Aasland2022-06-253-111/+145
* gh-94199: Remove ssl.match_hostname() function (#94224)Victor Stinner2022-06-252-52/+10
* 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
* gh-94196: Remove gzip.GzipFile.filename attribute (#94197)Victor Stinner2022-06-242-0/+10
* gh-94199: Remove ssl.RAND_pseudo_bytes() function (#94202)Victor Stinner2022-06-242-23/+6
* gh-94169: Remove deprecated io.OpenWrapper (#94170)Victor Stinner2022-06-241-0/+6
* gh-86404: [doc] Fix missing backtick and double target name. (#94120)Julien Palard2022-06-231-2/+2
* gh-91456: [Enum] Deprecate default auto() behavior with mixed value types (GH...Oscar R2022-06-231-0/+4
* Closes gh-94152: Update pyvideo.org URL (GH-94075)partev2022-06-231-1/+1
* gh-85308: argparse: Use filesystem encoding for arguments file (GH-93277)Inada Naoki2022-06-232-1/+16
* gh-84623: Remove unused imports (#94132)Victor Stinner2022-06-224-5/+4
* gh-94114: Remove obsolete reference to python.org mirrors (GH-94115)partev2022-06-221-4/+1
* gh-74696: Do not change the current working directory in shutil.make_archive(...Serhiy Storchaka2022-06-221-1/+7
* bpo-30535: [doc] state that sys.meta_path is not empty by default (GH-94098)Irit Katriel2022-06-211-1/+2
* gh-89336: Remove configparser APIs that were deprecated for 3.12 (#92503)Gregory P. Smith2022-06-212-26/+13
* gh-82927: Update files related to HTML entities. (GH-92504)Ezio Melotti2022-06-211-2/+2
* Tutorial: specify match cases don't fall through (GH-93615)max2022-06-211-2/+4
* gh-93240: clarify wording in IO tutorial (GH-93276)paulreece2022-06-211-1/+1
* gh-93675: Fix typos in `Doc/` (GH-93676)luzpaz2022-06-216-6/+6
* gh-93851: Fix all broken links in Doc/ (GH-93853)Oleg Iarygin2022-06-2130-47/+59
* gh-94068: Remove HVSOCKET_CONTAINER_PASSTHRU constant because it has been rem...Steve Dower2022-06-211-1/+0
* gh-86986: Drop compatibility support for Sphinx 2 (GH-93737)Adam Turner2022-06-2111-52/+18
* gh-90539: doc: Expand on what should not go into CFLAGS, LDFLAGS (#92754)Matthias Köppe2022-06-201-0/+18
* gh-61162: Clarify sqlite3 connection context manager docs (GH-93890)Erlend Egeberg Aasland2022-06-191-4/+18
* gh-93925: Improve clarity of sqlite3 commit/rollback, and close docs (#93926)Erlend Egeberg Aasland2022-06-191-9/+8