| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-43721: Fix docstrings for property.getter/setter/deleter (GH-31046) | Miss Islington (bot) | 2022-03-14 | 1 | -3/+3 |
|
|
* | [3.10] bpo-46940: Don't override existing AttributeError suggestion informati... | Pablo Galindo Salgado | 2022-03-07 | 1 | -12/+22 |
|
|
* | bpo-46852: Rename float.__set_format__() to float.__setformat__() (GH-31558) ... | Victor Stinner | 2022-02-25 | 2 | -17/+17 |
|
|
* | [3.10] bpo-46732: fix __bool__ docstring (GH-31301) (GH-31473) | Miss Islington (bot) | 2022-02-21 | 1 | -1/+1 |
|
|
* | bpo-46615: Don't crash when set operations mutate the sets (GH-31120) | Miss Islington (bot) | 2022-02-11 | 1 | -8/+39 |
|
|
* | [3.10] bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-3069... | Petr Viktorin | 2022-02-11 | 1 | -9/+7 |
|
|
* | bpo-46417: Fix race condition on setting type __bases__ (GH-30788) (GH-30789) | Miss Islington (bot) | 2022-01-22 | 1 | -11/+16 |
|
|
* | docs: correct outdated MappingProxyType docstrings (GH-30281) | Miss Islington (bot) | 2022-01-19 | 1 | -3/+3 |
|
|
* | [3.10] bpo-46006: Revert "bpo-40521: Per-interpreter interned strings (GH-200... | Victor Stinner | 2022-01-06 | 2 | -17/+68 |
|
|
* | bpo-46236: Fix PyFunction_GetAnnotations() returned tuple. (GH-30409) | Miss Islington (bot) | 2022-01-05 | 1 | -22/+33 |
|
|
* | bpo-46085: Fix iterator cache mechanism of OrderedDict. (GH-30290) | Miss Islington (bot) | 2021-12-30 | 1 | -3/+5 |
|
|
* | [3.10] bpo-46009: Do not exhaust generator when send() method raises (GH-2998... | Mark Shannon | 2021-12-08 | 1 | -0/+13 |
|
|
* | bpo-45392: Update the docstring of the 'type' built-in (GH-29439) (GH-29452) | Miss Islington (bot) | 2021-11-06 | 1 | -3/+1 |
|
|
* | bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048) | Miss Islington (bot) | 2021-10-22 | 1 | -6/+14 |
|
|
* | bpo-45521: Fix a bug in the obmalloc radix tree code. (GH-29051) (GH-29122) | Miss Islington (bot) | 2021-10-21 | 1 | -1/+1 |
|
|
* | [3.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode... | Serhiy Storchaka | 2021-10-14 | 1 | -20/+44 |
|
|
* | [3.10] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-esc... | Miss Islington (bot) | 2021-10-14 | 1 | -12/+37 |
|
|
* | [3.10] Fix typos in the Objects directory (GH-28766) (GH-28797) | Christian Clauss | 2021-10-07 | 6 | -7/+7 |
|
|
* | bpo-45385: Fix reference leak from descr_check (GH-28719) (GH-28779) | Miss Islington (bot) | 2021-10-07 | 1 | -39/+37 |
|
|
* | [3.10] bpo-45355: More use of sizeof(_Py_CODEUNIT) (GH-28720). (GH-28721) | Serhiy Storchaka | 2021-10-04 | 1 | -2/+2 |
|
|
* | [3.10] bpo-45355: Use sizeof(_Py_CODEUNIT) instead of literal 2 for the size ... | Serhiy Storchaka | 2021-10-04 | 1 | -2/+2 |
|
|
* | [3.10] Remove trailing spaces (GH-28709) | Serhiy Storchaka | 2021-10-03 | 3 | -3/+3 |
|
|
* | Fix spelling error in comment (GH-28696) (GH-28699) | Miss Islington (bot) | 2021-10-02 | 1 | -1/+1 |
|
|
* | [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511) | Ćukasz Langa | 2021-09-21 | 1 | -1/+1 |
|
|
* | bpo-44640: Improve punctuation consistency in isinstance/issubclass error mes... | Miss Islington (bot) | 2021-09-19 | 1 | -2/+2 |
|
|
* | bpo-45198: __set_name__ documentation not clear about its usage with non-desc... | Miss Islington (bot) | 2021-09-18 | 1 | -1/+2 |
|
|
* | bpo-45167: Fix deepcopying of GenericAlias (GH-28324) (GH-28367) | Miss Islington (bot) | 2021-09-15 | 1 | -0/+2 |
|
|
* | [3.10] bpo-45083: Include the exception class qualname when formatting an exc... | Miss Islington (bot) | 2021-09-08 | 1 | -0/+8 |
|
|
* | bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) (GH-2... | Miss Islington (bot) | 2021-09-07 | 1 | -7/+5 |
|
|
* | bpo-44963: Implement send() and throw() methods for anext_awaitable objects (... | Miss Islington (bot) | 2021-09-07 | 1 | -22/+96 |
|
|
* | bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000) | Miss Islington (bot) | 2021-09-04 | 1 | -16/+18 |
|
|
* | bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938) | Miss Islington (bot) | 2021-08-28 | 1 | -1/+1 |
|
|
* | bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834) | Miss Islington (bot) | 2021-08-20 | 1 | -2/+2 |
|
|
* | bpo-44698: Restore complex pow behaviour for small integral exponents (GH-277... | Miss Islington (bot) | 2021-08-17 | 1 | -21/+7 |
|
|
* | bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-... | Miss Islington (bot) | 2021-08-11 | 1 | -1/+5 |
|
|
* | bpo-44872: use new trashcan macros in framobject.c (GH-27683) (GH-27690) | Irit Katriel | 2021-08-10 | 1 | -2/+2 |
|
|
* | bpo-44662: Add ability to annotate types.Union (GH-27214) (GH-27461) | Miss Islington (bot) | 2021-07-30 | 1 | -1/+23 |
|
|
* | bpo-44707: Fix an undefined behavior of the null pointer arithmetic (GH-27292... | Miss Islington (bot) | 2021-07-29 | 1 | -2/+9 |
|
|
* | bpo-41103: Resurrect the old buffer protocol. (GH-27437) (GH-27441) | Miss Islington (bot) | 2021-07-29 | 1 | -0/+79 |
|
|
* | bpo-44657: Fix instancemethod_call to use PyInstanceMethod_GET_FUNCTION (GH-2... | Miss Islington (bot) | 2021-07-28 | 1 | -1/+1 |
|
|
* | bpo-34013: Move the Python 2 hints from the exception constructor to the pars... | Miss Islington (bot) | 2021-07-27 | 1 | -201/+0 |
|
|
* | bpo-44698: Fix undefined behaviour in complex exponentiation. (GH-27278) (#27... | Miss Islington (bot) | 2021-07-26 | 1 | -8/+15 |
|
|
* | bpo-44732: Rename types.Union to types.UnionType (GH-27342) | Miss Islington (bot) | 2021-07-26 | 1 | -3/+3 |
|
|
* | bpo-44676: Serialize the union type using only public API (GH-27323) (GH-27340) | Miss Islington (bot) | 2021-07-24 | 1 | -48/+0 |
|
|
* | bpo-44731: Simplify the union type implementation (GH-27318) (GH-27334) | Ken Jin | 2021-07-24 | 1 | -81/+7 |
|
|
* | [3.10] bpo-44676: Add ability to serialize types.Union (GH-27244) (GH-27333) | Pablo Galindo Salgado | 2021-07-24 | 1 | -0/+51 |
|
|
* | bpo-44720: Don't crash when calling weakref.proxy(not_an_iterator).__next__ (... | Miss Islington (bot) | 2021-07-24 | 1 | -0/+6 |
|
|
* | bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TA... | Miss Islington (bot) | 2021-07-23 | 3 | -30/+6 |
|
|
* | bpo-44653: Support typing types in parameter substitution in the union type. ... | Miss Islington (bot) | 2021-07-22 | 1 | -13/+12 |
|
|
* | bpo-44633: Fix parameter substitution of the union type with wrong types. (GH... | Miss Islington (bot) | 2021-07-18 | 1 | -16/+28 |
|
|