summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-41426 Fix grammar in curses.getmouse() documentation (GH-21677)Miss Islington (bot)2020-07-291-1/+1
* Remove incorrect mention of method.__class__ in descriptor docs (GH-21665) (G...Miss Islington (bot)2020-07-291-4/+2
* Fix `List_Append` description, list is extracted at TOS1[-i] (GH-21465)Miss Islington (bot)2020-07-281-1/+1
* bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653)Miss Islington (bot)2020-07-281-1/+1
* [3.9] bpo-41045: Document debug feature of f-strings ('=') (GH-21509) (GH-21645)Guido van Rossum2020-07-271-5/+32
* [3.9] bpo-40939: Use the new grammar for the grammar specification documentat...Guido van Rossum2020-07-273-4/+91
* bpo-39868: Add documentation for Assignment Expressions (walrus, PEP 572) (GH...Miss Islington (bot)2020-07-251-2/+19
* bpo-41314: fixed annotations __future__ version (GH-21616)Miss Islington (bot)2020-07-251-1/+1
* bpo-32528: Document the change in inheritance of asyncio.CancelledError (GH-2...Miss Islington (bot)2020-07-241-2/+4
* Doc: fix import of asdl.py when called from outside Doc/. (GH-21529) (#21567)Miss Islington (bot)2020-07-201-1/+4
* 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-41325: Add version note for args and kwargs property in call object (GH-2...Miss Islington (bot)2020-07-181-0/+3
* bpo-41024: doc: Explicitly mention use of 'enum.Enum' as a valid container fo...Miss Islington (bot)2020-07-171-0/+14
* 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-141-2/+2
* bpo-41228: Fix /a/are/ in monthcalendar() descripton (GH-21372)Miss Islington (bot)2020-07-111-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
* [3.9] bpo-37207: Update whatsnews for 3.9 (GH-21337)Dong-hee Na2020-07-061-0/+4
* bpo-28681: Clarify multiple function names in the tutorial (GH-21340) (GH-21343)Miss Islington (bot)2020-07-061-5/+4
* bpo-26205: Specify the number of nested scopes (GH-21324) (GH-21341)Miss Islington (bot)2020-07-061-2/+2
* bpo-41211: Doc: Fix PyLong_FromUnicode (GH-21331)Inada Naoki2020-07-051-3/+1
* bpo-41211: Doc: Fix PyLong_FromUnicodeObject (GH-21325)Miss Islington (bot)2020-07-051-3/+1
* bpo-33864: Clarify the docs for typing.ByteString (GH-21311)Miss Islington (bot)2020-07-041-1/+1
* Remove extraneous file from the Docs folder (GH-21286)Miss Islington (bot)2020-07-021-0/+0
* bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all...Miss Islington (bot)2020-07-022-25/+5
* 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)Inada Naoki2020-06-301-0/+2
* Update libmpdec license dates (GH-21216)Miss Islington (bot)2020-06-291-1/+1
* bpo-41123: Doc: PyLong_FromUnicode will be removed in 3.10 (GH-21205)Inada Naoki2020-06-291-1/+1
* [3.9] bpo-38870: Extend subject of ast.unparse warnings (GH-21053) (GH-21191)Pablo Galindo2020-06-281-1/+6
* [3.9] Add soft keywords to the documentation (GH-21185) (GH-21187)Pablo Galindo2020-06-281-0/+16
* bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141)Miss Islington (bot)2020-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-241-4/+5
* Improve asyncio.loop.call_soon() documentation (GH-20883)Miss Islington (bot)2020-06-233-3/+7
* [3.9] bpo-40939: Deprecate PyNode_Compile (GH-21036)Lysandros Nikolaou2020-06-221-3/+3
* [3.9] bpo-40939: Deprecate the PyParser_SimpleParse* functions (GH-21012)Lysandros Nikolaou2020-06-212-0/+15
* Add link to .pypirc specification (GH-20680)Miss Islington (bot)2020-06-201-0/+3
* bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)Inada Naoki2020-06-181-0/+11
* [3.9] bpo-40924: Remove protocol for supplying Traversable objects from loade...Jason R. Coombs2020-06-141-3/+0
* [3.9] bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) (GH...Miss Islington (bot)2020-06-131-1/+1
* Update lexical_analysis.rst (GH-17508)Miss Islington (bot)2020-06-121-1/+1
* bpo-40895: Update weakref documentation to remove old warnings (GH-20687)Miss Islington (bot)2020-06-101-16/+0
* bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-...Miss Islington (bot)2020-06-102-5/+2
* [3.9] bpo-34003: Re-add versionchanged entry in csv docs (GH-20657) (GH-20770)Miss Islington (bot)2020-06-101-0/+3