cpython/Objects
Eric Smith 0923d1d8d7 The other half of Issue #1580: use short float repr where possible.
Addresses the float -> string conversion, using David Gay's code which
was added in Mark Dickinson's checkin r71663.

Also addresses these, which are intertwined with the short repr
changes:

- Issue #5772: format(1e100, '<') produces '1e+100', not '1.0e+100'
- Issue #5515: 'n' formatting with commas no longer works poorly
    with leading zeros.
- PEP 378 Format Specifier for Thousands Separator: implemented
    for floats.
2009-04-16 20:16:10 +00:00
..
stringlib The other half of Issue #1580: use short float repr where possible. 2009-04-16 20:16:10 +00:00
abstract.c
boolobject.c
bytearrayobject.c Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate 2009-04-12 15:51:51 +00:00
bytes_methods.c Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate 2009-04-12 15:51:51 +00:00
bytesobject.c The other half of Issue #1580: use short float repr where possible. 2009-04-16 20:16:10 +00:00
cellobject.c
classobject.c
cobject.c
codeobject.c
complexobject.c The other half of Issue #1580: use short float repr where possible. 2009-04-16 20:16:10 +00:00
descrobject.c
dictnotes.txt
dictobject.c
enumobject.c
exceptions.c
fileobject.c
floatobject.c The other half of Issue #1580: use short float repr where possible. 2009-04-16 20:16:10 +00:00
frameobject.c
funcobject.c
genobject.c Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from 2009-04-05 19:13:16 +00:00
iterobject.c
listobject.c
listsort.txt
longobject.c Rewrap some long lines. 2009-04-02 18:41:40 +00:00
memoryobject.c
methodobject.c
moduleobject.c
object.c Merge revision 71222 from trunk: #5615: make it possible to configure --without-threads again. 2009-04-05 11:47:34 +00:00
obmalloc.c
rangeobject.c
setobject.c
sliceobject.c
structseq.c
tupleobject.c
typeobject.c
unicodectype.c
unicodeobject.c The other half of Issue #1580: use short float repr where possible. 2009-04-16 20:16:10 +00:00
unicodetype_db.h
weakrefobject.c