summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpo-34805: Guarantee that __subclasses__() is in definition order. (GH-23844...Miss Islington (bot)2020-12-191-2/+2
* bpo-42670: Fix a missing word in the itertools.product() docs (GH-23823) (GH-...Miss Islington (bot)2020-12-191-1/+1
* bpo-36769: Document that fnmatch.filter supports any kind of iterable (GH-13039)Miss Islington (bot)2020-12-181-1/+1
* bpo-17140: Document multiprocessing's ThreadPool (GH-23812)Miss Islington (bot)2020-12-181-0/+40
* bpo-39096: Format specification documentation fixes for numeric types (GH-23575)Miss Islington (bot)2020-12-181-12/+23
* Fix indentation for get_stats_profile() docs (GH-23618)Miss Islington (bot)2020-12-161-1/+1
* [3.9] bpo-42517: [Enum] deprecate private name members (GH-23722) (GH-23748)Miss Islington (bot)2020-12-141-0/+9
* [3.9] bpo-41879: Doc: Fix description of async for statement (GH-23548) (GH-2...Miss Islington (bot)2020-12-131-4/+4