cpython/Objects
Pablo Galindo 49c75a8086
bpo-35064 prefix smelly symbols that appear with COUNT_ALLOCS with _Py_ (GH-10152)
Configuring python with ./configure --with-pydebug CFLAGS="-D COUNT_ALLOCS -O0"
makes "make smelly" fail as some symbols were being exported without the "Py_" or
"_Py" prefixes.
2018-10-28 15:02:17 +00:00
..
clinic Add missing closing quote and trailing period in str.isidentifier() docstring (GH-9756) 2018-10-08 16:14:47 +05:30
stringlib bpo-34523: Support surrogatepass in locale codecs (GH-8995) 2018-08-29 22:21:32 +02:00
abstract.c closes bpo-34504: Remove the useless NULL check in PySequence_Check(). (GH-8935) 2018-08-25 16:52:27 -07:00
accu.c
boolobject.c
bytearrayobject.c bpo-34984: Improve error messages for bytes and bytearray constructors. (GH-9874) 2018-10-21 15:29:12 +03:00
bytes_methods.c closes bpo-34599: Improve performance of _Py_bytes_capitalize(). (GH-9083) 2018-09-06 21:54:49 -07:00
bytesobject.c bpo-35064 prefix smelly symbols that appear with COUNT_ALLOCS with _Py_ (GH-10152) 2018-10-28 15:02:17 +00:00
call.c Fix issue 34551 - remove redundant store (#9009) 2018-10-22 16:52:46 +01:00
capsule.c
cellobject.c
classobject.c bpo-35059: Convert PyObject_INIT() to function (GH-10077) 2018-10-26 14:35:00 +02:00
codeobject.c
complexobject.c bpo-35059: Convert PyObject_INIT() to function (GH-10077) 2018-10-26 14:35:00 +02:00
descrobject.c bpo-30156: Remove property_descr_get() optimization (GH-9541) 2018-10-01 03:03:22 -07:00
dict-common.h
dictnotes.txt
dictobject.c bpo-9263: _PyXXX_CheckConsistency() use _PyObject_ASSERT() (GH-10108) 2018-10-26 18:47:15 +02:00
enumobject.c
exceptions.c bpo-34940: Fix the error handling in _check_for_legacy_statements(). (GH-9764) 2018-10-12 11:20:59 +03:00
fileobject.c
floatobject.c bpo-35059: Convert PyObject_INIT() to function (GH-10077) 2018-10-26 14:35:00 +02:00
frameobject.c
funcobject.c
genobject.c closes bpo-34493: Objects/genobject.c: Add missing NULL check to compute_cr_origin() (GH-8911) 2018-08-25 00:15:23 -07:00
iterobject.c
listobject.c Micro-optimize list index range checks (GH-9784) 2018-10-10 20:37:28 -07:00
listsort.txt
lnotab_notes.txt
longobject.c bpo-35064 prefix smelly symbols that appear with COUNT_ALLOCS with _Py_ (GH-10152) 2018-10-28 15:02:17 +00:00
memoryobject.c
methodobject.c bpo-35059: Convert PyObject_INIT() to function (GH-10077) 2018-10-26 14:35:00 +02:00
moduleobject.c Fix misleading mentions of tp_size in comments (GH-9093) 2018-09-10 09:46:08 -07:00
namespaceobject.c Fix misleading mentions of tp_size in comments (GH-9093) 2018-09-10 09:46:08 -07:00
object.c bpo-35064 prefix smelly symbols that appear with COUNT_ALLOCS with _Py_ (GH-10152) 2018-10-28 15:02:17 +00:00
obmalloc.c bpo-35053: Enhance tracemalloc to trace free lists (GH-10063) 2018-10-25 13:31:16 +02:00
odictobject.c bpo-34574: Prevent OrderedDict iterators from exhaustion during pickling. (GH-9051) 2018-10-20 08:20:39 +03:00
rangeobject.c closes bpo-34468: Objects/rangeobject.c: Fix an always-false condition in range_repr() (GH-8880) 2018-08-23 21:39:45 -07:00
README
setobject.c bpo-34573: Simplify __reduce__() of set and dict iterators. (GH-9050) 2018-10-20 01:43:33 +01:00
sliceobject.c
structseq.c
tupleobject.c bpo-35064 prefix smelly symbols that appear with COUNT_ALLOCS with _Py_ (GH-10152) 2018-10-28 15:02:17 +00:00
typeobject.c bpo-9263: _PyXXX_CheckConsistency() use _PyObject_ASSERT() (GH-10108) 2018-10-26 18:47:15 +02:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c bpo-9263: _PyXXX_CheckConsistency() use _PyObject_ASSERT() (GH-10108) 2018-10-26 18:47:15 +02:00
unicodetype_db.h
weakrefobject.c

Source files for various builtin objects