cpython/Objects
Miss Islington (bot) cf61a81f1d
[3.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-5928)
(cherry picked from commit e32bbaf376)

Co-authored-by: xdegaye <xdegaye@gmail.com>
2018-03-13 03:12:16 -07:00
..
clinic [3.6] bpo-20047: Make bytearray methods partition() and rpartition() rejecting (GH-4158) (#4162) 2017-10-29 12:24:45 +02:00
stringlib [3.6] bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0 (#3518) 2017-09-12 16:09:44 -07:00
README
abstract.c [3.6] bpo-31232: Backport custom print rshift message (GH-3155) 2017-08-19 16:59:38 +10:00
accu.c
boolobject.c
bytearrayobject.c [3.6] bpo-30923, bpo-31279: Fix GCC warnings (#4620) 2017-11-30 00:00:35 +01:00
bytes_methods.c
bytesobject.c [3.6] bpo-20047: Make bytearray methods partition() and rpartition() rejecting (GH-4158) (#4162) 2017-10-29 12:24:45 +02:00
capsule.c
cellobject.c
classobject.c
codeobject.c [3.6] bpo-32176: Set CO_NOFREE in the code object constructor (GH-4684) 2017-12-03 23:32:54 +10:00
complexobject.c
descrobject.c bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995) 2018-02-13 22:15:24 +09:00
dict-common.h
dictnotes.txt
dictobject.c bpo-18533: Avoid RecursionError from repr() of recursive dictview (GH-4823) 2018-02-26 06:42:00 -08:00
enumobject.c [3.6] bpo-31579: Fixed a possible leak in enumerate() with large indices. (GH-3753). (#3760) 2017-09-26 09:11:34 +03:00
exceptions.c bpo-32685: Improve suggestion for print statement (GH-5380) 2018-01-28 21:31:48 +10:00
fileobject.c
floatobject.c [3.6] bpo-31373: remove overly strict float range checks (GH-3486) (#3495) 2017-09-11 23:08:49 -07:00
frameobject.c [3.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-5928) 2018-03-13 03:12:16 -07:00
funcobject.c bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995) 2018-02-13 22:15:24 +09:00
genobject.c
iterobject.c
listobject.c bpo-32137: The repr of deeply nested dict now raises a RecursionError (GH-4570) (GH-4689) 2018-02-01 13:57:28 +02:00
listsort.txt
lnotab_notes.txt
longobject.c bpo-31619: Fixed integer overflow in converting huge strings to int. (GH-3884) (#4690) 2017-12-03 23:27:21 +02:00
memoryobject.c
methodobject.c bpo-30524: Fix _PyStack_UnpackDict() (#1886) 2017-06-09 13:24:53 +02:00
moduleobject.c [3.6] bpo-31492: Fix assertion failures in case of a module with a bad __name__ attribute. (GH-3620). (#3773) 2017-09-27 07:33:00 +03:00
namespaceobject.c [3.6] bpo-31655: Validate keyword names in SimpleNamespace constructor. (GH-3909) (#3920) 2017-10-07 23:52:57 +03:00
object.c bpo-32137: The repr of deeply nested dict now raises a RecursionError (GH-4570) (GH-4689) 2018-02-01 13:57:28 +02:00
obmalloc.c bpo-31626: Fixed a bug in debug memory allocator. (GH-3844) (#4191) 2017-10-31 15:58:33 +02:00
odictobject.c Backport docstring improvements to OrderedDict. (GH-3470) 2017-09-10 18:11:18 -07:00
rangeobject.c
setobject.c Removed unnecesssary bit inversion which doesn't improve dispersion statistics (GH-5235) (#5236) 2018-01-18 14:27:22 -08:00
sliceobject.c
structseq.c
tupleobject.c [3.6] bpo-32746: Fix multiple typos (GH-5144) (GH-5522) 2018-02-03 21:00:24 -05:00
typeobject.c [3.6] bpo-32746: Fix multiple typos (GH-5144) (GH-5522) 2018-02-03 21:00:24 -05:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c bpo-32827: Fix usage of _PyUnicodeWriter_Prepare() in decoding errors handler. (GH-5636) 2018-02-13 01:32:46 -08:00
unicodetype_db.h
weakrefobject.c

README

Source files for various builtin objects