0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Objects
2007-09-21 20:19:23 +00:00
..
stringlib Simplified recursion logic. Modified variable name to match string.Formatter. 2007-09-05 02:02:43 +00:00
abstract.c Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE. 2007-09-17 17:55:36 +00:00
boolobject.c Remove more cruft leftover from nb_coerce. Rename nb_coerce to 2007-09-21 20:19:23 +00:00
bufferobject.c Remove the simple slicing API. All slicing is now done with slice objects. 2007-08-30 22:57:53 +00:00
bytesobject.c Bug # 1125 (my code). 2007-09-10 16:53:45 +00:00
cellobject.c
classobject.c
cobject.c
codeobject.c Ensure that code object names (co_name) are unicode. 2007-08-24 23:12:06 +00:00
complexobject.c Remove more cruft leftover from nb_coerce. Rename nb_coerce to 2007-09-21 20:19:23 +00:00
descrobject.c Use unicode 2007-08-25 07:41:59 +00:00
dictnotes.txt
dictobject.c Thomas Wouters suggested an obvious improvement to unicode_eq(): 2007-09-18 18:39:50 +00:00
enumobject.c
exceptions.c Merged revisions 57778-58052 via svnmerge from 2007-09-08 17:39:28 +00:00
fileobject.c
floatobject.c Remove more cruft leftover from nb_coerce. Rename nb_coerce to 2007-09-21 20:19:23 +00:00
frameobject.c
funcobject.c Use unicode and stop supporting str8 2007-08-26 03:56:04 +00:00
genobject.c Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from 2007-09-19 03:06:30 +00:00
iterobject.c
listobject.c Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from 2007-09-19 03:06:30 +00:00
listsort.txt
longobject.c Remove more cruft leftover from nb_coerce. Rename nb_coerce to 2007-09-21 20:19:23 +00:00
memoryobject.c Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE. 2007-09-17 17:55:36 +00:00
methodobject.c Get rid of METH_OLDARGS. 2007-09-01 13:59:50 +00:00
moduleobject.c Use unicode and remove support for some uses of str8. 2007-08-26 04:51:10 +00:00
object.c Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from 2007-09-19 03:06:30 +00:00
obmalloc.c
rangeobject.c
setobject.c Remove more cruft leftover from nb_coerce. Rename nb_coerce to 2007-09-21 20:19:23 +00:00
sliceobject.c Remove checking redundantly for checks of PyInt and PyLong. 2007-08-31 04:32:55 +00:00
stringobject.c Remove the simple slicing API. All slicing is now done with slice objects. 2007-08-30 22:57:53 +00:00
structseq.c Remove the simple slicing API. All slicing is now done with slice objects. 2007-08-30 22:57:53 +00:00
tupleobject.c Remove the simple slicing API. All slicing is now done with slice objects. 2007-08-30 22:57:53 +00:00
typeobject.c Merged revisions 57778-58052 via svnmerge from 2007-09-08 17:39:28 +00:00
unicodectype.c Add XID_Start and XID_Continue properties to unicodectype. 2007-08-14 22:37:03 +00:00
unicodeobject.c Optimize unicode_hash() by not calling 2007-09-18 19:42:40 +00:00
unicodetype_db.h Add XID_Start and XID_Continue properties to unicodectype. 2007-08-14 22:37:03 +00:00
weakrefobject.c Remove more cruft leftover from nb_coerce. Rename nb_coerce to 2007-09-21 20:19:23 +00:00