summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* [3.10] Use SyntaxError invalid range in tutorial introduction example (GH-930...Miss Islington (bot)2022-09-301-2/+2
* gh-96397: Document that attributes need not be identifiers (GH-96454)Miss Islington (bot)2022-09-292-2/+17
* closes gh-97650: correct sphinx executable (gh-97651)Miss Islington (bot)2022-09-291-1/+1
* fixup policy docs (GH-97618)Miss Islington (bot)2022-09-281-1/+1
* [3.10] gh-65046: Add note about logging from async code. (GH-97602) (GH-97609)Miss Islington (bot)2022-09-281-0/+8
* gh-96377: Update asyncio policy doc intro paras to be clear and accurate (GH-...Miss Islington (bot)2022-09-284-15/+32
* gh-96959: Update more HTTP links (GH-97536)Miss Islington (bot)2022-09-2722-101/+101
* [3.10] gh-97567: Fixup cached_statements default value in sqlite3.connect doc...Jia Junjie2022-09-271-1/+1
* GH-65046: Fix docs about logging in `asyncio` (GH-97559)Miss Islington (bot)2022-09-261-0/+4
* gh-82530: Create blank function instead of invalid import for email example (...Miss Islington (bot)2022-09-261-5/+9
* gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)Miss Islington (bot)2022-09-2514-18/+18
* gh-77171: Document that wave only supports simple PCM files (GH-97510)Miss Islington (bot)2022-09-231-1/+2
* gh-75608: Add Windows FAQ entry for missing UCRT (GH-92765)Miss Islington (bot)2022-09-231-0/+8
* gh-96397: Document that keywords in calls need not be identifiers (GH-96393)Miss Islington (bot)2022-09-221-2/+12
* gh-81039: Add small example of f-string's "=}" to tutorial (gh-92291) (gh-96990)Miss Islington (bot)2022-09-212-1/+12
* [3.10] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (...Miss Islington (bot)2022-09-202-0/+20
* [3.10] gh-96917: link to typing.readthedocs.io from typing.rst (GH-96921) (GH...Shantanu2022-09-201-0/+5
* [3.10] gh-96727: Document restrictions on Handler.emit() with respect to lock...Vinay Sajip2022-09-201-0/+16
* gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-96874)Miss Islington (bot)2022-09-161-2/+2
* gh-96810: Clarify for which statements sqlite3 implicitly opens transactions ...Miss Islington (bot)2022-09-151-1/+2
* gh-95778: Fix `sys.set_int_max_str_digits()` parameter name (GH-96798)Miss Islington (bot)2022-09-131-1/+1
* [3.10] gh-96702: Order methods before attrs in sqlite3.Connection docs (GH-96...Erlend E. Aasland2022-09-131-97/+95
* gh-94972: document that shield users need to keep a reference to their task (...Miss Islington (bot)2022-09-102-5/+14
* [3.10] gh-88287: Add BufferingFormatter documentation. (GH-96608) (GH-96674)Miss Islington (bot)2022-09-081-0/+29
* [doc] Update example in traceback doc (GH-96600) (GH-96605)Irit Katriel2022-09-071-15/+11
* [3.10] gh-84095: Fill documentation gap regarding user-defined objects. (GH-â...Vinay Sajip2022-09-051-1/+20
* Docs: alphabetically order sqlite3.Cursor attrs (GH-96565)Miss Islington (bot)2022-09-041-30/+31
* gh-68163: Correct conversion of Rational instances to float (GH-25619) (GH-96...Miss Islington (bot)2022-09-041-3/+6
* gh-95778: remove unneeded doc note on float.as_integer_ratio (GH-96553)Miss Islington (bot)2022-09-041-7/+0
* doc typo: spell limitation (GH-96542)Miss Islington (bot)2022-09-041-1/+1
* [3.10] gh-89087: Update logging.QueueHandler documentation to clarify recordâ...Miss Islington (bot)2022-09-031-0/+14
* bpo-30419: DOC: Update missing information in bdb docs (GH-1687)Miss Islington (bot)2022-09-021-58/+123
* [3.10] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96501)Gregory P. Smith2022-09-028-15/+272
* gh-96168: Improve sqlite3 dict_factory example (GH-96457)Miss Islington (bot)2022-09-011-18/+9
* [3.10] gh-96414: Inline code examples in sqlite3 docs (GH-96442). (#96453)Erlend E. Aasland2022-08-3114-283/+308
* Docs: normalise sqlite3 placeholder how-to heading (GH-96413)Miss Islington (bot)2022-08-301-2/+2
* Docs: Improve clarity for bytes.hex() (GH-95257)Miss Islington (bot)2022-08-301-3/+4
* [3.10] gh-91305: Add a note about DatagramHandler and DNS latency. (GH-96380)...Miss Islington (bot)2022-08-301-0/+7
* Doc: Update Py_TPFLAGS_HAVE_FINALIZE in docs (GH-96273)Miss Islington (bot)2022-08-301-3/+6
* [3.10] Docs: normalize SQL style in sqlite3 docs (GH-96403). (#96409)Erlend E. Aasland2022-08-301-6/+6
* [3.10] gh-95432: Add doctests for the sqlite3 docs (GH-96225) (#96379)Erlend E. Aasland2022-08-292-48/+91
* GH-96359: Fix docs that claim int(0|1) doesn't match False (GH-96361)Miss Islington (bot)2022-08-291-1/+1
* [3.10] gh-95994: Clarify escaped newlines. (GH-96066) (#96360)Ezio Melotti2022-08-281-11/+21
* [3.10] gh-77116: Add SMTP buffering example to logging cookbook. (GH-96324) (...Miss Islington (bot)2022-08-271-0/+82
* gh-96197: Define the behavior of repr if sys.displayhook is lost (gh-96242)Miss Islington (bot)2022-08-261-0/+2
* gh-96197: Fix expression when :func:`sys.breakpointhook is missing (gh-96293)Miss Islington (bot)2022-08-261-1/+1
* Clarify API stability of PyTypeObject in relation to static types. (GH-96217)Miss Islington (bot)2022-08-251-3/+3
* [3.10] gh-91070: Add note about SysLogHandler on macOS 12.x (Monterey). (GH-9...Miss Islington (bot)2022-08-251-0/+6
* GH-96179: Fix misleading example on the bisect documentation (GH-96228)Miss Islington (bot)2022-08-241-1/+1
* gh-96197: Define the behavior of breakpoint if sys.breakpointhook is lost (gh...Miss Islington (bot)2022-08-241-0/+2