summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-39107: Updated Tcl and Tk to 8.6.10 in Windows installer (GH-22405)Steve Dower2020-10-191-0/+1
* Correct name of bytecode in change note. (GH-22723)Mark Shannon2020-10-191-1/+1
* bpo-19270: Fixed sched.scheduler.cancel to cancel correct event (GH-22729)Bar Harel2020-10-191-0/+2
* bpo-40492: Fix --outfile with relative path when the program changes it worki...Anthony Sottile2020-10-181-0/+3
* bpo-28660: Make TextWrapper break long words on hyphens (GH-22721)Irit Katriel2020-10-181-0/+1
* bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731)scaramallion2020-10-182-0/+3
* bpo-38252: Use 8-byte step to detect ASCII sequence in 64bit Windows build (G...Ma Lin2020-10-181-0/+1
* bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH...Max Bernstein2020-10-171-0/+3
* closes bpo-42030: Remove legacy AIX dynload support (GH-22717)Kevin Adler2020-10-161-0/+3
* bpo-42021: Fix possible ref leaks during _sqlite3 module init (GH-22673)Erlend Egeberg Aasland2020-10-151-0/+1
* bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466)Kevin Adler2020-10-151-0/+3
* bpo-41984: GC track all user classes (GH-22701)Brandt Bucher2020-10-151-0/+2
* bpo-39337: encodings.normalize_encoding() now ignores non-ASCII characters (G...Hai Shi2020-10-141-0/+1
* bpo-41876: Overload __repr__ for tkinter Font objects (GH-22450)Anatoliy Platonov2020-10-142-0/+2
* bpo-42015: Reorder dereferencing calls in meth_dealloc, to make sure m_self i...Yannick Jadoul2020-10-121-0/+3
* Delete PyGen_Send (#22663)Vladimir Matveev2020-10-121-10/+0
* bpo-41739: Fix test_logging.test_race_between_set_target_and_flush() (GH-22655)Victor Stinner2020-10-111-0/+2
* bpo-40423: Optimization: use close_range(2) if available (GH-22651)Kyle Evans2020-10-111-0/+3
* bpo-40422: create a common _Py_closerange API (GH-19754)Kyle Evans2020-10-111-0/+1
* bpo-41993: Fix possible issues in remove_module() (GH-22631)Serhiy Storchaka2020-10-111-0/+2
* bpo-41986: Add Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode back to limit...Serhiy Storchaka2020-10-101-0/+2
* bpo-41756: Add PyIter_Send function (#22443)Vladimir Matveev2020-10-101-0/+3
* bpo-41831: Restore str implementation of __str__ in tkinter.EventType (GH-22355)Serhiy Storchaka2020-10-091-0/+3
* bpo-41974: Remove complex.__float__, complex.__floordiv__, etc (GH-22593)Serhiy Storchaka2020-10-091-0/+4
* bpo-41979: Accept star-unpacking on with-item targets (GH-22611)Batuhan Taskaya2020-10-091-0/+1
* bpo-41557: Update Windows installer to use SQLite 3.33.0 (GH-21960)Erlend Egeberg Aasland2020-10-081-0/+1
* bpo-41976: Fix the fallback to gcc of ctypes.util.find_library when using gcc...Pablo Galindo2020-10-081-0/+3
* bpo-41306: Allow scale value to not be rounded (GH-21715)E-Paine2020-10-081-0/+1
* bpo-41970: Avoid test failure in test_lib2to3 if the module is already import...Pablo Galindo2020-10-081-0/+2
* Revert "bpo-26680: Incorporate is_integer in all built-in and standard librar...Raymond Hettinger2020-10-071-1/+0
* bpo-41923: PEP 613: Add TypeAlias to typing module (#22532)Mikhail Golubev2020-10-072-0/+2
* bpo-38605: Make 'from __future__ import annotations' the default (GH-20434)Batuhan Taskaya2020-10-061-0/+3
* bpo-41905: Add abc.update_abstractmethods() (GH-22485)Ben Avrahami2020-10-061-0/+1
* bpo-41944: No longer call eval() on content received via HTTP in the CJK code...Serhiy Storchaka2020-10-061-0/+1
* Python 3.10.0a1v3.10.0a1Pablo Galindo2020-10-05350-650/+3519
* bpo-41939: Fix test_site.test_license_exists_at_url() (#22559)Victor Stinner2020-10-051-0/+3
* bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552)Serhiy Storchaka2020-10-051-0/+3
* bpo-41557: Update macOS installer to use SQLite 3.33.0 (GH-21959)Erlend Egeberg Aasland2020-10-051-0/+1
* bpo-41428: Documentation for PEP 604 (gh-22517)Fidget-Spinner2020-10-052-0/+2
* bpo-41909: Enable previously disabled recursion checks. (GH-22536)Serhiy Storchaka2020-10-041-0/+2
* bpo-41887: omit leading spaces/tabs on ast.literal_eval (#22469)Batuhan Taskaya2020-10-041-0/+2
* bpo-41840: Report module-level globals as both local and global in the symtab...Pablo Galindo2020-10-031-0/+3
* bpo-41922: Use PEP 590 vectorcall to speed up reversed() (GH-22523)Dong-hee Na2020-10-031-0/+2
* bpo-40564: Avoid copying state from extant ZipFile. (GH-22371)Jason R. Coombs2020-10-031-0/+1
* bpo-41900: C14N 2.0 serialisation failed for unprefixed attributes when a def...scoder2020-10-031-0/+2
* bpo-41692: Deprecate PyUnicode_InternImmortal() (GH-22486)Victor Stinner2020-10-021-0/+3
* bpo-26680: Incorporate is_integer in all built-in and standard library numeri...Robert Smallshire2020-10-014-0/+8
* bpo-41670: Remove outdated predict macro invocation. (GH-22026)Mark Shannon2020-09-291-0/+4
* bpo-41774: Add programming FAQ entry (GH-22402)Terry Jan Reedy2020-09-291-0/+2
* bpo-41773: Raise exception for non-finite weights in random.choices(). (GH-2...Ram Rachum2020-09-291-0/+2