summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* [docs] Correct typos in SSLContext.sni_callback (GH-30623) (GH-31421)Miss Islington (bot)2022-02-211-3/+3
* Counter doc mentions three methods, but lists four (GH-30706)Miss Islington (bot)2022-02-191-1/+1
* bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388)Miss Islington (bot)2022-02-187-181/+82
* [3.10] Update html.parser.rst (GH-30678) (GH-31385)Miss Islington (bot)2022-02-171-1/+1
* Update the OMG link (GH-30383)Miss Islington (bot)2022-02-151-1/+1
* Fix the signature of multiprocessing.set_executable (GH-31276) Miss Islington (bot)2022-02-141-2/+2
* Update __main__.rst (GH-30896) Miss Islington (bot)2022-02-141-1/+1
* doc: use colon for all color's rangs (GH-28998) (#31336)Miss Islington (bot)2022-02-141-2/+2
* bpo-38619: Update the documentation for UUID.hex (GH-29830)Miss Islington (bot)2022-02-141-1/+1
* [3.10] bpo-46747: Add missing key parameters in the bisect docs (GH-31323) (G...Dennis Sweeney2022-02-141-2/+2
* Corrections to format precision description. (GH-31291)Miss Islington (bot)2022-02-141-5/+6
* bpo-46483: [doc] pathlib classes no longer support parameterized generics (GH...Miss Islington (bot)2022-02-111-4/+0
* bpo-43532: add version added to KW_ONLY (GH-31235)Miss Islington (bot)2022-02-091-0/+2
* [3.10] bpo-46609: Update asyncio-task coroutine doc (GH-31132)Terry Jan Reedy2022-02-041-1/+1
* Optimize images by IMGbot (GH-21348)Miss Islington (bot)2022-02-043-1/+1
* Add recipe for subslices (GH-31095)Raymond Hettinger2022-02-031-0/+6
* Fix minor details in the Counter docs (GH-31029) (GH-31072)Miss Islington (bot)2022-02-021-3/+10
* [3.10] bpo-23556: [doc] Fix inaccuracy in documentation for raise without arg...Miss Islington (bot)2022-01-271-9/+8
* bpo-42982: Improve the text on suggested number of iterations of PBKDF2 (GH-2...Miss Islington (bot)2022-01-271-2/+7
* bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936) (GH-30944)Miss Islington (bot)2022-01-271-4/+6
* bpo-43698: do not use `...` as argument name in docs (GH-30502)Miss Islington (bot)2022-01-262-6/+6
* Improve grouper() recipe to demonstrate all forms of zip() (GH-30837) (GH-30840)Miss Islington (bot)2022-01-231-3/+12
* bpo-46266: Add calendar day of week constants to __all__ (GH-30412) (GH-30424)Miss Islington (bot)2022-01-231-1/+10
* bpo-46468: document that "-m http.server" defaults to port 8000 (GH-30776) (#...Miss Islington (bot)2022-01-221-7/+12
* doc: Clarify os.urandom return type (GH-30282)Miss Islington (bot)2022-01-191-1/+1
* Update documentation in datetime module strftime-and-strptime-behavior fix ty...Miss Islington (bot)2022-01-191-5/+5
* [3.10] bpo-45680: Clarify documentation on ``GenericAlias`` objects (GH-29335...Miss Islington (bot)2022-01-191-33/+84
* [3.10] bpo-46402: Promote SQLite URI tricks in sqlite3 docs (GH-30660) (GH-30...Erlend Egeberg Aasland2022-01-181-8/+22
* bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142)Miss Islington (bot)2022-01-181-2/+9
* bpo-20823: Clarify copyreg.pickle() documentation (GH-30230)Miss Islington (bot)2022-01-181-2/+2
* bpo-20281, bpo-29964: update datetime docs to refer %z and %Z to a pre-existi...Miss Islington (bot)2022-01-141-7/+6
* bpo-23183: Document the timeit output (GH-30359)Miss Islington (bot)2022-01-141-0/+7
* Define Py_BUILD_CORE_MODULEMiss Islington (bot)2022-01-131-2/+2
* Remove unused `Any` from `Concatenate` example in typing docs (GH-30516)Miss Islington (bot)2022-01-111-1/+1
* bpo-46261: Update `sqlite3.Cursor.lastrowid` docs (GH-30407)Miss Islington (bot)2022-01-081-8/+9
* bpo-46290: Fix parameter names in dataclasses docs (GH-30450)Miss Islington (bot)2022-01-081-12/+12
* [3.10] bpo-42378: fixed log truncation on logging shutdown (GH-27310) (GH-30468)Miss Islington (bot)2022-01-071-0/+3
* bpo-28546: [doc] Clarify setting pdb breakpoints (GH-30360)Miss Islington (bot)2022-01-071-5/+4
* bpo-46216: remove spurious link to os.system() from os.time() documentation (...Miss Islington (bot)2022-01-071-8/+8
* [3.10] bpo-46251: Add 'Security Considerations' section to logging configuraâ...Miss Islington (bot)2022-01-061-0/+14
* Fix missing "," in the documentation of Executor Objects (GH-30404)Miss Islington (bot)2022-01-041-1/+1
* bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-...Miss Islington (bot)2022-01-041-1/+2
* bpo-33252: Document that ResourceWarning is ignored by default (GH-30358) (GH...Miss Islington (bot)2022-01-041-1/+1
* Add doctest and improve readability for move_to_end() example. (GH-30370) (GH...Miss Islington (bot)2022-01-041-3/+5
* bpo-34931: [doc] clarify behavior of os.path.splitext() on paths with multipl...Miss Islington (bot)2022-01-031-1/+6
* argparse docs: prog default is the basename of argv[0] (GH-30298) (GH-30339)Miss Islington (bot)2022-01-021-1/+2
* bpo-46095: Improve SeqIter documentation. (GH-30316) (GH-30330)Miss Islington (bot)2022-01-011-0/+10
* [3.10] bpo-46120: State that `|` is preferred over `Union` (GH-30222) (GH-30250)Miss Islington (bot)2021-12-291-1/+1
* Fix typo in io.rst (GH-30218)Miss Islington (bot)2021-12-261-1/+1
* doc: fix a typo in unittest.mock.rst (GH-30227)Miss Islington (bot)2021-12-261-1/+1