summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpo-41873: Add vectorcall for float() (GH-22432)Dennis Sweeney2020-09-291-0/+1
* bpo-41842: Add codecs.unregister() function (GH-22360)Hai Shi2020-09-283-0/+4
* bpo-41875: Use __builtin_unreachable when possible (GH-22433)Dong-hee Na2020-09-281-0/+2
* bpo-40105: ZipFile truncate in append mode with shorter comment (GH-19337)Jan Mazur2020-09-281-0/+2
* bpo-41870: Use PEP 590 vectorcall to speed up bool() (GH-22427)Dong-hee Na2020-09-281-0/+2
* bpo-1635741: Port _bisect module to multi-phase init (GH-22415)Dong-hee Na2020-09-261-0/+1
* bpo-39934: Account for control blocks in 'except' in compiler. (GH-22395)Mark Shannon2020-09-251-0/+3
* bpo-41775: Make 'IDLE Shell' the shell title (#22399)Terry Jan Reedy2020-09-241-0/+1
* bpo-41833: threading.Thread now uses the target name (GH-22357)Victor Stinner2020-09-231-0/+2
* bpo-30155: Add macros to get tzinfo from datetime instances (GH-21633)Zackery Spytz2020-09-231-0/+3
* bpo-41834: Remove _Py_CheckRecursionLimit variable (GH-22359)Victor Stinner2020-09-231-0/+3
* bpo-1635741: Port _lsprof extension to multi-phase init (PEP 489) (GH-22220)Mohamed Koubaa2020-09-231-0/+2
* bpo-35764: Rewrite the IDLE Calltips doc section (GH-22363)Terry Jan Reedy2020-09-221-0/+1
* bpo-41810: Reintroduce `types.EllipsisType`, `.NoneType` & `.NotImplementedTy...Bas van Beek2020-09-222-0/+4
* bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_module...Thomas Grainger2020-09-221-0/+1
* bpo-41817: use new StrEnum to ensure all members are strings (GH-22348)Ethan Furman2020-09-221-0/+1
* bpo-40670: More reliable validation of statements in timeit.Timer. (GH-22358)Serhiy Storchaka2020-09-221-0/+3
* Enum: add extended AutoNumber example (GH-22349)Ethan Furman2020-09-221-0/+1
* bpo-40181: Remove '/' reminder in IDLE calltips. (GH-22350)Terry Jan Reedy2020-09-221-0/+2
* bpo-41816: add `StrEnum` (GH-22337)Ethan Furman2020-09-221-0/+2
* bpo-40084: Enum - dir() includes member attributes (GH-19219)Angelin BOOZ2020-09-212-0/+2
* bpo-12178: Fix escaping of escapechar in csv.writer() (GH-13710)Berker Peksag2020-09-201-0/+3
* bpo-41815: SQLite: segfault if backup called on closed database (GH-22322)Peter McCormick2020-09-201-0/+2
* Add missing whatsnew entry for TestCase.assertNoLogs (GH-22317)Mark Dickinson2020-09-191-0/+1
* bpo-33689: Blank lines in .pth file cause a duplicate sys.path entry (GH-20679)idomic2020-09-191-0/+4
* bpo-41756: Introduce PyGen_Send C API (GH-22196)Vladimir Matveev2020-09-191-0/+2
* bpo-35293: Remove RemovedInSphinx40Warning (GH-22198)Dong-hee Na2020-09-181-0/+1
* Remove duplicated words words (GH-22298)Serhiy Storchaka2020-09-182-2/+2
* bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)Serhiy Storchaka2020-09-172-0/+3
* Enum: make `Flag` and `IntFlag` members iterable (GH-22221)Ethan Furman2020-09-161-0/+1
* acknowledge Weipeng Hong's contributions (GH-22284)Ethan Furman2020-09-161-0/+1
* bpo-39728: Enum: fix duplicate `ValueError` (GH-22277)Ethan Furman2020-09-162-0/+2
* bpo-41517: do not allow Enums to be extended (#22271)Ethan Furman2020-09-161-0/+1
* bpo-41792: Add is_typeddict function to typing.py (GH-22254)Patrick Reader2020-09-161-0/+6
* bpo-41789: honor object overrides in Enum classes (GH-22250)Ethan Furman2020-09-151-0/+2
* bpo-39587: Enum - use correct mixed-in data type (GH-22263)Ethan Furman2020-09-151-0/+1