summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Python 3.15.0a3v3.15.0a3Hugo van Kemenade10 days5-7/+7
* gh-142019: Add description about the exponent of result formatted with presen...1nftf10 days1-0/+3
* gh-83926: BlockingIOError characters_written is byte count (#141215)Cody Maloney10 days1-2/+2
* gh-141218: Fix inaccurate object comparison documentation (#141221)Mohsin Mehmood10 days1-1/+1
* Remove duplicate content in `Mapping types - dict` documentation (#141036)Owain Davies10 days1-3/+0
* decimal docs: specification link and examples (#128698)Sergey B Kirpichev10 days1-4/+26
* gh-106318: Add examples for str.ljust() method (#142719)Adorilson Bezerra10 days1-0/+13
* gh-130536: Add details to `os.path` documentation (#130557)Arthur Wigo10 days1-9/+26
* gh-85204: Improve `locale.setlocale` example (#132683)Stan Ulbrych10 days1-13/+12
* gh-124864: Extends smtplib documentation on ESMTP options format (#132547)Patrick R10 days1-2/+4
* gh-139320: Cover exception chaining in the docs of `contextmanager.__exit__` ...Bartosz Sławecki10 days1-3/+5
* gh-85222: Document the global start method side effect in multiprocessing (GH...AN Long11 days1-14/+72
* gh-142020: ctypes docs: Note that find_library relies on the programs it runs...Petr Viktorin11 days1-0/+5
* gh-138122: Add --subprocesses flag to profile child processes in tachyon (#14...Pablo Galindo Salgado11 days1-12/+91
* gh-106318: Add examples for str.isnumeric() (#142680)Adorilson Bezerra12 days1-0/+15
* gh-138122: Add some screenshots to the profiling.sampling docs (#142676)Pablo Galindo Salgado12 days11-4/+93
* gh-141938: document treatment of `OSError` raised by `HTTPConnection.getrespo...Bénédikt Tran12 days1-5/+10
* typo fixes in docs (#142683)SYan21212 days1-1/+1
* gh-142411: Change documentation to reflect the new docstring adjustments in 3...decorator-factory13 days1-2/+2
* gh-142568: Fix eval() docs to use 'source' parameter name (#142644)Joshua Ward13 days1-3/+3
* GH-139686: Update versionchanged directive to 'next' in importlib (GH-142649)Brett Cannon14 days1-1/+1
* gh-139686: Make reloading a lazy module no-op (GH-139857)Amer Esmail Elsheikh14 days1-0/+6
* GH-142389: Add backtick markup support in description and epilog (#142390)Savannah Ostrowski14 days1-0/+21
* Doc: remove the invalid type variables of typing.TextIO and BinaryIO (#142642)Roman Donchenko14 days1-2/+2
* gh-138122: Add code examples to the profiling.sampling ddocs (#142609)Pablo Galindo Salgado2025-12-121-0/+66
* gh-138122: Add exception profiling mode to the sampling profiler (#142561)Pablo Galindo Salgado2025-12-111-4/+67
* GH-65961: Stop setting `__cached__` on modules (GH-142165)Brett Cannon2025-12-113-14/+19
* GH-142203: Remove the `debug_override` parameter from `packaging.util.cache_f...Brett Cannon2025-12-111-7/+4
* Use subcommand over sub-command in argparse docs (#142488)Savannah Ostrowski2025-12-111-3/+3
* gh-138122: Make the tachyon profiler opcode-aware (#142394)Pablo Galindo Salgado2025-12-111-29/+90
* GH-97850: Remove all uses and definitions of `load_module()` from importlib (...Brett Cannon2025-12-101-80/+15
* gh-140727: Restructure profiling documentation for PEP 799 (#142373)Pablo Galindo Salgado2025-12-099-679/+2110
* gh-108202: ``calendar``: Document ``prweek`` (#108466)Apurva Khatri2025-12-081-0/+5
* gh-141732: Fix `ExceptionGroup` repr changing when original exception sequenc...dr-carlos2025-12-071-0/+6
* gh-101100: Fix references to the set methods (GH-141857)Serhiy Storchaka2025-12-051-101/+109
* gh-48752: Add readline.get_pre_input_hook() function (#141586)Sanyam Khurana2025-12-051-0/+9
* gh-135676: Reword the f-string (and t-string) section (GH-137469)Petr Viktorin2025-12-031-85/+111
* Document None for timeout argument of select.select (#142177)Petr Viktorin2025-12-021-2/+2
* gh-141473: Document not calling Popen.wait after Popen.communicate times out....Gregory P. Smith2025-12-011-0/+5
* gh-142066: Fix grammar in multiprocessing Pipes and Queues (GH-142121)Tadej Magajna2025-12-011-2/+2
* gh-142067: Add missing default value for param in `multiprocessing.Pipe`'s do...flovent2025-11-301-1/+1
* gh-133146: Add the old public `get_value` method to documentation and refacto...Duprat2025-11-291-0/+10
* Docs: Prepare for Sphinx 9 (#142057)Adam Turner2025-11-291-5/+2
* GH-121970: Remove Docutils list monkeypatch (#142056)Adam Turner2025-11-292-24/+24
* GH-141963: Clarify argparse documentation (GH-141964)Moshe Kaplan2025-11-291-8/+8
* Docs: multi-disk ZIP files -> multipart ZIP files (GH-141962)Hugo van Kemenade2025-11-291-9/+9
* gh-141994: Warn of XXE vulnerability in documentation of SAX feature `xml.sax...Sebastian Pipping2025-11-291-0/+8
* gh-141473: Fix subprocess.Popen.communicate to send input to stdin upon a sub...Artur Jamro2025-11-291-1/+3
* Docs: Move to method references for bytearray.take_bytes (#142053)Cody Maloney2025-11-281-1/+1
* gh-140505: Fix 'parameters' to 'arguments' in xmlrpc.client.MultiCall docs (G...SIVALANAGASHANKARNIVAS2025-11-271-1/+1