summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bpo-43200: Fix link to shutil.copy() in the shutil doc (GH-24505)Miss Islington (bot)2021-02-131-2/+3
* bpo-41824: Add versionadded for typing.ForwardRef docs (#24224) (#24493)Ken Jin2021-02-091-0/+2
* bpo-16781: In 'exec' doc, add 'nonlocal' to 'yield' and 'return' (GH-2446)Miss Islington (bot)2021-02-071-1/+2
* Simple typo fix (GH-24448)Miss Islington (bot)2021-02-051-1/+1
* bpo-43082: Remove redundant 'the' in Descriptor howto (GH-24394) (GH-24427)Miss Islington (bot)2021-02-031-1/+1
* Add link to Microsoft docs for limitations in Windows Store package (GH-24422)Miss Islington (bot)2021-02-031-0/+5
* bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364)Miss Islington (bot)2021-01-311-4/+0
* [doc] Document VIRTUAL_ENV environment variable (GH-21970)Miss Islington (bot)2021-01-301-0/+4
* Fixing typos in turtle.rst (GH-24376)Miss Islington (bot)2021-01-291-6/+6
* Fixed typo in turtle.rst (GH-24371)Miss Islington (bot)2021-01-291-1/+1
* bpo-43008: Make IDLE respect sys.excepthook (GH-24302)Miss Islington (bot)2021-01-271-1/+1
* bpo-40304: Correct type(name, bases, dict) doc (GH-19553)Miss Islington (bot)2021-01-221-8/+9
* Docs: Remove stray semicolon in init.rst (GH-23974)Miss Islington (bot)2021-01-141-1/+1
* [3.9] bpo-42811: Update importlib.utils.resolve_name() docs to use __spec__.p...Yair Frid2021-01-071-1/+1
* bpo-38413: Remove outdated section about multithreading in sqlite3 (GH-23159)Vladimir2021-01-061-13/+0
* bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (G...Miss Islington (bot)2021-01-0626-52/+74
* bpo-14014: Clarify StreamWriter.reset() documentation (GH-13716)Miss Islington (bot)2021-01-061-2/+2
* Revert "[3.9] [doc] Fix erroneous backslashes in signatures and names (GH-236...Julien Palard2021-01-048-10/+10
* [3.9] bpo-42681: Fix range checks for color and pair numbers in curses (GH-23...Serhiy Storchaka2021-01-031-6/+8
* Bring Python into the new year. (GH-24036)Miss Islington (bot)2021-01-012-2/+2
* bpo-42781: Document the mechanics of cached_property from a user viewpoint (G...Miss Islington (bot)2021-01-011-4/+14
* Fixes a typo in importlib.metadata. (GH-23921) (#24029)Miss Islington (bot)2020-12-311-2/+2
* [3.9] bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861). (GH-24017)Andre Delfino2020-12-311-0/+6
* bpo-42700: Swap descriptions in pyexpat.errors (GH-23876)Miss Islington (bot)2020-12-291-2/+2
* [doc] Fix missing commas in signatures (GH-23693)Miss Islington (bot)2020-12-292-3/+3
* bpo-42770: Fix a typo in the email.headerregistry docs (GH-23982)Miss Islington (bot)2020-12-291-1/+1
* bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965)Miss Islington (bot)2020-12-271-1/+1
* Add convolve() to the itertools recipes (GH-23928) (GH-23949)Miss Islington (bot)2020-12-261-0/+12
* bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467)Miss Islington (bot)2020-12-251-2/+3
* BPO-42703: Fix incorrect documentation links for asyncio.Event (GH-23881)Miss Islington (bot)2020-12-231-5/+5
* bpo-29030: Document interaction between *choices* and *metavar*. (GH-23884) (...Miss Islington (bot)2020-12-221-0/+5
* [3.9] [doc] Fix a few margins due to bad markup (GH-23619). (GH-23859)Andre Delfino2020-12-228-81/+80
* [3.9] [doc] Fix erroneous backslashes in signatures and names (GH-23658) (GH-...Andre Delfino2020-12-2232-90/+90
* bpo-42669: Document that `except` rejects nested tuples (GH-23822) (GH-23870)Miss Islington (bot)2020-12-201-1/+2
* bpo-42572: Improve argparse docs for the type parameter. (GH-23849) (GH-23869)Miss Islington (bot)2020-12-201-50/+57
* bpo-41724: Explain when the conversion is not possible with detect_types enab...Miss Islington (bot)2020-12-201-1/+3
* [3.9] bpo-42675: Document collections.abc.Callable changes (GH-23839) (#23852)kj2020-12-192-0/+22
* bpo-42559: Not that getrandbits() is non-negative. (GH-23843) (GH-23851)Miss Islington (bot)2020-12-191-4/+5