summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
Commit message (Expand)AuthorAgeFilesLines
* Python 3.9.1rc1v3.9.1rc1Łukasz Langa2020-11-2431-63/+0
* bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300)Miss Islington (bot)2020-11-231-0/+4
* bpo-40550: Fix time-of-check/time-of-action issue in subprocess.Popen.send_si...Miss Islington (bot)2020-11-211-0/+1
* [3.9] bpo-42345: Fix three issues with typing.Literal parameters (GH-23294) (...Yurii Karabas2020-11-171-0/+2
* bpo-42350: Fix Thread._reset_internal_locks() (GH-23268)Miss Islington (bot)2020-11-161-0/+3
* bpo-42237: Fix os.sendfile() on illumos (GH-23154)Miss Islington (bot)2020-11-121-0/+1
* bpo-42140: Improve asyncio.wait function (GH-22938)Miss Islington (bot)2020-11-101-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
* bpo-42233: Correctly repr GenericAlias when used with typing module (GH-23081)Miss Islington (bot)2020-11-071-0/+3
* bpo-35455: Fix thread_time for Solaris OS (GH-11118) (GH-23130)Miss Skeleton (bot)2020-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
* bpo-42103: Improve validation of Plist files. (GH-22882)Miss Skeleton (bot)2020-11-021-0/+3
* [3.9] bpo-29566: binhex.binhex now consitently writes MacOS 9 line endings. (...Miss Skeleton (bot)2020-11-011-0/+1
* [3.9] bpo-42146: Fix memory leak in subprocess.Popen() in case of uid/gid ove...Miss Skeleton (bot)2020-10-261-0/+2
* [3.9] bpo-41052: Fix pickling heap types implemented in C with protocols 0 an...Serhiy Storchaka2020-10-251-0/+2
* [3.9] bpo-40592: shutil.which will not return None anymore if ; is the last c...Miss Skeleton (bot)2020-10-231-0/+1
* bpo-41316: Make tarfile follow specs for FNAME (GH-21511)Miss Skeleton (bot)2020-10-211-0/+1
* bpo-41491: plistlib: accept hexadecimal integer values in xml plist files (GH...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
* bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731) (GH-22747)Miss Skeleton (bot)2020-10-181-0/+2
* bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH...Miss Skeleton (bot)2020-10-181-0/+3
* bpo-41831: Restore str implementation of __str__ in tkinter.EventType (GH-22355)Miss Skeleton (bot)2020-10-091-0/+3
* bpo-41976: Fix the fallback to gcc of ctypes.util.find_library when using gcc...Miss Skeleton (bot)2020-10-081-0/+3
* Merge tag 'v3.9.0' into 3.9Łukasz Langa2020-10-053-4/+0
|\
| * Python 3.9.0v3.9.0Łukasz Langa2020-10-054-6/+0
| * bpo-41815: SQLite: segfault if backup called on closed database (GH-22322)Miss Islington (bot)2020-10-041-0/+2
* | [3.9] bpo-41840: Report module-level globals as both local and global in the ...Pablo Galindo2020-10-031-0/+3
* | bpo-41900: C14N 2.0 serialisation failed for unprefixed attributes when a def...Miss Skeleton (bot)2020-10-031-0/+2
* | bpo-40105: ZipFile truncate in append mode with shorter comment (GH-19337)Miss Islington (bot)2020-09-281-0/+2
* | fix `EventType` basesMiss Islington (bot)2020-09-221-0/+1
* | bpo-41815: SQLite: segfault if backup called on closed database (GH-22322)Miss Islington (bot)2020-09-211-0/+2
|/
* Merge tag 'v3.9.0rc2' into 3.9Łukasz Langa2020-09-1718-28/+0
|\
| * Python 3.9.0rc2v3.9.0rc2Łukasz Langa2020-09-1618-28/+0
* | bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)Miss Islington (bot)2020-09-172-0/+3
* | [3.9] bpo-39728: Enum: fix duplicate `ValueError` (GH-22277) (GH-22282)Ethan Furman2020-09-171-0/+1
|/
* bpo-41517: do not allow Enums to be extended (GH-22271)Miss Islington (bot)2020-09-161-0/+1
* [3.9] bpo-41687: Fix sendfile implementation to work with Solaris (GH-22040) ...Łukasz Langa2020-09-161-0/+1
* [3.9] bpo-41789: honor object overrides in Enum classes (GH-22250) (GH-22272)Ethan Furman2020-09-161-0/+2
* bpo-39587: Enum - use correct mixed-in data type (GH-22263) (GH-22266)Miss Islington (bot)2020-09-151-0/+1
* bpo-39651: Fix asyncio proactor _write_to_self() (GH-22197)Miss Islington (bot)2020-09-121-0/+3
* bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (GH-22092)Miss Islington (bot)2020-09-071-0/+2
* bpo-41696: Fix handling of debug mode in asyncio.run (GH-22069) (#22071)Miss Islington (bot)2020-09-031-0/+1
* bpo-39010: Fix errors logged on proactor loop restart (GH-22017) (#22034)Miss Islington (bot)2020-09-031-0/+2
* bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556) ...Miss Islington (bot)2020-08-301-0/+1
* bpo-41609: Fix output of pdb's whatis command for instance methods (GH-21935)...Miss Islington (bot)2020-08-271-0/+1
* bpo-33660: Fix PosixPath to resolve a relative path on root (#21974)Miss Islington (bot)2020-08-271-0/+2