summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-31415: importtime was made by Inada Naoki (GH-31875)Miss Islington (bot)2022-03-141-1/+1
* [3.10] bpo-30677: [doc] mention that os.mkdir() can raise FileNotFoundError (...Miss Islington (bot)2022-03-141-1/+2
* [3.10] bpo-43215: Document Happy Eyeballs args of asyncio.open_connection (GH...Illia Volochii2022-03-141-1/+5
* [3.10] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31857)Jason R. Coombs2022-03-131-0/+1
* [3.10] sqlite3: normalise pre-acronym determiners (GH-31772) (GH-31806)Jelle Zijlstra2022-03-111-5/+5
* [3.10] bpo-46677: Add examples of inheritance and attributes to `TypedDict` d...Charlie Zhao2022-03-111-3/+88
* bpo-31327: Update time documentation to reflect possible errors (GH-31460)Miss Islington (bot)2022-03-111-0/+6
* Remove print race from task_done example. (GH-31795)Miss Islington (bot)2022-03-101-4/+3
* [3.10] Docstring: replace pysqlite with sqlite3 (GH-31758) (GH-31777)Jelle Zijlstra2022-03-091-2/+2
* Removed confusing reference to sys (GH-31638)Miss Islington (bot)2022-03-081-3/+3
* [3.10] docs: Don't use code formatting for emphasis (GH-30519) (GH-31764)Jelle Zijlstra2022-03-081-1/+1
* Removed ambiguity in __init_subclass__ docs (GH-31540)Miss Islington (bot)2022-03-071-1/+1
* bpo-46494: Mention the typing_extensions pkg in typing docs (GH-31260)Miss Islington (bot)2022-03-071-0/+4
* importlib.metadata: Remove empty footnote section (GH-30451)Miss Islington (bot)2022-03-071-3/+0
* bpo-45680: Improve docs on subscriptions w.r.t. `GenericAlias` objects (GH-29...Miss Islington (bot)2022-03-071-20/+30
* bpo-38738: Fix formatting of True and False in the threading documentation (G...Miss Islington (bot)2022-03-041-8/+8
* bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631)Miss Islington (bot)2022-03-041-7/+4
* bpo-6634: [doc] clarify that sys.exit() does not always exit the interpreter ...Miss Islington (bot)2022-03-031-5/+3
* bpo-21910: Clarify docs for codecs writelines method (GH-31245)Miss Islington (bot)2022-03-021-2/+3
* [3.10] bpo-45492: Corrected documentation for co_names in inspect library doc...Irit Katriel2022-03-021-2/+3
* bpo-42982: update pbkdf2 example & add another link (GH-30966) (#30968)Miss Islington (bot)2022-03-011-5/+7
* Add missing "to" to two tp_flags notes (GH-31624)Miss Islington (bot)2022-02-281-2/+2
* bpo-26897: Clarify Popen stdin, stdout, stderr file object docs (GH-30231)Miss Islington (bot)2022-02-251-14/+16
* Update dict/OrderedDict differences with code equivalents. (GH-31563)Miss Islington (bot)2022-02-251-6/+23
* bpo-34429: Noted TemporaryFile behavior on non-Posix/non-Cygwin systems (GH-3...Miss Islington (bot)2022-02-251-0/+3
* bpo-40421: Fix PyFrame_GetCode() documentation (GH-31535)Miss Islington (bot)2022-02-231-2/+2
* Minor fixes to C API docs (GH-31501)Miss Islington (bot)2022-02-224-24/+28
* [3.10] bpo-20923 : [doc] Explain ConfigParser 'valid section name' and .SECT...Miss Islington (bot)2022-02-221-0/+3
* [3.10] bpo-36557: Updated wording for using/windows (GH-31457) (GH-31504)Miss Islington (bot)2022-02-221-2/+2
* [docs] Correct typos in SSLContext.sni_callback (GH-30623) (GH-31421)Miss Islington (bot)2022-02-201-3/+3
* Improve discussion about how __getattr__ is invoked. (GH-31435) (GH-31437)Miss Islington (bot)2022-02-191-9/+7
* Counter doc mentions three methods, but lists four (GH-30706)Miss Islington (bot)2022-02-181-1/+1
* bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388)Miss Islington (bot)2022-02-187-181/+82
* docs: Link `match` statement in tutorial (GH-31396)Miss Islington (bot)2022-02-171-1/+1
* [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
* Fix minor grammar error (GH-31325)Miss Islington (bot)2022-02-141-1/+1
* Fix a typo in Doc/faq/programming.rst (GH-31243)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-131-5/+6
* bpo-45447: Add entry to What's new 3.10 (GH-31304)Miss Islington (bot)2022-02-121-1/+6
* bpo-45447: Add entry to What's new 3.9 (GH-31305)Miss Islington (bot)2022-02-121-0/+3
* 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-045-1/+1