summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-25655: Improve Win DLL loading failures doc (GH-22372)Miss Skeleton (bot)2020-10-221-0/+15
* [3.8] Remove 3.5 from Doc version switcher in master. (GH-22886) (#22889)larryhastings2020-10-222-2/+0
* bpo-41910: specify the default implementations of object.__eq__ and object.__...Miss Skeleton (bot)2020-10-222-6/+9
* bpo-35181: Correct importlib documentation for some module attributes (GH-15190)Miss Skeleton (bot)2020-10-212-21/+11
* [3.8] bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text ...Miss Skeleton (bot)2020-10-211-1/+1
* [3.8] bpo-39416: Document some restrictions on the default string representat...Miss Skeleton (bot)2020-10-212-0/+19
* [3.8] bpo-39524: Fixed doc-string in ast._pad_whitespace (GH-18340) (GH-22857)Irit Katriel2020-10-211-1/+1
* bpo-41819: Fix compiler warning in init_dump_ascii_wstr() (GH-22332)Miss Skeleton (bot)2020-10-211-1/+1
* Doc: Fix a typo/error in the docs for cached bytecode (GH-22445)Miss Skeleton (bot)2020-10-211-1/+1
* Doc: Do not suggest `s[::-1]` for reversed order (GH-22457)Miss Skeleton (bot)2020-10-212-7/+1
* Doc: Remove old Python version from future stmt (GH-21802)Miss Skeleton (bot)2020-10-211-2/+2
* bpo-41316: Make tarfile follow specs for FNAME (GH-21511)Miss Skeleton (bot)2020-10-214-1/+17
* bpo-41646: Mention path-like objects support in the docs for shutil.copy() (G...Miss Skeleton (bot)2020-10-211-3/+3
* bpo-41192: Add documentation of undocumented audit events (GH-22832)Miss Skeleton (bot)2020-10-205-2/+56
* bpo-38439: Add 256px IDLE icon to the .ico, drop gifs from it (GH-19648)Miss Skeleton (bot)2020-10-203-0/+6
* bpo-38439: Update the Windows Store package's icons for IDLE. Artwork by Andr...Miss Skeleton (bot)2020-10-204-2/+8
* bpo-41192: Clarify the sys module's description of the auditing feature (GH-2...Miss Skeleton (bot)2020-10-201-10/+25
* Doc: Add missing spaces after period for `posix_spawn` (GH-22730)Miss Skeleton (bot)2020-10-201-2/+2
* bpo-30612: Tweak Windows registry path syntax in the docs (GH-20281)Miss Skeleton (bot)2020-10-201-3/+3
* bpo-38324: Fix test__locale.py Windows failures (GH-20529)Miss Skeleton (bot)2020-10-204-5/+40
* bpo-41491: plistlib: accept hexadecimal integer values in xml plist files (GH...Miss Skeleton (bot)2020-10-203-1/+19
* bpo-41471: Ignore invalid prefix lengths in system proxy settings on macOS (G...Miss Skeleton (bot)2020-10-203-0/+18
* bpo-42051: Reject XML entity declarations in plist files (GH-22760)Miss Skeleton (bot)2020-10-203-0/+28
* bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22...Miss Skeleton (bot)2020-10-202-0/+3
* bpo-27321 Fix email.generator.py to not replace a non-existent header. (GH-18...Miss Skeleton (bot)2020-10-193-1/+42
* bpo-40901: Describe what "interface name" means on Windows (GH-20694)Miss Skeleton (bot)2020-10-191-0/+19
* bpo-16396: Allow wintypes to be imported on non-Windows systems. (GH-21394)Miss Skeleton (bot)2020-10-193-6/+12
* bpo-41217: Fix incorrect note in the asyncio.create_subprocess_shell() docs (...Miss Skeleton (bot)2020-10-191-4/+2
* bpo-41292: Fixes dead link to cx_freeze from Windows FAQ (GH-21463)Miss Skeleton (bot)2020-10-191-1/+1
* Link to the msvcrt module from the Windows FAQ (GH-22268)Miss Skeleton (bot)2020-10-191-1/+1
* Remove extra pip package (GH-22778)Miss Skeleton (bot)2020-10-191-0/+0
* bpo-41192: Fix some broken anchors for audit event entries (GH-21310) (GH-22770)Miss Skeleton (bot)2020-10-193-4/+3
* bpo-40492: Fix --outfile with relative path when the program changes it worki...Anthony Sottile2020-10-184-1/+28
* [3.8] bpo-32498: Improve exception message on passing bytes to urllib.parse.u...Irit Katriel2020-10-183-0/+11
* bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731) (GH-22748)Miss Skeleton (bot)2020-10-184-1/+7
* bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH...Miss Skeleton (bot)2020-10-183-1/+16
* bpo-42011: Update documentation of logging.Filter.filter() (GH-22692) (GH-22724)Miss Skeleton (bot)2020-10-161-2/+2
* [3.8] bpo-41855: Fix duplicate results in FastPath.zip_children() (#22404)Jason R. Coombs2020-10-155-27/+34
* bpo-41984: GC track all user classes (GH-22701/GH-22707)Miss Skeleton (bot)2020-10-155-21/+52
* bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466)Miss Skeleton (bot)2020-10-154-8/+28
* bpo-41939: always enable test_site.test_license_exists_at_url (GH-22688)Miss Skeleton (bot)2020-10-141-2/+0
* [3.8] bpo-32793: Fix a duplicate debug message in smtplib (GH-15341) (GH-22683)Dong-hee Na2020-10-132-2/+1
* bpo-41739: Fix test_logging.test_race_between_set_target_and_flush() (GH-2265...Miss Skeleton (bot)2020-10-122-8/+15
* bpo-41376: Fix the documentation of `site.getusersitepackages()` (GH-21602) (...Miss Skeleton (bot)2020-10-111-1/+3
* [3.8] [doc] Fix link to abc.collections.Iterable (GH-22502) (#22504)Andre Delfino2020-10-111-1/+1
* bpo-41986: Add Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode back to limit...Miss Skeleton (bot)2020-10-103-8/+9
* Fix incorrect parameter name (GH-22613)Miss Skeleton (bot)2020-10-101-1/+1
* bpo-41831: Restore str implementation of __str__ in tkinter.EventType (GH-22355)Miss Skeleton (bot)2020-10-092-3/+5
* bpo-41831: Add tests for tkinter.Event.__repr__ (GH-22354)Miss Skeleton (bot)2020-10-091-0/+48
* bpo-41557: Update Windows installer to use SQLite 3.33.0 (GH-21960)Miss Skeleton (bot)2020-10-084-3/+4