summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Improve all_equal() recipe (gh-116081)Raymond Hettinger2024-02-281-3/+4
* GH-115986 Reorder pprint docs and amend some references (#116019)Kerim Kabirov2024-02-281-89/+92
* doc: Use super() in subclassed JSONEncoder examples (GH-115565)Jan Max Meyer2024-02-281-2/+2
* gh-78612: Mark up eval() using param list (#115212)Erlend E. Aasland2024-02-281-5/+15
* gh-105858: Improve AST node constructors (#105880)Jelle Zijlstra2024-02-281-11/+14
* gh-115315: Update time.rst to include microseconds field (%f) in chart (#115316)Tahoma Software2024-02-271-6/+16
* Doc: Clarify the return type of Event.wait when timeout is used (GH-104168)Phil Elson2024-02-261-10/+7
* gh-115091: Remove a left-over sentence that refers to Py_OptimizeFlag from ct...Antti Haapala2024-02-261-4/+0
* gh-115921: Change 'equation' to 'expression' in random.rst (#115927)Terry Jan Reedy2024-02-261-1/+2
* GH-101112: Add "pattern language" section to pathlib docs (#114030)Barney Gale2024-02-261-56/+103
* gh-115532: Add kernel density estimation to the statistics module (gh-115863)Raymond Hettinger2024-02-251-40/+49
* gh-101100: Fix broken xrefs in fcntl module doc (#115691)Skip Montanaro2024-02-251-15/+26
* bpo-31116: Add Z85 variant to base64 (GH-30598)Matan Perelman2024-02-251-0/+18
* gh-96471: Correct docs for queue shutdown (#115838)Laurie O2024-02-251-4/+3
* gh-113479: Link to workaround for subtle issue with takewhile() (gh-115890)Raymond Hettinger2024-02-251-33/+41
* gh-103417: Fix the scheduler example (GH-111497)mauricelambert2024-02-251-1/+1
* Add an example of of custom `__repr__` (#112761)Oh seungmin2024-02-251-0/+10
* Erase some unnecessary quotes on data model doc (#113521)Adorilson Bezerra2024-02-251-1/+0
* Insert missing apostrophes in ctypes documentation (#115090)jmcb2024-02-231-3/+3
* gh-54358: Clarify data chunking in pyexpat (GH-31629)Stanley2024-02-231-2/+6
* Update http.cookiejar document for cookie object attributes (GH-101885)NewUserHa2024-02-221-0/+5
* gh-115399: Document CVE-2023-52425 under "XML vulnerabilities" (GH-115400)Sebastian Pipping2024-02-211-0/+13
* gh-104061: Add socket.SO_BINDTOIFINDEX constant (GH-104062)Victor Westerhuis2024-02-201-0/+5
* gh-112020: Document the meaning of empty bytes returned by socket.recv() (GH-...talcs2024-02-201-2/+3
* Fix typo in multiprocessing docs (#115650)Naglis Jonaitis2024-02-191-1/+1
* gh-115664: Fix versionadded and versionchanged directives in multiprocessing....Serhiy Storchaka2024-02-191-15/+14
* gh-115664: Fix chronological ordering of versionadded and versionchanged dire...Brian Schubert2024-02-195-17/+17
* gh-115652: Fix indentation in the documentation of multiprocessing.get_start_...Daniel Haag2024-02-191-5/+5
* gh-83648: Add missing `deprecated` arg in argparse.rst (GH-115640)0xflotus2024-02-191-1/+1
* gh-102388: Add windows_31j to aliases for cp932 codec (#102389)Masayuki Moriyama2024-02-191-1/+2
* Docs: Add explanation about little/big endian (#109841)Simon A. Eugster2024-02-191-0/+15
* gh-114709: Mark commonpath behaviour as changed in 3.13 (#115639)Shantanu2024-02-181-1/+4
* gh-115572: Move `codeobject.replace()` docs to the data model (#115631)Daler2024-02-181-9/+1
* gh-114709: Fix exceptions raised by posixpath.commonpath (#114710)Sebastian Rittau2024-02-181-2/+2
* Document use of ANY in test assertions (GH-94060)Thomas Grainger2024-02-171-0/+8
* gh-97590: Update docs and tests for ftplib.FTP.voidcmd() (GH-96825)Matthew Hughes2024-02-171-2/+2
* gh-56499: Update the pickle library's note section for the __setstate__ funct...Furkan Onder2024-02-171-2/+2
* gh-87688: Amend SSLContext.hostname_checks_common_name docs (GH-100517)Rami2024-02-171-1/+1
* gh-101699: Explain using Match.expand with \g<0> (GH-101701)Stevoisiak2024-02-171-1/+2
* gh-113812: Allow DatagramTransport.sendto to send empty data (#115199)Jamie Phan2024-02-171-0/+5
* docs: Add glossary term references to shutil docs (#115559)Brian Schubert2024-02-161-4/+4
* gh-69990: Make Profile.print_stats support sorting by multiple values (GH-104...Furkan Onder2024-02-161-0/+7
* gh-112433: Add optional _align_ attribute to ctypes.Structure (GH-113790)monkeyman1922024-02-151-0/+10
* bpo-38364: unwrap partialmethods just like we unwrap partials (#16600)Martijn Pieters2024-02-151-0/+10
* docs: use consistent .append() in dis.rst (#115434)Ned Batchelder2024-02-151-4/+4
* gh-114570: Add PythonFinalizationError exception (#115352)Victor Stinner2024-02-142-0/+20
* Docs: spell out sentence about ndbm/gdbm file formats (#115470)Erlend E. Aasland2024-02-141-6/+8
* Docs: reword sentences about dbm submodule traits (#114609)Erlend E. Aasland2024-02-141-14/+6
* gh-115403: Remove extra colon after "Examples" in datetime documentation (#11...Stanislav Lyu2024-02-141-1/+1
* gh-100414: Add SQLite backend to dbm (#114481)Erlend E. Aasland2024-02-141-4/+49