summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove reference to 3.7 and 3.8 backports. (GH-20754) (#20755)Miss Islington (bot)2020-06-091-1/+0
* bpo-24914: mention Python supports multiple paradigms in the FAQ (GH-20658) (...Miss Islington (bot)2020-06-081-6/+7
* bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-2...Victor Stinner2020-06-082-0/+17
* bpo-40910: Export Py_GetArgcArgv() function (GH-20721) (GH-20723)Victor Stinner2020-06-081-0/+9
* bpo-33187: Document 3.9 changes to xml.etree.ElementInclude.include (GH-20438)Miss Islington (bot)2020-06-081-2/+11
* bpo-22021: Update root_dir and base_dir documentation in shutil (GH-10367)Miss Islington (bot)2020-06-081-3/+47
* bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-2065...Miss Islington (bot)2020-06-051-3/+11
* Fix spacing in docs for tarfile (GH-20629)Miss Islington (bot)2020-06-041-1/+1
* bpo-40241: What's New in Python 3.9: opaque PyGC_Head (GH-20586)Miss Islington (bot)2020-06-021-0/+4
* Ensure correct version of Sphinx is used for Windows builds (GH-20582)Miss Islington (bot)2020-06-011-1/+1
* [3.9] bpo-40630: Add tracemalloc.reset_peak (GH-20102) (GH-20545)Huon Wilson2020-06-012-0/+65
* bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570)Miss Islington (bot)2020-06-011-3/+1
* bpo-17005: Move topological sort functionality to its own module (GH-20558)Miss Islington (bot)2020-06-014-202/+219
* Fix typo in "What's new in Python 3.9" (GH-20559)Miss Islington (bot)2020-05-311-1/+1
* bpo-40759: Deprecate the symbol module (GH-20364)Miss Islington (bot)2020-05-312-3/+9
* Fix asyncio.to_thread() documented return type (GH-20547)Miss Islington (bot)2020-05-311-2/+1
* bpo-40829: Add a what's new entry about deprecation of shuffle's random param...Miss Islington (bot)2020-05-301-0/+3
* 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-301-5/+6
* Indicate that abs() method accept argument that implement __abs__(), just lik...Miss Islington (bot)2020-05-291-3/+2
* Note the output ordering of combinatoric functions (GH-19732) (GH-20501)Miss Islington (bot)2020-05-281-9/+9
* bpo-40806: itertools.product immediately consumes its inputs (GH-20492) (GH-2...Miss Islington (bot)2020-05-281-0/+3
* bpo-1294959: Try to clarify the meaning of platlibdir (GH-20332)Miss Islington (bot)2020-05-282-7/+7
* bpo-37878: PyThreadState_DeleteCurrent() was not removed (GH-20489)Miss Islington (bot)2020-05-281-3/+2
* bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSp...Miss Islington (bot)2020-05-282-1/+64
* [3.9] bpo-40791: Use CRYPTO_memcmp() for compare_digest (GH-20456) (GH-20461)Christian Heimes2020-05-281-0/+5
* Improve IO tutorial's "Old string formatting" section (GH-16251)Miss Islington (bot)2020-05-281-5/+5
* bpo-39939: Fix removeprefix issue number in the What's New in Python 3.9 (GH-...Miss Islington (bot)2020-05-281-1/+1
* bpo-38580: Document that select() accepts iterables, not just sequences (GH-1...Miss Islington (bot)2020-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-261-2/+2
* [3.9] closes bpo-40774: Fix docs indentation for asyncio.create_subprocess_sh...Benjamin Peterson2020-05-261-8/+8
* bpo-23082: Better error message for PurePath.relative_to() from pathlib (GH-1...Miss Islington (bot)2020-05-251-1/+3
* bpo-39245: Fix docs links to the stable ABI (GH-20388)Miss Islington (bot)2020-05-251-9/+9
* bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383)Miss Islington (bot)2020-05-251-1/+1
* bpo-17050: Remove documentation on argparse.REMAINDER (GH-18661) (GH-20363)Miss Islington (bot)2020-05-241-13/+0
* 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-231-1/+1
* Reword aware/naive introduction sentence (GH-20175)Miss Islington (bot)2020-05-221-1/+2
* bpo-40730: Remove redundant 'to' (GH-20316) (GH-20318)Miss Islington (bot)2020-05-221-1/+1
* bpo-40725: Restore missing column of digits (GH-20313) (GH-20315)Miss Islington (bot)2020-05-221-30/+30
* [doc] Remove references to obsolete BuildApplet on macOS. (GH-20023) (GH-20304)Miss Islington (bot)2020-05-211-8/+2
* bpo-32309: Add support for contextvars in asyncio.to_thread() (GH-20278)Miss Islington (bot)2020-05-211-1/+5
* Update whatsnew benchmark results for 3.9 (GH-20276) (GH-20277)Miss Islington (bot)2020-05-211-0/+55
* bpo-40698: Improve distutils upload hash digests (GH-20260)Miss Islington (bot)2020-05-201-0/+7
* bpo-40291: Mention socket.CAN_J1939 in What's New (GH-20248)Miss Islington (bot)2020-05-201-0/+3