summaryrefslogtreecommitdiffstats
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
* gh-95196: Disable incorrect pickling of the C implemented classmethod descrip...Miss Islington (bot)2022-10-051-1/+1
* gh-97591: In `Exception.__setstate__()` acquire strong references before call...Miss Islington (bot)2022-10-021-1/+7
* gh-97616: list_resize() checks for integer overflow (GH-97617)Miss Islington (bot)2022-09-281-2/+8
* gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-96874)Miss Islington (bot)2022-09-161-2/+2
* gh-96352: Set AttributeError context in _PyObject_GenericGetAttrWithDict (GH-...Miss Islington (bot)2022-09-081-0/+2
* [3.10] gh-95778: Correctly pre-check for int-to-str conversion (GH-96537) (#9...Gregory P. Smith2022-09-041-4/+22
* [3.10] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96501)Gregory P. Smith2022-09-021-1/+45
* [3.10] GH-96187: Prevent _PyCode_GetExtra to return garbage for negative inde...Pablo Galindo Salgado2022-08-231-1/+1
* [3.10] GH--93592: Fix frame chain when throwing exceptions into coroutines (G...Kristján Valur Jónsson2022-08-231-4/+9
* gh-95605: Fix `float(s)` error message when `s` contains only whitespace (GH-...Miss Islington (bot)2022-08-101-1/+8
* GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-...Miss Islington (bot)2022-07-191-11/+25
* [3.10] gh-94841: Ensure arena_map_get() is inlined in PyObject_Free() (GH-94842)Neil Schemenauer2022-07-151-1/+11
* gh-92888: Fix memoryview bad `__index__` use after free (GH-92946) (GH-93950)Ken Jin2022-06-231-19/+36
* gh-93021: Fix __text_signature__ for __get__ (GH-93023) (GH-94086)Miss Islington (bot)2022-06-211-2/+2
* [3.10] gh-79512: Fixed names and __module__ value of weakref classes (GH-9371...Serhiy Storchaka2022-06-211-3/+3
* GH-93990: fix refcounting bug in `add_subclass` in `typeobject.c` (GH-93989) ...Kumar Aditya2022-06-191-1/+4
* gh-92914: Round the allocated size for lists up to the even number (GH-92915)...Miss Islington (bot)2022-06-071-0/+6
* Fix missing word in sys.float_info docstring (GH-93489) (GH-93496)Miss Islington (bot)2022-06-041-1/+1
* bpo-39829: Fix `__len__()` is called twice in list() constructor (GH-31816)Miss Islington (bot)2022-05-181-17/+12
* [3.10] gh-92311: Let frame_setlineno jump over listcomps (GH-92717)Dennis Sweeney2022-05-121-1/+4
* [3.10] gh-92112: Fix crash triggered by an evil custom `mro()` (GH-92113) (#9...Jelle Zijlstra2022-05-071-9/+11
* Issues/88027: A potential double free in list_sort_impl (GH-92367)Miss Islington (bot)2022-05-061-1/+3
* [3.10] bpo-43504: Remove effbot urls (GH-26308) (#92161)Thaddeus14992022-05-021-1/+2
* bpo-36819: Fix crashes in built-in encoders with weird error handlers (GH-28593)Miss Islington (bot)2022-05-022-23/+52
* [3.10] gh-91118: Fix docstrings that do not honor --without-doc-strings (GH-3...Oleg Iarygin2022-04-193-7/+9
* gh-91421: Use constant value check during runtime (GH-91422) (GH-91492)Miss Islington (bot)2022-04-141-1/+1
* Fix bad grammar and import docstring for split/rsplit (GH-32381) (GH-32416)Miss Islington (bot)2022-04-082-22/+37
* [3.10] bpo-47182: Fix crash by named unicode characters after interpreter rei...Christian Heimes2022-04-011-0/+3
* bpo-14911: Corrected generator.throw() documentation (GH-32207)Miss Islington (bot)2022-03-311-4/+10
* bpo-46775: OSError should call winerror_to_errno unconditionally on Windows (...Miss Islington (bot)2022-03-311-8/+1
* bpo-43721: Fix docstrings for property.getter/setter/deleter (GH-31046)Miss Islington (bot)2022-03-141-3/+3
* [3.10] bpo-46940: Don't override existing AttributeError suggestion informati...Pablo Galindo Salgado2022-03-071-12/+22
* bpo-46852: Rename float.__set_format__() to float.__setformat__() (GH-31558) ...Victor Stinner2022-02-252-17/+17
* [3.10] bpo-46732: fix __bool__ docstring (GH-31301) (GH-31473)Miss Islington (bot)2022-02-211-1/+1
* bpo-46615: Don't crash when set operations mutate the sets (GH-31120)Miss Islington (bot)2022-02-111-8/+39
* [3.10] bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-3069...Petr Viktorin2022-02-111-9/+7
* bpo-46417: Fix race condition on setting type __bases__ (GH-30788) (GH-30789)Miss Islington (bot)2022-01-221-11/+16
* docs: correct outdated MappingProxyType docstrings (GH-30281)Miss Islington (bot)2022-01-191-3/+3
* [3.10] bpo-46006: Revert "bpo-40521: Per-interpreter interned strings (GH-200...Victor Stinner2022-01-062-17/+68
* bpo-46236: Fix PyFunction_GetAnnotations() returned tuple. (GH-30409)Miss Islington (bot)2022-01-051-22/+33
* bpo-46085: Fix iterator cache mechanism of OrderedDict. (GH-30290)Miss Islington (bot)2021-12-301-3/+5
* [3.10] bpo-46009: Do not exhaust generator when send() method raises (GH-2998...Mark Shannon2021-12-081-0/+13
* bpo-45392: Update the docstring of the 'type' built-in (GH-29439) (GH-29452)Miss Islington (bot)2021-11-061-3/+1
* bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048)Miss Islington (bot)2021-10-221-6/+14
* bpo-45521: Fix a bug in the obmalloc radix tree code. (GH-29051) (GH-29122)Miss Islington (bot)2021-10-211-1/+1
* [3.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode...Serhiy Storchaka2021-10-141-20/+44
* [3.10] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-esc...Miss Islington (bot)2021-10-141-12/+37
* [3.10] Fix typos in the Objects directory (GH-28766) (GH-28797)Christian Clauss2021-10-076-7/+7
* bpo-45385: Fix reference leak from descr_check (GH-28719) (GH-28779)Miss Islington (bot)2021-10-071-39/+37
* [3.10] bpo-45355: More use of sizeof(_Py_CODEUNIT) (GH-28720). (GH-28721)Serhiy Storchaka2021-10-041-2/+2