summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Python 3.15.0a4v3.15.0a4Hugo van Kemenade45 hours1-1/+1
* gh-138122: Add blocking mode for accurate stack traces in Tachyon (#142998)Pablo Galindo Salgado2025-12-231-0/+53
* gh-84232: Fix `pydoc` docs.python.org link generation (#139995)Stan Ulbrych2025-12-232-1/+28
* gh-138122: Allow tachyon to write and read binary output (#142730)Pablo Galindo Salgado2025-12-221-3/+100
* gh-139922: Add tail call for MSVC for whats new in 3.15 (GH-143087)Ken Jin2025-12-221-0/+10
* gh-89152: Note truth testing exception in `stdtypes.rst` (#137640)Stan Ulbrych2025-12-221-2/+4
* gh-70647: Better promote how to safely parse yearless dates in datetime. (GH-...Gregory P. Smith2025-12-211-6/+37
* gh-142834: pdb commands command should use last available breakpoint (#142835)Hai Zhu2025-12-201-1/+2
* gh-134160: Start "Extending and embedding" with a Diataxis-style tutorial (GH...Petr Viktorin2025-12-195-384/+885
* gh-142527: Docs: Clarify that random.seed() discards the sign of an integer i...Andrej2025-12-191-1/+1
* gh-118342: [Enum] update docs (GH-137290)Ethan Furman2025-12-181-2/+3
* gh-142419: Add mmap.set_name method for user custom annotation (gh-142480)Donghee Na2025-12-182-0/+16
* gh-76007: Deprecate `VERSION` in `xml.etree.ElementTree` & `version` in `xml....Hugo van Kemenade2025-12-182-6/+12
* gh-137063: Document that ast node types replaced by Constant are no longer av...James2025-12-181-9/+10
* gh-142876: remove reference to thread in documentation of `asyncio.Queue.shut...Damian Birchler2025-12-171-1/+1
* Use other name for JIT contributor (#142877)Ken Jin2025-12-171-1/+1
* gh-139038: Add JIT What's New for 3.15 (#142845)Savannah Ostrowski2025-12-171-0/+86
* gh-140374: Add glossary entries related to multithreading (#140375)Lysandros Nikolaou2025-12-171-8/+164
* Python 3.15.0a3v3.15.0a3Hugo van Kemenade2025-12-1611-29/+29
* gh-76007: Deprecate `__version__` attribute in `wsgiref.simple_server` (#142675)Hugo van Kemenade2025-12-162-0/+2
* gh-142019: Add description about the exponent of result formatted with presen...1nftf2025-12-161-0/+3
* gh-83926: BlockingIOError characters_written is byte count (#141215)Cody Maloney2025-12-161-2/+2
* gh-141218: Fix inaccurate object comparison documentation (#141221)Mohsin Mehmood2025-12-161-1/+1
* Remove duplicate content in `Mapping types - dict` documentation (#141036)Owain Davies2025-12-161-3/+0
* Correct Glossary key function example to use str.casefold instead of str.lowe...Cameron Beck2025-12-161-1/+1
* decimal docs: specification link and examples (#128698)Sergey B Kirpichev2025-12-161-4/+26
* gh-106318: Add examples for str.ljust() method (#142719)Adorilson Bezerra2025-12-161-0/+13
* Clarify that PyStructSequence is different from collections.namedtuple (#142626)Petr Viktorin2025-12-161-2/+5
* gh-130536: Add details to `os.path` documentation (#130557)Arthur Wigo2025-12-161-9/+26
* gh-85204: Improve `locale.setlocale` example (#132683)Stan Ulbrych2025-12-161-13/+12
* gh-124864: Extends smtplib documentation on ESMTP options format (#132547)Patrick R2025-12-161-2/+4
* gh-139320: Cover exception chaining in the docs of `contextmanager.__exit__` ...Bartosz Sławecki2025-12-161-3/+5
* gh-85222: Document the global start method side effect in multiprocessing (GH...AN Long2025-12-151-14/+72
* gh-141081: Revert "Add a `.gitignore` file to `__pycache__` folders (#141162)...Hugo van Kemenade2025-12-151-8/+0
* gh-142020: ctypes docs: Note that find_library relies on the programs it runs...Petr Viktorin2025-12-151-0/+5
* gh-142217: Recommend PyUnicode_InternFromString() to replace _PyUnicode_FromI...Victor Stinner2025-12-152-2/+2
* gh-138122: Add --subprocesses flag to profile child processes in tachyon (#14...Pablo Galindo Salgado2025-12-151-12/+91
* gh-76007: Deprecate `__version__` attribute in `ctypes` (#142679)Hugo van Kemenade2025-12-152-0/+2
* gh-141081: Add a `.gitignore` file to `__pycache__` folders (#141162)Stan Ulbrych2025-12-151-0/+8
* gh-106318: Add examples for str.isnumeric() (#142680)Adorilson Bezerra2025-12-141-0/+15
* gh-138122: Add some screenshots to the profiling.sampling docs (#142676)Pablo Galindo Salgado2025-12-1414-5/+7163
* gh-141938: document treatment of `OSError` raised by `HTTPConnection.getrespo...Bénédikt Tran2025-12-141-5/+10
* typo fixes in docs (#142683)SYan2122025-12-144-4/+4
* Add 'Show translation source' to docs sidebar (#130355)Stan Ulbrych2025-12-131-0/+6
* Add missing comma to tuple in `except*` docs (#142395)dr-carlos2025-12-131-1/+1
* gh-142411: Change documentation to reflect the new docstring adjustments in 3...decorator-factory2025-12-132-15/+12
* gh-142568: Fix eval() docs to use 'source' parameter name (#142644)Joshua Ward2025-12-131-3/+3
* gh-76007: Deprecate `__version__` attribute in `http.server` (#142658)Hugo van Kemenade2025-12-132-0/+2
* GH-139686: Update versionchanged directive to 'next' in importlib (GH-142649)Brett Cannon2025-12-121-1/+1
* gh-139686: Make reloading a lazy module no-op (GH-139857)Amer Esmail Elsheikh2025-12-121-0/+6