summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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