summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* [3.9] bpo-41370: Add note about ForwardRefs and PEP585 generic types in docs ...Miss Islington (bot)2021-04-041-2/+7
* bpo-43325: Add FAQ entry for identity tests (GH-25168) (GH-25178)Miss Islington (bot)2021-04-042-3/+89
* Replace broken example code with correct simpler code. (GH-25162) (GH-25166)Miss Islington (bot)2021-04-031-2/+2
* Add more tests for the descriptor tutorial (GH-25164) (#25165)Miss Islington (bot)2021-04-031-7/+57
* bpo-43705: Document that SyntaxError's offsets are 1-indexed (GH-25153)Miss Islington (bot)2021-04-021-3/+19
* bpo-43677: Fix a minor error in Doc/howto/descriptor.rst (GH-25123) (#25140)Miss Islington (bot)2021-04-021-1/+1
* Doc: io: Remove "In-memory streams" section (GH-24927)Miss Islington (bot)2021-04-011-10/+0
* bpo-42840: Document providing kwargs to type. (GH-24173)Miss Islington (bot)2021-04-011-1/+8
* bpo-42225: IDLE - document two unix-related problems. (GH-25078)Miss Islington (bot)2021-03-311-2/+17
* bpo-31907: [doc] clarify that str.format() does not support arbitrary express...Miss Islington (bot)2021-03-281-2/+2
* bpo-43644: Add docs for importlib.resources.as_file. (GH-25048)Miss Islington (bot)2021-03-281-0/+16
* bpo-39231: correct tutorial annotations section (GH-25029)Miss Islington (bot)2021-03-271-1/+1
* bpo-39616: clarify SSLContext.check_hostname effect (GH-18484)Miss Islington (bot)2021-03-271-1/+1
* bpo-43620: Remove reference to os.sep from os.path.join() doc (GH-25025) (#25...Miss Islington (bot)2021-03-261-5/+4
* Clarify attribute docs on types.ModuleType (GH-24974)Miss Islington (bot)2021-03-231-2/+30
* Add a warning block around the get_referrers() documentation (GH-24511)Miss Islington (bot)2021-03-181-4/+5
* bpo-43506: Doc: Update removal schedule for Py_UNICODE encoder APIs (GH-24885)Miss Islington (bot)2021-03-161-11/+15
* [3.9] bpo-43285: Add a What's New entry for 3.9.3. (GH-24888)Gregory P. Smith2021-03-161-0/+9
* Fix typo in the word "spaghetti" (GH-24866)Miss Islington (bot)2021-03-151-1/+1
* [3.9] [doc] Document logging.basicConfig default format (GH-23710) (GH-24835)Miss Islington (bot)2021-03-151-1/+3
* bpo-43199: Briefly explain why no goto (GH-24852)Miss Islington (bot)2021-03-151-1/+9
* bpo-43427: Separte the method overview from the static method specifics. (GH...Miss Islington (bot)2021-03-141-2/+6
* Fix typos in unittest documentation (GH-24194)Miss Islington (bot)2021-03-141-3/+3
* Update link to Django's Context class. (GH-24805) (#24841)Miss Islington (bot)2021-03-132-2/+2
* [3.9] bpo-43353: Document that logging.getLevelName() accepts string represen...Mariusz Felisiak2021-03-121-8/+17
* [3.9] bpo-43439: Add audit hooks for gc functions (GH-24794). (GH-24811)Pablo Galindo2021-03-101-0/+5
* bpo-43446: Fix markup in sqlite3 footnote (GH-24806)Miss Islington (bot)2021-03-091-1/+1
* bpo-3329: Fix typo in PyObjectArenaAllocator doc (GH-24795)Miss Islington (bot)2021-03-091-1/+1
* bpo-43415: Fix typo on dataclasses.rst (GH-24789) (GH-24790)Miss Islington (bot)2021-03-081-1/+1
* Put contextvars docs into the concurrency category (GH-24760)Miss Islington (bot)2021-03-062-1/+1
* bpo-43407: Clarify comparisons of time.monotonic() et al results (GH-24757)Miss Islington (bot)2021-03-061-4/+4
* bpo-43400: Remove "easy to use" from mock docs (GH-24752) (GH-24758)Miss Islington (bot)2021-03-051-1/+1
* bpo-43396: Normalise naming in sqlite3 doc examples (GH-24746)Miss Islington (bot)2021-03-041-25/+25
* Add an attribution to the Green Tree Snakes in the AST docs (GH-24727)Miss Islington (bot)2021-03-031-0/+5
* Doc: Improve library/json document. (GH-24390)Miss Islington (bot)2021-03-021-7/+6
* Fixed linenumber missing when audit hook has an error (GH-24692)Miss Islington (bot)2021-03-011-0/+1
* Fix grammar in enum documentation. (GH-24689)Miss Islington (bot)2021-03-011-1/+1
* bpo-43293: Doc: move note about GIL to top of threading module (GH-24622)Miss Islington (bot)2021-02-241-13/+13
* bpo-43283: Add IDLE doc paragraph about print speed (GH-24615)Miss Islington (bot)2021-02-241-0/+9
* bpo-36346: Document removal schedule of deprecate APIs (GH-20879)Miss Islington (bot)2021-02-222-8/+7
* bpo-23882: Doc: Clarify unittest discovery document (GH-21560)Miss Islington (bot)2021-02-221-6/+12
* bpo-43283: Rearrange some IDLE doc paragraphs. (GH-24604)Miss Islington (bot)2021-02-211-14/+15
* bpo-27646: Say that 'yield from' expression can be any iterable (GH-24595)Miss Islington (bot)2021-02-211-2/+2
* Fix typo in dis module doc (GH-24509)Miss Islington (bot)2021-02-201-1/+1
* bpo-43042: Augment tutorial sentence (GH-24514)Miss Islington (bot)2021-02-201-1/+2
* closes bpo-43266: Improve array formatting. (GH-24573)Miss Islington (bot)2021-02-191-4/+4
* closes bpo-43254: Fix *snprintf() man page refs. (GH-24563)Miss Islington (bot)2021-02-191-2/+2
* Remove all links to mingw.org (GH-24552)Miss Islington (bot)2021-02-182-4/+1
* [3.9] Minor improvements to the convolve() recipe (GH-24520)Pablo Galindo2021-02-152-2/+3
* [3.9] bpo-42967: only use '&' as a query string separator (GH-24297) (#24528)Senthil Kumaran2021-02-156-5/+77