1
Fork 0
cpython/Objects
Mike Gilbert 2cc385ad81 ARM OABI
https://bugs.gentoo.org/show_bug.cgi?id=266703
https://bugs.python.org/issue1762561
2023-11-11 20:23:29 +02:00
..
stringlib Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-09-07 12:03:06 +00:00
abstract.c [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479) 2018-07-31 09:09:36 +03:00
boolobject.c
bufferobject.c consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563) 2017-09-13 21:20:29 -07:00
bytearrayobject.c bpo-30134: fix BytesWarning doc, docstring and message (GH-12739) 2019-04-09 21:49:49 +09:00
bytes_methods.c
capsule.c
cellobject.c
classobject.c [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479) 2018-07-31 09:09:36 +03:00
cobject.c
codeobject.c [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479) 2018-07-31 09:09:36 +03:00
complexobject.c [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479) 2018-07-31 09:09:36 +03:00
descrobject.c
dictnotes.txt
dictobject.c bpo-18533: Avoid RuntimeError from repr() of recursive dictview (#4823) (#5357) 2018-02-27 00:35:03 +02:00
enumobject.c [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479) 2018-07-31 09:09:36 +03:00
exceptions.c bpo-30134: fix BytesWarning doc, docstring and message (GH-12739) 2019-04-09 21:49:49 +09:00
fileobject.c coalesce GILless sections in new_buffersize (#5059) 2018-01-02 15:52:42 -08:00
floatobject.c ARM OABI 2023-11-11 20:23:29 +02:00
frameobject.c bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175) (GH-11249) 2018-12-20 19:38:52 +02:00
funcobject.c Issue #28139: Fix messed up indentation 2016-09-17 07:54:55 +00:00
genobject.c
intobject.c bpo-16055: Fixes incorrect error text for int('1', base=1000) (#6980) 2018-05-19 01:53:13 +02:00
iterobject.c
listobject.c [2.7] bpo-32137: The repr of deeply nested dict now raises a RuntimeError (GH-4570) (#5493) 2018-02-02 16:29:02 +02:00
listsort.txt Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-09-07 12:03:06 +00:00
lnotab_notes.txt
longobject.c [2.7] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860) (GH-13898) 2019-06-07 18:22:56 +02:00
memoryobject.c bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154) 2017-04-15 20:11:12 +03:00
methodobject.c Issue #22463: Backport compiler warning fixes and workarounds 2016-06-21 23:58:05 +00:00
moduleobject.c [2.7] Fix misleading mentions of tp_size in comments (GH-9138) 2018-09-10 10:50:15 -07:00
object.c [2.7] bpo-32137: The repr of deeply nested dict now raises a RuntimeError (GH-4570) (#5493) 2018-02-02 16:29:02 +02:00
obmalloc.c bpo-27987: pymalloc: align by 16bytes on 64bit platform (GH-12850) (GH-13319) 2019-05-15 16:31:10 +02:00
rangeobject.c consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563) 2017-09-13 21:20:29 -07:00
setobject.c bpo-33391: Fix refleak in set_symmetric_difference (GH-6670) 2018-05-02 03:23:41 -07:00
sliceobject.c [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479) 2018-07-31 09:09:36 +03:00
stringobject.c Turkish locale 2023-11-11 20:23:23 +02:00
structseq.c bpo-38730: Remove usage of stpncpy as it's not supported on MSVC 2008. (GH-17081) 2019-11-07 07:27:03 -08:00
tupleobject.c [2.7] bpo-32137: The repr of deeply nested dict now raises a RuntimeError (GH-4570) (#5493) 2018-02-02 16:29:02 +02:00
typeobject.c bpo-26423: Fix possible overflow in wrap_lenfunc() (GH-13606) (GH-13625) 2019-05-28 17:23:07 +02:00
unicodectype.c
unicodeobject.c bpo-33817: Fix _PyString_Resize() and _PyUnicode_Resize() for empty strings. (GH-11515) 2019-01-12 09:22:52 +02:00
unicodetype_db.h
weakrefobject.c consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563) 2017-09-13 21:20:29 -07:00