| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-99845: _PyObject_DictPointer(): fix dictoffset cast (GH-99922) | Miss Islington (bot) | 2022-12-01 | 1 | -1/+2 |
|
|
* | [3.10] gh-98852: Fix subscription of types.GenericAlias instances (GH-98920) ... | Serhiy Storchaka | 2022-11-01 | 1 | -0/+8 |
|
|
* | obmalloc: Remove unused variable. (GH-98770) | Miss Islington (bot) | 2022-10-27 | 1 | -3/+1 |
|
|
* | [3.10] gh-97943: PyFunction_GetAnnotations should return a borrowed reference... | Miss Islington (bot) | 2022-10-07 | 1 | -2/+5 |
|
|
* | gh-95196: Disable incorrect pickling of the C implemented classmethod descrip... | Miss Islington (bot) | 2022-10-05 | 1 | -1/+1 |
|
|
* | gh-97591: In `Exception.__setstate__()` acquire strong references before call... | Miss Islington (bot) | 2022-10-02 | 1 | -1/+7 |
|
|
* | gh-97616: list_resize() checks for integer overflow (GH-97617) | Miss Islington (bot) | 2022-09-28 | 1 | -2/+8 |
|
|
* | gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-96874) | Miss Islington (bot) | 2022-09-16 | 1 | -2/+2 |
|
|
* | gh-96352: Set AttributeError context in _PyObject_GenericGetAttrWithDict (GH-... | Miss Islington (bot) | 2022-09-08 | 1 | -0/+2 |
|
|
* | [3.10] gh-95778: Correctly pre-check for int-to-str conversion (GH-96537) (#9... | Gregory P. Smith | 2022-09-04 | 1 | -4/+22 |
|
|
* | [3.10] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96501) | Gregory P. Smith | 2022-09-02 | 1 | -1/+45 |
|
|
* | [3.10] GH-96187: Prevent _PyCode_GetExtra to return garbage for negative inde... | Pablo Galindo Salgado | 2022-08-23 | 1 | -1/+1 |
|
|
* | [3.10] GH--93592: Fix frame chain when throwing exceptions into coroutines (G... | Kristján Valur Jónsson | 2022-08-23 | 1 | -4/+9 |
|
|
* | gh-95605: Fix `float(s)` error message when `s` contains only whitespace (GH-... | Miss Islington (bot) | 2022-08-10 | 1 | -1/+8 |
|
|
* | GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-... | Miss Islington (bot) | 2022-07-19 | 1 | -11/+25 |
|
|
* | [3.10] gh-94841: Ensure arena_map_get() is inlined in PyObject_Free() (GH-94842) | Neil Schemenauer | 2022-07-15 | 1 | -1/+11 |
|
|
* | gh-92888: Fix memoryview bad `__index__` use after free (GH-92946) (GH-93950) | Ken Jin | 2022-06-23 | 1 | -19/+36 |
|
|
* | gh-93021: Fix __text_signature__ for __get__ (GH-93023) (GH-94086) | Miss Islington (bot) | 2022-06-21 | 1 | -2/+2 |
|
|
* | [3.10] gh-79512: Fixed names and __module__ value of weakref classes (GH-9371... | Serhiy Storchaka | 2022-06-21 | 1 | -3/+3 |
|
|
* | GH-93990: fix refcounting bug in `add_subclass` in `typeobject.c` (GH-93989) ... | Kumar Aditya | 2022-06-19 | 1 | -1/+4 |
|
|
* | gh-92914: Round the allocated size for lists up to the even number (GH-92915)... | Miss Islington (bot) | 2022-06-07 | 1 | -0/+6 |
|
|
* | Fix missing word in sys.float_info docstring (GH-93489) (GH-93496) | Miss Islington (bot) | 2022-06-04 | 1 | -1/+1 |
|
|
* | bpo-39829: Fix `__len__()` is called twice in list() constructor (GH-31816) | Miss Islington (bot) | 2022-05-18 | 1 | -17/+12 |
|
|
* | [3.10] gh-92311: Let frame_setlineno jump over listcomps (GH-92717) | Dennis Sweeney | 2022-05-12 | 1 | -1/+4 |
|
|
* | [3.10] gh-92112: Fix crash triggered by an evil custom `mro()` (GH-92113) (#9... | Jelle Zijlstra | 2022-05-07 | 1 | -9/+11 |
|
|
* | Issues/88027: A potential double free in list_sort_impl (GH-92367) | Miss Islington (bot) | 2022-05-06 | 1 | -1/+3 |
|
|
* | [3.10] bpo-43504: Remove effbot urls (GH-26308) (#92161) | Thaddeus1499 | 2022-05-02 | 1 | -1/+2 |
|
|
* | bpo-36819: Fix crashes in built-in encoders with weird error handlers (GH-28593) | Miss Islington (bot) | 2022-05-02 | 2 | -23/+52 |
|
|
* | [3.10] gh-91118: Fix docstrings that do not honor --without-doc-strings (GH-3... | Oleg Iarygin | 2022-04-19 | 3 | -7/+9 |
|
|
* | gh-91421: Use constant value check during runtime (GH-91422) (GH-91492) | Miss Islington (bot) | 2022-04-14 | 1 | -1/+1 |
|
|
* | Fix bad grammar and import docstring for split/rsplit (GH-32381) (GH-32416) | Miss Islington (bot) | 2022-04-08 | 2 | -22/+37 |
|
|
* | [3.10] bpo-47182: Fix crash by named unicode characters after interpreter rei... | Christian Heimes | 2022-04-01 | 1 | -0/+3 |
|
|
* | bpo-14911: Corrected generator.throw() documentation (GH-32207) | Miss Islington (bot) | 2022-03-31 | 1 | -4/+10 |
|
|
* | bpo-46775: OSError should call winerror_to_errno unconditionally on Windows (... | Miss Islington (bot) | 2022-03-31 | 1 | -8/+1 |
|
|
* | 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 |
|
|