summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* [3.10] gh-91838: Use HTTPS links in docs for resources which redirect to HTTP...Serhiy Storchaka2022-08-0415-21/+21
* gh-95423: Update winreg.DeleteKeyEx documentation and remove dynamic function...Steve Dower2022-08-031-12/+6
* [3.10] gh-95273: Align sqlite3 const doc refs with the devguide recommendatio...Erlend Egeberg Aasland2022-08-031-32/+32
* gh-95233: Correct grp.getgrgid parameter name in documentation (gid -> id) (g...Miss Islington (bot)2022-08-021-1/+1
* gh-95516: Add param types and clarify param descriptions of LogRecord (GH-955...Miss Islington (bot)2022-08-021-25/+48
* [3.10] gh-94635: Add Reference, How-to, and Explanation headings to sqlite3 d...Erlend Egeberg Aasland2022-07-311-96/+120
* gh-95273: Relocate sqlite3 enable load extension note (GH-95430)Miss Islington (bot)2022-07-291-12/+8
* gh-95432: Fixup sqlite3 tutorial example (GH-95431)Miss Islington (bot)2022-07-291-5/+5
* gh-95273: Improve sqlite3 class descriptions (GH-95379)Miss Islington (bot)2022-07-291-8/+34
* gh-95273: Condense sqlite3 executescript example (GH-95383) (#95419)Miss Islington (bot)2022-07-291-2/+9
* gh-95273: Move sqlite3 executemany examples from reference to tutorial (GH-95...Miss Islington (bot)2022-07-291-11/+26
* Improve documentation for adding datetime and timedelta (gh-95403) (gh-95409)Miss Islington (bot)2022-07-291-2/+2
* gh-86128: Add warning to ThreadPoolExecutor docs about atexit behaviour (GH-9...Miss Islington (bot)2022-07-281-0/+7
* Docs: Fix refs & tweak wording in sqlite3 'Using shortcut methods' (#95358)Miss Islington (bot)2022-07-281-2/+3
* [3.10] gh-95273: Normalise sqlite3 reference wording (GH-95274) (#95330)Erlend Egeberg Aasland2022-07-271-42/+43
* gh-94630: Fixup sqlite3 argument spec docs for connection execute* methods (G...Miss Islington (bot)2022-07-271-5/+5
* gh-94635: Add sqlite3 'Introduction' and 'Tutorial' doc headings (GH-95269)Miss Islington (bot)2022-07-271-1/+11
* [3.10] gh-95235: Add explicit parameter list to some sqlite3 methods (GH-9524...Erlend Egeberg Aasland2022-07-261-45/+87
* gh-95235: Document undocumented parameters in sqlite3 functions and methods (...Miss Islington (bot)2022-07-251-13/+17
* Closes gh-95133: docs, fix indentation level in TestCase.assertLogs example (...Miss Islington (bot)2022-07-221-2/+2
* gh-81040: Improve sqlite3.Cursor.rowcount docs (GH-94940)Miss Islington (bot)2022-07-221-12/+5
* Fix incorrect double indent in ast doc (GH-94976)Miss Islington (bot)2022-07-181-1/+1
* In ast doc, update 'below' to 'above' (GH-94967)Miss Islington (bot)2022-07-181-1/+1
* Add additional pointers to pathlib's mapping to os.path functions (GH-94828)Miss Islington (bot)2022-07-151-1/+2
* [3.10] [doc] Update cookbook example and add information about queue types. (...Miss Islington (bot)2022-07-151-0/+5
* Docs: fix typo in sqlite3.rst (GH-94798)Miss Islington (bot)2022-07-141-1/+1
* GH-77265: Document NaN handling in statistics functions that sort or count (G...Miss Islington (bot)2022-07-101-0/+29
* Use mdash-es consistently in the library docs index (GH-92762)Miss Islington (bot)2022-07-081-4/+4
* [3.10] gh-94622: Add more references to the sqlite3 types anchor (GH-94623). ...Erlend Egeberg Aasland2022-07-081-4/+4
* [3.10] gh-94321: Document sqlite3.PrepareProtocol (GH-94620) (#94671)Erlend Egeberg Aasland2022-07-071-0/+12
* gh-92743: Remove copyright sign next to "Raymond Hettinger" (#94665)Guy Yagev2022-07-071-1/+1
* [3.10] gh-94628: Add explicit parameter list to sqlite3.connect docs (GH-9462...Erlend Egeberg Aasland2022-07-071-76/+105
* gh-94630: Update sqlite3 docs with positional-only and keyword-only symbols (...Miss Islington (bot)2022-07-061-11/+11
* gh-94017: Improve clarity of sqlite3 transaction handling docs (GH-94320)Miss Islington (bot)2022-07-061-39/+61
* [3.10] gh-91330: Tests and docs for dataclass descriptor-typed fields (GH-944...Łukasz Langa2022-07-051-0/+51
* [3.10] bpo-46755: Don't log stack info twice in QueueHandler (GH-31355) (GH-9...Vinay Sajip2022-07-051-2/+12
* [3.10] Docs: remove redundant "adverb-adjective" hyphens from compound modifi...Łukasz Langa2022-07-0528-48/+48
* [3.10] Update logging documentation: change cross-reference and add webapp r...Vinay Sajip2022-07-041-1/+1
* IDLE doc: Tweek RESTART and Windows console start (GH-94530)Miss Islington (bot)2022-07-031-2/+4
* gh-81054: Document that SimpleHTTPRequestHandler follows symbolic links (GH-9...Miss Islington (bot)2022-07-012-2/+13
* Update code sample when importing modules in queue doc (GH-94244) (GH-94491)Miss Islington (bot)2022-07-011-1/+2
* multiprocessing.spawn doc: Capitalize the p in "Python" (gh-94462)Miss Islington (bot)2022-06-301-1/+1
* xml.dom.minidom docs: fix typo (GH-93437)Miss Islington (bot)2022-06-301-1/+1
* gh-89038: [doc] update dis.findlinestarts documentation for changes related t...Miss Islington (bot)2022-06-301-4/+6
* [3.10] bpo-92336: [doc] clarify that the dfile is read by the traceback displ...Miss Islington (bot)2022-06-291-2/+3
* [3.10] gh-82006: IDLE doc improvements (GH-94349) (GH-94358)Miss Islington (bot)2022-06-281-11/+24
* gh-70474: [doc] fix wording of GET_ANEXT doc (GH-94048)Miss Islington (bot)2022-06-251-2/+2
* [3.10] gh-90016: Reword sqlite3 adapter/converter docs (GH-93095) (#94273)Erlend Egeberg Aasland2022-06-251-80/+138
* Docs: Remove `Provides [...]` from `multiprocessing.shared_memory` descriptio...Miss Islington (bot)2022-06-241-2/+2
* gh-74696: Do not change the current working directory in shutil.make_archive(...Miss Islington (bot)2022-06-221-1/+7