summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-...Serhiy Storchaka2020-06-102-5/+2
* bpo-40275: Add os_helper submodule in test.support (GH-20765)Hai Shi2020-06-101-172/+184
* bpo-34003: Re-add versionchanged entry in csv docs (GH-20657)Éric Araujo2020-06-101-0/+3
* Remove reference to 3.7 and 3.8 backports. (GH-20754)Stefan Krah2020-06-091-1/+0
* bpo-24914: mention Python supports multiple paradigms in the FAQ (#20658)Brett Cannon2020-06-081-6/+7
* bpo-40854: PYTHONPLATLIBDIR env var added to 3.9 (GH-20735)Victor Stinner2020-06-082-2/+2
* bpo-40910: Export Py_GetArgcArgv() function (GH-20721)Victor Stinner2020-06-081-0/+9
* bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-2...Sandro Mani2020-06-082-0/+17
* bpo-33187: Document 3.9 changes to xml.etree.ElementInclude.include (GH-20438)Shantanu2020-06-081-2/+11
* bpo-22021: Update root_dir and base_dir documentation in shutil (GH-10367)Lysandros Nikolaou2020-06-081-3/+47
* bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659)Jason R. Coombs2020-06-051-3/+11
* bpo-39573: Porting to Python 3.10: Py_SET_SIZE() macro (GH-20610)Victor Stinner2020-06-041-3/+21
* Fix spacing in docs for tarfile (GH-20629)Harsha Laxman2020-06-041-1/+1
* bpo-40839: PyDict_GetItem() requires the GIL (GH-20580)Victor Stinner2020-06-022-0/+8
* bpo-40241: What's New in Python 3.9: opaque PyGC_Head (GH-20586)Victor Stinner2020-06-021-0/+4
* Ensure correct version of Sphinx is used for Windows builds (GH-20582)Steve Dower2020-06-011-1/+1
* bpo-40630: adjust tracemalloc.reset_peak docs for backport to 3.9 (GH-20546)Huon Wilson2020-06-013-8/+7
* bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570)Zackery Spytz2020-06-011-3/+1
* bpo-17005: Move topological sort functionality to its own module (GH-20558)Pablo Galindo2020-05-314-202/+219
* Fix typo in "What's new in Python 3.9" (GH-20559)Lysandros Nikolaou2020-05-311-1/+1
* bpo-40759: Deprecate the symbol module (GH-20364)Batuhan Taskaya2020-05-312-3/+9
* bpo-40755: Add rich comparisons to Counter (GH-20548)Raymond Hettinger2020-05-311-41/+13
* Fix asyncio.to_thread() documented return type (GH-20547)Kyle Stanley2020-05-311-2/+1
* bpo-40829: Add a what's new entry about deprecation of shuffle's random param...Batuhan Taskaya2020-05-301-0/+3
* bpo-40798: Generate a different message for already removed elements (GH-20483)Florian Dahlitz2020-05-302-2/+12
* closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149)Samuel Gaist2020-05-301-5/+6
* bpo-29882: Add an efficient popcount method for integers (#771)Niklas Fiekas2020-05-292-0/+24
* Indicate that abs() method accept argument that implement __abs__(), just lik...Windson yang2020-05-291-3/+2
* Note the output ordering of combinatoric functions (GH-19732)Ruaridh Williamson2020-05-281-9/+9
* bpo-40806: Clarify that itertools.product immediately consumes its inpt (GH-2...Ramil Nugmanov2020-05-281-0/+3
* bpo-1294959: Try to clarify the meaning of platlibdir (GH-20332)Michał Górny2020-05-282-7/+7
* bpo-37878: PyThreadState_DeleteCurrent() was not removed (GH-20489)Victor Stinner2020-05-281-3/+2
* bpo-40755: Add missing multiset operations to Counter() (GH-20339)Raymond Hettinger2020-05-281-0/+41
* bpo-40275: Remove test.support.TESTFN_ENCODING (GH-20482)Hai Shi2020-05-281-5/+0
* bpo-40792: Make the result of PyNumber_Index() always having exact type int. ...Serhiy Storchaka2020-05-283-0/+12
* Improve IO tutorial's "Old string formatting" section (GH-16251)Adorilson Bezerra2020-05-281-5/+5
* bpo-39939: Fix removeprefix issue number in the What's New in Python 3.9 (GH...Elazar Gershuni2020-05-281-1/+1
* bpo-40275: Adding threading_helper submodule in test.support (GH-20263)Hai Shi2020-05-271-67/+78
* bpo-37129: Add os.RWF_APPEND flag for os.pwritev() (GH-20336)YoSTEALTH2020-05-271-4/+19
* bpo-40791: Use CRYPTO_memcmp() for compare_digest (#20456)Christian Heimes2020-05-271-0/+5
* bpo-39573: Convert Py_REFCNT and Py_SIZE to functions (GH-20429)Victor Stinner2020-05-272-9/+19
* bpo-37999: Fix outdated __int__ and nb_int references in comments (GH-20449)Mark Dickinson2020-05-271-30/+25
* bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSp...Pablo Galindo2020-05-272-1/+64
* bpo-40611: Adds MAP_POPULATE to the mmap module (GH-20061)Ethan Steinberg2020-05-261-1/+21
* bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)Serhiy Storchaka2020-05-261-0/+6
* bpo-39301: State that floor division is used for right shift operations (GH-2...Zackery Spytz2020-05-261-4/+2
* Remove duplicated words words (GH-20413)Serhiy Storchaka2020-05-263-3/+3
* bpo-40745: Fix typos in NewType docs (GH-20379)ziheng2020-05-261-2/+2
* closes bpo-40774: Fix docs indentation for asyncio.create_subprocess_shell() ...sth2020-05-261-8/+8
* bpo-23082: Better error message for PurePath.relative_to() from pathlib (GH-1...Rotuna2020-05-251-1/+3