summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
* bpo-41306: Allow scale value to not be rounded (GH-21715)Miss Skeleton (bot)2020-10-081-0/+1
* bpo-41944: No longer call eval() on content received via HTTP in the CJK code...Miss Skeleton (bot)2020-10-061-0/+1
* bpo-41939: Fix test_site.test_license_exists_at_url() (GH-22559) (#22567)Miss Skeleton (bot)2020-10-051-0/+3
* Merge tag 'v3.9.0' into 3.9Łukasz Langa2020-10-054-4/+57
|\
| * Python 3.9.0v3.9.0Łukasz Langa2020-10-057-9/+57
| * [3.9] bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_...Łukasz Langa2020-10-041-0/+1
| * bpo-41815: SQLite: segfault if backup called on closed database (GH-22322)Miss Islington (bot)2020-10-041-0/+2
| * bpo-41875: Use __builtin_unreachable when possible (GH-22433)Miss Islington (bot)2020-10-041-0/+2
| * [3.9] Remove duplicated words words (GH-20413). (GH-22296)Serhiy Storchaka2020-10-042-2/+2
* | bpo-41557: Update macOS installer to use SQLite 3.33.0 (GH-21959) (GH-22560)Miss Skeleton (bot)2020-10-051-0/+1
* | [3.9] bpo-41909: Enable previously disabled recursion checks. (GH-22536) (GH-...Serhiy Storchaka2020-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-41774: Add programming FAQ entry (GH-22402)Miss Islington (bot)2020-09-291-0/+2
* | bpo-41875: Use __builtin_unreachable when possible (GH-22433)Miss Islington (bot)2020-09-281-0/+2
* | bpo-40105: ZipFile truncate in append mode with shorter comment (GH-19337)Miss Islington (bot)2020-09-281-0/+2
* | bpo-41775: Make 'IDLE Shell' the shell title (GH-22399)Miss Islington (bot)2020-09-241-0/+1
* | [3.9] bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_...Łukasz Langa2020-09-241-0/+1
* | bpo-35764: Rewrite the IDLE Calltips doc section (GH-22363)Miss Islington (bot)2020-09-221-0/+1
* | fix `EventType` basesMiss Islington (bot)2020-09-221-0/+1
* | bpo-40181: Remove '/' reminder in IDLE calltips. (GH-22350)Miss Islington (bot)2020-09-221-0/+2
* | bpo-41815: SQLite: segfault if backup called on closed database (GH-22322)Miss Islington (bot)2020-09-211-0/+2
* | bpo-35293: Remove RemovedInSphinx40Warning (GH-22198)Miss Islington (bot)2020-09-181-0/+1
* | [3.9] Remove duplicated words words (GH-20413). (GH-22296)Serhiy Storchaka2020-09-182-2/+2
|/
* Merge tag 'v3.9.0rc2' into 3.9Łukasz Langa2020-09-1737-62/+360
|\
| * Python 3.9.0rc2v3.9.0rc2Łukasz Langa2020-09-1637-62/+360
* | 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-41780: Fix __dir__ of types.GenericAlias (GH-22262)Miss Islington (bot)2020-09-151-0/+2
* [3.9] bpo-41631: _ast module uses again a global state (GH-21961) (GH-22258)Pablo Galindo2020-09-151-0/+5
* bpo-39651: Fix asyncio proactor _write_to_self() (GH-22197)Miss Islington (bot)2020-09-121-0/+3
* bpo-41731: Make test_cmd_line_script pass with -vv (GH-22206)Miss Islington (bot)2020-09-121-0/+1
* bpo-37149: Change Shipman tkinter link from archive.org to TkDocs (GH-22188)Miss Islington (bot)2020-09-101-0/+1
* Fix incorrect bpo number in change notes. (GH-22151) (#22174)Miss Islington (bot)2020-09-091-1/+1
* bpo-41525: Make the Python program help ASCII-only (GH-21836)Miss Islington (bot)2020-09-091-0/+1
* bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (GH-22092)Miss Islington (bot)2020-09-071-0/+2
* bpo-41531: Fix compilation of dict literals with more than 0xFFFF elements (G...Miss Islington (bot)2020-09-041-0/+2
* bpo-29590: fix stack trace for gen.throw() with yield from (GH-19896)Miss Islington (bot)2020-09-041-0/+2
* closes bpo-41533: Fix a potential memory leak when allocating a stack (GH-21847)Miss Islington (bot)2020-09-041-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-39883: Use BSD0 license for code in docs (GH-17635) (GH-22073)Miss Islington (bot)2020-09-031-0/+1
* [3.9] bpo-41690: Use a loop to collect args in the parser instead of recursio...Pablo Galindo2020-09-021-0/+2
* [3.9] bpo-41654: Fix deallocator of MemoryError to account for subclasses (GH...Pablo Galindo2020-09-011-0/+2
* bpo-41617: Fix pycore_byteswap.h to support clang 3.0 (GH-22042) (GH-22044)Victor Stinner2020-09-011-0/+2
* bpo-41681: Fix for `f-string/str.format` error description when using 2 `,` i...Miss Islington (bot)2020-09-011-0/+2