summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* [3.11] Docs: specify XML document name in xml.etree.elementtree example (GH-2...Miss Islington (bot)2024-04-011-1/+1
* [3.11] Docs: add more links to PIPE in subprocess docs (GH-25416) (#117428)Miss Islington (bot)2024-04-011-5/+8
* [3.11] GH-115986 Docs: promote pprint.pp usage as a default (GH-116614) (#117...Miss Islington (bot)2024-03-241-15/+18
* [3.11] gh-101760: Improve the imaplib.IMAP4 example (GH-101764) (#117192)Miss Islington (bot)2024-03-241-1/+1
* [3.11] docs: fix over-linking in dataclasses.rst (GH-117005) (#117164)Carol Willing2024-03-221-78/+85
* [3.11] gh-75988: Fix issues with autospec ignoring wrapped object (GH-115223)...infohash2024-03-221-0/+120
* [3.11] gh-101100: Fix Sphinx warnings in `library/pydoc.rst` (GH-116913) (#11...Miss Islington (bot)2024-03-191-7/+7
* [3.11] gh-116851: Remove "from ctypes import *" from a ctypes example (GH-116...Miss Islington (bot)2024-03-161-1/+0
* [3.11] gh-90095: Ignore empty lines and comments in `.pdbrc` (GH-116834) (#11...Miss Islington (bot)2024-03-151-1/+2
* [3.11] gh-98731: Improvements to the logging documentation (GH-101618) (GH-11...Miss Islington (bot)2024-03-131-85/+67
* [3.11] Docs: fix broken links (GH-116651) (#116701)Mariusz Felisiak2024-03-132-2/+2
* [3.11] gh-116535: Fix distracting "TypeError" in example code (gh-116538) (gh...Miss Islington (bot)2024-03-091-2/+2
* [3.11] GH-116218 Docs: Add availability information for the 'resource' module...Miss Islington (bot)2024-03-091-0/+2
* [3.11] gh-105535 Document potential performance trap during enum creation (GH...Miss Islington (bot)2024-03-091-0/+7
* [3.11] gh-115664: Fix ordering of more versionadded and versionchanged direct...Serhiy Storchaka2024-03-0713-46/+33
* [3.11] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) ...Sebastian Pipping2024-03-062-0/+75
* [3.11] gh-115986: Fix inaccuracies in pprint docs (GH-116104) (#116383)Miss Islington (bot)2024-03-051-2/+2
* [3.11] chore: fix typos (GH-116345) (#116375)Terry Jan Reedy2024-03-051-1/+1
* [3.11] gh-115777: Fix double versionadded directives (GH-116269) (GH-116362)Miss Islington (bot)2024-03-056-24/+8
* gh-104711: Add security warning to the CGIHTTPRequestHandler document (GH-115...AN Long2024-03-041-0/+6
* [3.11] gh-116281: Remove wrong '\' from '\*' in some doc signatures (GH-11628...Terry Jan Reedy2024-03-032-2/+2
* [3.11] gh-116035: Document that both tzinfo and fold are ignored in compariso...Miss Islington (bot)2024-03-011-2/+8
* [3.11] gh-115811: Update documentation to add some Logger attributes. (GH-116...Miss Islington (bot)2024-03-011-0/+36
* [3.11] gh-115881: Document feature_version limitations (#115980) (#116174)Shantanu2024-03-011-6/+9
* [3.11] Fix rendering of null character in ast.rst (GH-116080) (#116161)Miss Islington (bot)2024-02-291-1/+1
* [3.11] gh-73580: Docs for tunnelling TLS through TLS (GH-22539) (GH-116150)Miss Islington (bot)2024-02-291-0/+3
* [3.11] Docs: mark up NotImplemented using the :data: role throughout the docs...Miss Islington (bot)2024-02-298-23/+23
* [3.11] gh-115937: Remove implementation details from inspect.signature() docs...Miss Islington (bot)2024-02-291-3/+7
* [3.11] GH-115986 Reorder pprint docs and amend some references (#116019) (#11...Erlend E. Aasland2024-02-281-85/+89
* [3.11] doc: Use super() in subclassed JSONEncoder examples (GH-115565) (GH-11...Miss Islington (bot)2024-02-281-2/+2
* [3.11] gh-115315: Update time.rst to include microseconds field (%f) in chart...Miss Islington (bot)2024-02-271-6/+16
* [3.11] Doc: Clarify the return type of Event.wait when timeout is used (GH-10...Miss Islington (bot)2024-02-261-10/+7
* [3.11] gh-115921: Change 'equation' to 'expression' in random.rst (GH-115927)...Miss Islington (bot)2024-02-261-1/+2
* [3.11] gh-101100: Fix broken xrefs in fcntl module doc (GH-115691) (#115925)Carol Willing2024-02-261-15/+26
* [3.11] gh-103417: Fix the scheduler example (GH-111497) (GH-115909)Miss Islington (bot)2024-02-251-1/+1
* [3.11] Add an example of of custom `__repr__` (GH-112761) (#115901)Miss Islington (bot)2024-02-251-0/+10
* [3.11] Erase some unnecessary quotes on data model doc (GH-113521) (#115897)Miss Islington (bot)2024-02-251-1/+0
* [3.11] Update http.cookiejar document for cookie object attributes (GH-101885...Miss Islington (bot)2024-02-231-0/+5
* [3.11] gh-54358: Clarify data chunking in pyexpat (GH-31629) (GH-115865)Miss Islington (bot)2024-02-231-2/+6
* [3.11] gh-115399: Document CVE-2023-52425 under "XML vulnerabilities" (GH-115...Miss Islington (bot)2024-02-211-0/+13
* [3.11] gh-112020: Document the meaning of empty bytes returned by socket.recv...Miss Islington (bot)2024-02-201-2/+3
* [3.11] gh-115664: Fix versionadded and versionchanged directives in multiproc...Serhiy Storchaka2024-02-191-16/+15
* [3.11] gh-115664: Fix chronological ordering of versionadded and versionchang...Brian Schubert2024-02-195-15/+11
* [3.11] Fix typo in multiprocessing docs (GH-115650) (#115680)Miss Islington (bot)2024-02-191-1/+1
* [3.11] gh-115652: Fix indentation in the documentation of multiprocessing.get...Miss Islington (bot)2024-02-191-5/+5
* [3.11] Docs: Add explanation about little/big endian (GH-109841) (#115647)Miss Islington (bot)2024-02-191-0/+15
* [3.11] gh-115572: Move `codeobject.replace()` docs to the data model … (#11...Kirill Podoprigora2024-02-181-7/+1
* [3.11] Document use of ANY in test assertions (GH-94060) (GH-115608)Miss Islington (bot)2024-02-171-0/+8
* [3.11] gh-101699: Explain using Match.expand with \g<0> (GH-101701) (GH-115584)Miss Islington (bot)2024-02-171-1/+2
* [3.11] gh-87688: Amend SSLContext.hostname_checks_common_name docs (GH-100517...Miss Islington (bot)2024-02-171-1/+1