0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Objects
Benjamin Peterson b173f7853e add a replacement API for PyCObject, PyCapsule #5630
All stdlib modules with C-APIs now use this.

Patch by Larry Hastings
2009-05-05 22:31:58 +00:00
..
stringlib Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson. 2009-05-05 14:04:18 +00:00
abstract.c
boolobject.c
bytearrayobject.c Merged revisions 72040 via svnmerge from 2009-04-27 20:39:49 +00:00
bytes_methods.c Merged revisions 72040 via svnmerge from 2009-04-27 20:39:49 +00:00
bytesobject.c
capsule.c add a replacement API for PyCObject, PyCapsule #5630 2009-05-05 22:31:58 +00:00
cellobject.c
classobject.c
cobject.c
codeobject.c
complexobject.c Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson. 2009-05-05 14:04:18 +00:00
descrobject.c Merged revisions 72328 via svnmerge from 2009-05-05 09:21:07 +00:00
dictnotes.txt
dictobject.c
enumobject.c
exceptions.c
fileobject.c
floatobject.c Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson. 2009-05-05 14:04:18 +00:00
frameobject.c
funcobject.c
genobject.c
iterobject.c
listobject.c
listsort.txt
longobject.c Merged revisions 72202 via svnmerge from 2009-05-02 17:57:52 +00:00
memoryobject.c
methodobject.c
moduleobject.c
object.c add a replacement API for PyCObject, PyCapsule #5630 2009-05-05 22:31:58 +00:00
obmalloc.c
rangeobject.c
setobject.c
sliceobject.c
structseq.c
tupleobject.c
typeobject.c
unicodectype.c
unicodeobject.c add a replacement API for PyCObject, PyCapsule #5630 2009-05-05 22:31:58 +00:00
unicodetype_db.h
weakrefobject.c