cpython/Objects
2013-05-11 15:58:34 +02:00
..
stringlib Remove trailing whitespace. 2013-04-21 04:07:51 +03:00
abstract.c Issue #17715: Add missing NULL Check to PyNumber_Long. 2013-04-13 17:44:44 +01:00
accu.c
boolobject.c
bytearrayobject.c
bytes_methods.c
bytesobject.c Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError 2013-02-10 17:42:01 +02:00
capsule.c
cellobject.c
classobject.c
codeobject.c
complexobject.c
descrobject.c
dictnotes.txt
dictobject.c fix possible setdefault refleak (closes #17328) 2013-03-04 09:47:50 -05:00
enumobject.c
exceptions.c
fileobject.c Issue #15989: Fix several occurrences of integer overflow 2013-01-19 12:41:45 +02:00
floatobject.c Fix a few typos and a double semicolon. Patch by Eitan Adler. 2013-01-27 06:20:14 +02:00
frameobject.c
funcobject.c
genobject.c don't run frame if it has no stack (closes #17669) 2013-04-10 17:00:56 -04:00
iterobject.c
listobject.c
listsort.txt
lnotab_notes.txt
longobject.c Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. 2013-02-09 23:14:42 +01:00
memoryobject.c Fix error messages. 2013-02-19 13:44:49 +01:00
methodobject.c Fix supernumerary 's' in sys._debugmallocstats() output. 2013-04-11 21:01:40 +02:00
moduleobject.c
namespaceobject.c
object.c
obmalloc.c fix building without pymalloc (closes #17228) 2013-02-20 16:54:30 -05:00
rangeobject.c
setobject.c
sliceobject.c
structseq.c
tupleobject.c
typeobject.c Issue #17408: Avoid using an obsolete instance of the copyreg module when the interpreter is shutdown and then started again. 2013-05-04 20:45:02 +02:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c Issue #17237: Fix crash in the ASCII decoder on m68k. 2013-05-11 15:58:34 +02:00
unicodetype_db.h
weakrefobject.c Silence a -Wformat-extra-argument warning when compiling. 2013-02-01 16:14:00 -08:00