summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-38443: Check that the specified universal architectures work (GH-22910)Miss Islington (bot)2020-11-221-0/+2
* bpo-40791: Make compare_digest more constant-time. (GH-20444)Miss Islington (bot)2020-11-211-0/+1
* bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416)Miss Islington (bot)2020-11-201-0/+1
* bpo-42398: Fix "make regen-all" race condition (GH-23362) (GH-23367)Miss Islington (bot)2020-11-181-0/+4
* bpo-41561: skip test_min_max_version_mismatch (GH-22308)Miss Islington (bot)2020-11-181-0/+1
* bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347) (G...Victor Stinner2020-11-171-0/+4
* bpo-42120: Remove macro defining copysign to _copysign on Windows (GH-23326)Miss Islington (bot)2020-11-161-0/+1
* bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297)Miss Islington (bot)2020-11-161-0/+1
* bpo-40754: Adds _testinternalcapi to Windows installer for test suite (GH-23271)Miss Islington (bot)2020-11-131-0/+1
* [3.8] bpo-42237: Fix os.sendfile() on illumos (GH-23154). (GH-23246)Jakub Stasiak2020-11-121-0/+1
* bpo-42014: shutil.rmtree: call onerror with correct function (GH-22585)Miss Islington (bot)2020-11-101-0/+1
* bpo-42183: Fix a stack overflow error for asyncio Task or Future repr() (GH-2...Miss Islington (bot)2020-11-101-0/+4
* bpo-41754: Ignore NotADirectoryError in invocation of xdg-settings (GH-23075)...Miss Islington (bot)2020-11-081-0/+1
* [3.8] bpo-35455: Fix thread_time for Solaris OS (GH-11118). (GH-23145)Jakub KulĂ­k2020-11-041-0/+3
* bpo-42249: Fix writing binary Plist files larger than 4 GiB. (GH-23121)Miss Skeleton (bot)2020-11-031-0/+1
* [3.8] bpo-42103: Improve validation of Plist files. (GH-22882) (GH-23116)Serhiy Storchaka2020-11-032-0/+5
* bpo-40511: Stop unwanted flashing of IDLE calltips (GH-20910)Miss Skeleton (bot)2020-11-021-0/+3
* [3.8] bpo-29566: binhex.binhex now consitently writes MacOS 9 line endings. (...Miss Skeleton (bot)2020-11-011-0/+1
* bpo-42143: Ensure PyFunction_NewWithQualName() can't fail after creating the ...Miss Skeleton (bot)2020-10-291-0/+2
* bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)Miss Skeleton (bot)2020-10-262-0/+3
* bpo-39871: Fix an error in a news entry (GH-21749)Zackery Spytz2020-10-261-1/+1
* bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942)Miss Skeleton (bot)2020-10-251-0/+3
* bpo-29981: Add examples and update index for set, dict, and generator compreh...Miss Skeleton (bot)2020-10-251-0/+1
* [3.8] bpo-40592: shutil.which will not return None anymore if ; is the last c...Miss Skeleton (bot)2020-10-231-0/+1
* bpo-41910: specify the default implementations of object.__eq__ and object.__...Miss Skeleton (bot)2020-10-221-0/+1
* [3.8] bpo-39416: Document some restrictions on the default string representat...Miss Skeleton (bot)2020-10-211-0/+1
* bpo-41316: Make tarfile follow specs for FNAME (GH-21511)Miss Skeleton (bot)2020-10-212-0/+2
* bpo-38439: Add 256px IDLE icon to the .ico, drop gifs from it (GH-19648)Miss Skeleton (bot)2020-10-201-0/+2
* bpo-38439: Update the Windows Store package's icons for IDLE. Artwork by Andr...Miss Skeleton (bot)2020-10-201-0/+1
* bpo-38324: Fix test__locale.py Windows failures (GH-20529)Miss Skeleton (bot)2020-10-201-0/+1
* bpo-41491: plistlib: accept hexadecimal integer values in xml plist files (GH...Miss Skeleton (bot)2020-10-201-0/+1
* bpo-41471: Ignore invalid prefix lengths in system proxy settings on macOS (G...Miss Skeleton (bot)2020-10-201-0/+1
* bpo-42051: Reject XML entity declarations in plist files (GH-22760)Miss Skeleton (bot)2020-10-201-0/+3
* bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22...Miss Skeleton (bot)2020-10-201-0/+1
* bpo-27321 Fix email.generator.py to not replace a non-existent header. (GH-18...Miss Skeleton (bot)2020-10-191-0/+2
* bpo-16396: Allow wintypes to be imported on non-Windows systems. (GH-21394)Miss Skeleton (bot)2020-10-191-0/+1
* bpo-40492: Fix --outfile with relative path when the program changes it worki...Anthony Sottile2020-10-181-0/+3
* [3.8] bpo-32498: Improve exception message on passing bytes to urllib.parse.u...Irit Katriel2020-10-181-0/+3
* bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731) (GH-22748)Miss Skeleton (bot)2020-10-182-0/+3
* bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH...Miss Skeleton (bot)2020-10-181-0/+3
* [3.8] bpo-41855: Fix duplicate results in FastPath.zip_children() (#22404)Jason R. Coombs2020-10-151-0/+4
* bpo-41984: GC track all user classes (GH-22701/GH-22707)Miss Skeleton (bot)2020-10-151-0/+2
* bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466)Miss Skeleton (bot)2020-10-151-0/+3
* [3.8] bpo-32793: Fix a duplicate debug message in smtplib (GH-15341) (GH-22683)Dong-hee Na2020-10-131-0/+1
* bpo-41739: Fix test_logging.test_race_between_set_target_and_flush() (GH-2265...Miss Skeleton (bot)2020-10-121-0/+2
* bpo-41986: Add Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode back to limit...Miss Skeleton (bot)2020-10-101-0/+2
* bpo-41831: Restore str implementation of __str__ in tkinter.EventType (GH-22355)Miss Skeleton (bot)2020-10-091-0/+3
* bpo-41557: Update Windows installer to use SQLite 3.33.0 (GH-21960)Miss Skeleton (bot)2020-10-081-0/+1
* [3.8] bpo-41976: Fix the fallback to gcc of ctypes.util.find_library when usi...Pablo Galindo2020-10-081-0/+3
* bpo-41306: Allow scale value to not be rounded (GH-21715)Miss Skeleton (bot)2020-10-081-0/+1