cpython/Objects
Georg Brandl 88659b0ab2 #2592: delegate nb_index and the floor/truediv slots in weakref.proxy. 2008-05-20 08:40:43 +00:00
..
stringlib Addresses issue 2802: 'n' formatting for integers. 2008-05-11 19:52:48 +00:00
abstract.c Prevent namespace pollution, add static for internal functions 2008-04-15 03:46:21 +00:00
boolobject.c
bufferobject.c Use PyErr_WarnPy3k throughout 2008-04-27 03:01:45 +00:00
bytes_methods.c Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,61809,61812,61819,61917,61920,61930,61933-61934 via svnmerge from 2008-03-26 12:49:49 +00:00
bytesobject.c Backport fast alternate io.BytesIO implementation. 2008-05-09 21:49:43 +00:00
cellobject.c A little reformating of Py3k warnings 2008-04-27 18:40:21 +00:00
classobject.c
cobject.c
codeobject.c A little reformating of Py3k warnings 2008-04-27 18:40:21 +00:00
complexobject.c I finally got the time to update and merge Mark's and my trunk-math branch. The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of loose ends and edge cases related to operations with NaN, INF, very small values and complex math. 2008-04-18 23:13:07 +00:00
descrobject.c Prevent namespace pollution, add static for internal functions 2008-04-15 03:46:21 +00:00
dictnotes.txt
dictobject.c A little reformating of Py3k warnings 2008-04-27 18:40:21 +00:00
enumobject.c Don't allow keyword arguments to reversed(). 2008-05-16 13:24:29 +00:00
exceptions.c A little reformating of Py3k warnings 2008-04-27 18:40:21 +00:00
fileobject.c #2353: raise Py3k warning in file.xreadlines(). 2008-05-17 22:11:54 +00:00
floatobject.c Issue #2801: fix bug in float.is_integer where ValueError 2008-05-09 16:14:15 +00:00
frameobject.c
funcobject.c
genobject.c Make generator repr consistent with function and code object repr. 2008-05-16 09:34:48 +00:00
intobject.c I finally got the time to update and merge Mark's and my trunk-math branch. The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of loose ends and edge cases related to operations with NaN, INF, very small values and complex math. 2008-04-18 23:13:07 +00:00
iterobject.c
listobject.c A little reformating of Py3k warnings 2008-04-27 18:40:21 +00:00
listsort.txt
longobject.c I finally got the time to update and merge Mark's and my trunk-math branch. The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of loose ends and edge cases related to operations with NaN, INF, very small values and complex math. 2008-04-18 23:13:07 +00:00
methodobject.c A little reformating of Py3k warnings 2008-04-27 18:40:21 +00:00
moduleobject.c
object.c Use PyErr_WarnPy3k throughout 2008-04-27 03:01:45 +00:00
obmalloc.c
rangeobject.c
setobject.c Frozensets do not benefit from autoconversion. 2008-05-08 04:35:20 +00:00
sliceobject.c
stringobject.c #2809 followup: even better split docstring. 2008-05-11 20:53:55 +00:00
structseq.c
tupleobject.c
typeobject.c Revert copy_reg -> copyreg rename. 2008-05-20 07:49:57 +00:00
unicodectype.c
unicodeobject.c #2809 followup: even better split docstring. 2008-05-11 20:53:55 +00:00
unicodetype_db.h
weakrefobject.c #2592: delegate nb_index and the floor/truediv slots in weakref.proxy. 2008-05-20 08:40:43 +00:00