summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* GH-116218 Docs: Add availability information for the 'resource' module (#116256)Kerim Kabirov2024-03-091-0/+2
* gh-105535 Document potential performance trap during enum creation (GH-107119)Nicolas A. Oyarzabal2024-03-081-0/+7
* gh-75988: Fix issues with autospec ignoring wrapped object (#115223)infohash2024-03-081-0/+120
* gh-116349: Deprecate `platform.java_ver` function (#116471)Nikita Sobolev2024-03-081-0/+4
* gh-115664: Fix ordering of more versionadded and versionchanged directives (G...Serhiy Storchaka2024-03-0715-65/+47
* gh-107361: strengthen default SSL context flags (#112389)William Woodruff2024-03-061-0/+20
* gh-115957: Close coroutine if TaskGroup.create_task() raises an error (#116009)Jason Zhang2024-03-061-0/+7
* gh-115398: Suggest use of `hasattr` with checking for 3.13 Expat API availabi...Sebastian Pipping2024-03-062-0/+15
* gh-107625: configparser: Raise error if a missing value is continued (GH-107651)Prince Roshan2024-03-061-0/+11
* gh-115986: Fix inaccuracies in pprint docs (#116104)Kerim Kabirov2024-03-051-2/+2
* chore: fix typos (#116345)cui fliter2024-03-051-1/+1
* gh-115777: Fix double versionadded directives (GH-116269)Serhiy Storchaka2024-03-056-24/+8
* gh-57141: Add dircmp shallow option (GH-109499)Tobias Rautenkranz2024-03-041-2/+7
* Consistently spell out *predicate* instead of *pred*. (gh-116308)Raymond Hettinger2024-03-041-23/+16
* gh-116281: Remove wrong '\' from '\*' in some doc signatures (#116282)HarryLHW2024-03-033-6/+6
* gh-104711: Add security warning to the CGIHTTPRequestHandler document (GH-115...AN Long2024-03-011-0/+6
* gh-116035: Document that both tzinfo and fold are ignored in comparisons if t...Serhiy Storchaka2024-03-011-2/+8
* gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115...Sebastian Pipping2024-02-292-0/+60
* Fix rendering of null character in ast.rst (#116080)Shantanu2024-02-291-1/+1
* gh-73580: Docs for tunnelling TLS through TLS (GH-22539)Carl Bordum Hansen2024-02-291-0/+3
* Docs: mark up NotImplemented using the :data: role throughout the docs (#116135)Erlend E. Aasland2024-02-298-23/+23
* gh-115811: Update documentation to add some Logger attributes. (GH-116109)Vinay Sajip2024-02-291-0/+36
* Make the iter_except() recipe more compact. (gh-116132)Raymond Hettinger2024-02-291-20/+1
* gh-115881: Document feature_version limitations (#115980)Shantanu2024-02-291-6/+9
* gh-115937: Remove implementation details from inspect.signature() docs (#116086)Erlend E. Aasland2024-02-291-3/+7
* gh-115821: [Enum] better error message for calling super().__new__() (GH-116063)Ethan Furman2024-02-281-0/+3
* Update an out-of-date example in the itertools recipe intro (gh-116082)Raymond Hettinger2024-02-281-1/+1
* 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