summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* [doc] Update example in traceback doc (GH-96600)Irit Katriel2022-09-051-15/+11
* gh-96559: Fixes Windows launcher handling of defaults using old-style tags, a...Steve Dower2022-09-051-0/+22
* gh-84095: Fill documentation gap regarding user-defined objects. (GH-96574)Vinay Sajip2022-09-051-0/+19
* gh-93973: Add all_errors to asyncio.create_connection (#93974)Pamela Fox2022-09-051-1/+13
* Docs: alphabetically order sqlite3.Cursor attrs (#96565)Erlend E. Aasland2022-09-041-30/+31
* gh-68163: Correct conversion of Rational instances to float (GH-25619)Sergey B Kirpichev2022-09-041-3/+6
* gh-95778: remove unneeded doc note on float.as_integer_ratio (#96553)Gregory P. Smith2022-09-041-7/+0
* doc typo: spell limitation (#96542)Mehrdad Moradizadeh2022-09-041-1/+1
* gh-89087: Update logging.QueueHandler documentation to clarify record… (GH-...Vinay Sajip2022-09-031-0/+14
* [Enum] bump version tag on HTTP status category indicators (GH-96508)Alexandru Mărășteanu2022-09-021-1/+1
* bpo-30419: DOC: Update missing information in bdb docs (#1687)Cheryl Sabella2022-09-021-58/+123
* gh-95180: Add `TaskGroup` and `Runner` to AsyncIO API Index (#95189)siph2022-09-021-9/+20
* gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)Gregory P. Smith2022-09-027-13/+262
* Allow whitespace around a slash in fraction string inputs (GH-96496)Raymond Hettinger2022-09-021-0/+3
* gh-96168: Improve sqlite3 dict_factory example (#96457)Erlend E. Aasland2022-09-011-18/+9
* gh-93554: Conditional jump opcodes only jump forward (GH-96318)Irit Katriel2022-09-011-36/+20
* gh-96408: Document difference between set-like view and sets. (GH-96439)Piotr Kaznowski2022-08-311-1/+5
* gh-89258: Add a getChildren() method to logging.Logger. (GH-96444)Vinay Sajip2022-08-311-0/+12
* gh-96414: Inline code examples in sqlite3 docs (#96442)Erlend E. Aasland2022-08-3115-349/+380
* Docs: normalise sqlite3 placeholder how-to heading (#96413)Erlend E. Aasland2022-08-301-2/+2
* gh-96143: Add some comments and minor fixes missed in the original PR (#96433)Pablo Galindo Salgado2022-08-302-0/+5
* gh-95149: Enhance `http.HTTPStatus` with properties that indicate the HTTP st...Alexandru Mărășteanu2022-08-301-0/+25
* gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)Pablo Galindo Salgado2022-08-304-0/+228
* GH-95245: Document use of `MANAGED` flags instead of offsets. (GH-96044)Mark Shannon2022-08-304-79/+78
* gh-95337: update TypeVarTuple example (#95338)Adrian Garcia Badaracco2022-08-301-8/+13
* gh-95413: Remove references to deprecated CGI library (#95414)partev2022-08-302-3/+3
* Docs: Improve clarity for bytes.hex() (#95257)Tim Burke2022-08-301-3/+4
* Doc: Update Py_TPFLAGS_HAVE_FINALIZE in docs (GH-96273)da-woods2022-08-301-3/+6
* Docs: normalize SQL style in sqlite3 docs (#96403)Erlend E. Aasland2022-08-291-7/+7
* gh-91305: Add a note about DatagramHandler and DNS latency. (GH-96380)Vinay Sajip2022-08-291-0/+7
* gh-90814: Correct NEWS wording re. optional C11 features (GH-96309)Petr Viktorin2022-08-291-1/+2
* gh-95432: Add doctests for the sqlite3 docs (#96225)Erlend E. Aasland2022-08-291-64/+125
* GH-96359: Fix docs that claim int(0|1) doesn't match False (GH-96361)Jonathan Oberländer2022-08-281-1/+1
* gh-69142: add %:z strftime format code (gh-95983)TW2022-08-281-2/+14
* Docs: Fix count of bullets in asyncio-task.rst (#96307)zhanpon2022-08-271-1/+1
* gh-77116: Add SMTP buffering example to logging cookbook. (GH-96324)Vinay Sajip2022-08-261-0/+82
* Fix documentation typo for pathlib.Path.walk (GH-96301)Ansab Gillani2022-08-261-1/+1
* gh-95994: Clarify escaped newlines. (#96066)Ezio Melotti2022-08-261-11/+22
* gh-96197: Define the behavior of repr if sys.displayhook is lost (gh-96242)Dong-hee Na2022-08-261-0/+2
* gh-96197: Fix expression when :func:`sys.breakpointhook is missing (gh-96293)Dong-hee Na2022-08-261-1/+1
* Clarify API stability of PyTypeObject in relation to static types. (GH-96217)ov2k2022-08-251-3/+3
* gh-76728: Coerce DictReader and DictWriter fieldnames argument to a list (GH-...Sam Ezeh2022-08-251-0/+4
* gh-91070: Add note about SysLogHandler on macOS 12.x (Monterey). (GH-94803)Vinay Sajip2022-08-251-0/+6
* GH-93503: Add thread-specific APIs to set profiling and tracing functions in ...Pablo Galindo Salgado2022-08-243-0/+50
* GH-96179: Fix misleading example on the bisect documentation (GH-96228)prego2022-08-241-1/+1
* gh-96197: Define the behavior of breakpoint if sys.breakpointhook is lost (gh...Dong-hee Na2022-08-241-0/+2
* gh-94635: Frame sqlite3 how-to headings as such & move default adapters to re...C.A.M. Gerlach2022-08-241-48/+48
* GH-96145: Add AttrDict to JSON module for use with object_hook (#96146)Raymond Hettinger2022-08-231-0/+43
* gh-96096: Add undocumented SQLITE_OK/DENY/IGNORE sqlite3 constants (#96134)C.A.M. Gerlach2022-08-231-4/+14
* gh-95432: Add doctest for sqlite3 tutorial (#96193)Erlend E. Aasland2022-08-231-16/+47