summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* gh-119580: Improve version added section for convenience variable (#119583)Tian Gao2024-05-271-0/+2
* Docs: Only install sphinx-autobuild for `make htmllive` (#119607)Hugo van Kemenade2024-05-272-2/+5
* Docs: Add class role for IPV{4,6}Address and fix a typo (#118059)Rafael Fontenelle2024-05-271-3/+3
* GH-117283: Add doc warning for `PyTuple_SetItem` refcount > 1 (#117916)Savannah Ostrowski2024-05-271-0/+6
* gh-119467: Fix Py_buffer.format type and correct documentation typo (#119475)Aditya Borikar2024-05-271-2/+2
* gh-119562: Remove AST nodes deprecated since Python 3.8 (#119563)Alex Waygood2024-05-261-0/+30
* Update README and layout.html from 3.13 to 3.14 (#119539)Wulian2332024-05-261-1/+7
* docs: fix a few typos identified by codespell (#119516)Ned Batchelder2024-05-2618-23/+23
* GH-82805: Fix handling of single-dot file extensions in pathlib (#118952)Barney Gale2024-05-251-0/+13
* FAQ: Add reference to Python version numbering scheme (#119225)Hugo van Kemenade2024-05-251-2/+2
* gh-111999: Fix the signature of str.format_map() (#119540)Serhiy Storchaka2024-05-251-1/+1
* Misc improvement to the docs for itertools (gh-119529)Raymond Hettinger2024-05-241-55/+55
* GH-119054: Add "Querying file type and status" section to pathlib docs (#119055)Barney Gale2024-05-241-167/+171
* Regen ``Doc/requirements-oldest-sphinx.txt`` (#119520)Kirill Podoprigora2024-05-241-1/+1
* gh-119317: findall instead of traverse for docutils nodes (#119319)Carlos Meza2024-05-242-4/+4
* Clarify base64.a85encode docs: *wrapcols* doesn't count the newline (GH-119409)Petr Viktorin2024-05-231-1/+1
* gh-70795: Rework RLock documentation (#103853)uıɐɾ ʞ ʇɐɯɐs2024-05-221-24/+51
* Fix version number in use_load_tests deprecation reference (GH-119151)Jacob Walls2024-05-221-1/+1
* Clarify that dklen is expected in bytes for the hashlib functions (GH-106624)Mathijs Mortimer2024-05-221-2/+2
* DOCS: fix error in exec namespace note (gh-119378)Alyssa Coghlan2024-05-221-4/+0
* gh-60191: Implement ast.compare (#19211)Batuhan Taskaya2024-05-222-0/+21
* gh-110383: Align dict.get(), .fromkeys(), and .setdefault() docs with docstri...Landon Wood2024-05-221-3/+3
* gh-119180: Add LOAD_COMMON_CONSTANT opcode (#119321)Jelle Zijlstra2024-05-221-4/+5
* Docs: Add central references to free-threading-related options (#119017)Brett Simmers2024-05-214-6/+8
* gh-118692: Avoid creating unnecessary StopIteration instances for monitoring ...Irit Katriel2024-05-211-3/+3
* gh-90562: Mention slots pitfall in dataclass docs (#107391)Josh Cannon2024-05-211-1/+4
* gh-111389: Add PyHASH_MULTIPLIER constant (#119214)Victor Stinner2024-05-211-0/+6
* GH-110383: Improve Tutorial for Input Ouput (#119230)Blaise Pabon2024-05-211-4/+16
* gh-110383: Document `socket.makefile()` accepts combined modes (#119150)Daniel Williams2024-05-211-1/+2
* gh-74929: PEP 667 general docs update (gh-119201)Alyssa Coghlan2024-05-219-59/+153
* gh-102136: Add -m to options that work with -i (GH-119271)Melanie Arbor2024-05-201-3/+9
* gh-108267 Fix another dataclasses docs typo (#119277)Alex Waygood2024-05-201-1/+2
* gh-118912: Remove description of issue fixed in 3.5 from autospeccing guide (...Shauna2024-05-201-32/+8
* Docs: Ensure no warnings are found in the NEWS file before a given line numbe...Hugo van Kemenade2024-05-201-0/+40
* gh-118760: Restore the default value of tkinter.wantobjects to 1 (GH-118784)Serhiy Storchaka2024-05-201-10/+0
* Use correct markup in unittest.mock.reset_mock documentation (GH-119207)Tialo2024-05-201-3/+3
* DOCS: Suggest always calling exec with a globals argument and no locals argum...Hood Chatham2024-05-201-3/+7
* [docs] TypeVarTuple default is keyword-only (#119215)Sebastian Rittau2024-05-201-1/+1
* typing docs: Fix formatting issue (#119210)David Foster2024-05-201-1/+1
* marshal docs: Remove reference to "Sun" (#119161)Jelle Zijlstra2024-05-191-1/+1
* docs: make mimalloc license text literal (#119046)Rafael Fontenelle2024-05-181-21/+21
* gh-119078: Clarify venv tutorial (GH-119129)Nice Zombies2024-05-181-4/+4
* Minor improvements to the docs for itertools.tee() (gh-119135)Raymond Hettinger2024-05-181-10/+11
* gh-112066: Fix versionadded in PyDict_SetDefaultRef docs (#118696)Lysandros Nikolaou2024-05-171-0/+1
* gh-108267: Fix object.__setattr__ regression in dataclasses docs (#119082)Shantanu2024-05-161-1/+2
* Use literal syntax in origin property (#119029)Rafael Fontenelle2024-05-161-1/+1
* gh-119009: Add gettext target (#119006)Rafael Fontenelle2024-05-152-0/+8
* 3.13 What's New: Add PEP 702 (#118922)Jelle Zijlstra2024-05-151-0/+3
* GH-74033: Drop deprecated `pathlib.Path` keyword arguments (#118793)Barney Gale2024-05-141-0/+2
* GH-101357: Suppress `OSError` from `pathlib.Path.exists()` and `is_*()` (#118...Barney Gale2024-05-141-35/+40