summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* gh-104711: Add security warning to the CGIHTTPRequestHandler document (GH-115...AN Long2024-03-041-0/+6
* [3.12] gh-116010: Remove link to deprecated PEP 6 in FAQ guide (GH-116246) (#...Miss Islington (bot)2024-03-031-3/+5
* [3.12] gh-116281: Remove wrong '\' from '\*' in some doc signatures (GH-11628...Miss Islington (bot)2024-03-033-6/+6
* [3.12] gh-72971: Clarify the special no-TypeError behavior for equality (GH-1...Miss Islington (bot)2024-03-031-1/+4
* [3.12] gh-116035: Document that both tzinfo and fold are ignored in compariso...Miss Islington (bot)2024-03-011-2/+8
* [3.12] gh-104219: Document that idunders can return NotImplemented (GH-104220...Miss Islington (bot)2024-03-011-2/+4
* [3.12] gh-115811: Update documentation to add some Logger attributes. (GH-116...Miss Islington (bot)2024-03-011-0/+36
* [3.12] gh-115881: Document feature_version limitations (#115980) (#116173)Shantanu2024-03-011-6/+9
* [3.12] Fix rendering of null character in ast.rst (GH-116080) (#116160)Miss Islington (bot)2024-02-291-1/+1
* [3.12] gh-73580: Docs for tunnelling TLS through TLS (GH-22539) (GH-116149)Miss Islington (bot)2024-02-291-0/+3
* [3.12] Docs: mark up NotImplemented using the :data: role throughout the docs...Miss Islington (bot)2024-02-2914-37/+37
* [3.12] Make the iter_except() recipe more compact. (gh-116132) (gh0116133)Miss Islington (bot)2024-02-291-20/+1
* [3.12] gh-115937: Remove implementation details from inspect.signature() docs...Miss Islington (bot)2024-02-291-3/+7
* [3.12] Update an out-of-date example in the itertools recipe intro (gh-116082...Miss Islington (bot)2024-02-281-1/+1
* [3.12] gh-115821: [Enum] better error message for calling super().__new__() (...Ethan Furman2024-02-281-0/+3
* [3.12] Improve all_equal() recipe (gh-116081) (gh-116083)Miss Islington (bot)2024-02-281-3/+4
* [3.12] GH-115986 Reorder pprint docs and amend some references (GH-116019) (#...Miss Islington (bot)2024-02-281-89/+92
* [3.12] doc: Use super() in subclassed JSONEncoder examples (GH-115565) (GH-11...Miss Islington (bot)2024-02-281-2/+2
* [3.12] gh-115315: Update time.rst to include microseconds field (%f) in chart...Miss Islington (bot)2024-02-271-6/+16
* [3.12] gh-115091: Remove a left-over sentence that refers to Py_OptimizeFlag ...Miss Islington (bot)2024-02-261-4/+0
* [3.12] Doc: Clarify the return type of Event.wait when timeout is used (GH-10...Miss Islington (bot)2024-02-261-10/+7
* [3.12] gh-101100: Fix Sphinx warnings in `whatsnew/2.1.rst` (GH-112357) (#115...Miss Islington (bot)2024-02-262-38/+37
* [3.12] gh-115921: Change 'equation' to 'expression' in random.rst (GH-115927)...Miss Islington (bot)2024-02-261-1/+2
* [3.12] gh-101100: Fix broken xrefs in fcntl module doc (GH-115691) (#115924)Carol Willing2024-02-263-16/+29
* [3.12] gh-113479: Link to workaround for subtle issue with takewhile() (gh-11...Miss Islington (bot)2024-02-251-33/+41
* [3.12] gh-103417: Fix the scheduler example (GH-111497) (GH-115908)Miss Islington (bot)2024-02-251-1/+1
* [3.12] gh-101100: Fix Sphinx warnings in `whatsnew/2.0.rst` (GH-112351) (#115...Hugo van Kemenade2024-02-252-53/+53
* [3.12] Add an example of of custom `__repr__` (GH-112761) (#115900)Miss Islington (bot)2024-02-251-0/+10
* [3.12] Erase some unnecessary quotes on data model doc (GH-113521) (#115896)Miss Islington (bot)2024-02-252-5/+4
* [3.12] gh-115872: Doc: remove obsolete reference to MSI packages (GH-115873) ...Miss Islington (bot)2024-02-241-1/+1
* [3.12] Update http.cookiejar document for cookie object attributes (GH-101885...Miss Islington (bot)2024-02-231-0/+5
* [3.12] gh-54358: Clarify data chunking in pyexpat (GH-31629) (GH-115864)Miss Islington (bot)2024-02-231-2/+6
* [3.12] gh-89480: Document the gdb helpers (GH-115657) (GH-115857)Miss Islington (bot)2024-02-232-0/+450
* [3.12] gh-115795: Doc: fix obsolete URL (GH-115749) (#115803)Miss Islington (bot)2024-02-221-1/+1
* [3.12] gh-114785: Remove content from `Porting from Python2` how-to (GH-11480...Miss Islington (bot)2024-02-212-411/+19
* [3.12] gh-115399: Document CVE-2023-52425 under "XML vulnerabilities" (GH-115...Miss Islington (bot)2024-02-211-0/+13
* [3.12] gh-115653: Document PyCode_GetFirstFree() (GH-115654) (#115752)Miss Islington (bot)2024-02-211-2/+6
* [3.12] gh-112020: Document the meaning of empty bytes returned by socket.recv...Miss Islington (bot)2024-02-201-2/+3
* [3.12] Make the title match the content (GH-115702) (gh-115703)Miss Islington (bot)2024-02-202-5/+5
* [3.12] Modernize the Sorting HowTo guide (gh-115479) (gh-115701)Miss Islington (bot)2024-02-201-6/+54
* [3.12] Fix typo in multiprocessing docs (GH-115650) (#115679)Miss Islington (bot)2024-02-191-1/+1
* [3.12] gh-115664: Fix versionadded and versionchanged directives in multiproc...Miss Islington (bot)2024-02-191-15/+14
* [3.12] gh-115664: Fix chronological ordering of versionadded and versionchang...Brian Schubert2024-02-196-19/+21
* [3.12] gh-115652: Fix indentation in the documentation of multiprocessing.get...Miss Islington (bot)2024-02-191-5/+5
* [3.12] Docs: Add explanation about little/big endian (GH-109841) (#115646)Miss Islington (bot)2024-02-191-0/+15
* [3.12] gh-115572: Move `codeobject.replace()` docs to the data model … (#11...Kirill Podoprigora2024-02-182-7/+7
* [3.12] gh-101100: Fix Sphinx warnings in `whatsnew/3.2.rst` (GH-115580) (#115...Miss Islington (bot)2024-02-175-44/+96
* [3.12] Document use of ANY in test assertions (GH-94060) (GH-115607)Miss Islington (bot)2024-02-171-0/+8
* [3.12] gh-101699: Explain using Match.expand with \g<0> (GH-101701) (GH-115583)Miss Islington (bot)2024-02-171-1/+2
* [3.12] gh-87688: Amend SSLContext.hostname_checks_common_name docs (GH-100517...Miss Islington (bot)2024-02-171-1/+1