| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-41986: Add Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode back to limit... | Serhiy Storchaka | 2020-10-10 | 1 | -0/+2 |
|
|
* | bpo-41756: Add PyIter_Send function (#22443) | Vladimir Matveev | 2020-10-10 | 1 | -0/+3 |
|
|
* | bpo-41831: Restore str implementation of __str__ in tkinter.EventType (GH-22355) | Serhiy Storchaka | 2020-10-09 | 1 | -0/+3 |
|
|
* | bpo-41974: Remove complex.__float__, complex.__floordiv__, etc (GH-22593) | Serhiy Storchaka | 2020-10-09 | 1 | -0/+4 |
|
|
* | bpo-41979: Accept star-unpacking on with-item targets (GH-22611) | Batuhan Taskaya | 2020-10-09 | 1 | -0/+1 |
|
|
* | bpo-41557: Update Windows installer to use SQLite 3.33.0 (GH-21960) | Erlend Egeberg Aasland | 2020-10-08 | 1 | -0/+1 |
|
|
* | bpo-41976: Fix the fallback to gcc of ctypes.util.find_library when using gcc... | Pablo Galindo | 2020-10-08 | 1 | -0/+3 |
|
|
* | bpo-41306: Allow scale value to not be rounded (GH-21715) | E-Paine | 2020-10-08 | 1 | -0/+1 |
|
|
* | bpo-41970: Avoid test failure in test_lib2to3 if the module is already import... | Pablo Galindo | 2020-10-08 | 1 | -0/+2 |
|
|
* | bpo-41923: PEP 613: Add TypeAlias to typing module (#22532) | Mikhail Golubev | 2020-10-07 | 1 | -0/+1 |
|
|
* | bpo-38605: Make 'from __future__ import annotations' the default (GH-20434) | Batuhan Taskaya | 2020-10-06 | 1 | -0/+3 |
|
|
* | bpo-41905: Add abc.update_abstractmethods() (GH-22485) | Ben Avrahami | 2020-10-06 | 1 | -0/+1 |
|
|
* | bpo-41944: No longer call eval() on content received via HTTP in the CJK code... | Serhiy Storchaka | 2020-10-06 | 1 | -0/+1 |
|
|
* | Python 3.10.0a1v3.10.0a1 | Pablo Galindo | 2020-10-05 | 350 | -650/+3519 |
|
|
* | bpo-41939: Fix test_site.test_license_exists_at_url() (#22559) | Victor Stinner | 2020-10-05 | 1 | -0/+3 |
|
|
* | bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552) | Serhiy Storchaka | 2020-10-05 | 1 | -0/+3 |
|
|
* | bpo-41557: Update macOS installer to use SQLite 3.33.0 (GH-21959) | Erlend Egeberg Aasland | 2020-10-05 | 1 | -0/+1 |
|
|
* | bpo-41428: Documentation for PEP 604 (gh-22517) | Fidget-Spinner | 2020-10-05 | 1 | -0/+1 |
|
|
* | bpo-41909: Enable previously disabled recursion checks. (GH-22536) | Serhiy Storchaka | 2020-10-04 | 1 | -0/+2 |
|
|
* | bpo-41887: omit leading spaces/tabs on ast.literal_eval (#22469) | Batuhan Taskaya | 2020-10-04 | 1 | -0/+2 |
|
|
* | bpo-41840: Report module-level globals as both local and global in the symtab... | Pablo Galindo | 2020-10-03 | 1 | -0/+3 |
|
|
* | bpo-41922: Use PEP 590 vectorcall to speed up reversed() (GH-22523) | Dong-hee Na | 2020-10-03 | 1 | -0/+2 |
|
|
* | bpo-40564: Avoid copying state from extant ZipFile. (GH-22371) | Jason R. Coombs | 2020-10-03 | 1 | -0/+1 |
|
|
* | bpo-41900: C14N 2.0 serialisation failed for unprefixed attributes when a def... | scoder | 2020-10-03 | 1 | -0/+2 |
|
|
* | bpo-41692: Deprecate PyUnicode_InternImmortal() (GH-22486) | Victor Stinner | 2020-10-02 | 1 | -0/+3 |
|
|
* | bpo-26680: Incorporate is_integer in all built-in and standard library numeri... | Robert Smallshire | 2020-10-01 | 3 | -0/+7 |
|
|
* | bpo-41670: Remove outdated predict macro invocation. (GH-22026) | Mark Shannon | 2020-09-29 | 1 | -0/+4 |
|
|
* | bpo-41774: Add programming FAQ entry (GH-22402) | Terry Jan Reedy | 2020-09-29 | 1 | -0/+2 |
|
|
* | bpo-41773: Raise exception for non-finite weights in random.choices(). (GH-2... | Ram Rachum | 2020-09-29 | 1 | -0/+2 |
|
|
* | bpo-41873: Add vectorcall for float() (GH-22432) | Dennis Sweeney | 2020-09-29 | 1 | -0/+1 |
|
|
* | bpo-41842: Add codecs.unregister() function (GH-22360) | Hai Shi | 2020-09-28 | 2 | -0/+3 |
|
|
* | bpo-41875: Use __builtin_unreachable when possible (GH-22433) | Dong-hee Na | 2020-09-28 | 1 | -0/+2 |
|
|
* | bpo-40105: ZipFile truncate in append mode with shorter comment (GH-19337) | Jan Mazur | 2020-09-28 | 1 | -0/+2 |
|
|
* | bpo-41870: Use PEP 590 vectorcall to speed up bool() (GH-22427) | Dong-hee Na | 2020-09-28 | 1 | -0/+2 |
|
|
* | bpo-1635741: Port _bisect module to multi-phase init (GH-22415) | Dong-hee Na | 2020-09-26 | 1 | -0/+1 |
|
|
* | bpo-39934: Account for control blocks in 'except' in compiler. (GH-22395) | Mark Shannon | 2020-09-25 | 1 | -0/+3 |
|
|
* | bpo-41775: Make 'IDLE Shell' the shell title (#22399) | Terry Jan Reedy | 2020-09-24 | 1 | -0/+1 |
|
|
* | bpo-41833: threading.Thread now uses the target name (GH-22357) | Victor Stinner | 2020-09-23 | 1 | -0/+2 |
|
|
* | bpo-30155: Add macros to get tzinfo from datetime instances (GH-21633) | Zackery Spytz | 2020-09-23 | 1 | -0/+3 |
|
|
* | bpo-41834: Remove _Py_CheckRecursionLimit variable (GH-22359) | Victor Stinner | 2020-09-23 | 1 | -0/+3 |
|
|
* | bpo-1635741: Port _lsprof extension to multi-phase init (PEP 489) (GH-22220) | Mohamed Koubaa | 2020-09-23 | 1 | -0/+2 |
|
|
* | bpo-35764: Rewrite the IDLE Calltips doc section (GH-22363) | Terry Jan Reedy | 2020-09-22 | 1 | -0/+1 |
|
|
* | bpo-41810: Reintroduce `types.EllipsisType`, `.NoneType` & `.NotImplementedTy... | Bas van Beek | 2020-09-22 | 1 | -0/+3 |
|
|
* | bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_module... | Thomas Grainger | 2020-09-22 | 1 | -0/+1 |
|
|
* | bpo-41817: use new StrEnum to ensure all members are strings (GH-22348) | Ethan Furman | 2020-09-22 | 1 | -0/+1 |
|
|
* | bpo-40670: More reliable validation of statements in timeit.Timer. (GH-22358) | Serhiy Storchaka | 2020-09-22 | 1 | -0/+3 |
|
|
* | bpo-40181: Remove '/' reminder in IDLE calltips. (GH-22350) | Terry Jan Reedy | 2020-09-22 | 1 | -0/+2 |
|
|
* | bpo-41816: add `StrEnum` (GH-22337) | Ethan Furman | 2020-09-22 | 1 | -0/+2 |
|
|
* | bpo-40084: Enum - dir() includes member attributes (GH-19219) | Angelin BOOZ | 2020-09-21 | 1 | -0/+1 |
|
|
* | bpo-12178: Fix escaping of escapechar in csv.writer() (GH-13710) | Berker Peksag | 2020-09-20 | 1 | -0/+3 |
|
|