summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bpo-38980: Add -fno-semantic-interposition when building with optimizations (...datetime_backport_testPablo Galindo2020-10-214-0/+27
* bpo-35181: Correct importlib documentation for some module attributes (GH-15190)Géry Ogam2020-10-212-21/+11
* Fix bpo-39416: Change "Numeric" to lower case; an english word, not a class n...kpinc2020-10-211-1/+1
* bpo-41746: Cast to typed seqs in CHECK macros to avoid type erasure (GH-22864)Lysandros Nikolaou2020-10-213-79/+98
* bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH-22...Raúl Cumplido2020-10-211-1/+1
* bpo-39416: Document some restrictions on the default string representations o...kpinc2020-10-212-0/+19
* bpo-41747: Ensure all dataclass methods uses their parents' qualname (GH-22155)Batuhan Taskaya2020-10-213-2/+36
* Update tzdata to 2020.3 (GH-22856)Paul Ganssle2020-10-211-1/+1
* Doc: Fix a typo/error in the docs for cached bytecode (GH-22445)Zackery Spytz2020-10-211-1/+1
* Doc: Do not suggest `s[::-1]` for reversed order (GH-22457)Andre Delfino2020-10-212-7/+1
* Doc: Remove old Python version from future stmt (GH-21802)Andre Delfino2020-10-211-2/+2
* Doc: Do not encourage using a base class name in a derived class (GH-22177)Andre Delfino2020-10-211-6/+6
* bpo-41902: Micro optimization for range.index if step is 1 (GH-22479)Dong-hee Na2020-10-212-5/+12
* bpo-23706: Add newline parameter to pathlib.Path.write_text (GH-22420) (GH-22...Максим2020-10-204-3/+27
* bpo-41902: Micro optimization for compute_item of range (GH-22492)Dong-hee Na2020-10-212-5/+14
* Update idlelib/help.html to current Sphinx output (GH-22833)Terry Jan Reedy2020-10-201-33/+37
* bpo-41586: Attempt to make the pipesize tests more robust. (GH-22839)Gregory P. Smith2020-10-202-43/+71
* bpo-42010: [docs] Clarify subscription of types (GH-22822)kj2020-10-202-2/+17
* bpo-29981: Add examples and update index for set, dict, and generator compreh...Florian Dahlitz2020-10-204-0/+31
* bpo-42041: Clarify how subprocess searches for the executable (GH-22715)Paul Moore2020-10-201-2/+21
* Minor tweaks to typing union objects doc (GH-22741)Andre Delfino2020-10-201-3/+3
* bpo-41192: Add documentation of undocumented audit events (GH-21308)Saiyang Gou2020-10-205-2/+56
* bpo-38144: Re-add accidentally removed audition for glob. (GH-22805)Serhiy Storchaka2020-10-201-0/+1
* bpo-38439: Update the Windows Store package's icons for IDLE. Artwork by Andr...Steve Dower2020-10-204-2/+8
* bpo-41192: Clarify the sys module's description of the auditing feature (GH-2...Andrew Kuchling2020-10-201-10/+25
* bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639)Andrey Doroschenko2020-10-204-7/+11
* bpo-38439: Add 256px IDLE icon to the .ico, drop gifs from it (GH-19648)Miro Hrončok2020-10-203-0/+6
* bpo-30612: Tweak Windows registry path syntax in the docs (GH-20281)Zackery Spytz2020-10-201-3/+3
* bpo-38324: Fix test__locale.py Windows failures (GH-20529)TIGirardi2020-10-204-5/+40
* md5module: Fix doc strings variable names (GH-22722)Jakub Jelen2020-10-201-3/+3
* Doc: Add missing spaces after period for `posix_spawn` (GH-22730)Tomer Cohen2020-10-201-2/+2
* bpo-41491: plistlib: accept hexadecimal integer values in xml plist files (GH...Ronald Oussoren2020-10-203-1/+19
* bpo-42093: Add opcode cache for LOAD_ATTR (GH-22803)Pablo Galindo2020-10-207-7/+296
* bpo-4356: Add key function support to the bisect module (GH-20556)Raymond Hettinger2020-10-197-93/+333
* bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22...Justin Turner Arthur2020-10-192-0/+3
* bpo-41586: Add pipesize parameter to subprocess & F_GETPIPE_SZ and F_SETPIPE_...Ruben Vorderman2020-10-198-3/+102
* bpo-27321 Fix email.generator.py to not replace a non-existent header. (GH-18...Mark Sapiro2020-10-193-1/+42
* bpo-41845: Move PyObject_GenericGetDict() back into the limited API (GH22646)Zackery Spytz2020-10-194-1/+6
* bpo-40901: Describe what "interface name" means on Windows (GH-20694)Jakub Stasiak2020-10-191-0/+19
* bpo-41784: make PyUnicode_AsUTF8AndSize part of the limited API (GH-22252)Alex Gaynor2020-10-196-20/+26
* bpo-41217: Fix incorrect note in the asyncio.create_subprocess_shell() docs (...Zackery Spytz2020-10-191-4/+2
* bpo-16396: Allow wintypes to be imported on non-Windows systems. (GH-21394)Jason R. Coombs2020-10-193-6/+12
* bpo-41292: Fixes dead link to cx_freeze from Windows FAQ (GH-21463)Michel Samia2020-10-191-1/+1
* Link to the msvcrt module from the Windows FAQ (#22268)abdo2020-10-191-1/+1
* bpo-38320: Clarify that expectedFailure is satisfied by either failure or err...Irit Katriel2020-10-191-5/+6
* bpo-42089: Sync with current cpython branch of importlib_metadata (GH-22775)Barry Warsaw2020-10-194-6/+26
* bpo-42084: Language aware diff headers (GH-22776)Raymond Hettinger2020-10-191-0/+10
* bpo-41471: Ignore invalid prefix lengths in system proxy settings on macOS (G...Ronald Oussoren2020-10-193-0/+18
* bpo-42051: Reject XML entity declarations in plist files (#22760)Ronald Oussoren2020-10-193-0/+28
* bpo-39107: Updated Tcl and Tk to 8.6.10 in Windows installer (GH-22405)Steve Dower2020-10-193-6/+6