aboutsummaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Simple Documentation fix: Missing link to return type class. (GH-21291)Miss Islington (bot)2020-07-201-2/+4
* bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15...Miss Islington (bot)2020-07-201-0/+8
* bpo-41205: Document Decimal power 0 to the 0 (GH-21386)Miss Islington (bot)2020-07-191-0/+3
* bpo-32528: Document the change in inheritance of asyncio.CancelledError (GH-2...Miss Islington (bot)2020-07-191-2/+4
* bpo-41325: Add version note for args and kwargs property in call object (GH-2...Miss Islington (bot)2020-07-181-0/+3
* Remove unnecessary spaces in code blocks in urllib.parse.rst (GH-21500)Miss Islington (bot)2020-07-161-15/+15
* Fix repeated words in Classes tutorial (GH-21455)Miss Islington (bot)2020-07-131-2/+2
* bpo-41228: Fix /a/are/ in monthcalendar() descripton (GH-21372)Miss Islington (bot)2020-07-101-1/+1
* Fix typo in docs: 'created by th' -> 'created by the' (GH-21384)Miss Islington (bot)2020-07-101-1/+1
* bpo-37765: Add keywords to IDLE tab completions (GH-15138)Miss Islington (bot)2020-07-091-42/+48
* bpo-41199: Docstring convention not followed for dataclasses documentation pa...Miss Islington (bot)2020-07-091-1/+1
* bpo-39417: Fix broken link to guide to building venvs (GH-18432)Miss Islington (bot)2020-07-071-1/+1
* bpo-28681: Clarify multiple function names in the tutorial (GH-21340) (GH-21344)Miss Islington (bot)2020-07-051-5/+4
* bpo-26205: Specify the number of nested scopes (GH-21324) (GH-21342)Miss Islington (bot)2020-07-051-2/+2
* bpo-41211: Doc: Fix PyLong_FromUnicode (GH-21331)Miss Islington (bot)2020-07-041-3/+1
* bpo-41211: Doc: Fix PyLong_FromUnicodeObject (GH-21325)Miss Islington (bot)2020-07-041-3/+1
* bpo-33864: Clarify the docs for typing.ByteString (GH-21311)Miss Islington (bot)2020-07-031-1/+1
* Doc: Minor fix to init config C API documentation (GH-21198)Miss Islington (bot)2020-07-011-2/+2
* Update FAQ release schedule and estimated users (GH-21180)Miss Islington (bot)2020-06-301-4/+4
* bpo-41123: Remove PyUnicode_AsUnicodeCopy in 3.10 (GH-21227)Miss Islington (bot)2020-06-301-0/+2
* Update ssl.rstMiss Islington (bot)2020-06-291-0/+3
* bpo-41123: Doc: PyLong_FromUnicode will be removed in 3.10 (GH-21205)Miss Islington (bot)2020-06-281-1/+1
* bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141) (GH-21...Ned Deily2020-06-251-1/+1
* bpo-40773: Fix rendering for 'retval' on the pdb page (GH-21081)Miss Islington (bot)2020-06-241-0/+1
* bpo-40707: Document that Popen.communicate sets the returncode attribute (GH-...Miss Islington (bot)2020-06-231-4/+5
* bpo-39699: Remove accidentally committed test change (GH-21089)Ammar Askar2020-06-231-2/+0
* Improve asyncio.loop.call_soon() documentation (GH-20883)Miss Islington (bot)2020-06-223-3/+7
* Add link to .pypirc specification (GH-20680) (#21019)Miss Islington (bot)2020-06-201-0/+3
* [3.8] bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) (GH...Miss Islington (bot)2020-06-131-1/+1
* [3.8] bpo-40895: Update weakref documentation to remove old warnings (GH-2068...Antoine Pitrou2020-06-101-14/+0
* [3.8] bpo-34003: Re-add versionchanged entry in csv docs (GH-20657) (GH-20771)Miss Islington (bot)2020-06-091-0/+3
* [3.8] Revert bpo-39576: docs: set context for decimal arbitrary precision ari...Stefan Krah2020-06-091-58/+8
* [3.8] Revert bpo-39576: Clarify the word size for the 32-bit build. (GH-20743)Stefan Krah2020-06-091-2/+2
* bpo-24914: mention Python supports multiple paradigms in the FAQ (GH-20658) (...Miss Islington (bot)2020-06-081-6/+7
* bpo-22021: Update root_dir and base_dir documentation in shutil (GH-10367)Miss Islington (bot)2020-06-071-3/+47
* Fix spacing in docs for tarfile (GH-20629)Miss Islington (bot)2020-06-041-1/+1
* Ensure correct version of Sphinx is used for Windows builds (GH-20582)Miss Islington (bot)2020-06-011-1/+1
* bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570)Miss Islington (bot)2020-06-011-3/+1
* bpo-40798: Generate a different message for already removed elements (GH-20483)Miss Islington (bot)2020-05-302-2/+12
* closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149)Miss Islington (bot)2020-05-291-5/+6
* Note the output ordering of combinatoric functions (GH-19732) (GH-20502)Miss Islington (bot)2020-05-281-9/+9
* Improve IO tutorial's "Old string formatting" section (GH-16251)Miss Islington (bot)2020-05-271-5/+5
* bpo-40025: Require _generate_next_value_ to be defined before members(GH-19763)Miss Islington (bot)2020-05-271-0/+4
* [3.8] bpo-38580: Document that select() accepts iterables, not just sequences...Tal Einat2020-05-261-3/+3
* bpo-39301: State that floor division is used for right shift operations (GH-2...Miss Islington (bot)2020-05-261-4/+2
* bpo-40745: Fix typos in NewType docs (GH-20379)Miss Islington (bot)2020-05-251-2/+2
* closes bpo-40774: Fix docs indentation for asyncio.create_subprocess_shell() ...Miss Islington (bot)2020-05-251-8/+8
* bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383)Miss Islington (bot)2020-05-251-1/+1
* bpo-40405: Fix asyncio.as_completed docs (GH-19753)Miss Islington (bot)2020-05-231-5/+5
* bpo-40439: Update broken link in lexical analysis docs (GH-20184)Miss Islington (bot)2020-05-221-1/+1