summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-44263: Better explain the GC contract for PyType_FromSpecWithBases (GH-26...Pablo Galindo2021-05-292-0/+18
* Remove duplicate mime type mapping .bmp -> image/x-ms-bmp (GH-26300)Andreas Jansson2021-05-291-1/+0
* Fix MSVC compiler warnings in dictobject.c (GH-26432)Mark Shannon2021-05-292-4/+6
* bpo-44252: Correctly implement gc support for SSLError objects (GH-26439)Pablo Galindo2021-05-281-2/+1
* bpo-44206: Fix compiler warnings in dictobject.c (GH-26440)Pablo Galindo2021-05-281-3/+3
* Fix dataclass comment typo _eq__ -> __eq__ (GH-26433)Sean Grady2021-05-281-1/+1
* bpo-44045: fix spelling of uppercase vs upper-case (GH-25985)Jürgen Gmach2021-05-285-5/+5
* bpo-44249: Fix 3 README.rst typos (GH-26385)Ayush Parikh2021-05-281-3/+3
* bpo-42972: Fix GC assertion error in _winapi by untracking Overlapped earlier...Ken Jin2021-05-281-1/+1
* bpo-42972: Fully support GC for _winapi.Overlapped (GH-26381)Ken Jin2021-05-281-2/+46
* bpo-42972: Fully implement GC protocol for functools LRU cache (GH-26423)Erlend Egeberg Aasland2021-05-281-2/+4
* bpo-44206: Add a version number to dictionary keys (GH-26333)Mark Shannon2021-05-287-317/+223
* bpo-42972: Fully implement GC protocol for functools keywrapper and partial t...Erlend Egeberg Aasland2021-05-281-22/+37
* bpo-41611: IDLE: Catch TclError exceptions in AutoCompleteWindow.winconfig_ev...Tal Einat2021-05-282-27/+37
* bpo-44256: Do not expose _functools._list_elem_type (GH-26416)Inada Naoki2021-05-281-3/+2
* bpo-44246: Update What's New for importlib.metadata. (#26408)Jason R. Coombs2021-05-271-3/+9
* bpo-43916: Use test.support.check_disallow_instantiation() in test_tcl (GH-26...Erlend Egeberg Aasland2021-05-271-3/+3
* bpo-42972: Fully support GC protocol for _operator heap types (GH-26371)Erlend Egeberg Aasland2021-05-271-5/+33
* bpo-42972: Fully implement GC protocol for re types (GH-26368)Erlend Egeberg Aasland2021-05-271-19/+81
* bpo-43667: Add news fragment for Solaris changes (GH-26405)Jakub Kulík2021-05-271-0/+2
* bpo-43693: Add _PyCode_New(). (gh-26375)Eric Snow2021-05-2712-4613/+4701
* bpo-42972: Fully support GC for mmap heap types (GH-26373)Erlend Egeberg Aasland2021-05-271-3/+10
* bpo-42972: Fully support GC protocol for _queue.SimpleQueue (GH-26372)Erlend Egeberg Aasland2021-05-271-1/+10
* bpo-41611: IDLE: fix freezing on completion on macOS (GH-26400)Tal Einat2021-05-272-1/+8
* bpo-43988: Document test.support.check_disallow_instantiation() (GH-26394)Erlend Egeberg Aasland2021-05-272-2/+10
* bpo-42972: Fully implement GC protocol for ssl heap types (GH-26370)Erlend Egeberg Aasland2021-05-271-28/+45
* bpo-42972: Fully support GC for hashlib heap types (GH-26374)Erlend Egeberg Aasland2021-05-274-16/+69
* bpo-42972: Fully support GC for pyexpat, unicodedata, and dbm/gdbm heap types...Erlend Egeberg Aasland2021-05-275-35/+69
* bpo-43988: Use check disallow instantiation helper (GH-26392)Erlend Egeberg Aasland2021-05-2714-51/+37
* bpo-42161: mathmodule.c: move _PyLong_GetOne() loop invariant (GH-26391)Victor Stinner2021-05-261-8/+12
* bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-26357)Ken Jin2021-05-267-0/+153
* bpo-38693: Prefer f-strings in importlib.resources (importlib_resources 5.0.6...Jason R. Coombs2021-05-266-12/+10
* bpo-43693: Clean up the PyCodeObject fields. (GH-26364)Eric Snow2021-05-267-81/+146
* bpo-38693: importlib.metadata f-strings (GH-26383)Jason R. Coombs2021-05-262-5/+5
* bpo-44241: Incorporate changes from importlib_metadata 4.1. (#26382)Jason R. Coombs2021-05-264-8/+30
* bpo-43879: Add native_thread_id field to PyThreadState (GH-25458)Gabriele N. Tornetta2021-05-264-0/+17
* bpo-43988: Add test.support.check_disallow_instantiation() (GH-25757)Erlend Egeberg Aasland2021-05-262-3/+14
* bpo-41147: [doc] contextlib.redirect_stdout() provides the new stream as cont...Peter Law2021-05-261-3/+4
* bpo-44222: Improve _removeHandlerRef() for a very long _handlerList (GH-26325)Yonatan Goldschmidt2021-05-251-2/+3
* Correct minor spelling typos (GH-26339)Jero Bado2021-05-251-2/+2
* Fix typo in NEWS. (GH-26346)Mariusz Felisiak2021-05-251-1/+1
* Point to recent link to PyFLTK (GH-26315)Mark2021-05-251-1/+1
* bpo-44232: Fix type_new() error reporting (GH-26359)Victor Stinner2021-05-253-0/+26
* bpo-42972: Fully implement GC protocol for arraymodule types (GH-26114)Erlend Egeberg Aasland2021-05-251-2/+11
* bpo-42972: Fully implement GC protocol for sqlite3 heap types (GH-26104)Erlend Egeberg Aasland2021-05-256-72/+190
* bpo-20408: Fix memoryview() signature in docs (GH-24431)Mariusz Felisiak2021-05-252-9/+8
* bpo-44231: Don't export internal _PyTuple_FromArray() symbol (GH-26352)Erlend Egeberg Aasland2021-05-251-1/+1
* bpo-44156: Make cached string constants in compile.c subinterpreter compatibl...Ken Jin2021-05-252-52/+45
* bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241)Petr Viktorin2021-05-257-7/+9
* bpo-43109: configure doc: LTO requires "ar" on macOS (GH-26349)Victor Stinner2021-05-251-2/+2